mirror of
https://github.com/thegeeklab/hugo-geekblog.git
synced 2024-11-24 14:00:42 +00:00
chore(deps): update devdeps non-major (#603)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
fe9344d4dc
commit
21fafdf42d
24
package-lock.json
generated
24
package-lock.json
generated
@ -25,8 +25,8 @@
|
||||
"eslint-plugin-prettier": "5.2.1",
|
||||
"favicons": "7.2.0",
|
||||
"favicons-webpack-plugin": "6.0.1",
|
||||
"globals": "15.11.0",
|
||||
"html-validate": "8.24.2",
|
||||
"globals": "15.12.0",
|
||||
"html-validate": "8.25.0",
|
||||
"npm-run-all2": "7.0.1",
|
||||
"postcss-loader": "8.1.1",
|
||||
"prettier": "3.3.3",
|
||||
@ -35,7 +35,7 @@
|
||||
"shx": "0.3.4",
|
||||
"svg-sprite": "2.0.4",
|
||||
"svgtofont": "6.0.0",
|
||||
"uuid": "11.0.2",
|
||||
"uuid": "11.0.3",
|
||||
"webpack": "5.96.1",
|
||||
"webpack-cli": "5.1.4",
|
||||
"webpack-manifest-plugin": "5.0.0",
|
||||
@ -5410,9 +5410,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/globals": {
|
||||
"version": "15.11.0",
|
||||
"resolved": "https://registry.npmjs.org/globals/-/globals-15.11.0.tgz",
|
||||
"integrity": "sha512-yeyNSjdbyVaWurlwCpcA6XNBrHTMIeDdj0/hnvX/OLJ9ekOXYbLsLinH/MucQyGvNnXhidTdNhTtJaffL2sMfw==",
|
||||
"version": "15.12.0",
|
||||
"resolved": "https://registry.npmjs.org/globals/-/globals-15.12.0.tgz",
|
||||
"integrity": "sha512-1+gLErljJFhbOVyaetcwJiJ4+eLe45S2E7P5UiZ9xGfeq3ATQf5DOv9G7MH3gGbKQLkzmNh2DxfZwLdw+j6oTQ==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
@ -5523,9 +5523,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/html-validate": {
|
||||
"version": "8.24.2",
|
||||
"resolved": "https://registry.npmjs.org/html-validate/-/html-validate-8.24.2.tgz",
|
||||
"integrity": "sha512-PpZLlH3gpOSBLRBID4QovOyZ97Ka5dCIhHMPjUxQlMGqk5pc+mgG5enCXbC8ngdjG0jpkTvM8AMhnPv1EiU9Pw==",
|
||||
"version": "8.25.0",
|
||||
"resolved": "https://registry.npmjs.org/html-validate/-/html-validate-8.25.0.tgz",
|
||||
"integrity": "sha512-ZMQcxHxQJ7vrj8o9mKGexkCBENfuyXSZOeBop2CanbbyeBgHwKhIKhksmc2TmhT8+chi657O+XqdDWZLAhMCJA==",
|
||||
"dev": true,
|
||||
"funding": [
|
||||
{
|
||||
@ -10001,9 +10001,9 @@
|
||||
"optional": true
|
||||
},
|
||||
"node_modules/uuid": {
|
||||
"version": "11.0.2",
|
||||
"resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.2.tgz",
|
||||
"integrity": "sha512-14FfcOJmqdjbBPdDjFQyk/SdT4NySW4eM0zcG+HqbHP5jzuH56xO3J1DGhgs/cEMCfwYi3HQI1gnTO62iaG+tQ==",
|
||||
"version": "11.0.3",
|
||||
"resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz",
|
||||
"integrity": "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==",
|
||||
"dev": true,
|
||||
"funding": [
|
||||
"https://github.com/sponsors/broofa",
|
||||
|
@ -50,8 +50,8 @@
|
||||
"eslint-plugin-prettier": "5.2.1",
|
||||
"favicons": "7.2.0",
|
||||
"favicons-webpack-plugin": "6.0.1",
|
||||
"globals": "15.11.0",
|
||||
"html-validate": "8.24.2",
|
||||
"globals": "15.12.0",
|
||||
"html-validate": "8.25.0",
|
||||
"npm-run-all2": "7.0.1",
|
||||
"postcss-loader": "8.1.1",
|
||||
"prettier": "3.3.3",
|
||||
@ -60,7 +60,7 @@
|
||||
"shx": "0.3.4",
|
||||
"svg-sprite": "2.0.4",
|
||||
"svgtofont": "6.0.0",
|
||||
"uuid": "11.0.2",
|
||||
"uuid": "11.0.3",
|
||||
"webpack": "5.96.1",
|
||||
"webpack-cli": "5.1.4",
|
||||
"webpack-manifest-plugin": "5.0.0",
|
||||
|
Loading…
Reference in New Issue
Block a user