aboutsummaryrefslogtreecommitdiffstats
path: root/package-lock.json
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-03-22 06:12:29 +0100
committerLibravatar GitHub <noreply@github.com>2021-03-22 06:12:29 +0100
commit2ce8da10d4e3f1dddfd7df0351cf167aec0f2a65 (patch)
tree101cb5f5bf181627e2fc0799138e3aa75cc30713 /package-lock.json
parentAdd recipe for Erepublik (#443) (diff)
downloadferdium-recipes-2ce8da10d4e3f1dddfd7df0351cf167aec0f2a65.tar.gz
ferdium-recipes-2ce8da10d4e3f1dddfd7df0351cf167aec0f2a65.tar.zst
ferdium-recipes-2ce8da10d4e3f1dddfd7df0351cf167aec0f2a65.zip
Bump is-svg from 4.2.1 to 4.3.1 (#454)
Bumps [is-svg](https://github.com/sindresorhus/is-svg) from 4.2.1 to 4.3.1. - [Release notes](https://github.com/sindresorhus/is-svg/releases) - [Commits](https://github.com/sindresorhus/is-svg/compare/v4.2.1...v4.3.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json22
1 files changed, 11 insertions, 11 deletions
diff --git a/package-lock.json b/package-lock.json
index 855f210..1741376 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1401,6 +1401,13 @@
1401 "picomatch": "^2.2.1" 1401 "picomatch": "^2.2.1"
1402 } 1402 }
1403 }, 1403 },
1404 "fast-xml-parser": {
1405 "version": "3.19.0",
1406 "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-3.19.0.tgz",
1407 "integrity": "sha512-4pXwmBplsCPv8FOY1WRakF970TjNGnGnfbOnLqjlYvMiF1SR3yOHyxMR/YCXpPTOspNF5gwudqktIP4VsWkvBg==",
1408 "dev": true,
1409 "optional": true
1410 },
1404 "fastq": { 1411 "fastq": {
1405 "version": "1.8.0", 1412 "version": "1.8.0",
1406 "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.8.0.tgz", 1413 "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.8.0.tgz",
@@ -1817,13 +1824,6 @@
1817 "integrity": "sha512-f/wzC2QaWBs7t9IYqB4T3sR1xviIViXJRJTWBlx2Gf3g0Xi5vI7Yy4koXQ1c9OYDGHN9sBy1DQ2AB8fqZBWhUg==", 1824 "integrity": "sha512-f/wzC2QaWBs7t9IYqB4T3sR1xviIViXJRJTWBlx2Gf3g0Xi5vI7Yy4koXQ1c9OYDGHN9sBy1DQ2AB8fqZBWhUg==",
1818 "dev": true 1825 "dev": true
1819 }, 1826 },
1820 "html-comment-regex": {
1821 "version": "1.1.2",
1822 "resolved": "https://registry.npmjs.org/html-comment-regex/-/html-comment-regex-1.1.2.tgz",
1823 "integrity": "sha512-P+M65QY2JQ5Y0G9KKdlDpo0zK+/OHptU5AaBwUfAIDJZk1MYf32Frm84EcOytfJE0t5JvkAnKlmjsXDnWzCJmQ==",
1824 "dev": true,
1825 "optional": true
1826 },
1827 "http-cache-semantics": { 1827 "http-cache-semantics": {
1828 "version": "3.8.1", 1828 "version": "3.8.1",
1829 "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-3.8.1.tgz", 1829 "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-3.8.1.tgz",
@@ -2137,13 +2137,13 @@
2137 "optional": true 2137 "optional": true
2138 }, 2138 },
2139 "is-svg": { 2139 "is-svg": {
2140 "version": "4.2.1", 2140 "version": "4.3.1",
2141 "resolved": "https://registry.npmjs.org/is-svg/-/is-svg-4.2.1.tgz", 2141 "resolved": "https://registry.npmjs.org/is-svg/-/is-svg-4.3.1.tgz",
2142 "integrity": "sha512-PHx3ANecKsKNl5y5+Jvt53Y4J7MfMpbNZkv384QNiswMKAWIbvcqbPz+sYbFKJI8Xv3be01GSFniPmoaP+Ai5A==", 2142 "integrity": "sha512-h2CGs+yPUyvkgTJQS9cJzo9lYK06WgRiXUqBBHtglSzVKAuH4/oWsqk7LGfbSa1hGk9QcZ0SyQtVggvBA8LZXA==",
2143 "dev": true, 2143 "dev": true,
2144 "optional": true, 2144 "optional": true,
2145 "requires": { 2145 "requires": {
2146 "html-comment-regex": "^1.1.2" 2146 "fast-xml-parser": "^3.19.0"
2147 } 2147 }
2148 }, 2148 },
2149 "is-symbol": { 2149 "is-symbol": {