diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-03-29 15:33:41 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-29 15:33:41 +0000 |
commit | 9db4aecffcd74b761d03b3489324d40fe2a1786d (patch) | |
tree | a525764c192fee749a6f79940551e096929d405a /package.json | |
parent | Bump eslint from 8.11.0 to 8.12.0 (#35) (diff) | |
download | ee4511w-web-9db4aecffcd74b761d03b3489324d40fe2a1786d.tar ee4511w-web-9db4aecffcd74b761d03b3489324d40fe2a1786d.tar.gz ee4511w-web-9db4aecffcd74b761d03b3489324d40fe2a1786d.tar.bz2 ee4511w-web-9db4aecffcd74b761d03b3489324d40fe2a1786d.tar.lz ee4511w-web-9db4aecffcd74b761d03b3489324d40fe2a1786d.tar.xz ee4511w-web-9db4aecffcd74b761d03b3489324d40fe2a1786d.tar.zst ee4511w-web-9db4aecffcd74b761d03b3489324d40fe2a1786d.zip |
Bump @typescript-eslint/eslint-plugin from 5.16.0 to 5.17.0 (#36)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.16.0 to 5.17.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.17.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>
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 d30477b..1a9e5b0 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@types/express-fileupload": "^1.2.2", "@types/node": "^17.0.23", "@types/shell-quote": "^1.7.1", - "@typescript-eslint/eslint-plugin": "^5.16.0", + "@typescript-eslint/eslint-plugin": "^5.17.0", "@typescript-eslint/parser": "^5.16.0", "eslint": "^8.12.0", "eslint-config-airbnb-base": "^15.0.0", |