diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-08-30 15:37:15 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-30 15:37:15 +0000 |
commit | 7c94546137e0d0c1619fbe1c7ce935edc534e658 (patch) | |
tree | 6adb1c09d8b6dbc5056f95b042caf8c7957512e4 /package.json | |
parent | Bump @typescript-eslint/parser from 5.35.1 to 5.36.1 (#176) (diff) | |
download | ee4511w-web-7c94546137e0d0c1619fbe1c7ce935edc534e658.tar ee4511w-web-7c94546137e0d0c1619fbe1c7ce935edc534e658.tar.gz ee4511w-web-7c94546137e0d0c1619fbe1c7ce935edc534e658.tar.bz2 ee4511w-web-7c94546137e0d0c1619fbe1c7ce935edc534e658.tar.lz ee4511w-web-7c94546137e0d0c1619fbe1c7ce935edc534e658.tar.xz ee4511w-web-7c94546137e0d0c1619fbe1c7ce935edc534e658.tar.zst ee4511w-web-7c94546137e0d0c1619fbe1c7ce935edc534e658.zip |
Bump @types/node from 18.7.13 to 18.7.14 (#178)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.7.13 to 18.7.14.
- [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>
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 75b8a87..7d37186 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.4.1", - "@types/node": "18.7.13", + "@types/node": "18.7.14", "@types/passport": "^1.0.10", "@types/shell-quote": "1.7.1", "@typescript-eslint/eslint-plugin": "5.35.1", |