diff --git a/code/frontend/package-lock.json b/code/frontend/package-lock.json index c0f7c5b82..f31a6421c 100644 --- a/code/frontend/package-lock.json +++ b/code/frontend/package-lock.json @@ -30,7 +30,7 @@ "devDependencies": { "@types/lodash-es": "^4.17.12", "@types/node": "^20.12.12", - "@types/react": "^18.3.2", + "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "@types/uuid": "^9.0.8", "@vitejs/plugin-react": "^4.2.1", @@ -1395,9 +1395,9 @@ "integrity": "sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==" }, "node_modules/@types/react": { - "version": "18.3.2", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.2.tgz", - "integrity": "sha512-Btgg89dAnqD4vV7R3hlwOxgqobUQKgx3MmrQRi0yYbs/P0ym8XozIAlkqVilPqHQwXs4e9Tf63rrCgl58BcO4w==", + "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==", "dependencies": { "@types/prop-types": "*", "csstype": "^3.0.2" diff --git a/code/frontend/package.json b/code/frontend/package.json index f30ad21c8..d9ac53683 100644 --- a/code/frontend/package.json +++ b/code/frontend/package.json @@ -32,7 +32,7 @@ "devDependencies": { "@types/lodash-es": "^4.17.12", "@types/node": "^20.12.12", - "@types/react": "^18.3.2", + "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "@types/uuid": "^9.0.8", "@vitejs/plugin-react": "^4.2.1",