Skip to content

Commit d09e672

Browse files
fix(deps): update dependency ajv to v8.11.2
1 parent 4b09c96 commit d09e672

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
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.3",
1515
"@material-ui/lab": "4.0.0-alpha.61",
1616
"@uiw/react-codemirror": "3.2.9",
17-
"ajv": "8.11.0",
17+
"ajv": "8.11.2",
1818
"clsx": "1.2.1",
1919
"codemirror": "5.65.10",
2020
"codemirror-graphql": "0.15.2",

yarn.lock

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7895,6 +7895,16 @@ [email protected]:
78957895
require-from-string "^2.0.2"
78967896
uri-js "^4.2.2"
78977897

7898+
7899+
version "8.11.2"
7900+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.11.2.tgz#aecb20b50607acf2569b6382167b65a96008bb78"
7901+
integrity sha512-E4bfmKAhGiSTvMfL1Myyycaub+cUEU2/IvpylXkUu7CHBkBj1f/ikdzbD7YQ6FKUbixDxeYvB/xY4fvyroDlQg==
7902+
dependencies:
7903+
fast-deep-equal "^3.1.1"
7904+
json-schema-traverse "^1.0.0"
7905+
require-from-string "^2.0.2"
7906+
uri-js "^4.2.2"
7907+
78987908
78997909
version "8.2.0"
79007910
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.2.0.tgz#c89d3380a784ce81b2085f48811c4c101df4c602"

0 commit comments

Comments
 (0)