chore(deps): update devdeps non-major #336

Merged
renovator merged 1 commits from renovate/devdeps-non-major into main 2024-07-15 01:07:28 +00:00
2 changed files with 10 additions and 10 deletions

16
package-lock.json generated
View File

@ -13,10 +13,10 @@
"favicons-webpack-plugin": "6.0.1", "favicons-webpack-plugin": "6.0.1",
"js-yaml": "4.1.0", "js-yaml": "4.1.0",
"npm-run-all2": "6.2.2", "npm-run-all2": "6.2.2",
"prettier": "3.3.2", "prettier": "3.3.3",
"shx": "0.3.4", "shx": "0.3.4",
"svg-sprite": "2.0.4", "svg-sprite": "2.0.4",
"webpack": "5.92.1", "webpack": "5.93.0",
"webpack-cli": "5.1.4" "webpack-cli": "5.1.4"
} }
}, },
@ -3112,9 +3112,9 @@
} }
}, },
"node_modules/prettier": { "node_modules/prettier": {
"version": "3.3.2", "version": "3.3.3",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.2.tgz", "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.3.tgz",
"integrity": "sha512-rAVeHYMcv8ATV5d508CFdn+8/pHPpXeIid1DdrPwXnaAdH7cqjVbpJaT5eq4yRAFU/lsbwYwSF/n5iNrdJHPQA==", "integrity": "sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"bin": { "bin": {
@ -4058,9 +4058,9 @@
} }
}, },
"node_modules/webpack": { "node_modules/webpack": {
"version": "5.92.1", "version": "5.93.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.92.1.tgz", "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.93.0.tgz",
"integrity": "sha512-JECQ7IwJb+7fgUFBlrJzbyu3GEuNBcdqr1LD7IbSzwkSmIevTm8PF+wej3Oxuz/JFBUZ6O1o43zsPkwm1C4TmA==", "integrity": "sha512-Y0m5oEY1LRuwly578VqluorkXbvXKh7U3rLoQCEO04M97ScRr44afGVkI0FQFsXzysk5OgFAxjZAb9rsGQVihA==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {

View File

@ -25,10 +25,10 @@
"favicons-webpack-plugin": "6.0.1", "favicons-webpack-plugin": "6.0.1",
"js-yaml": "4.1.0", "js-yaml": "4.1.0",
"npm-run-all2": "6.2.2", "npm-run-all2": "6.2.2",
"prettier": "3.3.2", "prettier": "3.3.3",
"shx": "0.3.4", "shx": "0.3.4",
"svg-sprite": "2.0.4", "svg-sprite": "2.0.4",
"webpack": "5.92.1", "webpack": "5.93.0",
"webpack-cli": "5.1.4" "webpack-cli": "5.1.4"
}, },
"overrides": { "overrides": {