Bump eslint from 8.12.0 to 8.13.0

Bumps [eslint](https://github.com/eslint/eslint) from 8.12.0 to 8.13.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.12.0...v8.13.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-04-11 19:03:05 +00:00 committed by Daniel Micay
parent 2c898638c7
commit 1624c35b6d
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -6,7 +6,7 @@
"": { "": {
"dependencies": { "dependencies": {
"csso-cli": "^3.0.0", "csso-cli": "^3.0.0",
"eslint": "^8.12.0", "eslint": "^8.13.0",
"html-minifier": "^4.0.0", "html-minifier": "^4.0.0",
"stylelint": "^14.6.1", "stylelint": "^14.6.1",
"stylelint-config-standard": "^25.0.0", "stylelint-config-standard": "^25.0.0",
@ -616,9 +616,9 @@
} }
}, },
"node_modules/eslint": { "node_modules/eslint": {
"version": "8.12.0", "version": "8.13.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.12.0.tgz", "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.13.0.tgz",
"integrity": "sha512-it1oBL9alZg1S8UycLm5YDMAkIhtH6FtAzuZs6YvoGVldWjbS08BkAdb/ymP9LlAyq8koANu32U7Ib/w+UNh8Q==", "integrity": "sha512-D+Xei61eInqauAyTJ6C0q6x9mx7kTUC1KZ0m0LSEexR0V+e94K12LmWX076ZIsldwfQ2RONdaJe0re0TRGQbRQ==",
"dependencies": { "dependencies": {
"@eslint/eslintrc": "^1.2.1", "@eslint/eslintrc": "^1.2.1",
"@humanwhocodes/config-array": "^0.9.2", "@humanwhocodes/config-array": "^0.9.2",
@ -3133,9 +3133,9 @@
"integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=" "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ="
}, },
"eslint": { "eslint": {
"version": "8.12.0", "version": "8.13.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.12.0.tgz", "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.13.0.tgz",
"integrity": "sha512-it1oBL9alZg1S8UycLm5YDMAkIhtH6FtAzuZs6YvoGVldWjbS08BkAdb/ymP9LlAyq8koANu32U7Ib/w+UNh8Q==", "integrity": "sha512-D+Xei61eInqauAyTJ6C0q6x9mx7kTUC1KZ0m0LSEexR0V+e94K12LmWX076ZIsldwfQ2RONdaJe0re0TRGQbRQ==",
"requires": { "requires": {
"@eslint/eslintrc": "^1.2.1", "@eslint/eslintrc": "^1.2.1",
"@humanwhocodes/config-array": "^0.9.2", "@humanwhocodes/config-array": "^0.9.2",

View File

@ -1,7 +1,7 @@
{ {
"dependencies": { "dependencies": {
"csso-cli": "^3.0.0", "csso-cli": "^3.0.0",
"eslint": "^8.12.0", "eslint": "^8.13.0",
"html-minifier": "^4.0.0", "html-minifier": "^4.0.0",
"stylelint": "^14.6.1", "stylelint": "^14.6.1",
"stylelint-config-standard": "^25.0.0", "stylelint-config-standard": "^25.0.0",