chore(deps): update devdeps non-major

This commit is contained in:
renovate[bot] 2024-07-15 01:43:31 +00:00
parent d763c01926
commit 35d04a17a8
2 changed files with 20 additions and 20 deletions

32
package-lock.json generated
View File

@ -15,7 +15,7 @@
"store2": "2.14.3" "store2": "2.14.3"
}, },
"devDependencies": { "devDependencies": {
"@babel/eslint-parser": "7.24.7", "@babel/eslint-parser": "7.24.8",
"@eloquent/git-version-webpack-plugin": "5.0.1", "@eloquent/git-version-webpack-plugin": "5.0.1",
"autoprefixer": "10.4.19", "autoprefixer": "10.4.19",
"copy-webpack-plugin": "12.0.2", "copy-webpack-plugin": "12.0.2",
@ -28,14 +28,14 @@
"html-validate": "8.20.1", "html-validate": "8.20.1",
"npm-run-all2": "6.2.2", "npm-run-all2": "6.2.2",
"postcss-loader": "8.1.1", "postcss-loader": "8.1.1",
"prettier": "3.3.2", "prettier": "3.3.3",
"sass": "1.77.6", "sass": "1.77.8",
"sass-loader": "14.2.1", "sass-loader": "14.2.1",
"shx": "0.3.4", "shx": "0.3.4",
"svg-sprite": "2.0.4", "svg-sprite": "2.0.4",
"svgtofont": "4.2.2", "svgtofont": "4.2.2",
"uuid": "10.0.0", "uuid": "10.0.0",
"webpack": "5.92.1", "webpack": "5.93.0",
"webpack-cli": "5.1.4", "webpack-cli": "5.1.4",
"webpack-manifest-plugin": "5.0.0", "webpack-manifest-plugin": "5.0.0",
"webpack-remove-empty-scripts": "1.0.4" "webpack-remove-empty-scripts": "1.0.4"
@ -117,9 +117,9 @@
} }
}, },
"node_modules/@babel/eslint-parser": { "node_modules/@babel/eslint-parser": {
"version": "7.24.7", "version": "7.24.8",
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.24.7.tgz", "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.24.8.tgz",
"integrity": "sha512-SO5E3bVxDuxyNxM5agFv480YA2HO6ohZbGxbazZdIk3KQOPOGVNw6q78I9/lbviIf95eq6tPozeYnJLbjnC8IA==", "integrity": "sha512-nYAikI4XTGokU2QX7Jx+v4rxZKhKivaQaREZjuW3mrJrbdWJ5yUfohnoUULge+zEEaKjPYNxhoRgUKktjXtbwA==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
@ -8361,9 +8361,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": {
@ -8851,9 +8851,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/sass": { "node_modules/sass": {
"version": "1.77.6", "version": "1.77.8",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.77.6.tgz", "resolved": "https://registry.npmjs.org/sass/-/sass-1.77.8.tgz",
"integrity": "sha512-ByXE1oLD79GVq9Ht1PeHWCPMPB8XHpBuz1r85oByKHjZY6qV6rWnQovQzXJXuQ/XyE1Oj3iPk3lo28uzaRA2/Q==", "integrity": "sha512-4UHg6prsrycW20fqLGPShtEvo/WyHRVRHwOP4DzkUrObWoWI05QBSfzU71TVB7PFaL104TwNaHpjlWXAZbQiNQ==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
@ -10474,9 +10474,9 @@
"license": "Apache-2.0" "license": "Apache-2.0"
}, },
"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

@ -39,7 +39,7 @@
"store2": "2.14.3" "store2": "2.14.3"
}, },
"devDependencies": { "devDependencies": {
"@babel/eslint-parser": "7.24.7", "@babel/eslint-parser": "7.24.8",
"@eloquent/git-version-webpack-plugin": "5.0.1", "@eloquent/git-version-webpack-plugin": "5.0.1",
"autoprefixer": "10.4.19", "autoprefixer": "10.4.19",
"copy-webpack-plugin": "12.0.2", "copy-webpack-plugin": "12.0.2",
@ -52,14 +52,14 @@
"html-validate": "8.20.1", "html-validate": "8.20.1",
"npm-run-all2": "6.2.2", "npm-run-all2": "6.2.2",
"postcss-loader": "8.1.1", "postcss-loader": "8.1.1",
"prettier": "3.3.2", "prettier": "3.3.3",
"sass": "1.77.6", "sass": "1.77.8",
"sass-loader": "14.2.1", "sass-loader": "14.2.1",
"shx": "0.3.4", "shx": "0.3.4",
"svg-sprite": "2.0.4", "svg-sprite": "2.0.4",
"svgtofont": "4.2.2", "svgtofont": "4.2.2",
"uuid": "10.0.0", "uuid": "10.0.0",
"webpack": "5.92.1", "webpack": "5.93.0",
"webpack-cli": "5.1.4", "webpack-cli": "5.1.4",
"webpack-manifest-plugin": "5.0.0", "webpack-manifest-plugin": "5.0.0",
"webpack-remove-empty-scripts": "1.0.4" "webpack-remove-empty-scripts": "1.0.4"