Skip to content

Commit 3803505

Browse files
committed
fix(deps): update dependency ajv to ^8.12.0
1 parent f13d6d8 commit 3803505

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

394 KB
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"typescript": "4.9.4"
6060
},
6161
"dependencies": {
62-
"ajv": "^8.11.2",
62+
"ajv": "^8.12.0",
6363
"ajv-formats": "^2.1.1",
6464
"clean-webpack-plugin": "^4.0.0",
6565
"commander": "^9.4.1",

yarn.lock

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1081,7 +1081,7 @@ __metadata:
10811081
"@types/semver": 7.3.13
10821082
"@typescript-eslint/eslint-plugin": 5.48.0
10831083
"@typescript-eslint/parser": 5.48.0
1084-
ajv: ^8.11.2
1084+
ajv: ^8.12.0
10851085
ajv-formats: ^2.1.1
10861086
clean-webpack-plugin: ^4.0.0
10871087
commander: ^9.4.1
@@ -2353,7 +2353,7 @@ __metadata:
23532353
languageName: node
23542354
linkType: hard
23552355

2356-
"ajv@npm:^8.0.0, ajv@npm:^8.0.1, ajv@npm:^8.11.0, ajv@npm:^8.11.2, ajv@npm:^8.8.0":
2356+
"ajv@npm:^8.0.0, ajv@npm:^8.0.1, ajv@npm:^8.11.0, ajv@npm:^8.8.0":
23572357
version: 8.11.2
23582358
resolution: "ajv@npm:8.11.2"
23592359
dependencies:
@@ -2365,6 +2365,18 @@ __metadata:
23652365
languageName: node
23662366
linkType: hard
23672367

2368+
"ajv@npm:^8.12.0":
2369+
version: 8.12.0
2370+
resolution: "ajv@npm:8.12.0"
2371+
dependencies:
2372+
fast-deep-equal: ^3.1.1
2373+
json-schema-traverse: ^1.0.0
2374+
require-from-string: ^2.0.2
2375+
uri-js: ^4.2.2
2376+
checksum: 4dc13714e316e67537c8b31bc063f99a1d9d9a497eb4bbd55191ac0dcd5e4985bbb71570352ad6f1e76684fb6d790928f96ba3b2d4fd6e10024be9612fe3f001
2377+
languageName: node
2378+
linkType: hard
2379+
23682380
"ansi-colors@npm:^4.1.1":
23692381
version: 4.1.3
23702382
resolution: "ansi-colors@npm:4.1.3"

0 commit comments

Comments
 (0)