Bump is-svg from 3.0.0 to 4.1.0 (#3315)

Bumps [is-svg](https://github.com/sindresorhus/is-svg) from 3.0.0 to 4.1.0.
- [Release notes](https://github.com/sindresorhus/is-svg/releases)
- [Commits](https://github.com/sindresorhus/is-svg/compare/v3.0.0...v4.1.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot]
2019-04-15 12:41:31 -04:00
committed by Paul Melnikow
parent 765d6ddc23
commit 9598d80bdd
2 changed files with 19 additions and 8 deletions

25
package-lock.json generated
View File

@@ -11111,9 +11111,9 @@
}
},
"html-comment-regex": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/html-comment-regex/-/html-comment-regex-1.1.1.tgz",
"integrity": "sha1-ZouTd26q5V696POtRkswekljYl4=",
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/html-comment-regex/-/html-comment-regex-1.1.2.tgz",
"integrity": "sha512-P+M65QY2JQ5Y0G9KKdlDpo0zK+/OHptU5AaBwUfAIDJZk1MYf32Frm84EcOytfJE0t5JvkAnKlmjsXDnWzCJmQ==",
"dev": true
},
"html-element-map": {
@@ -12232,12 +12232,12 @@
"dev": true
},
"is-svg": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/is-svg/-/is-svg-3.0.0.tgz",
"integrity": "sha512-gi4iHK53LR2ujhLVVj+37Ykh9GLqYHX6JOVXbLAucaG/Cqw9xwdFOjDM2qeifLs1sF1npXXFvDu0r5HNgCMrzQ==",
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/is-svg/-/is-svg-4.1.0.tgz",
"integrity": "sha512-So9ZAeBKLyM7vzgBAQZTZe8FhiBFwJGNfZQ5dZrAEojHDij6uvQwg050gVUOugFwBz9DR7isn4w1D6ciN8JTEw==",
"dev": true,
"requires": {
"html-comment-regex": "^1.1.0"
"html-comment-regex": "^1.1.2"
}
},
"is-symbol": {
@@ -17972,6 +17972,17 @@
"postcss": "^7.0.0",
"postcss-value-parser": "^3.0.0",
"svgo": "^1.0.0"
},
"dependencies": {
"is-svg": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/is-svg/-/is-svg-3.0.0.tgz",
"integrity": "sha512-gi4iHK53LR2ujhLVVj+37Ykh9GLqYHX6JOVXbLAucaG/Cqw9xwdFOjDM2qeifLs1sF1npXXFvDu0r5HNgCMrzQ==",
"dev": true,
"requires": {
"html-comment-regex": "^1.1.0"
}
}
}
},
"postcss-unique-selectors": {

View File

@@ -179,7 +179,7 @@
"icedfrisby": "2.0.0-alpha.5",
"icedfrisby-nock": "^1.1.0",
"is-png": "^1.1.0",
"is-svg": "^3.0.0",
"is-svg": "^4.1.0",
"js-yaml-loader": "^1.0.1",
"lint-staged": "^8.1.5",
"lodash.debounce": "^4.0.8",