Skip to content

Commit 4e5957f

Browse files
fix: update dependency ajv to v8.13.0 (#4057)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4003205 commit 4e5957f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

yarn.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -2608,14 +2608,14 @@ ajv@^6.12.4:
26082608
uri-js "^4.2.2"
26092609

26102610
ajv@^8.11.0:
2611-
version "8.12.0"
2612-
resolved "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz"
2613-
integrity sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==
2611+
version "8.13.0"
2612+
resolved "https://registry.npmjs.org/ajv/-/ajv-8.13.0.tgz#a3939eaec9fb80d217ddf0c3376948c023f28c91"
2613+
integrity sha512-PRA911Blj99jR5RMeTunVbNXMF6Lp4vZXnk5GQjcnUWUTsrXtekg/pnmFFI2u/I36Y/2bITGS30GZCXei6uNkA==
26142614
dependencies:
2615-
fast-deep-equal "^3.1.1"
2615+
fast-deep-equal "^3.1.3"
26162616
json-schema-traverse "^1.0.0"
26172617
require-from-string "^2.0.2"
2618-
uri-js "^4.2.2"
2618+
uri-js "^4.4.1"
26192619

26202620
algoliasearch@^4.19.1:
26212621
version "4.23.3"
@@ -8115,7 +8115,7 @@ update-browserslist-db@^1.0.13:
81158115
escalade "^3.1.1"
81168116
picocolors "^1.0.0"
81178117

8118-
uri-js@^4.2.2:
8118+
uri-js@^4.2.2, uri-js@^4.4.1:
81198119
version "4.4.1"
81208120
resolved "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e"
81218121
integrity sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==

0 commit comments

Comments
 (0)