Skip to content

Commit 37f55e7

Browse files
Bump @types/node from 16.11.68 to 18.11.9
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.11.68 to 18.11.9. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bb84b33 commit 37f55e7

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"devDependencies": {
3232
"@backstage/cli": "^0.20.0",
3333
"@changesets/cli": "^2.18.0",
34-
"@types/node": "^16.11.26",
34+
"@types/node": "^18.11.9",
3535
"@types/webpack": "^5.28.0",
3636
"lerna": "^4.0.0",
3737
"ts-node": "^10.4.0",

plugins/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@testing-library/react": "^12.1.3",
6161
"@testing-library/user-event": "^14.0.0",
6262
"@types/jest": "^26.0.7",
63-
"@types/node": "^16.11.26",
63+
"@types/node": "^18.11.9",
6464
"cross-fetch": "^3.1.5",
6565
"jest-environment-jsdom": "^29.2.1",
6666
"msw": "^0.35.0"

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5628,10 +5628,10 @@
56285628
resolved "https://registry.yarnpkg.com/@types/ms/-/ms-0.7.31.tgz#31b7ca6407128a3d2bbc27fe2d21b345397f6197"
56295629
integrity sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==
56305630

5631-
"@types/node@*", "@types/node@>=12.12.47", "@types/node@>=13.7.0":
5632-
version "18.11.2"
5633-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.2.tgz#c59b7641832531264fda3f1ba610362dc9a7dfc8"
5634-
integrity sha512-BWN3M23gLO2jVG8g/XHIRFWiiV4/GckeFIqbU/C4V3xpoBBWSMk4OZomouN0wCkfQFPqgZikyLr7DOYDysIkkw==
5631+
"@types/node@*", "@types/node@>=12.12.47", "@types/node@>=13.7.0", "@types/node@^18.11.9":
5632+
version "18.11.9"
5633+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.9.tgz#02d013de7058cea16d36168ef2fc653464cfbad4"
5634+
integrity sha512-CRpX21/kGdzjOpFsZSkcrXMGIBWMGNIHXXBVFSH+ggkftxg+XYP20TESbh+zFvFj3EQOl5byk0HTRn1IL6hbqg==
56355635

56365636
"@types/node@^10.12.0":
56375637
version "10.17.60"
@@ -5643,7 +5643,7 @@
56435643
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.20.55.tgz#c329cbd434c42164f846b909bd6f85b5537f6240"
56445644
integrity sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==
56455645

5646-
"@types/node@^16.11.26", "@types/node@^16.9.2":
5646+
"@types/node@^16.9.2":
56475647
version "16.11.68"
56485648
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.68.tgz#30ee923f4d940793e0380f5ce61c0bd4b7196b6c"
56495649
integrity sha512-JkRpuVz3xCNCWaeQ5EHLR/6woMbHZz/jZ7Kmc63AkU+1HxnoUugzSWMck7dsR4DvNYX8jp9wTi9K7WvnxOIQZQ==

0 commit comments

Comments
 (0)