diff --git a/package-lock.json b/package-lock.json index 6db4d9db..5a823153 100644 --- a/package-lock.json +++ b/package-lock.json @@ -58,7 +58,7 @@ "@xyflow/react": "^12.10.1", "avvvatars-react": "^0.4.2", "axe-playwright": "^2.2.2", - "babel-loader": "^10.0.0", + "babel-loader": "^10.1.1", "babel-plugin-react-compiler": "^19.1.0-rc.3", "cmdk": "^1.1.1", "concurrently": "^9.2.1", @@ -8011,9 +8011,9 @@ } }, "node_modules/babel-loader": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-10.0.0.tgz", - "integrity": "sha512-z8jt+EdS61AMw22nSfoNJAZ0vrtmhPRVi6ghL3rCeRZI8cdNYFiV5xeV3HbE7rlZZNmGH8BVccwWt8/ED0QOHA==", + "version": "10.1.1", + "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-10.1.1.tgz", + "integrity": "sha512-JwKSzk2kjIe7mgPK+/lyZ2QAaJcpahNAdM+hgR2HI8D0OJVkdj8Rl6J3kaLYki9pwF7P2iWnD8qVv80Lq1ABtg==", "dev": true, "license": "MIT", "dependencies": { @@ -8023,8 +8023,17 @@ "node": "^18.20.0 || ^20.10.0 || >=22.0.0" }, "peerDependencies": { - "@babel/core": "^7.12.0", + "@babel/core": "^7.12.0 || ^8.0.0-beta.1", + "@rspack/core": "^1.0.0 || ^2.0.0-0", "webpack": ">=5.61.0" + }, + "peerDependenciesMeta": { + "@rspack/core": { + "optional": true + }, + "webpack": { + "optional": true + } } }, "node_modules/babel-plugin-istanbul": { diff --git a/package.json b/package.json index ee8a28e6..dbf889b3 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "@vitest/coverage-v8": "^4.0.18", "@xyflow/react": "^12.10.1", "axe-playwright": "^2.2.2", - "babel-loader": "^10.0.0", + "babel-loader": "^10.1.1", "babel-plugin-react-compiler": "^19.1.0-rc.3", "cmdk": "^1.1.1", "concurrently": "^9.2.1",