aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 7256fb0ab..6c9536c5d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -3874,9 +3874,9 @@
}
},
"eslint-plugin-unicorn": {
- "version": "25.0.0",
- "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-25.0.0.tgz",
- "integrity": "sha512-RuhPUrsKuRj0YGz8lMuh5Z5DJoC/hmUR6omvlquLlY6SYY+oZXMFyp83ckpqLMhbafqUx+JttWOPOjfP4W9Y+Q==",
+ "version": "25.0.1",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-25.0.1.tgz",
+ "integrity": "sha512-MEyEWoyou/qhJH6rEER9YHACtCsQT+eewc6Fdxbi2eiTvsGrBR8JZMA6qaeof3oMQeRxOpaERoBKzU7R5c4A/w==",
"dev": true,
"requires": {
"ci-info": "^2.0.0",
diff --git a/package.json b/package.json
index 9721800a0..85c983b0d 100644
--- a/package.json
+++ b/package.json
@@ -113,7 +113,7 @@
"eslint": "^7.17.0",
"eslint-config-xo": "^0.33.1",
"eslint-plugin-import": "^2.22.1",
- "eslint-plugin-unicorn": "^25.0.0",
+ "eslint-plugin-unicorn": "^25.0.1",
"find-unused-sass-variables": "^3.0.0",
"glob": "^7.1.6",
"hammer-simulator": "0.0.1",