mirror of
https://github.com/thegeeklab/hugo-geekblog.git
synced 2024-11-22 05:00:39 +00:00
chore(deps): update devdeps non-major
This commit is contained in:
parent
1f579cbbe4
commit
2e3dae5cdf
22
package-lock.json
generated
22
package-lock.json
generated
@ -25,14 +25,14 @@
|
|||||||
"eslint-plugin-prettier": "5.1.3",
|
"eslint-plugin-prettier": "5.1.3",
|
||||||
"favicons": "7.2.0",
|
"favicons": "7.2.0",
|
||||||
"favicons-webpack-plugin": "6.0.1",
|
"favicons-webpack-plugin": "6.0.1",
|
||||||
"html-validate": "8.18.0",
|
"html-validate": "8.18.1",
|
||||||
"npm-run-all2": "6.1.2",
|
"npm-run-all2": "6.1.2",
|
||||||
"postcss-loader": "8.1.1",
|
"postcss-loader": "8.1.1",
|
||||||
"prettier": "3.2.5",
|
"prettier": "3.2.5",
|
||||||
"sass": "1.72.0",
|
"sass": "1.72.0",
|
||||||
"sass-loader": "14.1.1",
|
"sass-loader": "14.1.1",
|
||||||
"shx": "0.3.4",
|
"shx": "0.3.4",
|
||||||
"svg-sprite": "2.0.3",
|
"svg-sprite": "2.0.4",
|
||||||
"svgtofont": "4.2.0",
|
"svgtofont": "4.2.0",
|
||||||
"uuid": "9.0.1",
|
"uuid": "9.0.1",
|
||||||
"webpack": "5.91.0",
|
"webpack": "5.91.0",
|
||||||
@ -5710,10 +5710,16 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/html-validate": {
|
"node_modules/html-validate": {
|
||||||
"version": "8.18.0",
|
"version": "8.18.1",
|
||||||
"resolved": "https://registry.npmjs.org/html-validate/-/html-validate-8.18.0.tgz",
|
"resolved": "https://registry.npmjs.org/html-validate/-/html-validate-8.18.1.tgz",
|
||||||
"integrity": "sha512-y1fp/LxjDOIil+HzktSUIbi09YJdUqjEWYsWC6X8Pk1z9lePznHd7A/vQd9aB/5j2KmEsYpR1R9DNTF37C+28g==",
|
"integrity": "sha512-6NYRciFBQhVZH29fwDQxofPil0qm7MMSEDzDpZWu2U23Fnmv1WTuompP7fbzHYj6+CIJ4T/Q4hyWRCe0CCrsMg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
|
"funding": [
|
||||||
|
{
|
||||||
|
"type": "github",
|
||||||
|
"url": "https://github.com/sponsors/html-validate"
|
||||||
|
}
|
||||||
|
],
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
"docs",
|
"docs",
|
||||||
"tests/vitest"
|
"tests/vitest"
|
||||||
@ -10028,9 +10034,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/svg-sprite": {
|
"node_modules/svg-sprite": {
|
||||||
"version": "2.0.3",
|
"version": "2.0.4",
|
||||||
"resolved": "https://registry.npmjs.org/svg-sprite/-/svg-sprite-2.0.3.tgz",
|
"resolved": "https://registry.npmjs.org/svg-sprite/-/svg-sprite-2.0.4.tgz",
|
||||||
"integrity": "sha512-y39yDRCm4A7hVGiJOSCTTu0S04lvCZAUNVQ5wG9URWqlLPWHqDQUp610GUUnszxXH5IJsHv5R+/S2HoYrwMYQw==",
|
"integrity": "sha512-kjDoATgr4k6tdtfQczpkbuFW6RE7tPUPe/rbRd1n2NV92kdwaXEZMIxJqAZfMGOMfU/Kp1u89SUYsfHCbAvVHg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@resvg/resvg-js": "^2.6.0",
|
"@resvg/resvg-js": "^2.6.0",
|
||||||
|
@ -49,14 +49,14 @@
|
|||||||
"eslint-plugin-prettier": "5.1.3",
|
"eslint-plugin-prettier": "5.1.3",
|
||||||
"favicons": "7.2.0",
|
"favicons": "7.2.0",
|
||||||
"favicons-webpack-plugin": "6.0.1",
|
"favicons-webpack-plugin": "6.0.1",
|
||||||
"html-validate": "8.18.0",
|
"html-validate": "8.18.1",
|
||||||
"npm-run-all2": "6.1.2",
|
"npm-run-all2": "6.1.2",
|
||||||
"postcss-loader": "8.1.1",
|
"postcss-loader": "8.1.1",
|
||||||
"prettier": "3.2.5",
|
"prettier": "3.2.5",
|
||||||
"sass": "1.72.0",
|
"sass": "1.72.0",
|
||||||
"sass-loader": "14.1.1",
|
"sass-loader": "14.1.1",
|
||||||
"shx": "0.3.4",
|
"shx": "0.3.4",
|
||||||
"svg-sprite": "2.0.3",
|
"svg-sprite": "2.0.4",
|
||||||
"svgtofont": "4.2.0",
|
"svgtofont": "4.2.0",
|
||||||
"uuid": "9.0.1",
|
"uuid": "9.0.1",
|
||||||
"webpack": "5.91.0",
|
"webpack": "5.91.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user