Update dependency thegeeklab/hugo-geekblog to v0.7.0 - autoclosed #3

Closed
renovator wants to merge 265 commits from renovate/thegeeklab-hugo-geekblog-0.x into master
2 changed files with 10 additions and 10 deletions
Showing only changes of commit a88fe80dd6 - Show all commits

16
package-lock.json generated
View File

@ -13,11 +13,11 @@
"favicons-webpack-plugin": "6.0.0",
"js-yaml": "4.1.0",
"npm-run-all": "4.1.5",
"prettier": "2.8.4",
"prettier": "2.8.7",
"prettier-plugin-go-template": "0.0.13",
"shx": "0.3.4",
"svg-sprite": "2.0.2",
"webpack": "5.76.2",
"webpack": "5.76.3",
"webpack-cli": "5.0.1",
"webpack-favicons": "1.3.8"
}
@ -3253,9 +3253,9 @@
}
},
"node_modules/prettier": {
"version": "2.8.4",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.4.tgz",
"integrity": "sha512-vIS4Rlc2FNh0BySk3Wkd6xmwxB0FpOndW5fisM5H8hsZSxU2VWVB5CWIkIjWvrHjIhxk2g3bfMKM87zNTrZddw==",
"version": "2.8.7",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.7.tgz",
"integrity": "sha512-yPngTo3aXUUmyuTjeTUT75txrf+aMh9FiD7q9ZE/i6r0bPb22g4FsE6Y338PQX1bmfy08i9QQCB7/rcUAVntfw==",
"dev": true,
"bin": {
"prettier": "bin-prettier.js"
@ -4444,9 +4444,9 @@
}
},
"node_modules/webpack": {
"version": "5.76.2",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.76.2.tgz",
"integrity": "sha512-Th05ggRm23rVzEOlX8y67NkYCHa9nTNcwHPBhdg+lKG+mtiW7XgggjAeeLnADAe7mLjJ6LUNfgHAuRRh+Z6J7w==",
"version": "5.76.3",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.76.3.tgz",
"integrity": "sha512-18Qv7uGPU8b2vqGeEEObnfICyw2g39CHlDEK4I7NK13LOur1d0HGmGNKGT58Eluwddpn3oEejwvBPoP4M7/KSA==",
"dev": true,
"dependencies": {
"@types/eslint-scope": "^3.7.3",

View File

@ -25,11 +25,11 @@
"favicons-webpack-plugin": "6.0.0",
"js-yaml": "4.1.0",
"npm-run-all": "4.1.5",
"prettier": "2.8.4",
"prettier": "2.8.7",
"prettier-plugin-go-template": "0.0.13",
"shx": "0.3.4",
"svg-sprite": "2.0.2",
"webpack": "5.76.2",
"webpack": "5.76.3",
"webpack-cli": "5.0.1",
"webpack-favicons": "1.3.8"
},