Skip to content

Commit

Permalink
chore(deps): update dependency ajv to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 21, 2021
1 parent 915b068 commit d73ec41
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 4 deletions.
13 changes: 12 additions & 1 deletion .pnp.cjs

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

Binary file not shown.
2 changes: 1 addition & 1 deletion packages/sets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@types/jest": "^27.0.0",
"@types/node": "^14.14.30",
"@types/rimraf": "^3.0.0",
"ajv": "^6.12.6",
"ajv": "^8.0.0",
"eslint": "^7.20.0",
"jest": "^27.0.1",
"jest-extended": "^0.11.5",
Expand Down
16 changes: 14 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2498,7 +2498,7 @@ __metadata:
"@types/jest": ^27.0.0
"@types/node": ^14.14.30
"@types/rimraf": ^3.0.0
ajv: ^6.12.6
ajv: ^8.0.0
eslint: ^7.20.0
jest: ^27.0.1
jest-extended: ^0.11.5
Expand Down Expand Up @@ -3377,7 +3377,7 @@ __metadata:
languageName: node
linkType: hard

"ajv@npm:6.12.6, ajv@npm:^6.10.0, ajv@npm:^6.10.2, ajv@npm:^6.12.3, ajv@npm:^6.12.4, ajv@npm:^6.12.6":
"ajv@npm:6.12.6, ajv@npm:^6.10.0, ajv@npm:^6.10.2, ajv@npm:^6.12.3, ajv@npm:^6.12.4":
version: 6.12.6
resolution: "ajv@npm:6.12.6"
dependencies:
Expand All @@ -3389,6 +3389,18 @@ __metadata:
languageName: node
linkType: hard

"ajv@npm:^8.0.0":
version: 8.6.3
resolution: "ajv@npm:8.6.3"
dependencies:
fast-deep-equal: ^3.1.1
json-schema-traverse: ^1.0.0
require-from-string: ^2.0.2
uri-js: ^4.2.2
checksum: 690ffb9408415fdab43686b3f92037ba0c8362f5d0709a123ba3fb546e6ad81414455f80a2b5cc432ce924afe9864671198f022bc331a19c072d4ede152ec3ca
languageName: node
linkType: hard

"ajv@npm:^8.0.1":
version: 8.6.2
resolution: "ajv@npm:8.6.2"
Expand Down

0 comments on commit d73ec41

Please sign in to comment.