0

chore(deps): update dependency eslint to v8.28.0 (#2363)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Gabe Kangas <gabek@real-ity.com>
This commit is contained in:
renovate[bot] 2022-11-23 15:16:35 -08:00 committed by GitHub
parent ffdda17fff
commit 5d8664b385
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
web/package-lock.json generated
View File

@ -84,7 +84,7 @@
"chromatic": "6.11.4", "chromatic": "6.11.4",
"css-loader": "6.7.1", "css-loader": "6.7.1",
"cypress": "^11.0.0", "cypress": "^11.0.0",
"eslint": "8.27.0", "eslint": "8.28.0",
"eslint-config-airbnb": "19.0.4", "eslint-config-airbnb": "19.0.4",
"eslint-config-next": "13.0.4", "eslint-config-next": "13.0.4",
"eslint-config-prettier": "8.5.0", "eslint-config-prettier": "8.5.0",
@ -17319,9 +17319,9 @@
} }
}, },
"node_modules/eslint": { "node_modules/eslint": {
"version": "8.27.0", "version": "8.28.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.27.0.tgz", "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.28.0.tgz",
"integrity": "sha512-0y1bfG2ho7mty+SiILVf9PfuRA49ek4Nc60Wmmu62QlobNR+CeXa4xXIJgcuwSQgZiWaPH+5BDsctpIW0PR/wQ==", "integrity": "sha512-S27Di+EVyMxcHiwDrFzk8dJYAaD+/5SoWKxL1ri/71CRHsnJnRDPNt2Kzj24+MT9FDupf4aqqyqPrvI8MvQ4VQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@eslint/eslintrc": "^1.3.3", "@eslint/eslintrc": "^1.3.3",

View File

@ -87,7 +87,7 @@
"babel-loader": "9.1.0", "babel-loader": "9.1.0",
"chromatic": "6.11.4", "chromatic": "6.11.4",
"css-loader": "6.7.1", "css-loader": "6.7.1",
"eslint": "8.27.0", "eslint": "8.28.0",
"cypress": "^11.0.0", "cypress": "^11.0.0",
"eslint-config-airbnb": "19.0.4", "eslint-config-airbnb": "19.0.4",
"eslint-config-next": "13.0.4", "eslint-config-next": "13.0.4",