diff --git a/app/package.json b/app/package.json index 0d9fe85b..b8146519 100644 --- a/app/package.json +++ b/app/package.json @@ -24,7 +24,7 @@ "react-scripts": "^4.0.3", "react-simple-storage": "^1.4.2", "react-sortable-hoc": "^2.0.0", - "react-svg": "^15.1.21", + "react-svg": "^16.1.2", "react-tooltip": "^5.5.2", "react-translate": "^7.0.1", "recharts": "^2.1.12", diff --git a/app/yarn.lock b/app/yarn.lock index ae0835ac..e5600747 100644 --- a/app/yarn.lock +++ b/app/yarn.lock @@ -1188,10 +1188,10 @@ dependencies: regenerator-runtime "^0.13.4" -"@babel/runtime@^7.1.2", "@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.1", "@babel/runtime@^7.12.13", "@babel/runtime@^7.12.5", "@babel/runtime@^7.2.0", "@babel/runtime@^7.20.7", "@babel/runtime@^7.3.1", "@babel/runtime@^7.4.4", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.3", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2": - version "7.20.7" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.20.7.tgz#fcb41a5a70550e04a7b708037c7c32f7f356d8fd" - integrity sha512-UF0tvkUtxwAgZ5W/KrkHf0Rn0fdnLDU9ScxBrEVNUprE/MzirjK4MJUX1/BVDv00Sv8cljtukVK1aky++X1SjQ== +"@babel/runtime@^7.1.2", "@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.1", "@babel/runtime@^7.12.13", "@babel/runtime@^7.12.5", "@babel/runtime@^7.2.0", "@babel/runtime@^7.20.13", "@babel/runtime@^7.3.1", "@babel/runtime@^7.4.4", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.3", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2": + version "7.21.0" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.21.0.tgz#5b55c9d394e5fcf304909a8b00c07dc217b56673" + integrity sha512-xwII0//EObnq89Ji5AKYQaRYiW/nZ3llSv29d49IuxPhKbtJoLP+9QUUZ4nVragQVtaVGeZrpB+ZtG/Pdy/POw== dependencies: regenerator-runtime "^0.13.11" @@ -1859,14 +1859,14 @@ "@svgr/plugin-svgo" "^5.5.0" loader-utils "^2.0.0" -"@tanem/svg-injector@^10.1.42": - version "10.1.44" - resolved "https://registry.yarnpkg.com/@tanem/svg-injector/-/svg-injector-10.1.44.tgz#57a338010fc78edbc864f3ab3bcaa3ee4a3704b4" - integrity sha512-YMNikuEyZixWN7vr1B6a1rO/D1jSxU6TOe4vC4Qbb0UHXH1dDOhvlgSU+wlZ35reqFCKnAUndhqEsBBIP/1lMA== +"@tanem/svg-injector@^10.1.47": + version "10.1.48" + resolved "https://registry.yarnpkg.com/@tanem/svg-injector/-/svg-injector-10.1.48.tgz#1a31734460babb4bebf4f5bfd826d646cdb065de" + integrity sha512-4T50gB0qPK7YQ0n6uGe0+wcB5PXIIuJrUB+f5bNcYC/qCXTGvFE+jZjLRZv1P9B7LVOLXkgHDEYYJMggGaxMng== dependencies: - "@babel/runtime" "^7.20.7" - content-type "^1.0.4" - tslib "^2.4.1" + "@babel/runtime" "^7.20.13" + content-type "^1.0.5" + tslib "^2.5.0" "@testing-library/dom@^8.0.0": version "8.0.0" @@ -3880,7 +3880,12 @@ content-disposition@0.5.4: dependencies: safe-buffer "5.2.1" -content-type@^1.0.4, content-type@~1.0.4: +content-type@^1.0.5: + version "1.0.5" + resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.5.tgz#8b773162656d1d1086784c8f23a54ce6d73d7918" + integrity sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA== + +content-type@~1.0.4: version "1.0.4" resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.4.tgz#e138cc75e040c727b1966fe5e5f8c9aee256fe3b" integrity sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA== @@ -10330,13 +10335,13 @@ react-sortable-hoc@^2.0.0: invariant "^2.2.4" prop-types "^15.5.7" -react-svg@^15.1.21: - version "15.1.21" - resolved "https://registry.yarnpkg.com/react-svg/-/react-svg-15.1.21.tgz#0e6d0817531c5af560a44151a214b1a1a8da3eec" - integrity sha512-ISMX8ICoLNivt1+OPY24V0WmBYPSEuVU1EzgVhyXj7mSGs+aQosGFevatrfxx+1zh28iyvWRDma1YbpylGEwbw== +react-svg@^16.1.2: + version "16.1.2" + resolved "https://registry.yarnpkg.com/react-svg/-/react-svg-16.1.2.tgz#dd24191ba5bbb88aadf046ddbf07fcebf6ee6a1c" + integrity sha512-JzoDlYzxz6Iwo6Z2WEYBw+hpQ7ztNtoa4v1Z9VQlPFmGyG4/kQ1WJGDEDy6Dwh7MuwMb19lbVmcaaE51O5ZHyw== dependencies: - "@babel/runtime" "^7.20.7" - "@tanem/svg-injector" "^10.1.42" + "@babel/runtime" "^7.20.13" + "@tanem/svg-injector" "^10.1.47" "@types/prop-types" "^15.7.5" prop-types "^15.8.1" @@ -12039,10 +12044,10 @@ tslib@^2.0.3, tslib@^2.4.0: resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3" integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ== -tslib@^2.4.1: - version "2.4.1" - resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.1.tgz#0d0bfbaac2880b91e22df0768e55be9753a5b17e" - integrity sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA== +tslib@^2.5.0: + version "2.5.0" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.0.tgz#42bfed86f5787aeb41d031866c8f402429e0fddf" + integrity sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg== tsutils@^3.17.1, tsutils@^3.21.0: version "3.21.0"