Skip to content

Commit e091ff6

Browse files
anxolinsnyk-bot
andauthored
fix: upgrade ajv from 8.12.0 to 8.17.1 (#902)
Snyk has created this PR to upgrade ajv from 8.12.0 to 8.17.1. See this package in yarn: ajv See this project in Snyk: https://app.snyk.io/org/anxolin/project/3f1ee0c5-cdf3-4009-a18d-dc7f78cc8895?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io>
1 parent 991ab05 commit e091ff6

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@cowprotocol/cow-sdk": "6.0.0-RC.63",
4444
"@cowprotocol/permit-utils": "^0.7.0-RC.0",
4545
"@uniswap/token-lists": "^1.0.0-beta.33",
46-
"ajv": "^8.12.0",
46+
"ajv": "^8.17.1",
4747
"ajv-cli": "^5.0.0",
4848
"ajv-formats": "^2.1.1",
4949
"axios": "^1.0.0",

yarn.lock

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1355,7 +1355,7 @@ ajv@^6.12.3, ajv@^6.12.4:
13551355
json-schema-traverse "^0.4.1"
13561356
uri-js "^4.2.2"
13571357

1358-
ajv@^8.0.0, ajv@^8.11.0, ajv@^8.12.0:
1358+
ajv@^8.0.0, ajv@^8.11.0:
13591359
version "8.12.0"
13601360
resolved "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz"
13611361
integrity sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==
@@ -1365,6 +1365,16 @@ ajv@^8.0.0, ajv@^8.11.0, ajv@^8.12.0:
13651365
require-from-string "^2.0.2"
13661366
uri-js "^4.2.2"
13671367

1368+
ajv@^8.17.1:
1369+
version "8.17.1"
1370+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.17.1.tgz#37d9a5c776af6bc92d7f4f9510eba4c0a60d11a6"
1371+
integrity sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==
1372+
dependencies:
1373+
fast-deep-equal "^3.1.3"
1374+
fast-uri "^3.0.1"
1375+
json-schema-traverse "^1.0.0"
1376+
require-from-string "^2.0.2"
1377+
13681378
ansi-regex@^5.0.1:
13691379
version "5.0.1"
13701380
resolved "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz"
@@ -2625,6 +2635,11 @@ fast-levenshtein@^2.0.6:
26252635
resolved "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz"
26262636
integrity sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==
26272637

2638+
fast-uri@^3.0.1:
2639+
version "3.0.6"
2640+
resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.0.6.tgz#88f130b77cfaea2378d56bf970dea21257a68748"
2641+
integrity sha512-Atfo14OibSv5wAp4VWNsFYE1AchQRTv9cBGWET4pZWHzYshFSS9NQI6I57rdKn9croWVMbYFbLhJ+yJvmZIIHw==
2642+
26282643
fastq@^1.6.0:
26292644
version "1.15.0"
26302645
resolved "https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz"

0 commit comments

Comments
 (0)