Skip to content

Commit 149381b

Browse files
nikkubarmac
authored andcommitted
deps: update to [email protected] / ajv-errors@3
1 parent 8a6fb12 commit 149381b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@rollup/plugin-commonjs": "^25.0.7",
4545
"@rollup/plugin-json": "^6.1.0",
4646
"@rollup/plugin-node-resolve": "^15.2.3",
47-
"ajv": "^8.0.0",
47+
"ajv": "^8.12.0",
4848
"ajv-errors": "^3.0.0",
4949
"chai": "^4.3.6",
5050
"eslint": "^8.51.0",

test/spec/validationSpec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ describe('Validator', function() {
111111
valueEnd: { line: 181, column: 1, pos: 4900 }
112112
});
113113
});
114+
114115
});
115116

116117

0 commit comments

Comments
 (0)