chore: update dependency eslint to ^8.27.0

Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2022-11-06 09:22:06 +00:00
parent 8a0b0ddfb1
commit 10e9f905fc
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -21,7 +21,7 @@
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"commitlint": "^17.2.0",
"eslint": "^8.26.0",
"eslint": "^8.27.0",
"eslint-config-loopback": "^13.1.0",
"loopback-datasource-juggler": "^4.27.1",
"mocha": "^9.2.2",
@ -1927,9 +1927,9 @@
}
},
"node_modules/eslint": {
"version": "8.26.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.26.0.tgz",
"integrity": "sha512-kzJkpaw1Bfwheq4VXUezFriD1GxszX6dUekM7Z3aC2o4hju+tsR/XyTC3RcoSD7jmy9VkPU3+N6YjVU2e96Oyg==",
"version": "8.27.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.27.0.tgz",
"integrity": "sha512-0y1bfG2ho7mty+SiILVf9PfuRA49ek4Nc60Wmmu62QlobNR+CeXa4xXIJgcuwSQgZiWaPH+5BDsctpIW0PR/wQ==",
"dev": true,
"dependencies": {
"@eslint/eslintrc": "^1.3.3",
@ -7012,9 +7012,9 @@
"dev": true
},
"eslint": {
"version": "8.26.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.26.0.tgz",
"integrity": "sha512-kzJkpaw1Bfwheq4VXUezFriD1GxszX6dUekM7Z3aC2o4hju+tsR/XyTC3RcoSD7jmy9VkPU3+N6YjVU2e96Oyg==",
"version": "8.27.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.27.0.tgz",
"integrity": "sha512-0y1bfG2ho7mty+SiILVf9PfuRA49ek4Nc60Wmmu62QlobNR+CeXa4xXIJgcuwSQgZiWaPH+5BDsctpIW0PR/wQ==",
"dev": true,
"requires": {
"@eslint/eslintrc": "^1.3.3",

View File

@ -37,7 +37,7 @@
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"commitlint": "^17.2.0",
"eslint": "^8.26.0",
"eslint": "^8.27.0",
"eslint-config-loopback": "^13.1.0",
"loopback-datasource-juggler": "^4.27.1",
"mocha": "^9.2.2",