From f8ba8c2f99f0952e69c20c9d81c347115aa59b85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 13:07:43 +0000 Subject: [PATCH] build(deps-dev): bump @types/react-simple-maps in /dashboard Bumps [@types/react-simple-maps](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-simple-maps) from 3.0.2 to 3.0.6. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-simple-maps) --- updated-dependencies: - dependency-name: "@types/react-simple-maps" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dashboard/package-lock.json | 8 ++++---- dashboard/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dashboard/package-lock.json b/dashboard/package-lock.json index 225ba935b..ea49ca6b6 100644 --- a/dashboard/package-lock.json +++ b/dashboard/package-lock.json @@ -52,7 +52,7 @@ "@types/react": "18.3.3", "@types/react-cytoscapejs": "^1.2.5", "@types/react-dom": "18.3.0", - "@types/react-simple-maps": "^3.0.2", + "@types/react-simple-maps": "^3.0.6", "autoprefixer": "^10.4.19", "eslint": "^8.57.0", "eslint-config-airbnb-base": "^15.0.0", @@ -8374,9 +8374,9 @@ } }, "node_modules/@types/react-simple-maps": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@types/react-simple-maps/-/react-simple-maps-3.0.2.tgz", - "integrity": "sha512-06e/JKo6BJ8bwCdMFTnivm8mheXF/DSCy96BQ6x5CCeZl/NPNCC8uUnBqbEJP0/1Q4nsEFYYmbUidfUxHr/C2g==", + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/@types/react-simple-maps/-/react-simple-maps-3.0.6.tgz", + "integrity": "sha512-hR01RXt6VvsE41FxDd+Bqm1PPGdKbYjCYVtCgh38YeBPt46z3SwmWPWu2L3EdCAP6bd6VYEgztucihRw1C0Klg==", "dev": true, "dependencies": { "@types/d3-geo": "^2", diff --git a/dashboard/package.json b/dashboard/package.json index 14e4f3b74..619156550 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -62,7 +62,7 @@ "@types/react": "18.3.3", "@types/react-cytoscapejs": "^1.2.5", "@types/react-dom": "18.3.0", - "@types/react-simple-maps": "^3.0.2", + "@types/react-simple-maps": "^3.0.6", "autoprefixer": "^10.4.19", "eslint": "^8.57.0", "eslint-config-airbnb-base": "^15.0.0",