From c83aa130998281c273395663e3bafc972ddb8257 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 06:18:48 +0000 Subject: [PATCH] Bump svglint from 3.0.0 to 3.1.0 Bumps [svglint](https://github.com/simple-icons/svglint) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/simple-icons/svglint/releases) - [Commits](https://github.com/simple-icons/svglint/compare/v3.0.0...v3.1.0) --- updated-dependencies: - dependency-name: svglint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ca12037..f932d5b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "prettier": "3.0.3", "prettier-plugin-go-template": "0.0.15", "prettier-plugin-toml": "2.0.1", - "svglint": "3.0.0" + "svglint": "3.1.0" }, "engines": { "node": "18.x" @@ -3367,9 +3367,9 @@ } }, "node_modules/svglint": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/svglint/-/svglint-3.0.0.tgz", - "integrity": "sha512-WX1gta0wz0dH35J5Dq3CP4Mz2jrrxrSqmEyehtraZaw4L4KRKAcTADaHxmj4Z+qYB6DP3IbDnaKNaQDFrpvVvA==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/svglint/-/svglint-3.1.0.tgz", + "integrity": "sha512-5poEBAiB1VpswI2YLS2tx50/KfbcYc3AWWjsXBQJxcl6nkx632+LvN3biopFJbPGU1qrSnPQ22Iq42pFzbvBZw==", "dev": true, "dependencies": { "ansi-regex": "^6.0.1", diff --git a/package.json b/package.json index 350240d..5c61ca8 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "prettier": "3.0.3", "prettier-plugin-go-template": "0.0.15", "prettier-plugin-toml": "2.0.1", - "svglint": "3.0.0" + "svglint": "3.1.0" }, "engines": { "node": "18.x"