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-08-16 21:17:45 +0300
committerGitHub <noreply@github.com>2022-08-16 21:17:45 +0300
commit1224e516e4f40ceb585e84658aeb869bacae7cbc (patch)
tree46dad074412e984614104213c89e95c5ce11517f
parent6b765e684b2865b45b5da474d08cc542240b83ee (diff)
Bump eslint from 8.21.0 to 8.22.0 (#792)
Bumps [eslint](https://github.com/eslint/eslint) from 8.21.0 to 8.22.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.21.0...v8.22.0) --- updated-dependencies: - dependency-name: eslint 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>
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index ff142d0b..6bba75f1 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -13,7 +13,7 @@
"codemirror": "^5.65.4",
"electron": "^19.0.9",
"electron-packager": "^15.5.1",
- "eslint": "^8.21.0",
+ "eslint": "^8.22.0",
"eslint-plugin-jsdoc": "^39.3.3",
"gulp": "^4.0.0",
"yazl": "^2.5.1"
@@ -1960,9 +1960,9 @@
}
},
"node_modules/eslint": {
- "version": "8.21.0",
- "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.21.0.tgz",
- "integrity": "sha512-/XJ1+Qurf1T9G2M5IHrsjp+xrGT73RZf23xA1z5wB1ZzzEAWSZKvRwhWxTFp1rvkvCfwcvAUNAP31bhKTTGfDA==",
+ "version": "8.22.0",
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.22.0.tgz",
+ "integrity": "sha512-ci4t0sz6vSRKdmkOGmprBo6fmI4PrphDFMy5JEq/fNS0gQkJM3rLmrqcp8ipMcdobH3KtUP40KniAE9W19S4wA==",
"dev": true,
"dependencies": {
"@eslint/eslintrc": "^1.3.0",
@@ -8440,9 +8440,9 @@
"dev": true
},
"eslint": {
- "version": "8.21.0",
- "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.21.0.tgz",
- "integrity": "sha512-/XJ1+Qurf1T9G2M5IHrsjp+xrGT73RZf23xA1z5wB1ZzzEAWSZKvRwhWxTFp1rvkvCfwcvAUNAP31bhKTTGfDA==",
+ "version": "8.22.0",
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.22.0.tgz",
+ "integrity": "sha512-ci4t0sz6vSRKdmkOGmprBo6fmI4PrphDFMy5JEq/fNS0gQkJM3rLmrqcp8ipMcdobH3KtUP40KniAE9W19S4wA==",
"dev": true,
"requires": {
"@eslint/eslintrc": "^1.3.0",
diff --git a/package.json b/package.json
index d1668f67..83b0a0c5 100644
--- a/package.json
+++ b/package.json
@@ -12,7 +12,7 @@
"codemirror": "^5.65.4",
"electron": "^19.0.9",
"electron-packager": "^15.5.1",
- "eslint": "^8.21.0",
+ "eslint": "^8.22.0",
"eslint-plugin-jsdoc": "^39.3.3",
"gulp": "^4.0.0",
"yazl": "^2.5.1"