diff --git a/package-lock.json b/package-lock.json index 0b92029..0f9b232 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "twiso", - "version": "2.14.1", + "version": "2.17.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "twiso", - "version": "2.14.1", + "version": "2.17.2", "dependencies": { "@reduxjs/toolkit": "2.5.0", "@sentry/react": "8.45.0", @@ -21,14 +21,13 @@ "fast-deep-equal": "^3.1.3", "fuse.js": "^7.2.0", "motion": "^11.0.0", - "p-limit": "6.2.0", "p-queue": "^7.4.1", "ramda": "0.30.1", "react": "19.0.0", "react-dom": "19.0.0", "react-hook-inview": "4.5.1", "react-redux": "9.2.0", - "react-router": "^7.1.3", + "react-router": "^7.17.0", "scroll-behavior-polyfill": "^2.0.13", "use-long-press": "3.3.0" }, @@ -3862,9 +3861,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3882,9 +3878,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -3902,9 +3895,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3922,9 +3912,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -4169,10 +4156,6 @@ "assertion-error": "^2.0.1" } }, - "node_modules/@types/cookie": { - "version": "0.6.0", - "license": "MIT" - }, "node_modules/@types/deep-eql": { "version": "4.0.2", "resolved": "https://registry.npmjs.org/@types/deep-eql/-/deep-eql-4.0.2.tgz", @@ -11218,21 +11201,6 @@ "node": ">=8" } }, - "node_modules/p-limit": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-6.2.0.tgz", - "integrity": "sha512-kuUqqHNUqoIWp/c467RI4X6mmyuojY5jGutNU0wVTmEOOfcuwLqyMVoAi9MKi2Ak+5i9+nhmrK4ufZE8069kHA==", - "license": "MIT", - "dependencies": { - "yocto-queue": "^1.1.1" - }, - "engines": { - "node": ">=18" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/p-map": { "version": "2.1.0", "dev": true, @@ -11790,13 +11758,13 @@ } }, "node_modules/react-router": { - "version": "7.1.3", + "version": "7.17.0", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-7.17.0.tgz", + "integrity": "sha512-FDELK7rTMlCHO5+reyXsPlmfr7N1F91lPHsWYfMEGQm/KQ+F4JFM8jGoeQDmDvdTs93Fw9aSilH+uKRb4/jXvQ==", "license": "MIT", "dependencies": { - "@types/cookie": "^0.6.0", "cookie": "^1.0.1", - "set-cookie-parser": "^2.6.0", - "turbo-stream": "2.4.0" + "set-cookie-parser": "^2.6.0" }, "engines": { "node": ">=20.0.0" @@ -13339,10 +13307,6 @@ "version": "2.8.1", "license": "0BSD" }, - "node_modules/turbo-stream": { - "version": "2.4.0", - "license": "ISC" - }, "node_modules/type-fest": { "version": "0.8.1", "dev": true, @@ -13876,9 +13840,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -13896,9 +13857,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -13916,9 +13874,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -13936,9 +13891,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -13956,9 +13908,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -13976,9 +13925,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -14863,18 +14809,6 @@ "engines": { "node": ">=12" } - }, - "node_modules/yocto-queue": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.2.2.tgz", - "integrity": "sha512-4LCcse/U2MHZ63HAJVE+v71o7yOdIe4cZ70Wpf8D/IyjDKYQLV5GD46B+hSTjJsvV5PztjvHoU580EftxjDZFQ==", - "license": "MIT", - "engines": { - "node": ">=12.20" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } } } } diff --git a/package.json b/package.json index 021df93..0760b56 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "react-dom": "19.0.0", "react-hook-inview": "4.5.1", "react-redux": "9.2.0", - "react-router": "^7.1.3", + "react-router": "^7.17.0", "scroll-behavior-polyfill": "^2.0.13", "use-long-press": "3.3.0" },