diff --git a/package-lock.json b/package-lock.json index e487e89..fa4449f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@remix-run/serve": "^2.14.0", "@remix-run/server-runtime": "^2.14.0", "@searchkit/instantsearch-client": "^4.14.1", - "@vitejs/plugin-legacy": "^5.4.3", + "@vitejs/plugin-legacy": "^6.0.0", "@vitejs/plugin-react": "^4.3.4", "html-entities": "^2.5.2", "instantsearch.css": "^8.5.1", @@ -4307,28 +4307,29 @@ "license": "MIT" }, "node_modules/@vitejs/plugin-legacy": { - "version": "5.4.3", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-legacy/-/plugin-legacy-5.4.3.tgz", - "integrity": "sha512-wsyXK9mascyplcqvww1gA1xYiy29iRHfyciw+a0t7qRNdzX6PdfSWmOoCi74epr87DujM+5J+rnnSv+4PazqVg==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-legacy/-/plugin-legacy-6.0.0.tgz", + "integrity": "sha512-pWt9cWaGJAKYw+67VLpN8hSP+G+yAQnrf5Pqh/NzSDKFl/4KpxTtwb5OLQezHoZOxghahO/ha3IpvblBbX/t6A==", + "license": "MIT", "dependencies": { - "@babel/core": "^7.25.8", - "@babel/preset-env": "^7.25.8", - "browserslist": "^4.24.0", + "@babel/core": "^7.26.0", + "@babel/preset-env": "^7.26.0", + "browserslist": "^4.24.2", "browserslist-to-esbuild": "^2.1.1", - "core-js": "^3.38.1", - "magic-string": "^0.30.12", + "core-js": "^3.39.0", + "magic-string": "^0.30.13", "regenerator-runtime": "^0.14.1", "systemjs": "^6.15.1" }, "engines": { - "node": "^18.0.0 || >=20.0.0" + "node": "^18.0.0 || ^20.0.0 || >=22.0.0" }, "funding": { "url": "https://github.com/vitejs/vite?sponsor=1" }, "peerDependencies": { - "terser": "^5.4.0", - "vite": "^5.0.0" + "terser": "^5.16.0", + "vite": "^6.0.0" } }, "node_modules/@vitejs/plugin-react": { @@ -5506,9 +5507,9 @@ } }, "node_modules/core-js": { - "version": "3.38.1", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.38.1.tgz", - "integrity": "sha512-OP35aUorbU3Zvlx7pjsFdu1rGNnD4pgw/CWoYzRY3t2EzoVT7shKHY1dlAy3f41cGIO7ZDPQimhGFTlEYkG/Hw==", + "version": "3.39.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.39.0.tgz", + "integrity": "sha512-raM0ew0/jJUqkJ0E6e8UDtl+y/7ktFivgWvqw8dNSQeNWoSDLvQ1H/RN3aPXB9tBd4/FhyR4RDPGhsNIMsAn7g==", "hasInstallScript": true, "license": "MIT", "funding": { @@ -7836,9 +7837,10 @@ } }, "node_modules/magic-string": { - "version": "0.30.12", - "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.12.tgz", - "integrity": "sha512-Ea8I3sQMVXr8JhN4z+H/d8zwo+tYDgHE9+5G4Wnrwhs0gaK9fXTKx0Tw5Xwsd/bCPTTZNRAdpyzvoeORe9LYpw==", + "version": "0.30.14", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.14.tgz", + "integrity": "sha512-5c99P1WKTed11ZC0HMJOj6CDIue6F8ySu+bJL+85q1zBEIY8IklrJ1eiKC2NDRh3Ct3FcvmJPyQHb9erXMTJNw==", + "license": "MIT", "dependencies": { "@jridgewell/sourcemap-codec": "^1.5.0" } diff --git a/package.json b/package.json index 0955f58..011953d 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@remix-run/serve": "^2.14.0", "@remix-run/server-runtime": "^2.14.0", "@searchkit/instantsearch-client": "^4.14.1", - "@vitejs/plugin-legacy": "^5.4.3", + "@vitejs/plugin-legacy": "^6.0.0", "@vitejs/plugin-react": "^4.3.4", "html-entities": "^2.5.2", "instantsearch.css": "^8.5.1",