From 3297108a22fe83181b7a5ba5ef008d68ed585cd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 01:03:34 +0000 Subject: [PATCH] build(deps): bump react-inlinesvg from 4.2.0 to 4.3.0 Bumps [react-inlinesvg](https://github.com/gilbarbara/react-inlinesvg) from 4.2.0 to 4.3.0. - [Release notes](https://github.com/gilbarbara/react-inlinesvg/releases) - [Commits](https://github.com/gilbarbara/react-inlinesvg/compare/v4.2.0...v4.3.0) --- updated-dependencies: - dependency-name: react-inlinesvg dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- lib/package.json | 2 +- package-lock.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/package.json b/lib/package.json index c5b6a9fc..ac9e1dd6 100644 --- a/lib/package.json +++ b/lib/package.json @@ -122,7 +122,7 @@ "react-dropzone": "^14.4.0", "react-icons": "^5.5.0", "react-image-crop": "^11.0.10", - "react-inlinesvg": "^4.2.0", + "react-inlinesvg": "^4.3.0", "react-leaflet": "^4.2.1", "react-leaflet-cluster": "^3.1.1", "react-markdown": "^9.0.1", diff --git a/package-lock.json b/package-lock.json index 1f61ba53..e07da80e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -152,7 +152,7 @@ "react-dropzone": "^14.4.0", "react-icons": "^5.5.0", "react-image-crop": "^11.0.10", - "react-inlinesvg": "^4.2.0", + "react-inlinesvg": "^4.3.0", "react-leaflet": "^4.2.1", "react-leaflet-cluster": "^3.1.1", "react-markdown": "^9.0.1", @@ -13212,9 +13212,9 @@ } }, "node_modules/react-inlinesvg": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/react-inlinesvg/-/react-inlinesvg-4.2.0.tgz", - "integrity": "sha512-V59P6sFU7NACIbvoay9ikYKVFWyIIZFGd7w6YT1m+H7Ues0fOI6B6IftE6NPSYXXv7RHVmrncIyJeYurs3OJcA==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/react-inlinesvg/-/react-inlinesvg-4.3.0.tgz", + "integrity": "sha512-HidiLiSnZPhJsTJH6Nwh/tJ/tcN2Hrcw0lstEgvCXClEobtLDRDPWqQOWH4BL1cpJYmC+OFORlxdskwG4QcVQA==", "license": "MIT", "dependencies": { "react-from-dom": "^0.7.5"