diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-03 09:09:18 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-03 09:09:18 +0000 |
commit | 028d97608285fa50b3d786ed3c8e25b74a477cbe (patch) | |
tree | 6e3d4b62989cd1176b6e0ceb4f393518dd093adc /FrontEnd/package.json | |
parent | 518467f5d10ff0f7970967957fdda159cea4285a (diff) | |
parent | 3419be1d582d213ebf44f61c9417586b8dbad685 (diff) | |
download | timeline-028d97608285fa50b3d786ed3c8e25b74a477cbe.tar.gz timeline-028d97608285fa50b3d786ed3c8e25b74a477cbe.tar.bz2 timeline-028d97608285fa50b3d786ed3c8e25b74a477cbe.zip |
Merge pull request #500 from crupest/dependabot/npm_and_yarn/FrontEnd/react-inlinesvg-2.3.0
Diffstat (limited to 'FrontEnd/package.json')
-rw-r--r-- | FrontEnd/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
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",
|