diff --git a/package-lock.json b/package-lock.json index f6efa8a0a..61eef5c0f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -61,7 +61,7 @@ "@reduxjs/toolkit": "~1.9.7", "@statisticsnorway/ssb-component-library": "~2.0.95", "@types/ramda": "~0.29.9", - "@types/react": "~18.2.37", + "@types/react": "~18.2.38", "@types/uuid": "~9.0.7", "@types/validator": "~13.11.6", "@types/zipcelx": "~1.5.2", @@ -3633,9 +3633,9 @@ } }, "node_modules/@types/react": { - "version": "18.2.37", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.37.tgz", - "integrity": "sha512-RGAYMi2bhRgEXT3f4B92WTohopH6bIXw05FuGlmJEnv/omEn190+QYEIYxIAuIBdKgboYYdVved2p1AxZVQnaw==", + "version": "18.2.38", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.38.tgz", + "integrity": "sha512-cBBXHzuPtQK6wNthuVMV6IjHAFkdl/FOPFIlkd81/Cd1+IqkHu/A+w4g43kaQQoYHik/ruaQBDL72HyCy1vuMw==", "dependencies": { "@types/prop-types": "*", "@types/scheduler": "*", @@ -17543,9 +17543,9 @@ } }, "@types/react": { - "version": "18.2.37", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.37.tgz", - "integrity": "sha512-RGAYMi2bhRgEXT3f4B92WTohopH6bIXw05FuGlmJEnv/omEn190+QYEIYxIAuIBdKgboYYdVved2p1AxZVQnaw==", + "version": "18.2.38", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.38.tgz", + "integrity": "sha512-cBBXHzuPtQK6wNthuVMV6IjHAFkdl/FOPFIlkd81/Cd1+IqkHu/A+w4g43kaQQoYHik/ruaQBDL72HyCy1vuMw==", "requires": { "@types/prop-types": "*", "@types/scheduler": "*", diff --git a/package.json b/package.json index 4bf621bf1..ad9c9da5c 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "@reduxjs/toolkit": "~1.9.7", "@statisticsnorway/ssb-component-library": "~2.0.95", "@types/ramda": "~0.29.9", - "@types/react": "~18.2.37", + "@types/react": "~18.2.38", "@types/uuid": "~9.0.7", "@types/validator": "~13.11.6", "@types/zipcelx": "~1.5.2",