Skip to content

Commit 5553083

Browse files
chore(deps-dev): bump @types/node from 16.11.12 to 17.0.0 (#1160)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.11.12 to 17.0.0. - [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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ecc882e commit 5553083

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@rollup/plugin-node-resolve": "^13.1.1",
2121
"@rollup/plugin-replace": "^3.0.0",
2222
"@types/jest": "27.0.3",
23-
"@types/node": "16.11.12",
23+
"@types/node": "17.0.0",
2424
"@types/pretty": "^2.0.0",
2525
"@vue/babel-plugin-jsx": "^1.1.1",
2626
"@vue/compat": "3.2.24",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1480,10 +1480,10 @@
14801480
jest-diff "^27.0.0"
14811481
pretty-format "^27.0.0"
14821482

1483-
"@types/node@*", "@types/node@16.11.12":
1484-
version "16.11.12"
1485-
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.12.tgz#ac7fb693ac587ee182c3780c26eb65546a1a3c10"
1486-
integrity sha512-+2Iggwg7PxoO5Kyhvsq9VarmPbIelXP070HMImEpbtGCoyWNINQj4wzjbQCXzdHTRXnqufutJb5KAURZANNBAw==
1483+
"@types/node@*", "@types/node@17.0.0":
1484+
version "17.0.0"
1485+
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.0.tgz#62797cee3b8b497f6547503b2312254d4fe3c2bb"
1486+
integrity sha512-eMhwJXc931Ihh4tkU+Y7GiLzT/y/DBNpNtr4yU9O2w3SYBsr9NaOPhQlLKRmoWtI54uNwuo0IOUFQjVOTZYRvw==
14871487

14881488
"@types/normalize-package-data@^2.4.0":
14891489
version "2.4.1"

0 commit comments

Comments
 (0)