Skip to content

Commit 32cbc78

Browse files
dependabot[bot]kodiakhq[bot]
authored andcommitted
feat(deps): bump @types/node from 17.0.15 to 17.0.16
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.15 to 17.0.16. - [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:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 70bb974 commit 32cbc78

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"cross-spawn": "^7.0.1",
6464
"doctoc": "^2.1.0",
6565
"eslint": "^8.8.0",
66-
"@types/node": ">=12.x",
66+
"@types/node": ">=17.x",
6767
"eslint-config-airbnb": "19.0.0",
6868
"eslint-config-airbnb-typescript": "^16.1.0",
6969
"eslint-config-prettier": "^8.3.0",

yarn.lock

+4-9
Original file line numberDiff line numberDiff line change
@@ -1637,15 +1637,10 @@
16371637
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c"
16381638
integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==
16391639

1640-
"@types/node@*":
1641-
version "14.0.27"
1642-
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.0.27.tgz#a151873af5a5e851b51b3b065c9e63390a9e0eb1"
1643-
integrity sha512-kVrqXhbclHNHGu9ztnAwSncIgJv/FaxmzXJvGXNdcCpV1b8u1/Mi6z6m0vwy0LzKeXFTPLH0NzwmoJ3fNCIq0g==
1644-
1645-
"@types/node@>=12.x":
1646-
version "17.0.15"
1647-
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.15.tgz#97779282c09c09577120a2162e71d8380003590a"
1648-
integrity sha512-zWt4SDDv1S9WRBNxLFxFRHxdD9tvH8f5/kg5/IaLFdnSNXsDY4eL3Q3XXN+VxUnWIhyVFDwcsmAprvwXoM/ClA==
1640+
"@types/node@*", "@types/node@>=17.x":
1641+
version "17.0.16"
1642+
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.16.tgz#e3733f46797b9df9e853ca9f719c8a6f7b84cd26"
1643+
integrity sha512-ydLaGVfQOQ6hI1xK2A5nVh8bl0OGoIfYMxPWHqqYe9bTkWCfqiVvZoh2I/QF2sNSkZzZyROBoTefIEI+PB6iIA==
16491644

16501645
"@types/normalize-package-data@^2.4.0":
16511646
version "2.4.0"

0 commit comments

Comments
 (0)