diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-03-15 15:33:41 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-15 15:33:41 +0000 |
commit | cfe2023635089d3f71c9d18263e1b6db5953ce28 (patch) | |
tree | 7ce24accc52f721c1f1297075a432f6655316bbe /package.json | |
parent | Bump @typescript-eslint/parser from 5.14.0 to 5.15.0 (#25) (diff) | |
download | ee4511w-web-cfe2023635089d3f71c9d18263e1b6db5953ce28.tar ee4511w-web-cfe2023635089d3f71c9d18263e1b6db5953ce28.tar.gz ee4511w-web-cfe2023635089d3f71c9d18263e1b6db5953ce28.tar.bz2 ee4511w-web-cfe2023635089d3f71c9d18263e1b6db5953ce28.tar.lz ee4511w-web-cfe2023635089d3f71c9d18263e1b6db5953ce28.tar.xz ee4511w-web-cfe2023635089d3f71c9d18263e1b6db5953ce28.tar.zst ee4511w-web-cfe2023635089d3f71c9d18263e1b6db5953ce28.zip |
Bump @typescript-eslint/eslint-plugin from 5.14.0 to 5.15.0 (#26)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.14.0 to 5.15.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.15.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 4d3e2b2..cfff3f1 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@types/express-fileupload": "^1.2.2", "@types/node": "^17.0.21", "@types/shell-quote": "^1.7.1", - "@typescript-eslint/eslint-plugin": "^5.14.0", + "@typescript-eslint/eslint-plugin": "^5.15.0", "@typescript-eslint/parser": "^5.15.0", "eslint": "^8.11.0", "eslint-config-airbnb-base": "^15.0.0", |