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-04-05 18:23:30 +0300
committerGitHub <noreply@github.com>2022-04-05 18:23:30 +0300
commita787f3c2accfe0fedd95f70d46be4f66657cf957 (patch)
tree1c19aa5568385c1145db69b8cf0eb12cda99765e
parent8b17ac682118a3ed6cd6c54e66b2a23b743f24ca (diff)
Bump eslint-plugin-unicorn from 41.0.0 to 42.0.0 (#36117)
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 41.0.0 to 42.0.0. - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v41.0.0...v42.0.0) --- updated-dependencies: - dependency-name: eslint-plugin-unicorn dependency-type: direct:development update-type: version-update:semver-major ... 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 aeeef444f0..7d7e265309 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -34,7 +34,7 @@
"eslint": "^8.12.0",
"eslint-config-xo": "^0.40.0",
"eslint-plugin-import": "^2.25.4",
- "eslint-plugin-unicorn": "^41.0.0",
+ "eslint-plugin-unicorn": "^42.0.0",
"find-unused-sass-variables": "^4.0.3",
"globby": "^11.0.4",
"hammer-simulator": "0.0.1",
@@ -4358,9 +4358,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": "42.0.0",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-42.0.0.tgz",
+ "integrity": "sha512-ixBsbhgWuxVaNlPTT8AyfJMlhyC5flCJFjyK3oKE8TRrwBnaHvUbuIkCM1lqg8ryYrFStL/T557zfKzX4GKSlg==",
"dev": true,
"dependencies": {
"@babel/helper-validator-identifier": "^7.15.7",
@@ -13988,9 +13988,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": "42.0.0",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-42.0.0.tgz",
+ "integrity": "sha512-ixBsbhgWuxVaNlPTT8AyfJMlhyC5flCJFjyK3oKE8TRrwBnaHvUbuIkCM1lqg8ryYrFStL/T557zfKzX4GKSlg==",
"dev": true,
"requires": {
"@babel/helper-validator-identifier": "^7.15.7",
diff --git a/package.json b/package.json
index 4fadb48b5e..0150c7a1b9 100644
--- a/package.json
+++ b/package.json
@@ -119,7 +119,7 @@
"eslint": "^8.12.0",
"eslint-config-xo": "^0.40.0",
"eslint-plugin-import": "^2.25.4",
- "eslint-plugin-unicorn": "^41.0.0",
+ "eslint-plugin-unicorn": "^42.0.0",
"find-unused-sass-variables": "^4.0.3",
"globby": "^11.0.4",
"hammer-simulator": "0.0.1",