diff --git a/package-lock.json b/package-lock.json index ccdad07..459790e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "AGPL-3.0-only", "dependencies": { - "react-inlinesvg": "^2.3.0" + "react-inlinesvg": "^4.1.1" }, "devDependencies": { "@babel/preset-env": "^7.18.9", @@ -1999,6 +1999,19 @@ "react-dom": "^17.0.2" } }, + "node_modules/@gliff-ai/style/node_modules/react-inlinesvg": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/react-inlinesvg/-/react-inlinesvg-2.3.0.tgz", + "integrity": "sha512-fEGOdDf4k4bcveArbEpj01pJcH8pOCKLxmSj2POFdGvEk5YK0NZVnH6BXpW/PzACHPRsuh1YKAhNZyFnD28oxg==", + "dev": true, + "dependencies": { + "exenv": "^1.2.2", + "react-from-dom": "^0.6.0" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0" + } + }, "node_modules/@gliff-ai/upload": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/@gliff-ai/upload/-/upload-1.3.0.tgz", @@ -6457,7 +6470,8 @@ "node_modules/exenv": { "version": "1.2.2", "resolved": "https://registry.npmjs.org/exenv/-/exenv-1.2.2.tgz", - "integrity": "sha512-Z+ktTxTwv9ILfgKCk32OX3n/doe+OcLTRtqK9pcL+JsP3J1/VW8Uvl4ZjLlKqeW4rzK4oesDOGMEMRIZqtP4Iw==" + "integrity": "sha512-Z+ktTxTwv9ILfgKCk32OX3n/doe+OcLTRtqK9pcL+JsP3J1/VW8Uvl4ZjLlKqeW4rzK4oesDOGMEMRIZqtP4Iw==", + "dev": true }, "node_modules/exit": { "version": "0.1.2", @@ -10344,15 +10358,14 @@ } }, "node_modules/react-inlinesvg": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/react-inlinesvg/-/react-inlinesvg-2.3.0.tgz", - "integrity": "sha512-fEGOdDf4k4bcveArbEpj01pJcH8pOCKLxmSj2POFdGvEk5YK0NZVnH6BXpW/PzACHPRsuh1YKAhNZyFnD28oxg==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/react-inlinesvg/-/react-inlinesvg-4.1.1.tgz", + "integrity": "sha512-nLBkjKaY4WcoU8brUOPn2vitjG3NgrM9oP60iqBWZ6ZiV2mr0F0tGRArWElYmpMYsI9SXhT7HBin8UA3iM2sQA==", "dependencies": { - "exenv": "^1.2.2", - "react-from-dom": "^0.6.0" + "react-from-dom": "^0.6.2" }, "peerDependencies": { - "react": "^16.8.0 || ^17.0.0" + "react": "16.8 - 18" } }, "node_modules/react-is": { @@ -13248,6 +13261,18 @@ "dev": true, "requires": { "react-inlinesvg": "^2.3.0" + }, + "dependencies": { + "react-inlinesvg": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/react-inlinesvg/-/react-inlinesvg-2.3.0.tgz", + "integrity": "sha512-fEGOdDf4k4bcveArbEpj01pJcH8pOCKLxmSj2POFdGvEk5YK0NZVnH6BXpW/PzACHPRsuh1YKAhNZyFnD28oxg==", + "dev": true, + "requires": { + "exenv": "^1.2.2", + "react-from-dom": "^0.6.0" + } + } } }, "@gliff-ai/upload": { @@ -16481,7 +16506,8 @@ "exenv": { "version": "1.2.2", "resolved": "https://registry.npmjs.org/exenv/-/exenv-1.2.2.tgz", - "integrity": "sha512-Z+ktTxTwv9ILfgKCk32OX3n/doe+OcLTRtqK9pcL+JsP3J1/VW8Uvl4ZjLlKqeW4rzK4oesDOGMEMRIZqtP4Iw==" + "integrity": "sha512-Z+ktTxTwv9ILfgKCk32OX3n/doe+OcLTRtqK9pcL+JsP3J1/VW8Uvl4ZjLlKqeW4rzK4oesDOGMEMRIZqtP4Iw==", + "dev": true }, "exit": { "version": "0.1.2", @@ -19392,12 +19418,11 @@ "requires": {} }, "react-inlinesvg": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/react-inlinesvg/-/react-inlinesvg-2.3.0.tgz", - "integrity": "sha512-fEGOdDf4k4bcveArbEpj01pJcH8pOCKLxmSj2POFdGvEk5YK0NZVnH6BXpW/PzACHPRsuh1YKAhNZyFnD28oxg==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/react-inlinesvg/-/react-inlinesvg-4.1.1.tgz", + "integrity": "sha512-nLBkjKaY4WcoU8brUOPn2vitjG3NgrM9oP60iqBWZ6ZiV2mr0F0tGRArWElYmpMYsI9SXhT7HBin8UA3iM2sQA==", "requires": { - "exenv": "^1.2.2", - "react-from-dom": "^0.6.0" + "react-from-dom": "^0.6.2" } }, "react-is": { diff --git a/package.json b/package.json index c315082..8b9e8bc 100644 --- a/package.json +++ b/package.json @@ -68,6 +68,6 @@ "react-dom": "^17.0.1" }, "dependencies": { - "react-inlinesvg": "^2.3.0" + "react-inlinesvg": "^4.1.1" } }