diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-08-23 15:34:08 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-23 15:34:08 +0000 |
commit | ad7b037d58fcb56895600aac9da469b55efe6420 (patch) | |
tree | ce20328513a36bbc386f16fb4a57cbaec5246774 /package.json | |
parent | Bump @types/express-fileupload from 1.2.3 to 1.4.0 (#163) (diff) | |
download | ee4511w-web-ad7b037d58fcb56895600aac9da469b55efe6420.tar ee4511w-web-ad7b037d58fcb56895600aac9da469b55efe6420.tar.gz ee4511w-web-ad7b037d58fcb56895600aac9da469b55efe6420.tar.bz2 ee4511w-web-ad7b037d58fcb56895600aac9da469b55efe6420.tar.lz ee4511w-web-ad7b037d58fcb56895600aac9da469b55efe6420.tar.xz ee4511w-web-ad7b037d58fcb56895600aac9da469b55efe6420.tar.zst ee4511w-web-ad7b037d58fcb56895600aac9da469b55efe6420.zip |
Bump @typescript-eslint/eslint-plugin from 5.33.1 to 5.34.0 (#164)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.33.1 to 5.34.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.34.0/packages/eslint-plugin)
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
...
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 0753474..fe351cf 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@types/node": "18.7.9", "@types/passport": "^1.0.10", "@types/shell-quote": "1.7.1", - "@typescript-eslint/eslint-plugin": "5.33.1", + "@typescript-eslint/eslint-plugin": "5.34.0", "@typescript-eslint/parser": "5.33.1", "eslint": "8.22.0", "eslint-config-airbnb-base": "15.0.0", |