Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit 608b75e

Browse files
chore(deps): update dependency @types/node to v18.19.34
1 parent 5b9dd89 commit 608b75e

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@sinonjs/fake-timers": "^11.1.0",
5757
"@types/chai": "4.3.4",
5858
"@types/mocha": "9.1.1",
59-
"@types/node": "18.0.6",
59+
"@types/node": "18.19.34",
6060
"@types/sinonjs__fake-timers": "^8.1.2",
6161
"babel-plugin-rewire": "^1.2.0",
6262
"chai": "4.3.7",

yarn.lock

+11-4
Original file line numberDiff line numberDiff line change
@@ -1630,10 +1630,12 @@
16301630
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.25.tgz#527051f3c2f77aa52e5dc74e45a3da5fb2301448"
16311631
integrity sha512-wANk6fBrUwdpY4isjWrKTufkrXdu1D2YHCot2fD/DfWxF5sMrVSA+KN7ydckvaTCh0HiqX9IVl0L5/ZoXg5M7w==
16321632

1633-
1634-
version "18.0.6"
1635-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.0.6.tgz#0ba49ac517ad69abe7a1508bc9b3a5483df9d5d7"
1636-
integrity sha512-/xUq6H2aQm261exT6iZTMifUySEt4GR5KX8eYyY+C4MSNPqSh9oNIP7tz2GLKTlFaiBbgZNxffoR3CVRG+cljw==
1633+
1634+
version "18.19.34"
1635+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.34.tgz#c3fae2bbbdb94b4a52fe2d229d0dccce02ef3d27"
1636+
integrity sha512-eXF4pfBNV5DAMKGbI02NnDtWrQ40hAN558/2vvS4gMpMIxaf6JmD7YjnZbq0Q9TDSSkKBamime8ewRoomHdt4g==
1637+
dependencies:
1638+
undici-types "~5.26.4"
16371639

16381640
"@types/parse-json@^4.0.0":
16391641
version "4.0.0"
@@ -6872,6 +6874,11 @@ undefsafe@^2.0.5:
68726874
resolved "https://registry.yarnpkg.com/undefsafe/-/undefsafe-2.0.5.tgz#38733b9327bdcd226db889fb723a6efd162e6e2c"
68736875
integrity sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA==
68746876

6877+
undici-types@~5.26.4:
6878+
version "5.26.5"
6879+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
6880+
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
6881+
68756882
unicode-canonical-property-names-ecmascript@^2.0.0:
68766883
version "2.0.0"
68776884
resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz#301acdc525631670d39f6146e0e77ff6bbdebddc"

0 commit comments

Comments
 (0)