Skip to content

Commit 9086e84

Browse files
dedupe package
1 parent 2b9a2e9 commit 9086e84

File tree

2 files changed

+13
-23
lines changed

2 files changed

+13
-23
lines changed

packages/data-format/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
"test:watch": "yarn test --watch"
4141
},
4242
"dependencies": {
43-
"ajv": "^8.17.1",
44-
"ajv-formats": "^3.0.1",
43+
"ajv": "8.17.1",
44+
"ajv-formats": "3.0.1",
4545
"ethers": "5.7.2",
4646
"tslib": "2.5.0"
4747
},

yarn.lock

Lines changed: 11 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -7705,7 +7705,7 @@ ajv-errors@^1.0.1:
77057705
resolved "https://registry.npmjs.org/ajv-errors/-/ajv-errors-1.0.1.tgz"
77067706
integrity sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ==
77077707

7708-
ajv-formats@^3.0.1:
7708+
77097709
version "3.0.1"
77107710
resolved "https://registry.yarnpkg.com/ajv-formats/-/ajv-formats-3.0.1.tgz#3d5dc762bca17679c3c2ea7e90ad6b7532309578"
77117711
integrity sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==
@@ -7717,6 +7717,16 @@ ajv-keywords@^3.5.2:
77177717
resolved "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz"
77187718
integrity sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==
77197719

7720+
[email protected], ajv@^8.0.0, ajv@^8.0.1, ajv@^8.12.0:
7721+
version "8.17.1"
7722+
resolved "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz"
7723+
integrity sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==
7724+
dependencies:
7725+
fast-deep-equal "^3.1.3"
7726+
fast-uri "^3.0.1"
7727+
json-schema-traverse "^1.0.0"
7728+
require-from-string "^2.0.2"
7729+
77207730
ajv@^5.2.2:
77217731
version "5.5.2"
77227732
resolved "https://registry.npmjs.org/ajv/-/ajv-5.5.2.tgz"
@@ -7747,26 +7757,6 @@ ajv@^7.0.2:
77477757
require-from-string "^2.0.2"
77487758
uri-js "^4.2.2"
77497759

7750-
ajv@^8.0.0, ajv@^8.12.0, ajv@^8.17.1:
7751-
version "8.17.1"
7752-
resolved "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz"
7753-
integrity sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==
7754-
dependencies:
7755-
fast-deep-equal "^3.1.3"
7756-
fast-uri "^3.0.1"
7757-
json-schema-traverse "^1.0.0"
7758-
require-from-string "^2.0.2"
7759-
7760-
ajv@^8.0.1:
7761-
version "8.11.0"
7762-
resolved "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz"
7763-
integrity sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==
7764-
dependencies:
7765-
fast-deep-equal "^3.1.1"
7766-
json-schema-traverse "^1.0.0"
7767-
require-from-string "^2.0.2"
7768-
uri-js "^4.2.2"
7769-
77707760
77717761
version "0.0.8"
77727762
resolved "https://registry.npmjs.org/amd-loader/-/amd-loader-0.0.8.tgz"

0 commit comments

Comments
 (0)