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

github.com/twbs/icons.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-07-01 12:01:00 +0300
committerGitHub <noreply@github.com>2022-07-01 12:01:00 +0300
commitb40172447d9d0fd619d785b0464e33fbd1e0fb2a (patch)
treee7a18c2bb1cc4967ed9401f9908db0aeed64f189
parent8facc79ebea6405b1ded32169496ca29def47608 (diff)
build(deps-dev): bump eslint from 8.17.0 to 8.18.0dependabot/npm_and_yarn/eslint-8.18.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.17.0 to 8.18.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.17.0...v8.18.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@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 a131caf5b..105116634 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -12,7 +12,7 @@
"autoprefixer": "^10.4.7",
"bootstrap": "5.2.0-beta1",
"cross-env": "^7.0.3",
- "eslint": "^8.17.0",
+ "eslint": "^8.18.0",
"fantasticon": "^1.2.3",
"find-unused-sass-variables": "^4.0.4",
"hugo-bin": "^0.88.2",
@@ -2454,9 +2454,9 @@
}
},
"node_modules/eslint": {
- "version": "8.17.0",
- "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.17.0.tgz",
- "integrity": "sha512-gq0m0BTJfci60Fz4nczYxNAlED+sMcihltndR8t9t1evnU/azx53x3t2UHXC/uRjcbvRw/XctpaNygSTcQD+Iw==",
+ "version": "8.18.0",
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.18.0.tgz",
+ "integrity": "sha512-As1EfFMVk7Xc6/CvhssHUjsAQSkpfXvUGMFC3ce8JDe6WvqCgRrLOBQbVpsBFr1X1V+RACOadnzVvcUS5ni2bA==",
"dev": true,
"dependencies": {
"@eslint/eslintrc": "^1.3.0",
@@ -9817,9 +9817,9 @@
"dev": true
},
"eslint": {
- "version": "8.17.0",
- "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.17.0.tgz",
- "integrity": "sha512-gq0m0BTJfci60Fz4nczYxNAlED+sMcihltndR8t9t1evnU/azx53x3t2UHXC/uRjcbvRw/XctpaNygSTcQD+Iw==",
+ "version": "8.18.0",
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.18.0.tgz",
+ "integrity": "sha512-As1EfFMVk7Xc6/CvhssHUjsAQSkpfXvUGMFC3ce8JDe6WvqCgRrLOBQbVpsBFr1X1V+RACOadnzVvcUS5ni2bA==",
"dev": true,
"requires": {
"@eslint/eslintrc": "^1.3.0",
diff --git a/package.json b/package.json
index 4afe4074d..4f67ac811 100644
--- a/package.json
+++ b/package.json
@@ -42,7 +42,7 @@
"autoprefixer": "^10.4.7",
"bootstrap": "5.2.0-beta1",
"cross-env": "^7.0.3",
- "eslint": "^8.17.0",
+ "eslint": "^8.18.0",
"fantasticon": "^1.2.3",
"find-unused-sass-variables": "^4.0.4",
"hugo-bin": "^0.88.2",