diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-09-20 16:56:11 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-20 16:56:11 +0000 |
commit | 87bf5131ad4a5af7ecaa526ac546240ababc0241 (patch) | |
tree | 938a828d24457a8987f5a47607c8522b6075a46a /package.json | |
parent | Bump @typescript-eslint/parser from 5.37.0 to 5.38.0 (#195) (diff) | |
download | ee4511w-web-master.tar ee4511w-web-master.tar.gz ee4511w-web-master.tar.bz2 ee4511w-web-master.tar.lz ee4511w-web-master.tar.xz ee4511w-web-master.tar.zst ee4511w-web-master.zip |
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.37.0 to 5.38.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.38.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 ee5aca7..f386244 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@types/node": "18.7.18", "@types/passport": "^1.0.11", "@types/shell-quote": "1.7.1", - "@typescript-eslint/eslint-plugin": "5.37.0", + "@typescript-eslint/eslint-plugin": "5.38.0", "@typescript-eslint/parser": "5.38.0", "eslint": "8.23.1", "eslint-config-airbnb-base": "15.0.0", |