Skip to content

Commit

Permalink
build(deps): bump @types/node from 17.0.15 to 17.0.16
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 8, 2022
1 parent f4a69af commit e444b6f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -11,7 +11,7 @@
"node": ">=16"
},
"devDependencies": {
"@types/node": "17.0.15",
"@types/node": "17.0.16",
"@types/react": "17.0.39",
"axios": "0.25.0",
"fastest-validator": "1.12.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/stdlib/package.json
Expand Up @@ -14,7 +14,7 @@
],
"license": "MIT",
"dependencies": {
"@types/node": "17.0.15",
"@types/node": "17.0.16",
"dotenv": "16.0.0",
"lodash.merge": "4.6.2",
"pino": "7.6.5"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -559,10 +559,10 @@
dependencies:
"@types/node" "*"

"@types/node@*", "@types/node@17.0.15":
version "17.0.15"
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.15.tgz#97779282c09c09577120a2162e71d8380003590a"
integrity sha512-zWt4SDDv1S9WRBNxLFxFRHxdD9tvH8f5/kg5/IaLFdnSNXsDY4eL3Q3XXN+VxUnWIhyVFDwcsmAprvwXoM/ClA==
"@types/node@*", "@types/node@17.0.16":
version "17.0.16"
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.16.tgz#e3733f46797b9df9e853ca9f719c8a6f7b84cd26"
integrity sha512-ydLaGVfQOQ6hI1xK2A5nVh8bl0OGoIfYMxPWHqqYe9bTkWCfqiVvZoh2I/QF2sNSkZzZyROBoTefIEI+PB6iIA==

"@types/prop-types@*":
version "15.7.4"
Expand Down

0 comments on commit e444b6f

Please sign in to comment.