From 46f1a8a0756696a3f7aa85936c30bc3654ba5db9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Mar 2021 13:48:12 +0000 Subject: [PATCH] Bump svgo from 2.2.2 to 2.3.0 Bumps [svgo](https://github.com/svg/svgo) from 2.2.2 to 2.3.0. - [Release notes](https://github.com/svg/svgo/releases) - [Changelog](https://github.com/svg/svgo/blob/master/CHANGELOG-old.md) - [Commits](https://github.com/svg/svgo/compare/v2.2.2...v2.3.0) Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index cbe91eacc49..8513abae702 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "style-loader": "2.0.0", "stylelint": "13.12.0", "stylelint-declaration-use-variable": "1.7.2", - "svgo": "2.2.2", + "svgo": "2.3.0", "vue": "2.6.12", "vue-async-computed": "3.9.0", "vue-multiselect": "2.1.6", @@ -27716,9 +27716,9 @@ "dev": true }, "node_modules/svgo": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/svgo/-/svgo-2.2.2.tgz", - "integrity": "sha512-kJugY2d0yrsONnG4YavppVkKmKULMw2iFRbB9+usyWqzTaqoBuUaqdMnQ2G1n5P1dmOA2tZvc5zmMM6sPOVBSQ==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/svgo/-/svgo-2.3.0.tgz", + "integrity": "sha512-fz4IKjNO6HDPgIQxu4IxwtubtbSfGEAJUq/IXyTPIkGhWck/faiiwfkvsB8LnBkKLvSoyNNIY6d13lZprJMc9Q==", "dev": true, "dependencies": { "@trysound/sax": "0.1.1", @@ -55714,9 +55714,9 @@ "dev": true }, "svgo": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/svgo/-/svgo-2.2.2.tgz", - "integrity": "sha512-kJugY2d0yrsONnG4YavppVkKmKULMw2iFRbB9+usyWqzTaqoBuUaqdMnQ2G1n5P1dmOA2tZvc5zmMM6sPOVBSQ==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/svgo/-/svgo-2.3.0.tgz", + "integrity": "sha512-fz4IKjNO6HDPgIQxu4IxwtubtbSfGEAJUq/IXyTPIkGhWck/faiiwfkvsB8LnBkKLvSoyNNIY6d13lZprJMc9Q==", "dev": true, "requires": { "@trysound/sax": "0.1.1", diff --git a/package.json b/package.json index a42883d0bce..c24445414b2 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "style-loader": "2.0.0", "stylelint": "13.12.0", "stylelint-declaration-use-variable": "1.7.2", - "svgo": "2.2.2", + "svgo": "2.3.0", "vue": "2.6.12", "vue-async-computed": "3.9.0", "vue-multiselect": "2.1.6",