From f26dbbc82c9dc646173397840d90cb2f87cffe46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 23:22:55 +0000 Subject: [PATCH] Bump swiper from 14.0.1 to 14.0.5 Bumps [swiper](https://github.com/nolimits4web/Swiper) from 14.0.1 to 14.0.5. - [Release notes](https://github.com/nolimits4web/Swiper/releases) - [Changelog](https://github.com/nolimits4web/swiper/blob/master/CHANGELOG.md) - [Commits](https://github.com/nolimits4web/Swiper/compare/v14.0.1...v14.0.5) --- updated-dependencies: - dependency-name: swiper dependency-version: 14.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 68 ++++++++++++++++++++++++++++++++++++++++++++--- package.json | 2 +- 2 files changed, 65 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9a5d236..9074560 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "react-apexcharts": "^2.1.1", "react-countup": "^6.5.3", "react-dom": "^19.2.7", - "swiper": "^14.0.1", + "swiper": "^14.0.5", "tailwindcss": "^4.3.2", "tripsit_drug_db": "github:tripsit/drugs", "typescript": "^5.9.3" @@ -9559,6 +9559,66 @@ "node": ">=14.0.0" } }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/core": { + "version": "1.11.1", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@emnapi/wasi-threads": "1.2.2", + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/runtime": { + "version": "1.11.1", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/wasi-threads": { + "version": "1.2.2", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@napi-rs/wasm-runtime": { + "version": "1.1.4", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@tybys/wasm-util": "^0.10.1" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/Brooooooklyn" + }, + "peerDependencies": { + "@emnapi/core": "^1.7.1", + "@emnapi/runtime": "^1.7.1" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@tybys/wasm-util": { + "version": "0.10.2", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/tslib": { + "version": "2.8.1", + "inBundle": true, + "license": "0BSD", + "optional": true + }, "node_modules/@tailwindcss/oxide-win32-arm64-msvc": { "version": "4.3.2", "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.3.2.tgz", @@ -15163,9 +15223,9 @@ } }, "node_modules/swiper": { - "version": "14.0.1", - "resolved": "https://registry.npmjs.org/swiper/-/swiper-14.0.1.tgz", - "integrity": "sha512-dibQY282S5rn6S9Ba+GTIvofyY4Qujy526a0cPaJnjR2S18Z7HMGKZBr8k/3ukboeKW/ig5h0q//7CYip0MCQw==", + "version": "14.0.5", + "resolved": "https://registry.npmjs.org/swiper/-/swiper-14.0.5.tgz", + "integrity": "sha512-SMSKS0sj+lPIFzngfIKb5cyBtzmAuJw7rXgXdyYiDReb+pSpJXuNljHYgT4DXa5Stnl2Ew2/Lam5ipv4PIqZ7A==", "funding": [ { "type": "custom", diff --git a/package.json b/package.json index 8dd261b..55883dc 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "react-apexcharts": "^2.1.1", "react-countup": "^6.5.3", "react-dom": "^19.2.7", - "swiper": "^14.0.1", + "swiper": "^14.0.5", "tailwindcss": "^4.3.2", "tripsit_drug_db": "github:tripsit/drugs", "typescript": "^5.9.3"