chore(deps): update devdependencies (non-major) (#171)
All checks were successful
continuous-integration/drone/push Build is passing

Co-authored-by: Renovator Bot <renovator@rknet.org>
Co-committed-by: Renovator Bot <renovator@rknet.org>
This commit is contained in:
Renovator Bot 2022-12-12 15:13:57 +01:00 committed by Robert Kaussow
parent 40ed203bde
commit 0366908bdc
2 changed files with 13 additions and 13 deletions

22
package-lock.json generated
View File

@ -13,12 +13,12 @@
"favicons-webpack-plugin": "6.0.0", "favicons-webpack-plugin": "6.0.0",
"js-yaml": "4.1.0", "js-yaml": "4.1.0",
"npm-run-all": "4.1.5", "npm-run-all": "4.1.5",
"prettier": "2.8.0", "prettier": "2.8.1",
"prettier-plugin-go-template": "0.0.13", "prettier-plugin-go-template": "0.0.13",
"shx": "0.3.4", "shx": "0.3.4",
"svg-sprite": "2.0.2", "svg-sprite": "2.0.2",
"webpack": "5.75.0", "webpack": "5.75.0",
"webpack-cli": "5.0.0", "webpack-cli": "5.0.1",
"webpack-favicons": "1.3.8" "webpack-favicons": "1.3.8"
} }
}, },
@ -3129,9 +3129,9 @@
} }
}, },
"node_modules/prettier": { "node_modules/prettier": {
"version": "2.8.0", "version": "2.8.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.0.tgz", "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.1.tgz",
"integrity": "sha512-9Lmg8hTFZKG0Asr/kW9Bp8tJjRVluO8EJQVfY2T7FMw9T5jy4I/Uvx0Rca/XWf50QQ1/SS48+6IJWnrb+2yemA==", "integrity": "sha512-lqGoSJBQNJidqCHE80vqZJHWHRFoNYsSpP9AjFhlhi9ODCJA541svILes/+/1GM3VaL/abZi7cpFzOpdR9UPKg==",
"dev": true, "dev": true,
"bin": { "bin": {
"prettier": "bin-prettier.js" "prettier": "bin-prettier.js"
@ -4336,15 +4336,15 @@
} }
}, },
"node_modules/webpack-cli": { "node_modules/webpack-cli": {
"version": "5.0.0", "version": "5.0.1",
"resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-5.0.0.tgz", "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-5.0.1.tgz",
"integrity": "sha512-AACDTo20yG+xn6HPW5xjbn2Be4KUzQPebWXsDMHwPPyKh9OnTOJgZN2Nc+g/FZKV3ObRTYsGvibAvc+5jAUrVA==", "integrity": "sha512-S3KVAyfwUqr0Mo/ur3NzIp6jnerNpo7GUO6so51mxLi1spqsA17YcMXy0WOIJtBSnj748lthxC6XLbNKh/ZC+A==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@discoveryjs/json-ext": "^0.5.0", "@discoveryjs/json-ext": "^0.5.0",
"@webpack-cli/configtest": "^2.0.0", "@webpack-cli/configtest": "^2.0.1",
"@webpack-cli/info": "^2.0.0", "@webpack-cli/info": "^2.0.1",
"@webpack-cli/serve": "^2.0.0", "@webpack-cli/serve": "^2.0.1",
"colorette": "^2.0.14", "colorette": "^2.0.14",
"commander": "^9.4.1", "commander": "^9.4.1",
"cross-spawn": "^7.0.3", "cross-spawn": "^7.0.3",

View File

@ -25,12 +25,12 @@
"favicons-webpack-plugin": "6.0.0", "favicons-webpack-plugin": "6.0.0",
"js-yaml": "4.1.0", "js-yaml": "4.1.0",
"npm-run-all": "4.1.5", "npm-run-all": "4.1.5",
"prettier": "2.8.0", "prettier": "2.8.1",
"prettier-plugin-go-template": "0.0.13", "prettier-plugin-go-template": "0.0.13",
"shx": "0.3.4", "shx": "0.3.4",
"svg-sprite": "2.0.2", "svg-sprite": "2.0.2",
"webpack": "5.75.0", "webpack": "5.75.0",
"webpack-cli": "5.0.0", "webpack-cli": "5.0.1",
"webpack-favicons": "1.3.8" "webpack-favicons": "1.3.8"
}, },
"overrides": { "overrides": {