diff --git a/stencil-workspace/package-lock.json b/stencil-workspace/package-lock.json index 4a258aad7..23f0a5916 100644 --- a/stencil-workspace/package-lock.json +++ b/stencil-workspace/package-lock.json @@ -15,7 +15,7 @@ "@tanstack/table-core": "^8.20.5" }, "devDependencies": { - "@babel/preset-react": "^7.25.9", + "@babel/preset-react": "^7.26.3", "@stencil/angular-output-target": "^0.10.1", "@stencil/postcss": "^2.1.0", "@stencil/react-output-target": "^0.5.3", @@ -574,11 +574,10 @@ } }, "node_modules/@babel/preset-react": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.25.9.tgz", - "integrity": "sha512-D3to0uSPiWE7rBrdIICCd0tJSIGpLaaGptna2+w7Pft5xMqLpA1sz99DK5TZ1TjGbdQ/VI1eCSZ06dv3lT4JOw==", + "version": "7.26.3", + "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.26.3.tgz", + "integrity": "sha512-Nl03d6T9ky516DGK2YMxrTqvnpUW63TnJMOMonj+Zae0JiPC5BC9xPMSL6L8fiSpA5vP88qfygavVQvnLp+6Cw==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.25.9", "@babel/helper-validator-option": "^7.25.9", diff --git a/stencil-workspace/package.json b/stencil-workspace/package.json index 528c3c82d..71b144f98 100644 --- a/stencil-workspace/package.json +++ b/stencil-workspace/package.json @@ -48,7 +48,7 @@ "@tanstack/table-core": "^8.20.5" }, "devDependencies": { - "@babel/preset-react": "^7.25.9", + "@babel/preset-react": "^7.26.3", "@stencil/angular-output-target": "^0.10.1", "@stencil/postcss": "^2.1.0", "@stencil/react-output-target": "^0.5.3",