From bfdb8479d06ed20b23faaf78460c05b89d920534 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Jun 2025 02:09:16 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=8C=20Bump=20quicklink=20from=202.3.0?= =?UTF-8?q?=20to=203.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [quicklink](https://github.com/GoogleChromeLabs/quicklink) from 2.3.0 to 3.0.1. - [Release notes](https://github.com/GoogleChromeLabs/quicklink/releases) - [Changelog](https://github.com/GoogleChromeLabs/quicklink/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChromeLabs/quicklink/compare/2.3.0...3.0.1) --- updated-dependencies: - dependency-name: quicklink dependency-version: 3.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 45 ++++++++++++++++++++++++++++++++++----------- package.json | 2 +- 2 files changed, 35 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 219f238..f2b4c58 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "prettier": "^3.5.3", "prettier-plugin-go-template": "^0.0.15", "prettier-plugin-tailwindcss": "^0.6.13", - "quicklink": "^2.3.0", + "quicklink": "^3.0.1", "rimraf": "^6.0.1", "tailwindcss": "^3.4.17", "vendor-copy": "^3.0.1" @@ -1922,6 +1922,7 @@ "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", "dev": true, + "optional": true, "peer": true }, "node_modules/jsdom": { @@ -2082,6 +2083,7 @@ "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", "dev": true, + "optional": true, "peer": true, "dependencies": { "js-tokens": "^3.0.0 || ^4.0.0" @@ -2706,6 +2708,7 @@ "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz", "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==", "dev": true, + "optional": true, "peer": true, "dependencies": { "loose-envify": "^1.4.0", @@ -2760,17 +2763,26 @@ ] }, "node_modules/quicklink": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/quicklink/-/quicklink-2.3.0.tgz", - "integrity": "sha512-FyTanYArl5Gz2/C0ZjErvfFJtem/+d1RM4eK0jiXO6mL4Zjje+xsYtcK3ZtKX2Yb3HSfah5HekWrH2qhttYQjQ==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/quicklink/-/quicklink-3.0.1.tgz", + "integrity": "sha512-sAMEpcCUCzjet214qVCm1hzxeF0YLo4wyphkIifeemmofk1vMrc5Sg/iNH32SKAIXqYvO6SPZgEP8obi9Ait9g==", "dev": true, + "license": "Apache-2.0", "dependencies": { "route-manifest": "^1.0.0", - "throttles": "^1.0.0" + "throttles": "^1.0.1" }, "peerDependencies": { - "react": "^16.8.0", - "react-dom": "^16.8.0" + "react": "^16.8.0 || ^17 || ^18 || ^19", + "react-dom": "^16.8.0 || ^17 || ^18 || ^19" + }, + "peerDependenciesMeta": { + "react": { + "optional": true + }, + "react-dom": { + "optional": true + } } }, "node_modules/react": { @@ -2778,6 +2790,7 @@ "resolved": "https://registry.npmjs.org/react/-/react-16.14.0.tgz", "integrity": "sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g==", "dev": true, + "optional": true, "peer": true, "dependencies": { "loose-envify": "^1.1.0", @@ -2793,6 +2806,7 @@ "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-16.14.0.tgz", "integrity": "sha512-1gCeQXDLoIqMgqD3IO2Ah9bnf0w9kzhwN5q4FGnHZ67hBm9yePzB5JJAIQCc8x3pFnNlwFq4RidZggNAAkzWWw==", "dev": true, + "optional": true, "peer": true, "dependencies": { "loose-envify": "^1.1.0", @@ -2809,6 +2823,7 @@ "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==", "dev": true, + "optional": true, "peer": true }, "node_modules/read-cache": { @@ -2976,6 +2991,7 @@ "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.19.1.tgz", "integrity": "sha512-n/zwRWRYSUj0/3g/otKDRPMh6qv2SYMWNq85IEa8iZyAv8od9zDYpGSnpBEjNgcMNq6Scbu5KfIPxNF72R/2EA==", "dev": true, + "optional": true, "peer": true, "dependencies": { "loose-envify": "^1.1.0", @@ -5176,6 +5192,7 @@ "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", "dev": true, + "optional": true, "peer": true }, "jsdom": { @@ -5298,6 +5315,7 @@ "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", "dev": true, + "optional": true, "peer": true, "requires": { "js-tokens": "^3.0.0 || ^4.0.0" @@ -5672,6 +5690,7 @@ "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz", "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==", "dev": true, + "optional": true, "peer": true, "requires": { "loose-envify": "^1.4.0", @@ -5698,13 +5717,13 @@ "dev": true }, "quicklink": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/quicklink/-/quicklink-2.3.0.tgz", - "integrity": "sha512-FyTanYArl5Gz2/C0ZjErvfFJtem/+d1RM4eK0jiXO6mL4Zjje+xsYtcK3ZtKX2Yb3HSfah5HekWrH2qhttYQjQ==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/quicklink/-/quicklink-3.0.1.tgz", + "integrity": "sha512-sAMEpcCUCzjet214qVCm1hzxeF0YLo4wyphkIifeemmofk1vMrc5Sg/iNH32SKAIXqYvO6SPZgEP8obi9Ait9g==", "dev": true, "requires": { "route-manifest": "^1.0.0", - "throttles": "^1.0.0" + "throttles": "^1.0.1" } }, "react": { @@ -5712,6 +5731,7 @@ "resolved": "https://registry.npmjs.org/react/-/react-16.14.0.tgz", "integrity": "sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g==", "dev": true, + "optional": true, "peer": true, "requires": { "loose-envify": "^1.1.0", @@ -5724,6 +5744,7 @@ "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-16.14.0.tgz", "integrity": "sha512-1gCeQXDLoIqMgqD3IO2Ah9bnf0w9kzhwN5q4FGnHZ67hBm9yePzB5JJAIQCc8x3pFnNlwFq4RidZggNAAkzWWw==", "dev": true, + "optional": true, "peer": true, "requires": { "loose-envify": "^1.1.0", @@ -5737,6 +5758,7 @@ "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==", "dev": true, + "optional": true, "peer": true }, "read-cache": { @@ -5858,6 +5880,7 @@ "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.19.1.tgz", "integrity": "sha512-n/zwRWRYSUj0/3g/otKDRPMh6qv2SYMWNq85IEa8iZyAv8od9zDYpGSnpBEjNgcMNq6Scbu5KfIPxNF72R/2EA==", "dev": true, + "optional": true, "peer": true, "requires": { "loose-envify": "^1.1.0", diff --git a/package.json b/package.json index 2afe0da..9b4da4f 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "prettier": "^3.5.3", "prettier-plugin-go-template": "^0.0.15", "prettier-plugin-tailwindcss": "^0.6.13", - "quicklink": "^2.3.0", + "quicklink": "^3.0.1", "rimraf": "^6.0.1", "tailwindcss": "^3.4.17", "vendor-copy": "^3.0.1"