Bump the npm_and_yarn group group with 1 update

Bumps the npm_and_yarn group group with 1 update: [is-svg](https://github.com/sindresorhus/is-svg).


Updates `is-svg` from 4.4.0 to 5.0.0
- [Release notes](https://github.com/sindresorhus/is-svg/releases)
- [Commits](https://github.com/sindresorhus/is-svg/compare/v4.4.0...v5.0.0)

---
updated-dependencies:
- dependency-name: is-svg
  dependency-type: direct:production
  dependency-group: npm_and_yarn-security-group
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-03-01 19:08:43 +00:00 committed by GitHub
parent 38aeb3017c
commit 74ae391099
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View file

@ -20,7 +20,7 @@
"html-entities": "^2.3.2",
"html-to-text": "^7.1.1",
"image-size": "^1.0.0",
"is-svg": "^4.3.1",
"is-svg": "^5.0.0",
"jszip": "^3.6.0",
"match-words": "^1.0.0",
"mithril": "^1.1.6",
@ -9119,14 +9119,14 @@
}
},
"node_modules/is-svg": {
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/is-svg/-/is-svg-4.4.0.tgz",
"integrity": "sha512-v+AgVwiK5DsGtT9ng+m4mClp6zDAmwrW8nZi6Gg15qzvBnRWWdfWA1TGaXyCDnWq5g5asofIgMVl3PjKxvk1ug==",
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/is-svg/-/is-svg-5.0.0.tgz",
"integrity": "sha512-sRl7J0oX9yUNamSdc8cwgzh9KBLnQXNzGmW0RVHwg/jEYjGNYHC6UvnYD8+hAeut9WwxRvhG9biK7g/wDGxcMw==",
"dependencies": {
"fast-xml-parser": "^4.1.3"
},
"engines": {
"node": ">=6"
"node": ">=14.16"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"

View file

@ -33,7 +33,7 @@
"html-entities": "^2.3.2",
"html-to-text": "^7.1.1",
"image-size": "^1.0.0",
"is-svg": "^4.3.1",
"is-svg": "^5.0.0",
"jszip": "^3.6.0",
"match-words": "^1.0.0",
"mithril": "^1.1.6",