diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-03 08:47:53 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-03 08:47:53 +0000 |
commit | ff7c4b1b837f3cfd090bb1ac92dec5b7c0a94a77 (patch) | |
tree | e645f6395925e877aa2c712621cd27d7807f4742 | |
parent | 4fc4c822f16b39badc61569da6a16c8f01798bbc (diff) | |
download | timeline-ff7c4b1b837f3cfd090bb1ac92dec5b7c0a94a77.tar.gz timeline-ff7c4b1b837f3cfd090bb1ac92dec5b7c0a94a77.tar.bz2 timeline-ff7c4b1b837f3cfd090bb1ac92dec5b7c0a94a77.zip |
build(deps): Bump react-inlinesvg from 2.2.2 to 2.3.0 in /FrontEnd
Bumps [react-inlinesvg](https://github.com/gilbarbara/react-inlinesvg) from 2.2.2 to 2.3.0.
- [Release notes](https://github.com/gilbarbara/react-inlinesvg/releases)
- [Commits](https://github.com/gilbarbara/react-inlinesvg/compare/v2.2.2...v2.3.0)
Signed-off-by: dependabot[bot] <support@github.com>
-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 96d845ba..3d69b40e 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",
|