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

github.com/twbs/bootstrap.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 12:01:13 +0300
committerGitHub <noreply@github.com>2022-03-29 12:01:13 +0300
commita8973b7004f4da87702677726001b682580b7c3b (patch)
treed3f478adb9aa03a19ef16e326f17a52fb7895cd7
parente342142b61aacc187c776052bde93e414eb25db7 (diff)
Bump eslint-plugin-unicorn from 41.0.0 to 41.0.1dependabot/npm_and_yarn/eslint-plugin-unicorn-41.0.1
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 41.0.0 to 41.0.1. - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v41.0.0...v41.0.1) --- updated-dependencies: - dependency-name: eslint-plugin-unicorn dependency-type: direct:development update-type: version-update:semver-patch ... 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 4953a60bfe..2b4f11c65c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -34,7 +34,7 @@
"eslint": "^8.11.0",
"eslint-config-xo": "^0.40.0",
"eslint-plugin-import": "^2.25.4",
- "eslint-plugin-unicorn": "^41.0.0",
+ "eslint-plugin-unicorn": "^41.0.1",
"find-unused-sass-variables": "^4.0.3",
"globby": "^11.0.4",
"hammer-simulator": "0.0.1",
@@ -4346,9 +4346,9 @@
"dev": true
},
"node_modules/eslint-plugin-unicorn": {
- "version": "41.0.0",
- "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-41.0.0.tgz",
- "integrity": "sha512-xoJCaRc1uy5REg9DkVga1BkZV57jJxoqOcrU28QHZB89Lk5LdSqdVyTIt9JQVfHNKaiyJ7X+3iLlIn+VEHWEzA==",
+ "version": "41.0.1",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-41.0.1.tgz",
+ "integrity": "sha512-gF5vo2dIj0YdNMQ/IMegiBkQdQ22GBFFVpdkJP+0og3w7XD4ypea0xQVRv6iofkLVR2w0phAdikcnU01ybd4Ow==",
"dev": true,
"dependencies": {
"@babel/helper-validator-identifier": "^7.15.7",
@@ -13976,9 +13976,9 @@
}
},
"eslint-plugin-unicorn": {
- "version": "41.0.0",
- "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-41.0.0.tgz",
- "integrity": "sha512-xoJCaRc1uy5REg9DkVga1BkZV57jJxoqOcrU28QHZB89Lk5LdSqdVyTIt9JQVfHNKaiyJ7X+3iLlIn+VEHWEzA==",
+ "version": "41.0.1",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-41.0.1.tgz",
+ "integrity": "sha512-gF5vo2dIj0YdNMQ/IMegiBkQdQ22GBFFVpdkJP+0og3w7XD4ypea0xQVRv6iofkLVR2w0phAdikcnU01ybd4Ow==",
"dev": true,
"requires": {
"@babel/helper-validator-identifier": "^7.15.7",
diff --git a/package.json b/package.json
index 64d1c297f3..2c3203c83c 100644
--- a/package.json
+++ b/package.json
@@ -119,7 +119,7 @@
"eslint": "^8.11.0",
"eslint-config-xo": "^0.40.0",
"eslint-plugin-import": "^2.25.4",
- "eslint-plugin-unicorn": "^41.0.0",
+ "eslint-plugin-unicorn": "^41.0.1",
"find-unused-sass-variables": "^4.0.3",
"globby": "^11.0.4",
"hammer-simulator": "0.0.1",