Skip to content

Commit

Permalink
fix(deps): update dependency @types/node to v16.18.14 (#7739)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: David Price <thedavid@thedavidprice.com>
  • Loading branch information
2 people authored and jtoar committed Mar 4, 2023
1 parent 3b81f61 commit 3b80087
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.13",
"@types/node": "16.18.14",
"@types/vscode": "1.76.0",
"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.13",
"@types/node": "16.18.14",
"@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.13
"@types/node": 16.18.14
"@types/vscode": 1.76.0
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.13
"@types/node": 16.18.14
"@types/react": 17.0.53
"@types/react-dom": 17.0.18
"@types/webpack": 5.28.0
Expand Down Expand Up @@ -9651,10 +9651,10 @@ __metadata:
languageName: node
linkType: hard

"@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
"@types/node@npm:16.18.14, @types/node@npm:^14.0.10 || ^16.0.0, @types/node@npm:^14.14.20 || ^16.0.0":
version: 16.18.14
resolution: "@types/node@npm:16.18.14"
checksum: af0229e73c08e77a9d9281c15e2fb5ea8061a2390287659d7c1abf9602792ea3e923c919430606438085823704f68afa99ca292ed0c99352a4296c3d6b12c711
languageName: node
linkType: hard

Expand Down

0 comments on commit 3b80087

Please sign in to comment.