From e3b17c74c89c84fa7326a8f9729502fa95432eb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 00:28:31 +0000 Subject: [PATCH] chore(deps): bump caniuse-lite from 1.0.30001761 to 1.0.30001785 Bumps [caniuse-lite](https://github.com/browserslist/caniuse-lite) from 1.0.30001761 to 1.0.30001785. - [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001761...1.0.30001785) --- updated-dependencies: - dependency-name: caniuse-lite dependency-version: 1.0.30001785 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 ++++------ package.json | 2 +- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 95a819f..b6a8a19 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "website", "dependencies": { - "caniuse-lite": "^1.0.30001761" + "caniuse-lite": "^1.0.30001785" }, "devDependencies": { "@tailwindcss/typography": "^0.5.19", @@ -287,9 +287,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001761", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001761.tgz", - "integrity": "sha512-JF9ptu1vP2coz98+5051jZ4PwQgd2ni8A+gYSN7EA7dPKIMf0pDlSUxhdmVOaV3/fYK5uWBkgSXJaRLr4+3A6g==", + "version": "1.0.30001785", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001785.tgz", + "integrity": "sha512-blhOL/WNR+Km1RI/LCVAvA73xplXA7ZbjzI4YkMK9pa6T/P3F2GxjNpEkyw5repTw9IvkyrjyHpwjnhZ5FOvYQ==", "funding": [ { "type": "opencollective", @@ -904,7 +904,6 @@ } ], "license": "MIT", - "peer": true, "dependencies": { "nanoid": "^3.3.11", "picocolors": "^1.1.1", @@ -1339,7 +1338,6 @@ "integrity": "sha512-w33E2aCvSDP0tW9RZuNXadXlkHXqFzSkQew/aIa2i/Sj8fThxwovwlXHSPXTbAHwEIhBFXAedUhP2tueAKP8Og==", "dev": true, "license": "MIT", - "peer": true, "dependencies": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", diff --git a/package.json b/package.json index 208c632..31d1f57 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,6 @@ "build": "tailwindcss -i public/tailwind-main.css -o public/main.css" }, "dependencies": { - "caniuse-lite": "^1.0.30001761" + "caniuse-lite": "^1.0.30001785" } }