diff options
-rw-r--r-- | FrontEnd/package-lock.json | 30 | ||||
-rw-r--r-- | FrontEnd/package.json | 2 |
2 files changed, 16 insertions, 16 deletions
diff --git a/FrontEnd/package-lock.json b/FrontEnd/package-lock.json index f6ecd7e4..8499c379 100644 --- a/FrontEnd/package-lock.json +++ b/FrontEnd/package-lock.json @@ -22,7 +22,7 @@ "react-bootstrap": "^1.5.2", "react-dom": "^17.0.2", "react-i18next": "^11.8.15", - "react-inlinesvg": "^2.2.2", + "react-inlinesvg": "^2.3.0", "react-responsive": "^8.2.0", "react-router": "^5.2.0", "react-router-bootstrap": "^0.25.0", @@ -12072,9 +12072,9 @@ } }, "node_modules/react-from-dom": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/react-from-dom/-/react-from-dom-0.5.1.tgz", - "integrity": "sha512-ki6OGVgSjDCF0Gt4SMl2cUNBA9ZB8g59bwv9ZiSEXQ37Cw9ZGY0s7EgfPFQYDvaiVx22jto7/dYgQeS+Qw1Mfw==", + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/react-from-dom/-/react-from-dom-0.6.0.tgz", + "integrity": "sha512-W5m1pYV7qlc9bmpA7p2K/wspYNlAh3aqJ9Tc5KRXe6vt/JlX6/84ol+RQlCMK69z+5e38sOpoVW5i4Qpqgs+EA==", "peerDependencies": { "react": "^15.0.0 || ^16.0.0 || ^17.0.0" } @@ -12093,12 +12093,12 @@ } }, "node_modules/react-inlinesvg": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/react-inlinesvg/-/react-inlinesvg-2.2.2.tgz", - "integrity": "sha512-5uXTB0yL9LiRLbN5FhTnL1IK9mLg93kspY2HnKUftzoJDEqZrlscuZxzXStbMBZpNyO359U7QDspM3AqUYUrog==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/react-inlinesvg/-/react-inlinesvg-2.3.0.tgz", + "integrity": "sha512-fEGOdDf4k4bcveArbEpj01pJcH8pOCKLxmSj2POFdGvEk5YK0NZVnH6BXpW/PzACHPRsuh1YKAhNZyFnD28oxg==", "dependencies": { "exenv": "^1.2.2", - "react-from-dom": "^0.5.1" + "react-from-dom": "^0.6.0" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0" @@ -25493,9 +25493,9 @@ } }, "react-from-dom": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/react-from-dom/-/react-from-dom-0.5.1.tgz", - "integrity": "sha512-ki6OGVgSjDCF0Gt4SMl2cUNBA9ZB8g59bwv9ZiSEXQ37Cw9ZGY0s7EgfPFQYDvaiVx22jto7/dYgQeS+Qw1Mfw==", + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/react-from-dom/-/react-from-dom-0.6.0.tgz", + "integrity": "sha512-W5m1pYV7qlc9bmpA7p2K/wspYNlAh3aqJ9Tc5KRXe6vt/JlX6/84ol+RQlCMK69z+5e38sOpoVW5i4Qpqgs+EA==", "requires": {} }, "react-i18next": { @@ -25508,12 +25508,12 @@ } }, "react-inlinesvg": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/react-inlinesvg/-/react-inlinesvg-2.2.2.tgz", - "integrity": "sha512-5uXTB0yL9LiRLbN5FhTnL1IK9mLg93kspY2HnKUftzoJDEqZrlscuZxzXStbMBZpNyO359U7QDspM3AqUYUrog==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/react-inlinesvg/-/react-inlinesvg-2.3.0.tgz", + "integrity": "sha512-fEGOdDf4k4bcveArbEpj01pJcH8pOCKLxmSj2POFdGvEk5YK0NZVnH6BXpW/PzACHPRsuh1YKAhNZyFnD28oxg==", "requires": { "exenv": "^1.2.2", - "react-from-dom": "^0.5.1" + "react-from-dom": "^0.6.0" } }, "react-is": { diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 5eb52a28..e2fd5e85 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -20,7 +20,7 @@ "react-bootstrap": "^1.5.2",
"react-dom": "^17.0.2",
"react-i18next": "^11.8.15",
- "react-inlinesvg": "^2.2.2",
+ "react-inlinesvg": "^2.3.0",
"react-responsive": "^8.2.0",
"react-router": "^5.2.0",
"react-router-bootstrap": "^0.25.0",
|