diff --git a/package-lock.json b/package-lock.json index f5d4a93606d265832c294659e8463290b1c774ba..f6192b3a24a531232352c1fc7286b81f31d56fee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3919,15 +3919,15 @@ } }, "eslint-plugin-unicorn": { - "version": "12.1.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-12.1.0.tgz", - "integrity": "sha512-DkPRrjaZaKa8GDjEyWGms/sqp2DcmVCcbwVi9WQXwN6+Sn0/joTC14SfA+BsCuxTaGPRm/7wa8NC8o5mNDyZpQ==", + "version": "13.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-13.0.0.tgz", + "integrity": "sha512-9CQk0v74vQpETMt6iqNgjf3IbWEFhrT0sjaLnjkl9SF3rJH6ZL9f7H42BXJ6LPENQR97QzhrIvB8VG0nD05wxQ==", "dev": true, "requires": { "ci-info": "^2.0.0", "clean-regexp": "^1.0.0", "eslint-ast-utils": "^1.1.0", - "eslint-template-visitor": "^1.0.0", + "eslint-template-visitor": "^1.1.0", "import-modules": "^2.0.0", "lodash.camelcase": "^4.3.0", "lodash.defaultsdeep": "^4.6.1", @@ -3938,7 +3938,7 @@ "read-pkg-up": "^7.0.0", "regexpp": "^3.0.0", "reserved-words": "^0.1.2", - "safe-regex": "^2.0.2", + "safe-regex": "^2.1.1", "semver": "^6.3.0" }, "dependencies": { @@ -7813,9 +7813,9 @@ "dev": true }, "multimap": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/multimap/-/multimap-1.0.2.tgz", - "integrity": "sha1-aqdvwyM5BbqUi75MdNwsOgNW6zY=", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/multimap/-/multimap-1.1.0.tgz", + "integrity": "sha512-0ZIR9PasPxGXmRsEF8jsDzndzHDj7tIav+JUmvIFB/WHswliFnquxECT/De7GR4yg99ky/NlRKJT82G1y271bw==", "dev": true }, "mute-stream": { @@ -10107,9 +10107,9 @@ } }, "regexp-tree": { - "version": "0.1.14", - "resolved": "https://registry.npmjs.org/regexp-tree/-/regexp-tree-0.1.14.tgz", - "integrity": "sha512-59v5A90TAh4cAMyDQEOzcnsu4q7Wb10RsyTjngEnJIZsWYM4siVGu+JmLT1WsxHvOWhiu4YS20XiTuxWMeVoHQ==", + "version": "0.1.16", + "resolved": "https://registry.npmjs.org/regexp-tree/-/regexp-tree-0.1.16.tgz", + "integrity": "sha512-nXWhGJLTWLNdhWF1uqoXQgAOgv8mQGpgXTOk8BWp08YMOKCtn74VoyOJ+AXZ68Dj50Myd+msYs+aGRBzWJ5dJA==", "dev": true }, "regexpp": { diff --git a/package.json b/package.json index d064514961c44674b324838a137f098edf07825c..93af6674ee48d6ebbabdb8638431835d9e20961f 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "eslint": "^6.6.0", "eslint-config-xo": "^0.27.2", "eslint-plugin-import": "^2.18.2", - "eslint-plugin-unicorn": "^12.1.0", + "eslint-plugin-unicorn": "^13.0.0", "find-unused-sass-variables": "^1.0.3", "glob": "^7.1.6", "hammer-simulator": "0.0.1",