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-03-29 14:36:38 +0300
committerGitHub <noreply@github.com>2022-03-29 14:36:38 +0300
commit21cc4bb120dee333f30060ab78d6391e86e39215 (patch)
tree76370a93c518e4999f8c7d384ec9e191bd3fde0d /package.json
parentb759ba7ae1b4500b93c88b927b7c2a39a936c8b5 (diff)
Bump eslint from 8.9.0 to 8.12.0 (#724)
Bumps [eslint](https://github.com/eslint/eslint) from 8.9.0 to 8.12.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.9.0...v8.12.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 f5219df0..7cf8ddaf 100644
--- a/package.json
+++ b/package.json
@@ -12,7 +12,7 @@
"codemirror": "^5.65.1",
"electron": "^18.0.0",
"electron-packager": "^15.3.0",
- "eslint": "^8.9.0",
+ "eslint": "^8.12.0",
"eslint-plugin-jsdoc": "^38.1.3",
"gulp": "^4.0.0",
"yazl": "^2.5.1"