From 5f80d1166da180a7c9f83b570aa38fcbb3848e55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 12:33:14 +0000 Subject: [PATCH] Bump quicklink from 2.3.0 to 3.0.1 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 | 29 ++++++++++++++++++++++------- package.json | 2 +- 2 files changed, 23 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index f633f43a..372ec0cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "prettier": "^3.5.3", "prettier-plugin-go-template": "^0.0.15", "prettier-plugin-tailwindcss": "^0.6.12", - "quicklink": "^2.3.0", + "quicklink": "^3.0.1", "rimraf": "^6.0.1", "tailwindcss": "^3.4.16", "vendor-copy": "^3.0.1" @@ -743,6 +743,7 @@ "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", "dev": true, "license": "MIT", + "optional": true, "peer": true }, "node_modules/lilconfig": { @@ -804,6 +805,7 @@ "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", "dev": true, "license": "MIT", + "optional": true, "peer": true, "dependencies": { "js-tokens": "^3.0.0 || ^4.0.0" @@ -1312,6 +1314,7 @@ "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==", "dev": true, "license": "MIT", + "optional": true, "peer": true, "dependencies": { "loose-envify": "^1.4.0", @@ -1341,18 +1344,26 @@ "license": "MIT" }, "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": { @@ -1361,6 +1372,7 @@ "integrity": "sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g==", "dev": true, "license": "MIT", + "optional": true, "peer": true, "dependencies": { "loose-envify": "^1.1.0", @@ -1377,6 +1389,7 @@ "integrity": "sha512-1gCeQXDLoIqMgqD3IO2Ah9bnf0w9kzhwN5q4FGnHZ67hBm9yePzB5JJAIQCc8x3pFnNlwFq4RidZggNAAkzWWw==", "dev": true, "license": "MIT", + "optional": true, "peer": true, "dependencies": { "loose-envify": "^1.1.0", @@ -1394,6 +1407,7 @@ "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==", "dev": true, "license": "MIT", + "optional": true, "peer": true }, "node_modules/read-cache": { @@ -1607,6 +1621,7 @@ "integrity": "sha512-n/zwRWRYSUj0/3g/otKDRPMh6qv2SYMWNq85IEa8iZyAv8od9zDYpGSnpBEjNgcMNq6Scbu5KfIPxNF72R/2EA==", "dev": true, "license": "MIT", + "optional": true, "peer": true, "dependencies": { "loose-envify": "^1.1.0", diff --git a/package.json b/package.json index d126dec4..ce38c5fb 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "prettier": "^3.5.3", "prettier-plugin-go-template": "^0.0.15", "prettier-plugin-tailwindcss": "^0.6.12", - "quicklink": "^2.3.0", + "quicklink": "^3.0.1", "rimraf": "^6.0.1", "tailwindcss": "^3.4.16", "vendor-copy": "^3.0.1"