Skip to content

Commit 82270e3

Browse files
fix(deps): update dependency @types/node to v18.19.120
1 parent 4bfcbd9 commit 82270e3

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
@@ -17,7 +17,7 @@
1717
"dependencies": {
1818
"@jridgewell/sourcemap-codec": "^1.4.15",
1919
"@types/cors": "^2.8.13",
20-
"@types/node": "18.16.2",
20+
"@types/node": "18.19.120",
2121
"@types/react": "18.2.0",
2222
"@types/react-dom": "18.2.1",
2323
"@types/uuid": "^9.0.1",

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -526,10 +526,12 @@
526526
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.11.tgz#b3b790f09cb1696cffcec605de025b088fa4225f"
527527
integrity sha512-E5Kwq2n4SbMzQOn6wnmBjuK9ouqlURrcZDVfbo9ftDDTFt3nk7ZKK4GMOzoYgnpQJKcxwQw+lGaBvvlMo0qN/Q==
528528

529-
"@types/node@18.16.2":
530-
version "18.16.2"
531-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.2.tgz#2f610ea71034b3971c312192377f8a7178eb57f1"
532-
integrity sha512-GQW/JL/5Fz/0I8RpeBG9lKp0+aNcXEaVL71c0D2Q0QHDTFvlYKT7an0onCUXj85anv7b4/WesqdfchLc0jtsCg==
529+
"@types/node@18.19.120":
530+
version "18.19.120"
531+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.120.tgz#07b3bd73875956d5281fa27e6d77a66415f7d455"
532+
integrity sha512-WtCGHFXnVI8WHLxDAt5TbnCM4eSE+nI0QN2NJtwzcgMhht2eNz6V9evJrk+lwC8bCY8OWV5Ym8Jz7ZEyGnKnMA==
533+
dependencies:
534+
undici-types "~5.26.4"
533535

534536
"@types/prop-types@*":
535537
version "15.7.5"
@@ -2485,6 +2487,11 @@ unbox-primitive@^1.0.2:
24852487
has-symbols "^1.0.3"
24862488
which-boxed-primitive "^1.0.2"
24872489

2490+
undici-types@~5.26.4:
2491+
version "5.26.5"
2492+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
2493+
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
2494+
24882495
uri-js@^4.2.2:
24892496
version "4.4.1"
24902497
resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e"

0 commit comments

Comments
 (0)