mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-27 15:50:34 +00:00
chore(deps-dev): bump svgo from 3.2.0 to 3.3.1 (#843)
Bumps [svgo](https://github.com/svg/svgo) from 3.2.0 to 3.3.1. - [Release notes](https://github.com/svg/svgo/releases) - [Changelog](https://github.com/svg/svgo/blob/main/CHANGELOG-old.md) - [Commits](https://github.com/svg/svgo/compare/v3.2.0...v3.3.1) --- updated-dependencies: - dependency-name: svgo dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
34893e7374
commit
da366a992a
10
package-lock.json
generated
10
package-lock.json
generated
|
@ -20,7 +20,7 @@
|
|||
"stylelint-config-recess-order": "4.6.0",
|
||||
"stylelint-config-wikimedia": "0.16.1",
|
||||
"stylelint-order": "^6.0.3",
|
||||
"svgo": "3.2.0"
|
||||
"svgo": "3.3.1"
|
||||
}
|
||||
},
|
||||
"node_modules/@aashutoshrathi/word-wrap": {
|
||||
|
@ -7320,9 +7320,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/svgo": {
|
||||
"version": "3.2.0",
|
||||
"resolved": "https://registry.npmjs.org/svgo/-/svgo-3.2.0.tgz",
|
||||
"integrity": "sha512-4PP6CMW/V7l/GmKRKzsLR8xxjdHTV4IMvhTnpuHwwBazSIlw5W/5SmPjN8Dwyt7lKbSJrRDgp4t9ph0HgChFBQ==",
|
||||
"version": "3.3.1",
|
||||
"resolved": "https://registry.npmjs.org/svgo/-/svgo-3.3.1.tgz",
|
||||
"integrity": "sha512-xQQTIGRl3gHTO2PFlZFLl+Xwofj+CMOPitfoByGBNAniQnY6SbGgd31u3C8RTqdlqZqYNl9Sb83VXbimVHcU6w==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@trysound/sax": "0.2.0",
|
||||
|
@ -7334,7 +7334,7 @@
|
|||
"picocolors": "^1.0.0"
|
||||
},
|
||||
"bin": {
|
||||
"svgo": "bin/svgo"
|
||||
"svgo": "bin/svgo.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=14.0.0"
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
"stylelint-config-recess-order": "4.6.0",
|
||||
"stylelint-config-wikimedia": "0.16.1",
|
||||
"stylelint-order": "^6.0.3",
|
||||
"svgo": "3.2.0"
|
||||
"svgo": "3.3.1"
|
||||
},
|
||||
"version": "2.13.3"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue