Skip to content

Commit 025c63b

Browse files
chore(deps): update dependency @types/node to v18.19.95
1 parent 143d195 commit 025c63b

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
@@ -21,7 +21,7 @@
2121
"@types/jest": "29.4.0",
2222
"@types/js-yaml": "4.0.5",
2323
"@types/lodash": "4.14.191",
24-
"@types/node": "18.11.19",
24+
"@types/node": "18.19.95",
2525
"@types/swagger-ui-express": "4.1.3",
2626
"@types/yamljs": "0.2.31",
2727
"@typescript-eslint/eslint-plugin": "5.51.0",

yarn.lock

+11-4
Original file line numberDiff line numberDiff line change
@@ -1083,10 +1083,12 @@
10831083
resolved "https://registry.npmjs.org/@types/node/-/node-16.11.6.tgz"
10841084
integrity sha512-ua7PgUoeQFjmWPcoo9khiPum3Pd60k4/2ZGXt18sm2Slk0W0xZTqt5Y0Ny1NyBiN1EVQ/+FaF9NcY4Qe6rwk5w==
10851085

1086-
"@types/node@18.11.19":
1087-
version "18.11.19"
1088-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.19.tgz#35e26df9ec441ab99d73e99e9aca82935eea216d"
1089-
integrity sha512-YUgMWAQBWLObABqrvx8qKO1enAvBUdjZOAWQ5grBAkp5LQv45jBvYKZ3oFS9iKRCQyFjqw6iuEa1vmFqtxYLZw==
1086+
"@types/node@18.19.95":
1087+
version "18.19.95"
1088+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.95.tgz#9319b07d3595ff2cf0c34637f5c793082cb1d3c3"
1089+
integrity sha512-VJysWMtwHh2aQ0BlfhwxZsdJrUQgrid+a53aIKeDLxYQrYqqIk3qFrGK/y/2Uk8FNvzGqwxeiosKNOmHI5HpYQ==
1090+
dependencies:
1091+
undici-types "~5.26.4"
10901092

10911093
"@types/normalize-package-data@^2.4.0":
10921094
version "2.4.1"
@@ -5270,6 +5272,11 @@ unbox-primitive@^1.0.2:
52705272
has-symbols "^1.0.3"
52715273
which-boxed-primitive "^1.0.2"
52725274

5275+
undici-types@~5.26.4:
5276+
version "5.26.5"
5277+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
5278+
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
5279+
52735280
universalify@^2.0.0:
52745281
version "2.0.0"
52755282
resolved "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz"

0 commit comments

Comments
 (0)