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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-04-07 05:27:39 +00:00 committed by GitHub
parent afc3b1c15e
commit b82e8b6354
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 34 additions and 34 deletions

60
package-lock.json generated
View File

@ -23,9 +23,9 @@
"autoprefixer": "10.4.21", "autoprefixer": "10.4.21",
"copy-webpack-plugin": "13.0.0", "copy-webpack-plugin": "13.0.0",
"css-loader": "7.1.2", "css-loader": "7.1.2",
"eslint": "9.23.0", "eslint": "9.24.0",
"eslint-config-prettier": "10.1.1", "eslint-config-prettier": "10.1.1",
"eslint-plugin-prettier": "5.2.5", "eslint-plugin-prettier": "5.2.6",
"favicons": "7.2.0", "favicons": "7.2.0",
"favicons-webpack-plugin": "6.0.1", "favicons-webpack-plugin": "6.0.1",
"globals": "16.0.0", "globals": "16.0.0",
@ -33,11 +33,11 @@
"npm-run-all2": "7.0.2", "npm-run-all2": "7.0.2",
"postcss-loader": "8.1.1", "postcss-loader": "8.1.1",
"prettier": "3.5.3", "prettier": "3.5.3",
"sass": "1.86.0", "sass": "1.86.3",
"sass-loader": "16.0.5", "sass-loader": "16.0.5",
"shx": "0.4.0", "shx": "0.4.0",
"svg-sprite": "2.0.4", "svg-sprite": "2.0.4",
"svgtofont": "6.3.1", "svgtofont": "6.3.2",
"webpack": "5.98.0", "webpack": "5.98.0",
"webpack-cli": "6.0.1", "webpack-cli": "6.0.1",
"webpack-manifest-plugin": "5.0.1", "webpack-manifest-plugin": "5.0.1",
@ -494,9 +494,9 @@
} }
}, },
"node_modules/@eslint/config-array": { "node_modules/@eslint/config-array": {
"version": "0.19.2", "version": "0.20.0",
"resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.19.2.tgz", "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.20.0.tgz",
"integrity": "sha512-GNKqxfHG2ySmJOBSHg7LxeUx4xpuCoFjacmlCoYWEbaPXLwvfIjixRI12xCQZeULksQb23uiA8F40w5TojpV7w==", "integrity": "sha512-fxlS1kkIjx8+vy2SjuCB94q3htSNrufYTXubwiBFeaQHbH6Ipi43gFJq2zCMt6PHhImH3Xmr0NksKDvchWlpQQ==",
"dev": true, "dev": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
@ -569,9 +569,9 @@
} }
}, },
"node_modules/@eslint/js": { "node_modules/@eslint/js": {
"version": "9.23.0", "version": "9.24.0",
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.23.0.tgz", "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.24.0.tgz",
"integrity": "sha512-35MJ8vCPU0ZMxo7zfev2pypqTwWTofFZO6m4KAtdoFhRpLJUpHTZZ+KB3C7Hb1d7bULYwO4lJXGCi5Se+8OMbw==", "integrity": "sha512-uIY/y3z0uvOGX8cp1C2fiC4+ZmBhp6yZWkojtHL1YEMnRt1Y63HB9TM17proGEmeG7HeUY+UP36F0aknKYTpYA==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"engines": { "engines": {
@ -4559,19 +4559,19 @@
} }
}, },
"node_modules/eslint": { "node_modules/eslint": {
"version": "9.23.0", "version": "9.24.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.23.0.tgz", "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.24.0.tgz",
"integrity": "sha512-jV7AbNoFPAY1EkFYpLq5bslU9NLNO8xnEeQXwErNibVryjk67wHVmddTBilc5srIttJDBrB0eMHKZBFbSIABCw==", "integrity": "sha512-eh/jxIEJyZrvbWRe4XuVclLPDYSYYYgLy5zXGGxD6j8zjSAxFEzI2fL/8xNq6O2yKqVt+eF2YhV+hxjV6UKXwQ==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@eslint-community/eslint-utils": "^4.2.0", "@eslint-community/eslint-utils": "^4.2.0",
"@eslint-community/regexpp": "^4.12.1", "@eslint-community/regexpp": "^4.12.1",
"@eslint/config-array": "^0.19.2", "@eslint/config-array": "^0.20.0",
"@eslint/config-helpers": "^0.2.0", "@eslint/config-helpers": "^0.2.0",
"@eslint/core": "^0.12.0", "@eslint/core": "^0.12.0",
"@eslint/eslintrc": "^3.3.1", "@eslint/eslintrc": "^3.3.1",
"@eslint/js": "9.23.0", "@eslint/js": "9.24.0",
"@eslint/plugin-kit": "^0.2.7", "@eslint/plugin-kit": "^0.2.7",
"@humanfs/node": "^0.16.6", "@humanfs/node": "^0.16.6",
"@humanwhocodes/module-importer": "^1.0.1", "@humanwhocodes/module-importer": "^1.0.1",
@ -4633,14 +4633,14 @@
} }
}, },
"node_modules/eslint-plugin-prettier": { "node_modules/eslint-plugin-prettier": {
"version": "5.2.5", "version": "5.2.6",
"resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.2.5.tgz", "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.2.6.tgz",
"integrity": "sha512-IKKP8R87pJyMl7WWamLgPkloB16dagPIdd2FjBDbyRYPKo93wS/NbCOPh6gH+ieNLC+XZrhJt/kWj0PS/DFdmg==", "integrity": "sha512-mUcf7QG2Tjk7H055Jk0lGBjbgDnfrvqjhXh9t2xLMSCjZVcw9Rb1V6sVNXO0th3jgeO7zllWPTNRil3JW94TnQ==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"prettier-linter-helpers": "^1.0.0", "prettier-linter-helpers": "^1.0.0",
"synckit": "^0.10.2" "synckit": "^0.11.0"
}, },
"engines": { "engines": {
"node": "^14.18.0 || >=16.0.0" "node": "^14.18.0 || >=16.0.0"
@ -8362,9 +8362,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/sass": { "node_modules/sass": {
"version": "1.86.0", "version": "1.86.3",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.86.0.tgz", "resolved": "https://registry.npmjs.org/sass/-/sass-1.86.3.tgz",
"integrity": "sha512-zV8vGUld/+mP4KbMLJMX7TyGCuUp7hnkOScgCMsWuHtns8CWBoz+vmEhoGMXsaJrbUP8gj+F1dLvVe79sK8UdA==", "integrity": "sha512-iGtg8kus4GrsGLRDLRBRHY9dNVA78ZaS7xr01cWnS7PEMQyFtTqBiyCrfpTYTZXRWM94akzckYjh8oADfFNTzw==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
@ -9288,14 +9288,14 @@
} }
}, },
"node_modules/svgtofont": { "node_modules/svgtofont": {
"version": "6.3.1", "version": "6.3.2",
"resolved": "https://registry.npmjs.org/svgtofont/-/svgtofont-6.3.1.tgz", "resolved": "https://registry.npmjs.org/svgtofont/-/svgtofont-6.3.2.tgz",
"integrity": "sha512-uN5SsygmrauFWGNoAb0HYUZKgE05x1DlWFvLfD9ak+jQcHev99UD0lNQuN670VhZwfT9jyIVkbxBNNmnuqDkxA==", "integrity": "sha512-lK58H4sLLp+BdQYOe8RbMthudbPkS6fCbWqce5R79M34FcLo4UZ7wy5zf0mjrBfueFcqSJlZycoe5JnFnu9yoA==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"auto-config-loader": "^2.0.0", "auto-config-loader": "^2.0.0",
"cheerio": "~1.0.0-rc.12", "cheerio": "~1.0.0",
"colors-cli": "~1.0.28", "colors-cli": "~1.0.28",
"fs-extra": "~11.2.0", "fs-extra": "~11.2.0",
"image2uri": "^2.1.2", "image2uri": "^2.1.2",
@ -9576,9 +9576,9 @@
} }
}, },
"node_modules/synckit": { "node_modules/synckit": {
"version": "0.10.2", "version": "0.11.2",
"resolved": "https://registry.npmjs.org/synckit/-/synckit-0.10.2.tgz", "resolved": "https://registry.npmjs.org/synckit/-/synckit-0.11.2.tgz",
"integrity": "sha512-cSGiaCPhFzeFIQY8KKEacv46LclENY4d60jgkwCrKomvRkIjtMyss1dPkHLp/62c1leuOjEedB1+lWcwqTJSvA==", "integrity": "sha512-1IUffI8zZ8qUMB3NUJIjk0RpLroG/8NkQDAWH1NbB2iJ0/5pn3M8rxfNzMz4GH9OnYaGYn31LEDSXJp/qIlxgA==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
@ -9589,7 +9589,7 @@
"node": "^14.18.0 || >=16.0.0" "node": "^14.18.0 || >=16.0.0"
}, },
"funding": { "funding": {
"url": "https://opencollective.com/unts" "url": "https://opencollective.com/synckit"
} }
}, },
"node_modules/tapable": { "node_modules/tapable": {

View File

@ -48,9 +48,9 @@
"autoprefixer": "10.4.21", "autoprefixer": "10.4.21",
"copy-webpack-plugin": "13.0.0", "copy-webpack-plugin": "13.0.0",
"css-loader": "7.1.2", "css-loader": "7.1.2",
"eslint": "9.23.0", "eslint": "9.24.0",
"eslint-config-prettier": "10.1.1", "eslint-config-prettier": "10.1.1",
"eslint-plugin-prettier": "5.2.5", "eslint-plugin-prettier": "5.2.6",
"favicons": "7.2.0", "favicons": "7.2.0",
"favicons-webpack-plugin": "6.0.1", "favicons-webpack-plugin": "6.0.1",
"globals": "16.0.0", "globals": "16.0.0",
@ -58,11 +58,11 @@
"npm-run-all2": "7.0.2", "npm-run-all2": "7.0.2",
"postcss-loader": "8.1.1", "postcss-loader": "8.1.1",
"prettier": "3.5.3", "prettier": "3.5.3",
"sass": "1.86.0", "sass": "1.86.3",
"sass-loader": "16.0.5", "sass-loader": "16.0.5",
"shx": "0.4.0", "shx": "0.4.0",
"svg-sprite": "2.0.4", "svg-sprite": "2.0.4",
"svgtofont": "6.3.1", "svgtofont": "6.3.2",
"webpack": "5.98.0", "webpack": "5.98.0",
"webpack-cli": "6.0.1", "webpack-cli": "6.0.1",
"webpack-manifest-plugin": "5.0.1", "webpack-manifest-plugin": "5.0.1",