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 1ae2ce9a9..68e463fce 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -5336,9 +5336,9 @@
}
},
"eslint-plugin-unicorn": {
- "version": "22.0.0",
- "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-22.0.0.tgz",
- "integrity": "sha512-jXPOauNiVFYLr+AeU3l21Ao+iDl/G08vUWui21RCI2L1TJIIoJvAMjMR6I+QPKr8FgIumzuR6gzDKCtEx2IkzA==",
+ "version": "23.0.0",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-23.0.0.tgz",
+ "integrity": "sha512-Vabo3cjl6cjyhcf+76CdQEY6suOFzK0Xh3xo0uL9VDYrDJP5+B6PjV0tHTYm82WZmFWniugFJM3ywHSNYTi/ZQ==",
"dev": true,
"requires": {
"ci-info": "^2.0.0",
diff --git a/package.json b/package.json
index fc78465a8..33f97e409 100644
--- a/package.json
+++ b/package.json
@@ -105,7 +105,7 @@
"eslint": "^7.11.0",
"eslint-config-xo": "^0.32.1",
"eslint-plugin-import": "^2.22.1",
- "eslint-plugin-unicorn": "^22.0.0",
+ "eslint-plugin-unicorn": "^23.0.0",
"find-unused-sass-variables": "^2.0.0",
"glob": "^7.1.6",
"hammer-simulator": "0.0.1",