diff --git a/ui/package-lock.json b/ui/package-lock.json index a435808..1cde2a1 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -21,7 +21,7 @@ "@docker/extension-api-client-types": "0.3.4", "@types/jest": "^29.1.2", "@types/node": "^22.1.0", - "@types/react": "^18.0.17", + "@types/react": "^18.3.6", "@types/react-dom": "^18.0.6", "@vitejs/plugin-react": "^2.1.0", "jest": "^29.1.2", @@ -1920,9 +1920,9 @@ "integrity": "sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==" }, "node_modules/@types/react": { - "version": "18.3.3", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.3.tgz", - "integrity": "sha512-hti/R0pS0q1/xx+TsI73XIqk26eBsISZ2R0wUijXIngRK9R/e7Xw/cXVxQK7R5JjW+SV4zGcn5hXjudkN/pLIw==", + "version": "18.3.6", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.6.tgz", + "integrity": "sha512-CnGaRYNu2iZlkGXGrOYtdg5mLK8neySj0woZ4e2wF/eli2E6Sazmq5X+Nrj6OBrrFVQfJWTUFeqAzoRhWQXYvg==", "dependencies": { "@types/prop-types": "*", "csstype": "^3.0.2" @@ -7703,9 +7703,9 @@ "integrity": "sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==" }, "@types/react": { - "version": "18.3.3", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.3.tgz", - "integrity": "sha512-hti/R0pS0q1/xx+TsI73XIqk26eBsISZ2R0wUijXIngRK9R/e7Xw/cXVxQK7R5JjW+SV4zGcn5hXjudkN/pLIw==", + "version": "18.3.6", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.6.tgz", + "integrity": "sha512-CnGaRYNu2iZlkGXGrOYtdg5mLK8neySj0woZ4e2wF/eli2E6Sazmq5X+Nrj6OBrrFVQfJWTUFeqAzoRhWQXYvg==", "requires": { "@types/prop-types": "*", "csstype": "^3.0.2" diff --git a/ui/package.json b/ui/package.json index 9af4216..3d77e07 100644 --- a/ui/package.json +++ b/ui/package.json @@ -22,7 +22,7 @@ "@docker/extension-api-client-types": "0.3.4", "@types/jest": "^29.1.2", "@types/node": "^22.1.0", - "@types/react": "^18.0.17", + "@types/react": "^18.3.6", "@types/react-dom": "^18.0.6", "@vitejs/plugin-react": "^2.1.0", "jest": "^29.1.2",