Skip to content

Commit ccd1e19

Browse files
fix(deps): update dependency ajv to v8.20.0 (#751)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Xiao <michael.xiao@smartcontract.com>
1 parent c145ac3 commit ccd1e19

2 files changed

Lines changed: 15 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "MIT",
66
"repository": "git://github.com/smartcontractkit/ea-framework-js.git",
77
"dependencies": {
8-
"ajv": "8.18.0",
8+
"ajv": "8.20.0",
99
"axios": "1.15.2",
1010
"eventsource": "4.1.0",
1111
"fastify": "5.8.5",

yarn.lock

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -645,10 +645,10 @@ ajv-formats@^3.0.1:
645645
dependencies:
646646
ajv "^8.0.0"
647647

648-
ajv@8.18.0, ajv@~8.18.0:
649-
version "8.18.0"
650-
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.18.0.tgz#8864186b6738d003eb3a933172bb3833e10cefbc"
651-
integrity sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==
648+
ajv@8.20.0:
649+
version "8.20.0"
650+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.20.0.tgz#304b3636add88ba7d936760dd50ece006dea95f9"
651+
integrity sha512-Thbli+OlOj+iMPYFBVBfJ3OmCAnaSyNn4M1vz9T6Gka5Jt9ba/HIR56joy65tY6kx/FCF5VXNB819Y7/GUrBGA==
652652
dependencies:
653653
fast-deep-equal "^3.1.3"
654654
fast-uri "^3.0.1"
@@ -675,6 +675,16 @@ ajv@^8.0.0, ajv@^8.12.0:
675675
json-schema-traverse "^1.0.0"
676676
require-from-string "^2.0.2"
677677

678+
ajv@~8.18.0:
679+
version "8.18.0"
680+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.18.0.tgz#8864186b6738d003eb3a933172bb3833e10cefbc"
681+
integrity sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==
682+
dependencies:
683+
fast-deep-equal "^3.1.3"
684+
fast-uri "^3.0.1"
685+
json-schema-traverse "^1.0.0"
686+
require-from-string "^2.0.2"
687+
678688
ansi-regex@^5.0.1:
679689
version "5.0.1"
680690
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"

0 commit comments

Comments
 (0)