Skip to content

Commit

Permalink
fix(deps): update dependency @types/node to v16.18.13 (#7727)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and jtoar committed Mar 4, 2023
1 parent 8ccd067 commit 5cbc98a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
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.12",
"@types/node": "16.18.13",
"@types/vscode": "1.75.1",
"jest": "29.4.2",
"typescript": "4.9.5"
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.111",
"@types/babel-core": "6.25.7",
"@types/jest": "29.4.0",
"@types/node": "16.18.12",
"@types/node": "16.18.13",
"@types/react": "17.0.53",
"@types/react-dom": "17.0.18",
"@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 @@ -7230,7 +7230,7 @@ __metadata:
"@types/line-column": 1.0.0
"@types/lodash": 4.14.191
"@types/lru-cache": 5.1.1
"@types/node": 16.18.12
"@types/node": 16.18.13
"@types/vscode": 1.75.1
camelcase: 6.3.0
core-js: 3.29.0
Expand Down Expand Up @@ -7303,7 +7303,7 @@ __metadata:
"@types/aws-lambda": 8.10.111
"@types/babel-core": 6.25.7
"@types/jest": 29.4.0
"@types/node": 16.18.12
"@types/node": 16.18.13
"@types/react": 17.0.53
"@types/react-dom": 17.0.18
"@types/webpack": 5.28.0
Expand Down Expand Up @@ -9660,10 +9660,10 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:16.18.12, @types/node@npm:^14.0.10 || ^16.0.0, @types/node@npm:^14.14.20 || ^16.0.0":
version: 16.18.12
resolution: "@types/node@npm:16.18.12"
checksum: d57b30a9e408bca51b57a1f5118335b2266ff30d66ae87c828630a9391fd1005229ce6b648492374dc393db2e4eae56212d16ef57c8a40e7b25f6306353dd1b1
"@types/node@npm:16.18.13, @types/node@npm:^14.0.10 || ^16.0.0, @types/node@npm:^14.14.20 || ^16.0.0":
version: 16.18.13
resolution: "@types/node@npm:16.18.13"
checksum: 1aa828a3d1720ff7958ebf99ac9685e4e16b79ff5088354953b02d9ebba29a1a1e87ed50a8d53ae41036231524b5c88a210792b18a601b82e5d4919d1878aa1f
languageName: node
linkType: hard

Expand Down

0 comments on commit 5cbc98a

Please sign in to comment.