Skip to content

Commit

Permalink
deps:chore - update dependency react-svg to v14.1.5 (#507)
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <[email protected]>

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Lucas Bruno <[email protected]>
  • Loading branch information
3 people authored Dec 21, 2021
1 parent d81bbc7 commit 8561682
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 12 deletions.
2 changes: 1 addition & 1 deletion manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"react-linkify": "1.0.0-alpha",
"react-router-dom": "5.3.0",
"react-scripts": "4.0.3",
"react-svg": "14.1.4",
"react-svg": "14.1.5",
"react-tooltip": "4.2.21",
"react-use-clipboard": "1.0.7",
"single-spa-react": "4.6.0",
Expand Down
29 changes: 18 additions & 11 deletions manager/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1180,6 +1180,13 @@
dependencies:
regenerator-runtime "^0.13.4"

"@babel/runtime@^7.16.5":
version "7.16.5"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.16.5.tgz#7f3e34bf8bdbbadf03fbb7b1ea0d929569c9487a"
integrity sha512-TXWihFIS3Pyv5hzR7j6ihmeLkZfrXGxAr5UfSl8CHf+6q/wpiYDkUau0czckpYG8QmnCIuPpdLtuA9VmuGGyMA==
dependencies:
regenerator-runtime "^0.13.4"

"@babel/template@^7.10.4", "@babel/template@^7.16.0", "@babel/template@^7.3.3":
version "7.16.0"
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.16.0.tgz#d16a35ebf4cd74e202083356fab21dd89363ddd6"
Expand Down Expand Up @@ -2049,12 +2056,12 @@
"@svgr/plugin-svgo" "^5.5.0"
loader-utils "^2.0.0"

"@tanem/svg-injector@^10.1.11":
version "10.1.12"
resolved "https://registry.yarnpkg.com/@tanem/svg-injector/-/svg-injector-10.1.12.tgz#9aaf0b696802d89ea54ae5a9dbd05ab9ca37de46"
integrity sha512-hFuuqGBBkKfPBVA2wnNTlRV56Qk+n9hqCE/HB6/5UERRklFoSz6Sl0PDbCLliJkK/r71L5uSqfve6E/neF2mdA==
"@tanem/svg-injector@^10.1.12":
version "10.1.13"
resolved "https://registry.yarnpkg.com/@tanem/svg-injector/-/svg-injector-10.1.13.tgz#4455fefd0c70ed275fe7bf01a1738ce1b18c9d9a"
integrity sha512-FjLvecZmTW/zfEciQUUGHhzPNc2nvXFtrZFbdc+aA3Xep3P3vC6BQZ2GymL+0c87MYUrkQ1VOXPNKmU9gonWiw==
dependencies:
"@babel/runtime" "^7.16.3"
"@babel/runtime" "^7.16.5"
content-type "^1.0.4"
tslib "^2.3.1"

Expand Down Expand Up @@ -10932,13 +10939,13 @@ [email protected]:
optionalDependencies:
fsevents "^2.1.3"

[email protected].4:
version "14.1.4"
resolved "https://registry.yarnpkg.com/react-svg/-/react-svg-14.1.4.tgz#9afc24ae56191a2f6b0b29fa2cb544840ada38df"
integrity sha512-WNkT9+bb5ue9yH4tdnEaFq4iuxEo78Nr5Fl8bd0Tbddliyqm4yZmqnw/u2eFt541E1OOF9fDwu3PZoK3W/KWVA==
[email protected].5:
version "14.1.5"
resolved "https://registry.yarnpkg.com/react-svg/-/react-svg-14.1.5.tgz#59e11dbc88986ece9c276424bf869366833017e2"
integrity sha512-NZate6rl+4RZkxH2Hchfa/PN50dyQhQVi5kBF8dyQkGI7P48cN+pdAwa1XotkucLdkQ9tYPcrywgZbBf6LKpTg==
dependencies:
"@babel/runtime" "^7.16.3"
"@tanem/svg-injector" "^10.1.11"
"@babel/runtime" "^7.16.5"
"@tanem/svg-injector" "^10.1.12"
"@types/prop-types" "^15.7.4"
prop-types "^15.7.2"

Expand Down

0 comments on commit 8561682

Please sign in to comment.