diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-08-24 15:36:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-24 15:36:50 +0000 |
commit | 3ef94d235e88683953a35d2249964e6d03bd8fcf (patch) | |
tree | 346c46a16e98f3479d0f05e6b78f1ad2c7020b48 | |
parent | Bump @types/express-fileupload from 1.4.0 to 1.4.1 (#167) (diff) | |
download | ee4511w-web-3ef94d235e88683953a35d2249964e6d03bd8fcf.tar ee4511w-web-3ef94d235e88683953a35d2249964e6d03bd8fcf.tar.gz ee4511w-web-3ef94d235e88683953a35d2249964e6d03bd8fcf.tar.bz2 ee4511w-web-3ef94d235e88683953a35d2249964e6d03bd8fcf.tar.lz ee4511w-web-3ef94d235e88683953a35d2249964e6d03bd8fcf.tar.xz ee4511w-web-3ef94d235e88683953a35d2249964e6d03bd8fcf.tar.zst ee4511w-web-3ef94d235e88683953a35d2249964e6d03bd8fcf.zip |
Bump @types/node from 18.7.11 to 18.7.13 (#168)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.7.11 to 18.7.13.
- [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 | ||||
-rw-r--r-- | yarn.lock | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index 42be975..284399a 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.11", + "@types/node": "18.7.13", "@types/passport": "^1.0.10", "@types/shell-quote": "1.7.1", "@typescript-eslint/eslint-plugin": "5.34.0", @@ -135,10 +135,10 @@ resolved "https://registry.yarnpkg.com/@types/mime/-/mime-1.3.2.tgz#93e25bf9ee75fe0fd80b594bc4feb0e862111b5a" integrity sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw== -"@types/node@*", "@types/node@18.7.11": - version "18.7.11" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.7.11.tgz#486e72cfccde88da24e1f23ff1b7d8bfb64e6250" - integrity sha512-KZhFpSLlmK/sdocfSAjqPETTMd0ug6HIMIAwkwUpU79olnZdQtMxpQP+G1wDzCH7na+FltSIhbaZuKdwZ8RDrw== +"@types/node@*", "@types/node@18.7.13": + version "18.7.13" + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.7.13.tgz#23e6c5168333480d454243378b69e861ab5c011a" + integrity sha512-46yIhxSe5xEaJZXWdIBP7GU4HDTG8/eo0qd9atdiL+lFpA03y8KS+lkTN834TWJj5767GbWv4n/P6efyTFt1Dw== "@types/passport@^1.0.10": version "1.0.10" |