Skip to content

Commit 9bd7314

Browse files
Update dependency @types/node to v18.19.69
1 parent 503324e commit 9bd7314

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
@@ -53,7 +53,7 @@
5353
"lint:fix": "prettier --write ."
5454
},
5555
"devDependencies": {
56-
"@types/node": "18.13.0",
56+
"@types/node": "18.19.69",
5757
"@types/vscode": "1.75.1",
5858
"prettier": "2.8.3",
5959
"ts-loader": "9.4.2",

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,12 @@
8383
resolved "https://registry.npmjs.org/@types/node/-/node-18.7.23.tgz"
8484
integrity sha512-DWNcCHolDq0ZKGizjx2DZjR/PqsYwAcYUJmfMWqtVU2MBMG5Mo+xFZrhGId5r/O5HOuMPyQEcM6KUBp5lBZZBg==
8585

86-
87-
version "18.13.0"
88-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.13.0.tgz#0400d1e6ce87e9d3032c19eb6c58205b0d3f7850"
89-
integrity sha512-gC3TazRzGoOnoKAhUx+Q0t8S9Tzs74z7m0ipwGpSqQrleP14hKxP4/JUeEQcD3W1/aIpnWl8pHowI7WokuZpXg==
86+
87+
version "18.19.69"
88+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.69.tgz#748d301818ba4b238854c53d290257a70aae7d01"
89+
integrity sha512-ECPdY1nlaiO/Y6GUnwgtAAhLNaQ53AyIVz+eILxpEo5OvuqE6yWkqWBIb5dU0DqhKQtMeny+FBD3PK6lm7L5xQ==
90+
dependencies:
91+
undici-types "~5.26.4"
9092

9193
9294
version "1.75.1"
@@ -1076,6 +1078,11 @@ [email protected]:
10761078
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
10771079
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
10781080

1081+
undici-types@~5.26.4:
1082+
version "5.26.5"
1083+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
1084+
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
1085+
10791086
update-browserslist-db@^1.0.0:
10801087
version "1.0.4"
10811088
resolved "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.4.tgz"

0 commit comments

Comments
 (0)