Compare commits

...

2 Commits

Author SHA1 Message Date
renovate[bot] 63a1f51421
chore(deps): update dependency eslint to v9 2024-04-22 19:24:55 +00:00
renovate[bot] 5dbb4653b5 chore(deps): update devdeps non-major 2024-04-22 04:23:51 +00:00
2 changed files with 11 additions and 11 deletions

16
package-lock.json generated
View File

@ -25,12 +25,12 @@
"eslint-plugin-prettier": "5.1.3", "eslint-plugin-prettier": "5.1.3",
"favicons": "7.2.0", "favicons": "7.2.0",
"favicons-webpack-plugin": "6.0.1", "favicons-webpack-plugin": "6.0.1",
"html-validate": "8.18.1", "html-validate": "8.18.2",
"npm-run-all2": "6.1.2", "npm-run-all2": "6.1.2",
"postcss-loader": "8.1.1", "postcss-loader": "8.1.1",
"prettier": "3.2.5", "prettier": "3.2.5",
"sass": "1.75.0", "sass": "1.75.0",
"sass-loader": "14.2.0", "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.0", "svgtofont": "4.2.0",
@ -5710,9 +5710,9 @@
} }
}, },
"node_modules/html-validate": { "node_modules/html-validate": {
"version": "8.18.1", "version": "8.18.2",
"resolved": "https://registry.npmjs.org/html-validate/-/html-validate-8.18.1.tgz", "resolved": "https://registry.npmjs.org/html-validate/-/html-validate-8.18.2.tgz",
"integrity": "sha512-6NYRciFBQhVZH29fwDQxofPil0qm7MMSEDzDpZWu2U23Fnmv1WTuompP7fbzHYj6+CIJ4T/Q4hyWRCe0CCrsMg==", "integrity": "sha512-X/ahjDnTZe1VjoPz+w7zGe5I5/os8PLQ+c5C9ak6etV0nNK9gPbwbGaP9BQoSQuQx0mszw5khDjP1ffnXx+1OA==",
"dev": true, "dev": true,
"funding": [ "funding": [
{ {
@ -9158,9 +9158,9 @@
} }
}, },
"node_modules/sass-loader": { "node_modules/sass-loader": {
"version": "14.2.0", "version": "14.2.1",
"resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-14.2.0.tgz", "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-14.2.1.tgz",
"integrity": "sha512-jxmjDXD9OYNDb2bp9JvopdE6QjecQY9beTWik/6sEHrsMxyo90Gyc471A4NUz60NLs4WsAh6yVtIvhLwEZcXeg==", "integrity": "sha512-G0VcnMYU18a4N7VoNDegg2OuMjYtxnqzQWARVWCIVSZwJeiL9kg8QMsuIZOplsJgTzZLF6jGxI3AClj8I9nRdQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"neo-async": "^2.6.2" "neo-async": "^2.6.2"

View File

@ -44,17 +44,17 @@
"autoprefixer": "10.4.19", "autoprefixer": "10.4.19",
"copy-webpack-plugin": "12.0.2", "copy-webpack-plugin": "12.0.2",
"css-loader": "7.1.1", "css-loader": "7.1.1",
"eslint": "8.57.0", "eslint": "9.1.1",
"eslint-config-prettier": "9.1.0", "eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3", "eslint-plugin-prettier": "5.1.3",
"favicons": "7.2.0", "favicons": "7.2.0",
"favicons-webpack-plugin": "6.0.1", "favicons-webpack-plugin": "6.0.1",
"html-validate": "8.18.1", "html-validate": "8.18.2",
"npm-run-all2": "6.1.2", "npm-run-all2": "6.1.2",
"postcss-loader": "8.1.1", "postcss-loader": "8.1.1",
"prettier": "3.2.5", "prettier": "3.2.5",
"sass": "1.75.0", "sass": "1.75.0",
"sass-loader": "14.2.0", "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.0", "svgtofont": "4.2.0",