diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-06-15 15:36:44 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-15 15:36:44 +0000 |
commit | 7e78117f807c30147a41bb74e6615fe34b0c5d40 (patch) | |
tree | 6759f99f177160dd37d08f6ccf8fa9dd2a45a0c5 /package.json | |
parent | Bump @typescript-eslint/eslint-plugin from 5.27.1 to 5.28.0 (#109) (diff) | |
download | ee4511w-web-7e78117f807c30147a41bb74e6615fe34b0c5d40.tar ee4511w-web-7e78117f807c30147a41bb74e6615fe34b0c5d40.tar.gz ee4511w-web-7e78117f807c30147a41bb74e6615fe34b0c5d40.tar.bz2 ee4511w-web-7e78117f807c30147a41bb74e6615fe34b0c5d40.tar.lz ee4511w-web-7e78117f807c30147a41bb74e6615fe34b0c5d40.tar.xz ee4511w-web-7e78117f807c30147a41bb74e6615fe34b0c5d40.tar.zst ee4511w-web-7e78117f807c30147a41bb74e6615fe34b0c5d40.zip |
Bump @types/node from 17.0.42 to 17.0.44 (#110)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.42 to 17.0.44.
- [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 3c50b5f..9f99833 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.42", + "@types/node": "17.0.44", "@types/passport": "^1.0.9", "@types/shell-quote": "1.7.1", "@typescript-eslint/eslint-plugin": "5.28.0", |