upgrade deps
This commit is contained in:
Generated
+13
-14
@@ -5,7 +5,7 @@
|
||||
"packages": {
|
||||
"": {
|
||||
"dependencies": {
|
||||
"svgtofont": "^6.5.1"
|
||||
"svgtofont": "^6.5.2"
|
||||
}
|
||||
},
|
||||
"node_modules/@isaacs/cliui": {
|
||||
@@ -127,13 +127,12 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@xmldom/xmldom": {
|
||||
"version": "0.7.13",
|
||||
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.7.13.tgz",
|
||||
"integrity": "sha512-lm2GW5PkosIzccsaZIz7tp8cPADSIlIHWDFTR1N0SzfinhhYgeIQjFMz4rYzanCScr3DqQLeomUDArp6MWKm+g==",
|
||||
"deprecated": "this version has critical issues, please update to the latest version",
|
||||
"version": "0.9.10",
|
||||
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.10.tgz",
|
||||
"integrity": "sha512-A9gOqLdi6cV4ibazAjcQufGj0B1y/vDqYrcuP6d/6x8P27gRS8643Dj9o1dEKtB6O7fwxb2FgBmJS2mX7gpvdw==",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=10.0.0"
|
||||
"node": ">=14.6"
|
||||
}
|
||||
},
|
||||
"node_modules/a-sync-waterfall": {
|
||||
@@ -2018,12 +2017,12 @@
|
||||
}
|
||||
},
|
||||
"node_modules/svg2ttf": {
|
||||
"version": "6.0.3",
|
||||
"resolved": "https://registry.npmjs.org/svg2ttf/-/svg2ttf-6.0.3.tgz",
|
||||
"integrity": "sha512-CgqMyZrbOPpc+WqH7aga4JWkDPso23EgypLsbQ6gN3uoPWwwiLjXvzgrwGADBExvCRJrWFzAeK1bSoSpE7ixSQ==",
|
||||
"version": "6.1.0",
|
||||
"resolved": "https://registry.npmjs.org/svg2ttf/-/svg2ttf-6.1.0.tgz",
|
||||
"integrity": "sha512-EjxgcmhKcBpx/3fR1hPwVtJAbUc/ZsDpwOTF74SI3PbzCg4pDHnxVmoSuqgEqxVJGqqkSCI6+82cucpn2D5aOw==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@xmldom/xmldom": "^0.7.2",
|
||||
"@xmldom/xmldom": "^0.9.10",
|
||||
"argparse": "^2.0.1",
|
||||
"cubic2quad": "^1.2.1",
|
||||
"lodash": "^4.17.10",
|
||||
@@ -2109,9 +2108,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/svgtofont": {
|
||||
"version": "6.5.1",
|
||||
"resolved": "https://registry.npmjs.org/svgtofont/-/svgtofont-6.5.1.tgz",
|
||||
"integrity": "sha512-qhKdsOBV83o3elEQP//lnEqyhyVfwvnspIqtnPSSxJAHK1Ze8/ELo13Ax28rJiN+2NkikVQEYePsM7ECYHJXBQ==",
|
||||
"version": "6.5.2",
|
||||
"resolved": "https://registry.npmjs.org/svgtofont/-/svgtofont-6.5.2.tgz",
|
||||
"integrity": "sha512-D9aqybvt3yXIi4RLPbPDXwX9fvoTKN8HeiBeRA7Yb+5TtfdF9Bz9/TGZHEu+hlRtAmlZ3YBBluElfy9BMitcoA==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"auto-config-loader": "^2.0.0",
|
||||
@@ -2120,7 +2119,7 @@
|
||||
"fs-extra": "~11.2.0",
|
||||
"image2uri": "^2.1.2",
|
||||
"nunjucks": "^3.2.4",
|
||||
"svg2ttf": "~6.0.3",
|
||||
"svg2ttf": "~6.1.0",
|
||||
"svgicons2svgfont": "~15.0.0",
|
||||
"svgo": "~3.3.0",
|
||||
"ttf2eot": "~3.1.0",
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"svgtofont": "^6.5.1"
|
||||
"svgtofont": "^6.5.2"
|
||||
},
|
||||
"scripts": {
|
||||
"svgtofont": "svgtofont --sources ./src/assets/icons --output ./src/assets/generated-icons"
|
||||
|
||||
Reference in New Issue
Block a user