From 324c1b5ca44b8b0567b683df7ec8fa56f5ef8ea3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 10:14:40 +0000 Subject: [PATCH] Update dependency specificity to v1 --- package-lock.json | 18 ++++++++---------- package.json | 2 +- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 42a822e6..45b1a282 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "react-dom": "^18.2.0", "react-toastify": "^9.1.2", "requestidlecallback-polyfill": "^1.0.2", - "specificity": "^0.4.1", + "specificity": "^1.0.0", "tippy.js": "^6.3.7", "webextension-polyfill": "^0.12.0", "zod": "^3.22.4" @@ -6259,7 +6259,6 @@ "version": "2.3.1", "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.3.1.tgz", "integrity": "sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==", - "dev": true, "dependencies": { "mdn-data": "2.0.30", "source-map-js": "^1.0.1" @@ -12423,8 +12422,7 @@ "node_modules/mdn-data": { "version": "2.0.30", "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.30.tgz", - "integrity": "sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==", - "dev": true + "integrity": "sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==" }, "node_modules/mem": { "version": "5.1.1", @@ -15716,7 +15714,6 @@ "version": "1.2.1", "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", - "dev": true, "engines": { "node": ">=0.10.0" } @@ -15800,11 +15797,12 @@ "dev": true }, "node_modules/specificity": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/specificity/-/specificity-0.4.1.tgz", - "integrity": "sha512-1klA3Gi5PD1Wv9Q0wUoOQN1IWAuPu0D1U03ThXTr0cJ20+/iq2tHSDnK7Kk/0LXJ1ztUB2/1Os0wKmfyNgUQfg==", - "bin": { - "specificity": "bin/specificity" + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/specificity/-/specificity-1.0.0.tgz", + "integrity": "sha512-nCtHb5/MTfZ1D36EpLLz03AcUf1v+PxWFFieW4O721MaJUo/anSMckB94Ylj5VQPrjdlx+4BXcKD+s1N0yT+ww==", + "license": "MIT", + "dependencies": { + "css-tree": "^2.3.1" } }, "node_modules/split": { diff --git a/package.json b/package.json index 07af93d6..657a639f 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "react-dom": "^18.2.0", "react-toastify": "^9.1.2", "requestidlecallback-polyfill": "^1.0.2", - "specificity": "^0.4.1", + "specificity": "^1.0.0", "tippy.js": "^6.3.7", "webextension-polyfill": "^0.12.0", "zod": "^3.22.4"