Skip to content

Commit ec129b5

Browse files
committed
fix(deps): update dependency ajv to v8.11.0
1 parent a6e970f commit ec129b5

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

packages/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@graphql-portal/stripe": "^0.2.3",
2020
"@graphql-portal/twitter": "^0.3.3",
2121
"@graphql-portal/weatherbit": "^0.2.3",
22-
"ajv": "8.6.2",
22+
"ajv": "8.11.0",
2323
"cosmiconfig": "^7.0.0",
2424
"find-yarn-workspace-root": "^2.0.0",
2525
"nanoid": "^3.1.20",

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"@graphql-portal/datasources": "^0.1.5",
11-
"ajv": "8.6.2"
11+
"ajv": "8.11.0"
1212
},
1313
"publishConfig": {
1414
"access": "public"

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3348,6 +3348,16 @@ aggregate-error@^3.0.0:
33483348
clean-stack "^2.0.0"
33493349
indent-string "^4.0.0"
33503350

3351+
3352+
version "8.11.0"
3353+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.11.0.tgz#977e91dd96ca669f54a11e23e378e33b884a565f"
3354+
integrity sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==
3355+
dependencies:
3356+
fast-deep-equal "^3.1.1"
3357+
json-schema-traverse "^1.0.0"
3358+
require-from-string "^2.0.2"
3359+
uri-js "^4.2.2"
3360+
33513361
33523362
version "8.5.0"
33533363
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.5.0.tgz#695528274bcb5afc865446aa275484049a18ae4b"
@@ -3368,16 +3378,6 @@ [email protected], ajv@^8.0.1:
33683378
require-from-string "^2.0.2"
33693379
uri-js "^4.2.2"
33703380

3371-
3372-
version "8.6.2"
3373-
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.6.2.tgz#2fb45e0e5fcbc0813326c1c3da535d1881bb0571"
3374-
integrity sha512-9807RlWAgT564wT+DjeyU5OFMPjmzxVobvDFmNAhY+5zD6A2ly3jDp6sgnfyDtlIQ+7H97oc/DGCzzfu9rjw9w==
3375-
dependencies:
3376-
fast-deep-equal "^3.1.1"
3377-
json-schema-traverse "^1.0.0"
3378-
require-from-string "^2.0.2"
3379-
uri-js "^4.2.2"
3380-
33813381
ajv@^6.10.0, ajv@^6.11.0, ajv@^6.12.3, ajv@^6.12.4:
33823382
version "6.12.6"
33833383
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4"

0 commit comments

Comments
 (0)