Skip to content

Commit 98b40ad

Browse files
build(deps-dev): bump @types/node from 17.0.31 to 17.0.32 (#40)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.31 to 17.0.32. - [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-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 596aaa3 commit 98b40ad

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@ionic/eslint-config": "^0.3.0",
3737
"@ionic/prettier-config": "^2.0.0",
3838
"@types/jest": "^27.4.1",
39-
"@types/node": "^17.0.30",
39+
"@types/node": "^17.0.32",
4040
"@types/webpack-env": "^1.16.4",
4141
"@typescript-eslint/eslint-plugin": "^5.23.0",
4242
"@typescript-eslint/parser": "^5.23.0",

yarn.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1794,9 +1794,10 @@
17941794
version "1.2.2"
17951795
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c"
17961796

1797-
"@types/node@*", "@types/node@>=12", "@types/node@^17.0.30":
1798-
version "17.0.31"
1799-
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.31.tgz#a5bb84ecfa27eec5e1c802c6bbf8139bdb163a5d"
1797+
"@types/node@*", "@types/node@>=12", "@types/node@^17.0.32":
1798+
version "17.0.32"
1799+
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.32.tgz#51d59d7a90ef2d0ae961791e0900cad2393a0149"
1800+
integrity sha512-eAIcfAvhf/BkHcf4pkLJ7ECpBAhh9kcxRBpip9cTiO+hf+aJrsxYxBeS6OXvOd9WqNAJmavXVpZvY1rBjNsXmw==
18001801

18011802
"@types/node@^14.14.31":
18021803
version "14.18.16"

0 commit comments

Comments
 (0)