From 3db3165b5605c484cfdbed2c8f704c4f22391d6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 01:09:12 +0000 Subject: [PATCH] Bump @types/react from 18.2.56 to 18.2.58 Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.2.56 to 18.2.58. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4cfeb75fe..119fb6efe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -64,7 +64,7 @@ "@reduxjs/toolkit": "~1.9.7", "@statisticsnorway/ssb-component-library": "~2.0.98", "@types/ramda": "~0.29.10", - "@types/react": "~18.2.56", + "@types/react": "~18.2.58", "@types/uuid": "~9.0.8", "@types/validator": "~13.11.9", "@types/zipcelx": "~1.5.2", @@ -5422,9 +5422,9 @@ } }, "node_modules/@types/react": { - "version": "18.2.56", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.56.tgz", - "integrity": "sha512-NpwHDMkS/EFZF2dONFQHgkPRwhvgq/OAvIaGQzxGSBmaeR++kTg6njr15Vatz0/2VcCEwJQFi6Jf4Q0qBu0rLA==", + "version": "18.2.58", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.58.tgz", + "integrity": "sha512-TaGvMNhxvG2Q0K0aYxiKfNDS5m5ZsoIBBbtfUorxdH4NGSXIlYvZxLJI+9Dd3KjeB3780bciLyAb7ylO8pLhPw==", "dependencies": { "@types/prop-types": "*", "@types/scheduler": "*", @@ -24267,9 +24267,9 @@ } }, "@types/react": { - "version": "18.2.56", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.56.tgz", - "integrity": "sha512-NpwHDMkS/EFZF2dONFQHgkPRwhvgq/OAvIaGQzxGSBmaeR++kTg6njr15Vatz0/2VcCEwJQFi6Jf4Q0qBu0rLA==", + "version": "18.2.58", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.58.tgz", + "integrity": "sha512-TaGvMNhxvG2Q0K0aYxiKfNDS5m5ZsoIBBbtfUorxdH4NGSXIlYvZxLJI+9Dd3KjeB3780bciLyAb7ylO8pLhPw==", "requires": { "@types/prop-types": "*", "@types/scheduler": "*", diff --git a/package.json b/package.json index f6578362d..960d5630c 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "@reduxjs/toolkit": "~1.9.7", "@statisticsnorway/ssb-component-library": "~2.0.98", "@types/ramda": "~0.29.10", - "@types/react": "~18.2.56", + "@types/react": "~18.2.58", "@types/uuid": "~9.0.8", "@types/validator": "~13.11.9", "@types/zipcelx": "~1.5.2",