From 25959d0fa6587d7da8227a05d27b265408a1ec2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 07:30:55 +0200 Subject: [PATCH] build(deps-dev): bump svg-sprite from 3.0.0-beta3 to 3.0.0-rc1 (#1962) Bumps [svg-sprite](https://github.com/svg-sprite/svg-sprite) from 3.0.0-beta3 to 3.0.0-rc1. - [Release notes](https://github.com/svg-sprite/svg-sprite/releases) - [Changelog](https://github.com/svg-sprite/svg-sprite/blob/main/CHANGELOG.md) - [Commits](https://github.com/svg-sprite/svg-sprite/compare/v3.0.0-beta3...v3.0.0-rc1) --- updated-dependencies: - dependency-name: svg-sprite dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 28 ++++++++++++++-------------- package.json | 2 +- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3d7a6897cb..8b8af8a695 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "postcss-cli": "^11.0.0", "stylelint": "^16.2.1", "stylelint-config-twbs-bootstrap": "^14.0.0", - "svg-sprite": "^3.0.0-beta3", + "svg-sprite": "^3.0.0-rc1", "svgo": "^3.2.0", "vnu-jar": "23.4.11" } @@ -1101,9 +1101,9 @@ } }, "node_modules/@xmldom/xmldom": { - "version": "0.8.8", - "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.8.tgz", - "integrity": "sha512-0LNz4EY8B/8xXY86wMrQ4tz6zEHZv9ehFMJPm8u2gq5lQ71cfRKdaKyxfJAx5aUoyzx0qzgURblTisPGgz3d+Q==", + "version": "0.8.10", + "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.10.tgz", + "integrity": "sha512-2WALfTl4xo2SkGCYRt6rDTFfk9R1czmBvUQy12gK2KuRKIpWEhcbbzy8EZXtz/jkRqHX8bFEc6FC1HjX4TUWYw==", "dev": true, "engines": { "node": ">=10.0.0" @@ -6267,13 +6267,13 @@ } }, "node_modules/svg-sprite": { - "version": "3.0.0-beta3", - "resolved": "https://registry.npmjs.org/svg-sprite/-/svg-sprite-3.0.0-beta3.tgz", - "integrity": "sha512-NMjAc61VLOr87Mufm3kECI/uY7MIxJ7u62RbAAkzmIerd1IPpEsA0//NWlmi3iKCo3rF0qGeHZA1MxjfdeAwLw==", + "version": "3.0.0-rc1", + "resolved": "https://registry.npmjs.org/svg-sprite/-/svg-sprite-3.0.0-rc1.tgz", + "integrity": "sha512-laVM4LDaY4mmymby1c6BXcVfopJd7DEFo0pfUmb+DJQvSPqQotbuObx72b6JhNPBgK/GK0FW4FdKzufHNy3gTg==", "dev": true, "dependencies": { "@resvg/resvg-js": "^2.6.0", - "@xmldom/xmldom": "0.8.8", + "@xmldom/xmldom": "^0.8.10", "async": "^3.2.5", "css-selector-parser": "^1.4.1", "csso": "^5.0.5", @@ -6285,17 +6285,17 @@ "lodash.merge": "^4.6.2", "mustache": "^4.2.0", "prettysize": "^2.0.0", - "svgo": "^3.0.4", + "svgo": "^3.2.0", "vinyl": "^3.0.0", "winston": "^3.11.0", - "xpath": "^0.0.33", + "xpath": "^0.0.34", "yargs": "^17.7.2" }, "bin": { "svg-sprite": "bin/svg-sprite.js" }, "engines": { - "node": ">=14.18.0" + "node": ">=16" } }, "node_modules/svg-tags": { @@ -6967,9 +6967,9 @@ } }, "node_modules/xpath": { - "version": "0.0.33", - "resolved": "https://registry.npmjs.org/xpath/-/xpath-0.0.33.tgz", - "integrity": "sha512-NNXnzrkDrAzalLhIUc01jO2mOzXGXh1JwPgkihcLLzw98c0WgYDmmjSh1Kl3wzaxSVWMuA+fe0WTWOBDWCBmNA==", + "version": "0.0.34", + "resolved": "https://registry.npmjs.org/xpath/-/xpath-0.0.34.tgz", + "integrity": "sha512-FxF6+rkr1rNSQrhUNYrAFJpRXNzlDoMxeXN5qI84939ylEv3qqPFKa85Oxr6tDaJKqwW6KKyo2v26TSv3k6LeA==", "dev": true, "engines": { "node": ">=0.6.0" diff --git a/package.json b/package.json index 6e65aeed30..2ca9d9248a 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "postcss-cli": "^11.0.0", "stylelint": "^16.2.1", "stylelint-config-twbs-bootstrap": "^14.0.0", - "svg-sprite": "^3.0.0-beta3", + "svg-sprite": "^3.0.0-rc1", "svgo": "^3.2.0", "vnu-jar": "23.4.11" }