diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-05-30 15:37:04 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-30 15:37:04 +0000 |
commit | 1648174fc6b96a74c7dc36dd25bc0aa23b90dfaf (patch) | |
tree | 5e9a2dc25742e050ab29e6975d43ac39722203f0 | |
parent | Bump fastify/github-action-merge-dependabot from 3.1.7 to 3.2.0 (#92) (diff) | |
download | ee4511w-web-1648174fc6b96a74c7dc36dd25bc0aa23b90dfaf.tar ee4511w-web-1648174fc6b96a74c7dc36dd25bc0aa23b90dfaf.tar.gz ee4511w-web-1648174fc6b96a74c7dc36dd25bc0aa23b90dfaf.tar.bz2 ee4511w-web-1648174fc6b96a74c7dc36dd25bc0aa23b90dfaf.tar.lz ee4511w-web-1648174fc6b96a74c7dc36dd25bc0aa23b90dfaf.tar.xz ee4511w-web-1648174fc6b96a74c7dc36dd25bc0aa23b90dfaf.tar.zst ee4511w-web-1648174fc6b96a74c7dc36dd25bc0aa23b90dfaf.zip |
Bump @types/node from 17.0.35 to 17.0.36 (#93)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.35 to 17.0.36.
- [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>
Diffstat (limited to '')
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | yarn.lock | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index 8d32c2e..72e9a37 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@types/csurf": "1.11.2", "@types/express": "4.17.13", "@types/express-fileupload": "1.2.2", - "@types/node": "17.0.35", + "@types/node": "17.0.36", "@types/passport": "^1.0.7", "@types/shell-quote": "1.7.1", "@typescript-eslint/eslint-plugin": "5.26.0", @@ -142,10 +142,10 @@ resolved "https://registry.yarnpkg.com/@types/mime/-/mime-1.3.2.tgz#93e25bf9ee75fe0fd80b594bc4feb0e862111b5a" integrity sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw== -"@types/node@*", "@types/node@17.0.35": - version "17.0.35" - resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.35.tgz#635b7586086d51fb40de0a2ec9d1014a5283ba4a" - integrity sha512-vu1SrqBjbbZ3J6vwY17jBs8Sr/BKA+/a/WtjRG+whKg1iuLFOosq872EXS0eXWILdO36DHQQeku/ZcL6hz2fpg== +"@types/node@*", "@types/node@17.0.36": + version "17.0.36" + resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.36.tgz#c0d5f2fe76b47b63e0e0efc3d2049a9970d68794" + integrity sha512-V3orv+ggDsWVHP99K3JlwtH20R7J4IhI1Kksgc+64q5VxgfRkQG8Ws3MFm/FZOKDYGy9feGFlZ70/HpCNe9QaA== "@types/passport@^1.0.7": version "1.0.7" |