Skip to content

Commit

Permalink
upgrade ajv to the latest version and force fast-json-patch to a non …
Browse files Browse the repository at this point in the history
…vulnerable version
  • Loading branch information
Jamie Jenks committed Aug 22, 2023
1 parent 4823486 commit e62c9a0
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 82 deletions.
107 changes: 29 additions & 78 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"jsonfile": "^6.0.1"
},
"devDependencies": {
"ajv": "^7.0.3",
"ajv-cli": "https://github.com/G-Rath/ajv-cli/tarball/update-fast-json-patch",
"ajv-formats": "^1.5.1",
"ajv": "^8.12.0",
"ajv-cli": "5.0.0",
"ajv-formats": "^2.1.1",
"codecov": "^3.7.1",
"eslint": "^7.0.0",
"eslint-plugin-mocha": "^8.0.0",
Expand All @@ -35,5 +35,8 @@
"lint-staged": {
"*.js": "eslint",
"*.{js,json,md,yml}": "prettier --check"
},
"overrides": {
"fast-json-patch": "^3.1.1"
}
}
2 changes: 1 addition & 1 deletion test/test_xarf.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"use strict";
var validate;
let validate;
try {
validate = require("../gen_validate_schema_pretty.js");
} catch (error) {
Expand Down

0 comments on commit e62c9a0

Please sign in to comment.