Skip to content

Commit 7f790e7

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update dependency ajv to v8.8.0
1 parent 9cae421 commit 7f790e7

File tree

2 files changed

+19
-9
lines changed

2 files changed

+19
-9
lines changed

packages/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@material-ui/icons": "4.11.2",
1515
"@material-ui/lab": "4.0.0-alpha.60",
1616
"@uiw/react-codemirror": "3.2.7",
17-
"ajv": "8.6.3",
17+
"ajv": "8.8.0",
1818
"clsx": "1.1.1",
1919
"codemirror": "5.63.3",
2020
"codemirror-graphql": "0.15.2",

yarn.lock

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6861,20 +6861,20 @@ [email protected]:
68616861
require-from-string "^2.0.2"
68626862
uri-js "^4.2.2"
68636863

6864-
ajv@8.6.3, ajv@^8.6.0:
6865-
version "8.6.3"
6866-
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.6.3.tgz#11a66527761dc3e9a3845ea775d2d3c0414e8764"
6867-
integrity sha512-SMJOdDP6LqTkD0Uq8qLi+gMwSt0imXLSV080qFVwJCpH9U6Mb+SUGHAXM0KNbcBPguytWyvFxcHgMLe2D2XSpw==
6864+
ajv@8.7.1:
6865+
version "8.7.1"
6866+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.7.1.tgz#52be6f1736b076074798124293618f132ad07a7e"
6867+
integrity sha512-gPpOObTO1QjbnN1sVMjJcp1TF9nggMfO4MBR5uQl6ZVTOaEPq5i4oq/6R9q2alMMPB3eg53wFv1RuJBLuxf3Hw==
68686868
dependencies:
68696869
fast-deep-equal "^3.1.1"
68706870
json-schema-traverse "^1.0.0"
68716871
require-from-string "^2.0.2"
68726872
uri-js "^4.2.2"
68736873

6874-
ajv@8.7.1:
6875-
version "8.7.1"
6876-
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.7.1.tgz#52be6f1736b076074798124293618f132ad07a7e"
6877-
integrity sha512-gPpOObTO1QjbnN1sVMjJcp1TF9nggMfO4MBR5uQl6ZVTOaEPq5i4oq/6R9q2alMMPB3eg53wFv1RuJBLuxf3Hw==
6874+
ajv@8.8.0:
6875+
version "8.8.0"
6876+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.8.0.tgz#c501f10df72914bb77a458919e79fc73e4a2f9ef"
6877+
integrity sha512-L+cJ/+pkdICMueKR6wIx3VP2fjIx3yAhuvadUv/osv9yFD7OVZy442xFF+Oeu3ZvmhBGQzoF6mTSt+LUWBmGQg==
68786878
dependencies:
68796879
fast-deep-equal "^3.1.1"
68806880
json-schema-traverse "^1.0.0"
@@ -6891,6 +6891,16 @@ ajv@^6.1.0, ajv@^6.10.0, ajv@^6.10.2, ajv@^6.11.0, ajv@^6.12.0, ajv@^6.12.2, ajv
68916891
json-schema-traverse "^0.4.1"
68926892
uri-js "^4.2.2"
68936893

6894+
ajv@^8.6.0:
6895+
version "8.6.3"
6896+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.6.3.tgz#11a66527761dc3e9a3845ea775d2d3c0414e8764"
6897+
integrity sha512-SMJOdDP6LqTkD0Uq8qLi+gMwSt0imXLSV080qFVwJCpH9U6Mb+SUGHAXM0KNbcBPguytWyvFxcHgMLe2D2XSpw==
6898+
dependencies:
6899+
fast-deep-equal "^3.1.1"
6900+
json-schema-traverse "^1.0.0"
6901+
require-from-string "^2.0.2"
6902+
uri-js "^4.2.2"
6903+
68946904
alphanum-sort@^1.0.0:
68956905
version "1.0.2"
68966906
resolved "https://registry.yarnpkg.com/alphanum-sort/-/alphanum-sort-1.0.2.tgz#97a1119649b211ad33691d9f9f486a8ec9fbe0a3"

0 commit comments

Comments
 (0)