Browse Source

Update dependency eslint to v8.34.0 (#2706)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pull/2708/head
renovate[bot] 2 years ago committed by GitHub
parent
commit
88fd3aa4e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      web/package-lock.json
  2. 2
      web/package.json

8
web/package-lock.json generated

@ -85,7 +85,7 @@ @@ -85,7 +85,7 @@
"chromatic": "6.17.0",
"css-loader": "6.7.3",
"cypress": "^12.0.0",
"eslint": "8.33.0",
"eslint": "8.34.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-next": "13.1.6",
"eslint-config-prettier": "8.6.0",
@ -18251,9 +18251,9 @@ @@ -18251,9 +18251,9 @@
}
},
"node_modules/eslint": {
"version": "8.33.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.33.0.tgz",
"integrity": "sha512-WjOpFQgKK8VrCnAtl8We0SUOy/oVZ5NHykyMiagV1M9r8IFpIJX7DduK6n1mpfhlG7T1NLWm2SuD8QB7KFySaA==",
"version": "8.34.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.34.0.tgz",
"integrity": "sha512-1Z8iFsucw+7kSqXNZVslXS8Ioa4u2KM7GPwuKtkTFAqZ/cHMcEaR+1+Br0wLlot49cNxIiZk5wp8EAbPcYZxTg==",
"dev": true,
"dependencies": {
"@eslint/eslintrc": "^1.4.1",

2
web/package.json

@ -89,7 +89,7 @@ @@ -89,7 +89,7 @@
"chromatic": "6.17.0",
"css-loader": "6.7.3",
"cypress": "^12.0.0",
"eslint": "8.33.0",
"eslint": "8.34.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-next": "13.1.6",
"eslint-config-prettier": "8.6.0",

Loading…
Cancel
Save