diff --git a/admin/package-lock.json b/admin/package-lock.json index 174b5b389..332837c27 100644 --- a/admin/package-lock.json +++ b/admin/package-lock.json @@ -51,14 +51,14 @@ "@graphql-codegen/typescript": "^6.1.0", "@graphql-codegen/typescript-operations": "^6.1.2", "@parcel/watcher": "^2.6.0", - "@swc/plugin-emotion": "^14.15.0", + "@swc/plugin-emotion": "^14.19.0", "@types/lodash.isequal": "^4.5.8", "@types/node": "^24.13.3", "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", "@types/react-router": "^5.1.20", "@types/react-router-dom": "^5.3.3", - "@vitejs/plugin-react-swc": "^4.3.2", + "@vitejs/plugin-react-swc": "^4.3.3", "check-node-version": "^4.2.1", "chokidar-cli": "^3.0.0", "dotenv-cli": "^11.0.0", @@ -5390,9 +5390,9 @@ "license": "Apache-2.0" }, "node_modules/@swc/plugin-emotion": { - "version": "14.15.0", - "resolved": "https://registry.npmjs.org/@swc/plugin-emotion/-/plugin-emotion-14.15.0.tgz", - "integrity": "sha512-nCsTO7mOOPz2UnT3N6YWb014uI0CVxeKg53A/KM/CvuSIE6H3KPkhaziJQ3q2jI3u3LfFuDKEnU5ZmB1330Dqg==", + "version": "14.19.0", + "resolved": "https://registry.npmjs.org/@swc/plugin-emotion/-/plugin-emotion-14.19.0.tgz", + "integrity": "sha512-0/q84ro0a7kdjpYpn9Wmi5/RLHYuSwYjO638lE5ZBQfIvYpSLJxbEgLsObCmdH4KPe2stoN8plVKUpCsKPggaw==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -6371,9 +6371,9 @@ } }, "node_modules/@vitejs/plugin-react-swc": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-react-swc/-/plugin-react-swc-4.3.2.tgz", - "integrity": "sha512-MlSlmSAYbYwPjGa+CjOAqwij09iPYAQDHwx8osVkwoDamCxXlg+avpkC65Ysv+L/uqUWvRTsnJCKPjVhZih/sA==", + "version": "4.3.3", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-react-swc/-/plugin-react-swc-4.3.3.tgz", + "integrity": "sha512-bti8ZAcvz4Lh6/e4Uk2k3aa1TiUXbbMsahuqOHvd3MveFTkKDZOA6wQVkpj7J/+tepX/wGfe+lsGh/t24HTXMQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/admin/package.json b/admin/package.json index 2d61b15a6..01464d8dc 100644 --- a/admin/package.json +++ b/admin/package.json @@ -81,14 +81,14 @@ "@graphql-codegen/typescript": "^6.1.0", "@graphql-codegen/typescript-operations": "^6.1.2", "@parcel/watcher": "^2.6.0", - "@swc/plugin-emotion": "^14.15.0", + "@swc/plugin-emotion": "^14.19.0", "@types/lodash.isequal": "^4.5.8", "@types/node": "^24.13.3", "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", "@types/react-router": "^5.1.20", "@types/react-router-dom": "^5.3.3", - "@vitejs/plugin-react-swc": "^4.3.2", + "@vitejs/plugin-react-swc": "^4.3.3", "check-node-version": "^4.2.1", "chokidar-cli": "^3.0.0", "dotenv-cli": "^11.0.0",