diff --git a/package-lock.json b/package-lock.json index 8ae198f..2e84a86 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "tailwindcss": "^3.4.17", "typescript": "^5.7.2", "vite": "^7.2.4", - "vite-plugin-svgr": "^4.5.0", + "vite-plugin-svgr": "^5.2.0", "vite-tsconfig-paths": "^5.1.4", "wrangler": "^4.49.1" } @@ -6190,18 +6190,18 @@ } }, "node_modules/vite-plugin-svgr": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/vite-plugin-svgr/-/vite-plugin-svgr-4.5.0.tgz", - "integrity": "sha512-W+uoSpmVkSmNOGPSsDCWVW/DDAyv+9fap9AZXBvWiQqrboJ08j2vh0tFxTD/LjwqwAd3yYSVJgm54S/1GhbdnA==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/vite-plugin-svgr/-/vite-plugin-svgr-5.2.0.tgz", + "integrity": "sha512-qj2eAKF8C6PZWemVTvQA0xgQIcP1hHU6Buh7fl6BhvayWwnuxE+z417miKxeDvRWbDrupQ1oK99hfxElopJ3sQ==", "dev": true, "license": "MIT", "dependencies": { - "@rollup/pluginutils": "^5.2.0", + "@rollup/pluginutils": "^5.3.0", "@svgr/core": "^8.1.0", "@svgr/plugin-jsx": "^8.1.0" }, "peerDependencies": { - "vite": ">=2.6.0" + "vite": ">=3.0.0" } }, "node_modules/vite-tsconfig-paths": { @@ -6848,19 +6848,6 @@ "dev": true, "license": "ISC" }, - "node_modules/yaml": { - "version": "2.8.1", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.1.tgz", - "integrity": "sha512-lcYcMxX2PO9XMGvAJkJ3OsNMw+/7FKes7/hgerGUYWIoWu5j/+YQqcZr5JnPZWzOsEBgMbSbiSTn/dv/69Mkpw==", - "extraneous": true, - "license": "ISC", - "bin": { - "yaml": "bin.mjs" - }, - "engines": { - "node": ">= 14.6" - } - }, "node_modules/yocto-queue": { "version": "0.1.0", "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", diff --git a/package.json b/package.json index 3a987fd..c59d0b1 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "tailwindcss": "^3.4.17", "typescript": "^5.7.2", "vite": "^7.2.4", - "vite-plugin-svgr": "^4.5.0", + "vite-plugin-svgr": "^5.2.0", "vite-tsconfig-paths": "^5.1.4", "wrangler": "^4.49.1" },