Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-01 20:53:29 +0300
committerGitHub <noreply@github.com>2022-10-01 20:53:29 +0300
commit177bee63a5db0b00e645fa1054d8067839e34189 (patch)
treebc2a17bddabb5fc416a25904e44cb8b27caee415
parentdea772099acca5621c6eef79433880d8a74758ca (diff)
build(deps-dev): bump svg-sprite from 2.0.0-beta7 to 2.0.0 (#1449)
Bumps [svg-sprite](https://github.com/svg-sprite/svg-sprite) from 2.0.0-beta7 to 2.0.0. - [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/v2.0.0-beta7...v2.0.0) --- updated-dependencies: - dependency-name: svg-sprite dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--package-lock.json22
-rw-r--r--package.json2
2 files changed, 12 insertions, 12 deletions
diff --git a/package-lock.json b/package-lock.json
index 1b2f75aef..dc6336a11 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -24,7 +24,7 @@
"purgecss": "^5.0.0",
"stylelint": "^14.13.0",
"stylelint-config-twbs-bootstrap": "^6.0.0",
- "svg-sprite": "^2.0.0-beta7",
+ "svg-sprite": "^2.0.0",
"svgo": "^2.8.0",
"vnu-jar": "21.10.12"
}
@@ -7326,12 +7326,12 @@
}
},
"node_modules/svg-sprite": {
- "version": "2.0.0-beta7",
- "resolved": "https://registry.npmjs.org/svg-sprite/-/svg-sprite-2.0.0-beta7.tgz",
- "integrity": "sha512-aXpeKKnMsbpwfDUETEg/EE7jl1ox0VdXKOukToR8w2kBPXkH/9ULwCKk3p7ITEglxLACuojhjePX9fuCiNCSkA==",
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/svg-sprite/-/svg-sprite-2.0.0.tgz",
+ "integrity": "sha512-Kt9vz7TZVw7g4p2sNIfmSodUJ1bVuOE1VtHzA1gMmUmGfVQQvjzuf+12KzYBxa37efAhmQgU6n+bPIlZT+68dA==",
"dev": true,
"dependencies": {
- "@resvg/resvg-js": "^2.0.1",
+ "@resvg/resvg-js": "^2.1.0",
"@xmldom/xmldom": "^0.8.2",
"async": "^3.2.4",
"css-selector-parser": "^1.4.1",
@@ -7347,7 +7347,7 @@
"prettysize": "^2.0.0",
"svgo": "^2.8.0",
"vinyl": "^2.2.1",
- "winston": "^3.7.2",
+ "winston": "^3.8.2",
"xpath": "^0.0.32",
"yargs": "^17.5.1"
},
@@ -13718,12 +13718,12 @@
"dev": true
},
"svg-sprite": {
- "version": "2.0.0-beta7",
- "resolved": "https://registry.npmjs.org/svg-sprite/-/svg-sprite-2.0.0-beta7.tgz",
- "integrity": "sha512-aXpeKKnMsbpwfDUETEg/EE7jl1ox0VdXKOukToR8w2kBPXkH/9ULwCKk3p7ITEglxLACuojhjePX9fuCiNCSkA==",
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/svg-sprite/-/svg-sprite-2.0.0.tgz",
+ "integrity": "sha512-Kt9vz7TZVw7g4p2sNIfmSodUJ1bVuOE1VtHzA1gMmUmGfVQQvjzuf+12KzYBxa37efAhmQgU6n+bPIlZT+68dA==",
"dev": true,
"requires": {
- "@resvg/resvg-js": "^2.0.1",
+ "@resvg/resvg-js": "^2.1.0",
"@xmldom/xmldom": "^0.8.2",
"async": "^3.2.4",
"css-selector-parser": "^1.4.1",
@@ -13739,7 +13739,7 @@
"prettysize": "^2.0.0",
"svgo": "^2.8.0",
"vinyl": "^2.2.1",
- "winston": "^3.7.2",
+ "winston": "^3.8.2",
"xpath": "^0.0.32",
"yargs": "^17.5.1"
},
diff --git a/package.json b/package.json
index 78a4bd1be..091036eed 100644
--- a/package.json
+++ b/package.json
@@ -54,7 +54,7 @@
"purgecss": "^5.0.0",
"stylelint": "^14.13.0",
"stylelint-config-twbs-bootstrap": "^6.0.0",
- "svg-sprite": "^2.0.0-beta7",
+ "svg-sprite": "^2.0.0",
"svgo": "^2.8.0",
"vnu-jar": "21.10.12"
},