Browse Source

chore(deps): update dependency eslint to v8.56.0 (#3486)

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

16
web/package-lock.json generated

@ -89,7 +89,7 @@
"chromatic": "9.1.0", "chromatic": "9.1.0",
"css-loader": "6.8.1", "css-loader": "6.8.1",
"cypress": "^13.2.0", "cypress": "^13.2.0",
"eslint": "8.55.0", "eslint": "8.56.0",
"eslint-config-airbnb": "19.0.4", "eslint-config-airbnb": "19.0.4",
"eslint-config-next": "14.0.1", "eslint-config-next": "14.0.1",
"eslint-config-prettier": "9.1.0", "eslint-config-prettier": "9.1.0",
@ -3195,9 +3195,9 @@
} }
}, },
"node_modules/@eslint/js": { "node_modules/@eslint/js": {
"version": "8.55.0", "version": "8.56.0",
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.55.0.tgz", "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.56.0.tgz",
"integrity": "sha512-qQfo2mxH5yVom1kacMtZZJFVdW+E70mqHMJvVg6WTLo+VBuQJ4TojZlfWBjK0ve5BdEeNAVxOsl/nvNMpJOaJA==", "integrity": "sha512-gMsVel9D7f2HLkBma9VbtzZRehRogVRfbr++f06nL2vnCGCNlzOD+/MUov/F4p8myyAHspEhVobgjpX64q5m6A==",
"dev": true, "dev": true,
"engines": { "engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0" "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
@ -15474,15 +15474,15 @@
} }
}, },
"node_modules/eslint": { "node_modules/eslint": {
"version": "8.55.0", "version": "8.56.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.55.0.tgz", "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.56.0.tgz",
"integrity": "sha512-iyUUAM0PCKj5QpwGfmCAG9XXbZCWsqP/eWAWrG/W0umvjuLRBECwSFdt+rCntju0xEH7teIABPwXpahftIaTdA==", "integrity": "sha512-Go19xM6T9puCOWntie1/P997aXxFsOi37JIHRWI514Hc6ZnaHGKY9xFhrU65RT6CcBEzZoGG1e6Nq+DT04ZtZQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@eslint-community/eslint-utils": "^4.2.0", "@eslint-community/eslint-utils": "^4.2.0",
"@eslint-community/regexpp": "^4.6.1", "@eslint-community/regexpp": "^4.6.1",
"@eslint/eslintrc": "^2.1.4", "@eslint/eslintrc": "^2.1.4",
"@eslint/js": "8.55.0", "@eslint/js": "8.56.0",
"@humanwhocodes/config-array": "^0.11.13", "@humanwhocodes/config-array": "^0.11.13",
"@humanwhocodes/module-importer": "^1.0.1", "@humanwhocodes/module-importer": "^1.0.1",
"@nodelib/fs.walk": "^1.2.8", "@nodelib/fs.walk": "^1.2.8",

2
web/package.json

@ -95,7 +95,7 @@
"chromatic": "9.1.0", "chromatic": "9.1.0",
"css-loader": "6.8.1", "css-loader": "6.8.1",
"cypress": "^13.2.0", "cypress": "^13.2.0",
"eslint": "8.55.0", "eslint": "8.56.0",
"eslint-config-airbnb": "19.0.4", "eslint-config-airbnb": "19.0.4",
"eslint-config-next": "14.0.1", "eslint-config-next": "14.0.1",
"eslint-config-prettier": "9.1.0", "eslint-config-prettier": "9.1.0",

Loading…
Cancel
Save