diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-05-19 15:31:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-19 15:31:36 +0000 |
commit | 3c76393dfcdd1d4629f57cbde9a2a1e5058dca5c (patch) | |
tree | ac212ed7be4a49fd81608b64220dfd5e41c28b5d /package.json | |
parent | Bump helmet from 5.0.2 to 5.1.0 (#83) (diff) | |
download | ee4511w-web-3c76393dfcdd1d4629f57cbde9a2a1e5058dca5c.tar ee4511w-web-3c76393dfcdd1d4629f57cbde9a2a1e5058dca5c.tar.gz ee4511w-web-3c76393dfcdd1d4629f57cbde9a2a1e5058dca5c.tar.bz2 ee4511w-web-3c76393dfcdd1d4629f57cbde9a2a1e5058dca5c.tar.lz ee4511w-web-3c76393dfcdd1d4629f57cbde9a2a1e5058dca5c.tar.xz ee4511w-web-3c76393dfcdd1d4629f57cbde9a2a1e5058dca5c.tar.zst ee4511w-web-3c76393dfcdd1d4629f57cbde9a2a1e5058dca5c.zip |
Bump @types/node from 17.0.34 to 17.0.35 (#84)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.34 to 17.0.35.
- [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 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 20e3c09..e8ee04f 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.34", + "@types/node": "17.0.35", "@types/passport": "^1.0.7", "@types/shell-quote": "1.7.1", "@typescript-eslint/eslint-plugin": "5.25.0", |