Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency @types/node to v16.18.21 #7925

Merged
merged 1 commit into from
Mar 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/structure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@types/fs-extra": "11.0.1",
"@types/lodash": "4.14.191",
"@types/lru-cache": "5.1.1",
"@types/node": "16.18.20",
"@types/node": "16.18.21",
"@types/vscode": "1.76.0",
"jest": "29.5.0",
"typescript": "5.0.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@types/aws-lambda": "8.10.114",
"@types/babel-core": "6.25.7",
"@types/jest": "29.5.0",
"@types/node": "16.18.20",
"@types/node": "16.18.21",
"@types/react": "18.0.29",
"@types/react-dom": "18.0.11",
"@types/webpack": "5.28.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7037,7 +7037,7 @@ __metadata:
"@types/line-column": 1.0.0
"@types/lodash": 4.14.191
"@types/lru-cache": 5.1.1
"@types/node": 16.18.20
"@types/node": 16.18.21
"@types/vscode": 1.76.0
camelcase: 6.3.0
core-js: 3.29.1
Expand Down Expand Up @@ -7110,7 +7110,7 @@ __metadata:
"@types/aws-lambda": 8.10.114
"@types/babel-core": 6.25.7
"@types/jest": 29.5.0
"@types/node": 16.18.20
"@types/node": 16.18.21
"@types/react": 18.0.29
"@types/react-dom": 18.0.11
"@types/webpack": 5.28.0
Expand Down Expand Up @@ -9493,10 +9493,10 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:16.18.20, @types/node@npm:^14.0.10 || ^16.0.0, @types/node@npm:^14.14.20 || ^16.0.0":
version: 16.18.20
resolution: "@types/node@npm:16.18.20"
checksum: 57909dc48f3c00d0afce0a389eec931f86b666a34f9c54177de78b23cb2b4bc54101c3bf99a0b2be90f2d71c99f89a983d6e378e3896b8ab2cfeb602ed419af0
"@types/node@npm:16.18.21, @types/node@npm:^14.0.10 || ^16.0.0, @types/node@npm:^14.14.20 || ^16.0.0":
version: 16.18.21
resolution: "@types/node@npm:16.18.21"
checksum: 6576090c6ecd7765e9fc5b927224cd3f2efaa133232976e35a54f40421f6ae0740522ec44d8443feb973bdd1001726eb8e0c3abf4a8e9716af629c41575a3bb6
languageName: node
linkType: hard

Expand Down