Skip to content

Commit 29427de

Browse files
fix(deps): update dependency ajv to v8.14.0
1 parent a6e970f commit 29427de

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
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.14.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.14.0"
1212
},
1313
"publishConfig": {
1414
"access": "public"

yarn.lock

Lines changed: 11 additions & 11 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.14.0"
3353+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.14.0.tgz#f514ddfd4756abb200e1704414963620a625ebbb"
3354+
integrity sha512-oYs1UUtO97ZO2lJ4bwnWeQW8/zvOIQLGKcvPTsWmvc2SYgBb+upuNS5NxoLaMU4h8Ju3Nbj6Cq8mD2LQoqVKFA==
3355+
dependencies:
3356+
fast-deep-equal "^3.1.3"
3357+
json-schema-traverse "^1.0.0"
3358+
require-from-string "^2.0.2"
3359+
uri-js "^4.4.1"
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"
@@ -11006,7 +11006,7 @@ [email protected], upper-case@^2.0.2:
1100611006
dependencies:
1100711007
tslib "^2.0.3"
1100811008

11009-
uri-js@^4.2.2, uri-js@^4.4.0:
11009+
uri-js@^4.2.2, uri-js@^4.4.0, uri-js@^4.4.1:
1101011010
version "4.4.1"
1101111011
resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e"
1101211012
integrity sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==

0 commit comments

Comments
 (0)