Skip to content

Commit

Permalink
fix: upgrade svgdom from 0.1.10 to 0.1.11
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade svgdom from 0.1.10 to 0.1.11.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/omnibrain/project/f65d5fe0-6982-49b8-bec2-7de2931c505b?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot authored and omnibrain committed Aug 21, 2023
1 parent b42891f commit 931f81a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,6 @@
"dependencies": {
"@svgdotjs/svg.js": "3.0.16",
"roughjs": "^4.5.2",
"svgdom": "^0.1.9"
"svgdom": "^0.1.11"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8008,10 +8008,10 @@ supports-preserve-symlinks-flag@^1.0.0:
resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==

svgdom@^0.1.9:
version "0.1.10"
resolved "https://registry.yarnpkg.com/svgdom/-/svgdom-0.1.10.tgz#4ce84403b548fe87c9f61365453f88c53a801bdf"
integrity sha512-MMx2owmn+V8xYc+29MWVEsKZi7ZGxvnV4U/QNyX+miSH4F+veOL7gFO86kKawIfx1K+CogSK9ZAtod7dsf8LSA==
svgdom@^0.1.11:
version "0.1.11"
resolved "https://registry.yarnpkg.com/svgdom/-/svgdom-0.1.11.tgz#b4de25d6f4a03d78ab5502cc0933979db2e3f9f9"
integrity sha512-MyThtYK3yhUUL4CBPv4lABPve5DqGSpv56HyglHiDbimYvO5DTYqKItG4Zovo1GR9vjtpzhusbZqVyRZ4QIhUQ==
dependencies:
fontkit "^1.8.1"
image-size "^1.0.0"
Expand Down

0 comments on commit 931f81a

Please sign in to comment.