diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-07-04 16:26:56 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-04 16:26:56 +0000 |
commit | 5e84cc2e2b6a54c4d32981a40350d86e9e36208b (patch) | |
tree | d5c1623943a762cb5961693e5e43d3b1092aa4cf /package.json | |
parent | Bump @typescript-eslint/eslint-plugin from 5.30.0 to 5.30.4 (#123) (diff) | |
download | ee4511w-web-5e84cc2e2b6a54c4d32981a40350d86e9e36208b.tar ee4511w-web-5e84cc2e2b6a54c4d32981a40350d86e9e36208b.tar.gz ee4511w-web-5e84cc2e2b6a54c4d32981a40350d86e9e36208b.tar.bz2 ee4511w-web-5e84cc2e2b6a54c4d32981a40350d86e9e36208b.tar.lz ee4511w-web-5e84cc2e2b6a54c4d32981a40350d86e9e36208b.tar.xz ee4511w-web-5e84cc2e2b6a54c4d32981a40350d86e9e36208b.tar.zst ee4511w-web-5e84cc2e2b6a54c4d32981a40350d86e9e36208b.zip |
Bump @types/node from 18.0.0 to 18.0.1 (#125)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.0.0 to 18.0.1.
- [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 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 502953f..5aecb1c 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": "18.0.0", + "@types/node": "18.0.1", "@types/passport": "^1.0.9", "@types/shell-quote": "1.7.1", "@typescript-eslint/eslint-plugin": "5.30.4", |