From 2010a67965bd614abf9e358b3e326b7875e01e06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 01:04:52 +0000 Subject: [PATCH] build(deps): bump react-inlinesvg from 4.2.0 to 4.4.0 Bumps [react-inlinesvg](https://github.com/gilbarbara/react-inlinesvg) from 4.2.0 to 4.4.0. - [Release notes](https://github.com/gilbarbara/react-inlinesvg/releases) - [Commits](https://github.com/gilbarbara/react-inlinesvg/compare/v4.2.0...v4.4.0) --- updated-dependencies: - dependency-name: react-inlinesvg dependency-version: 4.4.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..c25fc112 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.4.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..b879f743 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.4.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.4.0", + "resolved": "https://registry.npmjs.org/react-inlinesvg/-/react-inlinesvg-4.4.0.tgz", + "integrity": "sha512-H7IeZC7NNMEvUOmZvvhXuDyQ8S+Z7KrfLL0ih2VGJPs4eaW82H0CVzcouoEqY/mnqwqs4PgabWlu+QIB96w8DA==", "license": "MIT", "dependencies": { "react-from-dom": "^0.7.5"