diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-06-07 15:46:05 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-07 15:46:05 +0000 |
commit | d211028cd25f08f12d5ec6f41c0ce6a7dc614d67 (patch) | |
tree | 8a53d9f26df9c15205b067480a14a746dcbc92dd /package.json | |
parent | Bump eslint from 8.16.0 to 8.17.0 (#101) (diff) | |
download | ee4511w-web-d211028cd25f08f12d5ec6f41c0ce6a7dc614d67.tar ee4511w-web-d211028cd25f08f12d5ec6f41c0ce6a7dc614d67.tar.gz ee4511w-web-d211028cd25f08f12d5ec6f41c0ce6a7dc614d67.tar.bz2 ee4511w-web-d211028cd25f08f12d5ec6f41c0ce6a7dc614d67.tar.lz ee4511w-web-d211028cd25f08f12d5ec6f41c0ce6a7dc614d67.tar.xz ee4511w-web-d211028cd25f08f12d5ec6f41c0ce6a7dc614d67.tar.zst ee4511w-web-d211028cd25f08f12d5ec6f41c0ce6a7dc614d67.zip |
Bump @typescript-eslint/parser from 5.27.0 to 5.27.1 (#102)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.27.0 to 5.27.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.27.1/packages/parser)
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 111af23..77dedc1 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@types/passport": "^1.0.8", "@types/shell-quote": "1.7.1", "@typescript-eslint/eslint-plugin": "5.27.0", - "@typescript-eslint/parser": "5.27.0", + "@typescript-eslint/parser": "5.27.1", "eslint": "8.17.0", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "8.5.0", |