From cabc13a718a568168c57911e73cf48aa2926f040 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Mar 2021 10:43:29 +0000 Subject: [PATCH] Bump is-svg from 4.2.1 to 4.2.2 Bumps [is-svg](https://github.com/sindresorhus/is-svg) from 4.2.1 to 4.2.2. - [Release notes](https://github.com/sindresorhus/is-svg/releases) - [Commits](https://github.com/sindresorhus/is-svg/compare/v4.2.1...v4.2.2) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index e33547bad..22af8f104 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4000,9 +4000,9 @@ "dev": true }, "is-svg": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/is-svg/-/is-svg-4.2.1.tgz", - "integrity": "sha512-PHx3ANecKsKNl5y5+Jvt53Y4J7MfMpbNZkv384QNiswMKAWIbvcqbPz+sYbFKJI8Xv3be01GSFniPmoaP+Ai5A==", + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/is-svg/-/is-svg-4.2.2.tgz", + "integrity": "sha512-JlA7Mc7mfWjdxxTkJ094oUK9amGD7gQaj5xA/NCY0vlVvZ1stmj4VX+bRuwOMN93IHRZ2ctpPH/0FO6DqvQ5Rw==", "requires": { "html-comment-regex": "^1.1.2" } diff --git a/package.json b/package.json index 6674f4c34..eb77a3e55 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "form-data": "^3.0.0", "fs-extra": "^9.0.1", "git-url-parse": "^11.4.0", - "is-svg": "^4.2.1", + "is-svg": "^4.2.2", "js-base64": "^3.5.2", "node-fetch": "^2.6.0", "node-forge": "^0.10.0",