diff --git a/package-lock.json b/package-lock.json index 6f4d45cf..c8c4c1ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@maksimr/karma-test-utils": "0.0.2", "@testing-library/react": "14.0.0", "@types/jasmine": "4.3.6", - "@types/react": "18.2.22", + "@types/react": "18.2.23", "@types/react-dom": "18.2.7", "@types/webpack-env": "1.18.2", "@types/webpack-sources": "3.2.1", @@ -3392,9 +3392,9 @@ "dev": true }, "node_modules/@types/react": { - "version": "18.2.22", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.22.tgz", - "integrity": "sha512-60fLTOLqzarLED2O3UQImc/lsNRgG0jE/a1mPW9KjMemY0LMITWEsbS4VvZ4p6rorEHd5YKxxmMKSDK505GHpA==", + "version": "18.2.23", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.23.tgz", + "integrity": "sha512-qHLW6n1q2+7KyBEYnrZpcsAmU/iiCh9WGCKgXvMxx89+TYdJWRjZohVIo9XTcoLhfX3+/hP0Pbulu3bCZQ9PSA==", "dev": true, "dependencies": { "@types/prop-types": "*", @@ -17229,9 +17229,9 @@ "dev": true }, "@types/react": { - "version": "18.2.22", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.22.tgz", - "integrity": "sha512-60fLTOLqzarLED2O3UQImc/lsNRgG0jE/a1mPW9KjMemY0LMITWEsbS4VvZ4p6rorEHd5YKxxmMKSDK505GHpA==", + "version": "18.2.23", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.23.tgz", + "integrity": "sha512-qHLW6n1q2+7KyBEYnrZpcsAmU/iiCh9WGCKgXvMxx89+TYdJWRjZohVIo9XTcoLhfX3+/hP0Pbulu3bCZQ9PSA==", "dev": true, "requires": { "@types/prop-types": "*", diff --git a/package.json b/package.json index 9b503561..a32a76b6 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@types/webpack-env": "1.18.2", "@types/webpack-sources": "3.2.1", "@types/react-dom": "18.2.7", - "@types/react": "18.2.22", + "@types/react": "18.2.23", "@babel/core": "7.23.0", "@babel/preset-env": "7.22.20", "@babel/preset-react": "7.22.15",