Browse Source

chore(deps): update dependency eslint to v8.43.0

pull/3095/head
renovate[bot] 2 years ago committed by GitHub
parent
commit
3950dfa1f5
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

@ -86,7 +86,7 @@ @@ -86,7 +86,7 @@
"chromatic": "6.19.8",
"css-loader": "6.8.1",
"cypress": "^12.0.0",
"eslint": "8.42.0",
"eslint": "8.43.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-next": "13.4.6",
"eslint-config-prettier": "8.8.0",
@ -2669,9 +2669,9 @@ @@ -2669,9 +2669,9 @@
}
},
"node_modules/@eslint/js": {
"version": "8.42.0",
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.42.0.tgz",
"integrity": "sha512-6SWlXpWU5AvId8Ac7zjzmIOqMOba/JWY8XZ4A7q7Gn1Vlfg/SFFIlrtHXt9nPn4op9ZPAkl91Jao+QQv3r/ukw==",
"version": "8.43.0",
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.43.0.tgz",
"integrity": "sha512-s2UHCoiXfxMvmfzqoN+vrQ84ahUSYde9qNO1MdxmoEhyHWsfmwOpFlwYV+ePJEVc7gFnATGUi376WowX1N7tFg==",
"dev": true,
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
@ -20646,15 +20646,15 @@ @@ -20646,15 +20646,15 @@
}
},
"node_modules/eslint": {
"version": "8.42.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.42.0.tgz",
"integrity": "sha512-ulg9Ms6E1WPf67PHaEY4/6E2tEn5/f7FXGzr3t9cBMugOmf1INYvuUwwh1aXQN4MfJ6a5K2iNwP3w4AColvI9A==",
"version": "8.43.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.43.0.tgz",
"integrity": "sha512-aaCpf2JqqKesMFGgmRPessmVKjcGXqdlAYLLC3THM8t5nBRZRQ+st5WM/hoJXkdioEXLLbXgclUpM0TXo5HX5Q==",
"dev": true,
"dependencies": {
"@eslint-community/eslint-utils": "^4.2.0",
"@eslint-community/regexpp": "^4.4.0",
"@eslint/eslintrc": "^2.0.3",
"@eslint/js": "8.42.0",
"@eslint/js": "8.43.0",
"@humanwhocodes/config-array": "^0.11.10",
"@humanwhocodes/module-importer": "^1.0.1",
"@nodelib/fs.walk": "^1.2.8",

2
web/package.json

@ -91,7 +91,7 @@ @@ -91,7 +91,7 @@
"chromatic": "6.19.8",
"css-loader": "6.8.1",
"cypress": "^12.0.0",
"eslint": "8.42.0",
"eslint": "8.43.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-next": "13.4.6",
"eslint-config-prettier": "8.8.0",

Loading…
Cancel
Save