Skip to content

Commit 471326e

Browse files
msivasubramaniaandatho7561
authored andcommitted
upstream node
1 parent bae67c0 commit 471326e

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
@@ -265,7 +265,7 @@
265265
"@types/chai": "^4.2.12",
266266
"@types/fs-extra": "^9.0.6",
267267
"@types/mocha": "^2.2.48",
268-
"@types/node": "^12.12.6",
268+
"@types/node": "^18.x",
269269
"@types/sinon": "^10.0.6",
270270
"@types/sinon-chai": "^3.2.5",
271271
"@types/vscode": "^1.63.0",

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -310,10 +310,12 @@
310310
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.3.tgz#f0b991c32cfc6a4e7f3399d6cb4b8cf9a0315014"
311311
integrity sha512-p6ua9zBxz5otCmbpb5D3U4B5Nanw6Pk3PPyX05xnxbB/fRv71N7CPmORg7uAD5P70T0xmx1pzAx/FUfa5X+3cw==
312312

313-
"@types/node@^12.12.6":
314-
version "12.20.55"
315-
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.20.55.tgz#c329cbd434c42164f846b909bd6f85b5537f6240"
316-
integrity sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==
313+
"@types/node@^18.x":
314+
version "18.19.112"
315+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.112.tgz#cd2aee9c075402e0e1942a44101428881dbeb110"
316+
integrity sha512-i+Vukt9POdS/MBI7YrrkkI5fMfwFtOjphSmt4WXYLfwqsfr6z/HdCx7LqT9M7JktGob8WNgj8nFB4TbGNE4Cog==
317+
dependencies:
318+
undici-types "~5.26.4"
317319

318320
"@types/responselike@^1.0.0":
319321
version "1.0.0"
@@ -4571,6 +4573,11 @@ underscore@^1.12.1:
45714573
resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.13.6.tgz#04786a1f589dc6c09f761fc5f45b89e935136441"
45724574
integrity sha512-+A5Sja4HP1M08MaXya7p5LvjuM7K6q/2EaC0+iovj/wOcMsTzMvDFbasi/oSapiwOlt252IqsKqPjCl7huKS0A==
45734575

4576+
undici-types@~5.26.4:
4577+
version "5.26.5"
4578+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
4579+
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
4580+
45744581
universalify@^2.0.0:
45754582
version "2.0.0"
45764583
resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.0.tgz#75a4984efedc4b08975c5aeb73f530d02df25717"

0 commit comments

Comments
 (0)