Skip to content

Commit 6a3a63d

Browse files
Update dependency @types/node to v18.19.67
1 parent 7b26c15 commit 6a3a63d

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@typechain/hardhat": "6.1.6",
2727
"@types/chai": "4.3.20",
2828
"@types/mocha": "10.0.10",
29-
"@types/node": "18.13.0",
29+
"@types/node": "18.19.67",
3030
"@typescript-eslint/eslint-plugin": "5.51.0",
3131
"@typescript-eslint/parser": "5.51.0",
3232
"chai": "4.5.0",

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1746,10 +1746,12 @@
17461746
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.10.3.tgz#7a8f2838603ea314d1d22bb3171d899e15c57bd5"
17471747
integrity sha512-ho3Ruq+fFnBrZhUYI46n/bV2GjwzSkwuT4dTf0GkuNFmnb8nq4ny2z9JEVemFi6bdEJanHLlYfy9c6FN9B9McQ==
17481748

1749-
"@types/node@18.13.0":
1750-
version "18.13.0"
1751-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.13.0.tgz#0400d1e6ce87e9d3032c19eb6c58205b0d3f7850"
1752-
integrity sha512-gC3TazRzGoOnoKAhUx+Q0t8S9Tzs74z7m0ipwGpSqQrleP14hKxP4/JUeEQcD3W1/aIpnWl8pHowI7WokuZpXg==
1749+
"@types/node@18.19.67":
1750+
version "18.19.67"
1751+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.67.tgz#77c4b01641a1e3e1509aff7e10d39e4afd5ae06d"
1752+
integrity sha512-wI8uHusga+0ZugNp0Ol/3BqQfEcCCNfojtO6Oou9iVNGPTL6QNSdnUdqq85fRgIorLhLMuPIKpsN98QE9Nh+KQ==
1753+
dependencies:
1754+
undici-types "~5.26.4"
17531755

17541756
"@types/node@^10.0.3":
17551757
version "10.17.60"
@@ -11143,6 +11145,11 @@ underscore@1.9.1:
1114311145
resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.9.1.tgz#06dce34a0e68a7babc29b365b8e74b8925203961"
1114411146
integrity sha512-5/4etnCkd9c8gwgowi5/om/mYO5ajCaOgdzj/oW+0eQV9WxKBDZw5+ycmKmeaTXjInS/W0BzpGLo2xR2aBwZdg==
1114511147

11148+
undici-types@~5.26.4:
11149+
version "5.26.5"
11150+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
11151+
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
11152+
1114611153
undici@^5.4.0:
1114711154
version "5.4.0"
1114811155
resolved "https://registry.yarnpkg.com/undici/-/undici-5.4.0.tgz#c474fae02743d4788b96118d46008a24195024d2"

0 commit comments

Comments
 (0)