mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-01-27 06:31:44 +00:00
Update dependency eslint to v8.6.0
Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
9092b3aa95
commit
59f5cd33bd
2 changed files with 19 additions and 8 deletions
|
@ -134,7 +134,7 @@
|
|||
"cypress": "9.2.0",
|
||||
"cypress-commands": "2.0.1",
|
||||
"cypress-file-upload": "6.0.0-beta.0",
|
||||
"eslint": "8.5.0",
|
||||
"eslint": "8.6.0",
|
||||
"eslint-config-next": "12.0.7",
|
||||
"eslint-config-prettier": "8.3.0",
|
||||
"eslint-plugin-chai-friendly": "0.7.2",
|
||||
|
|
25
yarn.lock
25
yarn.lock
|
@ -1704,7 +1704,7 @@ __metadata:
|
|||
dompurify: 2.3.4
|
||||
emoji-picker-element: 1.10.0
|
||||
emoji-picker-element-data: 1.3.0
|
||||
eslint: 8.5.0
|
||||
eslint: 8.6.0
|
||||
eslint-config-next: 12.0.7
|
||||
eslint-config-prettier: 8.3.0
|
||||
eslint-plugin-chai-friendly: 0.7.2
|
||||
|
@ -3555,7 +3555,7 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"acorn@npm:^8.0.4, acorn@npm:^8.2.4, acorn@npm:^8.4.1, acorn@npm:^8.6.0":
|
||||
"acorn@npm:^8.0.4, acorn@npm:^8.2.4, acorn@npm:^8.4.1, acorn@npm:^8.6.0, acorn@npm:^8.7.0":
|
||||
version: 8.7.0
|
||||
resolution: "acorn@npm:8.7.0"
|
||||
bin:
|
||||
|
@ -7233,9 +7233,9 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"eslint@npm:8.5.0":
|
||||
version: 8.5.0
|
||||
resolution: "eslint@npm:8.5.0"
|
||||
"eslint@npm:8.6.0":
|
||||
version: 8.6.0
|
||||
resolution: "eslint@npm:8.6.0"
|
||||
dependencies:
|
||||
"@eslint/eslintrc": ^1.0.5
|
||||
"@humanwhocodes/config-array": ^0.9.2
|
||||
|
@ -7249,7 +7249,7 @@ __metadata:
|
|||
eslint-scope: ^7.1.0
|
||||
eslint-utils: ^3.0.0
|
||||
eslint-visitor-keys: ^3.1.0
|
||||
espree: ^9.2.0
|
||||
espree: ^9.3.0
|
||||
esquery: ^1.4.0
|
||||
esutils: ^2.0.2
|
||||
fast-deep-equal: ^3.1.3
|
||||
|
@ -7277,7 +7277,7 @@ __metadata:
|
|||
v8-compile-cache: ^2.0.3
|
||||
bin:
|
||||
eslint: bin/eslint.js
|
||||
checksum: c1a9e26070520a308cc30b62ba0d37d5b115ed23987a93219819537bdea9398e6ebe57c27d97be36ecc83b5162c72e82ecb0a9e5b44b7992980f9be90eb5c4b3
|
||||
checksum: 19ed82fa872ebb45d0f10c2514975b85ab37e78e9b562a5aa3abdbe7802111d65f7d5a8563e394a975337b403163b40624c2cc8bfa585a061e8c7dc55def39b5
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -7292,6 +7292,17 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"espree@npm:^9.3.0":
|
||||
version: 9.3.0
|
||||
resolution: "espree@npm:9.3.0"
|
||||
dependencies:
|
||||
acorn: ^8.7.0
|
||||
acorn-jsx: ^5.3.1
|
||||
eslint-visitor-keys: ^3.1.0
|
||||
checksum: c0f1885c4eab652f9be08eb9228cea0df046b559b29d4aed8d6590ea9bd60177d4cb245d204a6f737a79a096861bb4ab8e480aeb8c1dbafef5beec1157353ce4
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"esprima@npm:^4.0.0, esprima@npm:^4.0.1":
|
||||
version: 4.0.1
|
||||
resolution: "esprima@npm:4.0.1"
|
||||
|
|
Loading…
Reference in a new issue