diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-04-25 15:33:20 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-25 15:33:20 +0000 |
commit | c40ff70511d5d7c31a51c510d579d9f9d50eb05b (patch) | |
tree | ffdeb8cc6b2d98c3f997b2257383e0c4d14f401a /package.json | |
parent | Bump eslint from 8.13.0 to 8.14.0 (#56) (diff) | |
download | ee4511w-web-c40ff70511d5d7c31a51c510d579d9f9d50eb05b.tar ee4511w-web-c40ff70511d5d7c31a51c510d579d9f9d50eb05b.tar.gz ee4511w-web-c40ff70511d5d7c31a51c510d579d9f9d50eb05b.tar.bz2 ee4511w-web-c40ff70511d5d7c31a51c510d579d9f9d50eb05b.tar.lz ee4511w-web-c40ff70511d5d7c31a51c510d579d9f9d50eb05b.tar.xz ee4511w-web-c40ff70511d5d7c31a51c510d579d9f9d50eb05b.tar.zst ee4511w-web-c40ff70511d5d7c31a51c510d579d9f9d50eb05b.zip |
Bump @types/node from 17.0.25 to 17.0.26 (#57)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.25 to 17.0.26.
- [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 e39a78f..312ed43 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.25", + "@types/node": "17.0.26", "@types/passport": "^1.0.7", "@types/shell-quote": "1.7.1", "@typescript-eslint/eslint-plugin": "5.20.0", |