Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thsmi/sieve.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-02-15 22:11:33 +0300
committerGitHub <noreply@github.com>2022-02-15 22:11:33 +0300
commitd838d054e1ab09a3b72b628cbc2968a875bd506d (patch)
tree0632f17501c5498781b75b135c59e4c26b9be2ca /package.json
parent3c7ba55e3cb023e9a025d40cf8323ba34d5c71e7 (diff)
Bump eslint from 8.8.0 to 8.9.0 (#705)
Bumps [eslint](https://github.com/eslint/eslint) from 8.8.0 to 8.9.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.8.0...v8.9.0) --- updated-dependencies: - dependency-name: eslint 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 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 8b2882d9..ab788452 100644
--- a/package.json
+++ b/package.json
@@ -12,7 +12,7 @@
"codemirror": "^5.65.1",
"electron": "^17.0.1",
"electron-packager": "^15.3.0",
- "eslint": "^8.8.0",
+ "eslint": "^8.9.0",
"eslint-plugin-jsdoc": "^37.7.0",
"gulp": "^4.0.0",
"yazl": "^2.5.1"