feat: update deps
This commit is contained in:
parent
9e7ba7b131
commit
83a54e07d5
@ -11,8 +11,8 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@antfu/eslint-config": "*",
|
"@antfu/eslint-config": "*",
|
||||||
"eslint": "^8.7.0",
|
"eslint": "^8.10.0",
|
||||||
"lerna": "^4.0.0",
|
"lerna": "^4.0.0",
|
||||||
"typescript": "^4.5.5"
|
"typescript": "^4.6.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -15,23 +15,23 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@antfu/eslint-config-react": "^0.16.1",
|
"@antfu/eslint-config-react": "^0.16.1",
|
||||||
"@antfu/eslint-config-vue": "^0.16.1",
|
"@antfu/eslint-config-vue": "^0.16.1",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.10.1",
|
"@typescript-eslint/eslint-plugin": "^5.13.0",
|
||||||
"@typescript-eslint/parser": "^5.10.1",
|
"@typescript-eslint/parser": "^5.13.0",
|
||||||
"eslint-config-standard": "17.0.0-0",
|
"eslint-config-standard": "17.0.0-1",
|
||||||
"eslint-plugin-eslint-comments": "^3.2.0",
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
||||||
"eslint-plugin-html": "^6.2.0",
|
"eslint-plugin-html": "^6.2.0",
|
||||||
"eslint-plugin-import": "^2.25.4",
|
"eslint-plugin-import": "^2.25.4",
|
||||||
"eslint-plugin-jsonc": "^2.0.0",
|
"eslint-plugin-jsonc": "^2.2.1",
|
||||||
"eslint-plugin-n": "^14.0.0",
|
"eslint-plugin-n": "^15.0.1",
|
||||||
"eslint-plugin-promise": "^6.0.0",
|
"eslint-plugin-promise": "^6.0.0",
|
||||||
"eslint-plugin-unicorn": "^40.1.0",
|
"eslint-plugin-unicorn": "^41.0.0",
|
||||||
"eslint-plugin-vue": "^8.4.0",
|
"eslint-plugin-vue": "^8.5.0",
|
||||||
"eslint-plugin-yml": "^0.12.0",
|
"eslint-plugin-yml": "^0.14.0",
|
||||||
"jsonc-eslint-parser": "^2.1.0",
|
"jsonc-eslint-parser": "^2.1.0",
|
||||||
"yaml-eslint-parser": "^0.5.0"
|
"yaml-eslint-parser": "^0.5.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint": "^8.7.0"
|
"eslint": "^8.10.0"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
|
@ -16,20 +16,20 @@
|
|||||||
"eslint": ">=7.4.0"
|
"eslint": ">=7.4.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"eslint-config-standard": "17.0.0-0",
|
"eslint-config-standard": "17.0.0-1",
|
||||||
"eslint-plugin-eslint-comments": "^3.2.0",
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
||||||
"eslint-plugin-html": "^6.2.0",
|
"eslint-plugin-html": "^6.2.0",
|
||||||
"eslint-plugin-import": "^2.25.4",
|
"eslint-plugin-import": "^2.25.4",
|
||||||
"eslint-plugin-jsonc": "^2.0.0",
|
"eslint-plugin-jsonc": "^2.2.1",
|
||||||
"eslint-plugin-n": "^14.0.0",
|
"eslint-plugin-n": "^15.0.1",
|
||||||
"eslint-plugin-promise": "^6.0.0",
|
"eslint-plugin-promise": "^6.0.0",
|
||||||
"eslint-plugin-unicorn": "^40.1.0",
|
"eslint-plugin-unicorn": "^41.0.0",
|
||||||
"eslint-plugin-yml": "^0.12.0",
|
"eslint-plugin-yml": "^0.14.0",
|
||||||
"jsonc-eslint-parser": "^2.1.0",
|
"jsonc-eslint-parser": "^2.1.0",
|
||||||
"yaml-eslint-parser": "^0.5.0"
|
"yaml-eslint-parser": "^0.5.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint": "^8.7.0"
|
"eslint": "^8.10.0"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
|
@ -20,11 +20,11 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@antfu/eslint-config-ts": "^0.16.1",
|
"@antfu/eslint-config-ts": "^0.16.1",
|
||||||
"eslint-plugin-react": "^7.28.0"
|
"eslint-plugin-react": "^7.29.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint": "^8.7.0",
|
"eslint": "^8.10.0",
|
||||||
"react": "^17.0.2",
|
"react": "^17.0.2",
|
||||||
"typescript": "^4.5.5"
|
"typescript": "^4.6.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -18,10 +18,10 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@antfu/eslint-config-basic": "^0.16.1",
|
"@antfu/eslint-config-basic": "^0.16.1",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.10.1",
|
"@typescript-eslint/eslint-plugin": "^5.13.0",
|
||||||
"@typescript-eslint/parser": "^5.10.1"
|
"@typescript-eslint/parser": "^5.13.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint": "^8.7.0"
|
"eslint": "^8.10.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -17,9 +17,9 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@antfu/eslint-config-ts": "^0.16.1",
|
"@antfu/eslint-config-ts": "^0.16.1",
|
||||||
"eslint-plugin-vue": "^8.4.0"
|
"eslint-plugin-vue": "^8.5.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint": "^8.7.0"
|
"eslint": "^8.10.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
384
pnpm-lock.yaml
384
pnpm-lock.yaml
@ -5,121 +5,121 @@ importers:
|
|||||||
.:
|
.:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@antfu/eslint-config': '*'
|
'@antfu/eslint-config': '*'
|
||||||
eslint: ^8.7.0
|
eslint: ^8.10.0
|
||||||
lerna: ^4.0.0
|
lerna: ^4.0.0
|
||||||
typescript: ^4.5.5
|
typescript: ^4.6.2
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@antfu/eslint-config': link:packages/all
|
'@antfu/eslint-config': link:packages/all
|
||||||
eslint: 8.7.0
|
eslint: 8.10.0
|
||||||
lerna: 4.0.0
|
lerna: 4.0.0
|
||||||
typescript: 4.5.5
|
typescript: 4.6.2
|
||||||
|
|
||||||
packages/all:
|
packages/all:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@antfu/eslint-config-react': ^0.16.0
|
'@antfu/eslint-config-react': ^0.16.1
|
||||||
'@antfu/eslint-config-vue': ^0.16.0
|
'@antfu/eslint-config-vue': ^0.16.1
|
||||||
'@typescript-eslint/eslint-plugin': ^5.10.1
|
'@typescript-eslint/eslint-plugin': ^5.13.0
|
||||||
'@typescript-eslint/parser': ^5.10.1
|
'@typescript-eslint/parser': ^5.13.0
|
||||||
eslint: ^8.7.0
|
eslint: ^8.10.0
|
||||||
eslint-config-standard: 17.0.0-0
|
eslint-config-standard: 17.0.0-1
|
||||||
eslint-plugin-eslint-comments: ^3.2.0
|
eslint-plugin-eslint-comments: ^3.2.0
|
||||||
eslint-plugin-html: ^6.2.0
|
eslint-plugin-html: ^6.2.0
|
||||||
eslint-plugin-import: ^2.25.4
|
eslint-plugin-import: ^2.25.4
|
||||||
eslint-plugin-jsonc: ^2.0.0
|
eslint-plugin-jsonc: ^2.2.1
|
||||||
eslint-plugin-n: ^14.0.0
|
eslint-plugin-n: ^15.0.1
|
||||||
eslint-plugin-promise: ^6.0.0
|
eslint-plugin-promise: ^6.0.0
|
||||||
eslint-plugin-unicorn: ^40.1.0
|
eslint-plugin-unicorn: ^41.0.0
|
||||||
eslint-plugin-vue: 8.4.0
|
eslint-plugin-vue: ^8.5.0
|
||||||
eslint-plugin-yml: ^0.12.0
|
eslint-plugin-yml: ^0.14.0
|
||||||
jsonc-eslint-parser: ^2.1.0
|
jsonc-eslint-parser: ^2.1.0
|
||||||
yaml-eslint-parser: ^0.5.0
|
yaml-eslint-parser: ^0.5.0
|
||||||
dependencies:
|
dependencies:
|
||||||
'@antfu/eslint-config-react': link:../react
|
'@antfu/eslint-config-react': link:../react
|
||||||
'@antfu/eslint-config-vue': link:../vue
|
'@antfu/eslint-config-vue': link:../vue
|
||||||
'@typescript-eslint/eslint-plugin': 5.10.1_0f442f6b60390429061d5d9b6bcaaba6
|
'@typescript-eslint/eslint-plugin': 5.13.0_33fffc354ccfa91fbe7d1677b9395a0a
|
||||||
'@typescript-eslint/parser': 5.10.1_eslint@8.7.0+typescript@4.5.5
|
'@typescript-eslint/parser': 5.13.0_eslint@8.10.0+typescript@4.6.2
|
||||||
eslint-config-standard: 17.0.0-0_3163ab7e7910c30880bb01ebc541ca1a
|
eslint-config-standard: 17.0.0-1_4ef2f4f4771997ec726ac5d259d18bf3
|
||||||
eslint-plugin-eslint-comments: 3.2.0_eslint@8.7.0
|
eslint-plugin-eslint-comments: 3.2.0_eslint@8.10.0
|
||||||
eslint-plugin-html: 6.2.0
|
eslint-plugin-html: 6.2.0
|
||||||
eslint-plugin-import: 2.25.4_eslint@8.7.0
|
eslint-plugin-import: 2.25.4_eslint@8.10.0
|
||||||
eslint-plugin-jsonc: 2.0.0_eslint@8.7.0
|
eslint-plugin-jsonc: 2.2.1_eslint@8.10.0
|
||||||
eslint-plugin-n: 14.0.0_eslint@8.7.0
|
eslint-plugin-n: 15.0.1_eslint@8.10.0
|
||||||
eslint-plugin-promise: 6.0.0_eslint@8.7.0
|
eslint-plugin-promise: 6.0.0_eslint@8.10.0
|
||||||
eslint-plugin-unicorn: 40.1.0_eslint@8.7.0
|
eslint-plugin-unicorn: 41.0.0_eslint@8.10.0
|
||||||
eslint-plugin-vue: 8.4.0_eslint@8.7.0
|
eslint-plugin-vue: 8.5.0_eslint@8.10.0
|
||||||
eslint-plugin-yml: 0.12.0_eslint@8.7.0
|
eslint-plugin-yml: 0.14.0_eslint@8.10.0
|
||||||
jsonc-eslint-parser: 2.1.0
|
jsonc-eslint-parser: 2.1.0
|
||||||
yaml-eslint-parser: 0.5.0
|
yaml-eslint-parser: 0.5.0
|
||||||
devDependencies:
|
devDependencies:
|
||||||
eslint: 8.7.0
|
eslint: 8.10.0
|
||||||
|
|
||||||
packages/basic:
|
packages/basic:
|
||||||
specifiers:
|
specifiers:
|
||||||
eslint: ^8.7.0
|
eslint: ^8.10.0
|
||||||
eslint-config-standard: 17.0.0-0
|
eslint-config-standard: 17.0.0-1
|
||||||
eslint-plugin-eslint-comments: ^3.2.0
|
eslint-plugin-eslint-comments: ^3.2.0
|
||||||
eslint-plugin-html: ^6.2.0
|
eslint-plugin-html: ^6.2.0
|
||||||
eslint-plugin-import: ^2.25.4
|
eslint-plugin-import: ^2.25.4
|
||||||
eslint-plugin-jsonc: ^2.0.0
|
eslint-plugin-jsonc: ^2.2.1
|
||||||
eslint-plugin-n: ^14.0.0
|
eslint-plugin-n: ^15.0.1
|
||||||
eslint-plugin-promise: ^6.0.0
|
eslint-plugin-promise: ^6.0.0
|
||||||
eslint-plugin-unicorn: ^40.1.0
|
eslint-plugin-unicorn: ^41.0.0
|
||||||
eslint-plugin-yml: ^0.12.0
|
eslint-plugin-yml: ^0.14.0
|
||||||
jsonc-eslint-parser: ^2.1.0
|
jsonc-eslint-parser: ^2.1.0
|
||||||
yaml-eslint-parser: ^0.5.0
|
yaml-eslint-parser: ^0.5.0
|
||||||
dependencies:
|
dependencies:
|
||||||
eslint-config-standard: 17.0.0-0_3163ab7e7910c30880bb01ebc541ca1a
|
eslint-config-standard: 17.0.0-1_4ef2f4f4771997ec726ac5d259d18bf3
|
||||||
eslint-plugin-eslint-comments: 3.2.0_eslint@8.7.0
|
eslint-plugin-eslint-comments: 3.2.0_eslint@8.10.0
|
||||||
eslint-plugin-html: 6.2.0
|
eslint-plugin-html: 6.2.0
|
||||||
eslint-plugin-import: 2.25.4_eslint@8.7.0
|
eslint-plugin-import: 2.25.4_eslint@8.10.0
|
||||||
eslint-plugin-jsonc: 2.0.0_eslint@8.7.0
|
eslint-plugin-jsonc: 2.2.1_eslint@8.10.0
|
||||||
eslint-plugin-n: 14.0.0_eslint@8.7.0
|
eslint-plugin-n: 15.0.1_eslint@8.10.0
|
||||||
eslint-plugin-promise: 6.0.0_eslint@8.7.0
|
eslint-plugin-promise: 6.0.0_eslint@8.10.0
|
||||||
eslint-plugin-unicorn: 40.1.0_eslint@8.7.0
|
eslint-plugin-unicorn: 41.0.0_eslint@8.10.0
|
||||||
eslint-plugin-yml: 0.12.0_eslint@8.7.0
|
eslint-plugin-yml: 0.14.0_eslint@8.10.0
|
||||||
jsonc-eslint-parser: 2.1.0
|
jsonc-eslint-parser: 2.1.0
|
||||||
yaml-eslint-parser: 0.5.0
|
yaml-eslint-parser: 0.5.0
|
||||||
devDependencies:
|
devDependencies:
|
||||||
eslint: 8.7.0
|
eslint: 8.10.0
|
||||||
|
|
||||||
packages/react:
|
packages/react:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@antfu/eslint-config-ts': ^0.16.0
|
'@antfu/eslint-config-ts': ^0.16.1
|
||||||
eslint: ^8.7.0
|
eslint: ^8.10.0
|
||||||
eslint-plugin-react: ^7.28.0
|
eslint-plugin-react: ^7.29.3
|
||||||
react: ^17.0.2
|
react: ^17.0.2
|
||||||
typescript: ^4.5.5
|
typescript: ^4.6.2
|
||||||
dependencies:
|
dependencies:
|
||||||
'@antfu/eslint-config-ts': link:../typescript
|
'@antfu/eslint-config-ts': link:../typescript
|
||||||
eslint-plugin-react: 7.28.0_eslint@8.7.0
|
eslint-plugin-react: 7.29.3_eslint@8.10.0
|
||||||
devDependencies:
|
devDependencies:
|
||||||
eslint: 8.7.0
|
eslint: 8.10.0
|
||||||
react: 17.0.2
|
react: 17.0.2
|
||||||
typescript: 4.5.5
|
typescript: 4.6.2
|
||||||
|
|
||||||
packages/typescript:
|
packages/typescript:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@antfu/eslint-config-basic': ^0.16.0
|
'@antfu/eslint-config-basic': ^0.16.1
|
||||||
'@typescript-eslint/eslint-plugin': ^5.10.1
|
'@typescript-eslint/eslint-plugin': ^5.13.0
|
||||||
'@typescript-eslint/parser': ^5.10.1
|
'@typescript-eslint/parser': ^5.13.0
|
||||||
eslint: ^8.7.0
|
eslint: ^8.10.0
|
||||||
dependencies:
|
dependencies:
|
||||||
'@antfu/eslint-config-basic': link:../basic
|
'@antfu/eslint-config-basic': link:../basic
|
||||||
'@typescript-eslint/eslint-plugin': 5.10.1_0f442f6b60390429061d5d9b6bcaaba6
|
'@typescript-eslint/eslint-plugin': 5.13.0_33fffc354ccfa91fbe7d1677b9395a0a
|
||||||
'@typescript-eslint/parser': 5.10.1_eslint@8.7.0+typescript@4.5.5
|
'@typescript-eslint/parser': 5.13.0_eslint@8.10.0+typescript@4.6.2
|
||||||
devDependencies:
|
devDependencies:
|
||||||
eslint: 8.7.0
|
eslint: 8.10.0
|
||||||
|
|
||||||
packages/vue:
|
packages/vue:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@antfu/eslint-config-ts': ^0.16.0
|
'@antfu/eslint-config-ts': ^0.16.1
|
||||||
eslint: ^8.7.0
|
eslint: ^8.10.0
|
||||||
eslint-plugin-vue: ^8.4.0
|
eslint-plugin-vue: ^8.5.0
|
||||||
dependencies:
|
dependencies:
|
||||||
'@antfu/eslint-config-ts': link:../typescript
|
'@antfu/eslint-config-ts': link:../typescript
|
||||||
eslint-plugin-vue: 8.4.0_eslint@8.7.0
|
eslint-plugin-vue: 8.5.0_eslint@8.10.0
|
||||||
devDependencies:
|
devDependencies:
|
||||||
eslint: 8.7.0
|
eslint: 8.10.0
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
|
|
||||||
@ -128,29 +128,24 @@ packages:
|
|||||||
dependencies:
|
dependencies:
|
||||||
'@babel/highlight': 7.13.10
|
'@babel/highlight': 7.13.10
|
||||||
|
|
||||||
/@babel/helper-validator-identifier/7.14.9:
|
|
||||||
resolution: {integrity: sha512-pQYxPY0UP6IHISRitNe8bsijHex4TWZXi2HwKVsjPiltzlhse2znVcm9Ace510VT1kxIHjGJCZZQBX2gJDbo0g==}
|
|
||||||
engines: {node: '>=6.9.0'}
|
|
||||||
|
|
||||||
/@babel/helper-validator-identifier/7.16.7:
|
/@babel/helper-validator-identifier/7.16.7:
|
||||||
resolution: {integrity: sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==}
|
resolution: {integrity: sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==}
|
||||||
engines: {node: '>=6.9.0'}
|
engines: {node: '>=6.9.0'}
|
||||||
dev: false
|
|
||||||
|
|
||||||
/@babel/highlight/7.13.10:
|
/@babel/highlight/7.13.10:
|
||||||
resolution: {integrity: sha512-5aPpe5XQPzflQrFwL1/QoeHkP2MsA4JCntcXHRhEsdsfPVkvPi2w7Qix4iV7t5S/oC9OodGrggd8aco1g3SZFg==}
|
resolution: {integrity: sha512-5aPpe5XQPzflQrFwL1/QoeHkP2MsA4JCntcXHRhEsdsfPVkvPi2w7Qix4iV7t5S/oC9OodGrggd8aco1g3SZFg==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/helper-validator-identifier': 7.14.9
|
'@babel/helper-validator-identifier': 7.16.7
|
||||||
chalk: 2.4.2
|
chalk: 2.4.2
|
||||||
js-tokens: 4.0.0
|
js-tokens: 4.0.0
|
||||||
|
|
||||||
/@eslint/eslintrc/1.0.5:
|
/@eslint/eslintrc/1.2.0:
|
||||||
resolution: {integrity: sha512-BLxsnmK3KyPunz5wmCCpqy0YelEoxxGmH73Is+Z74oOTMtExcjkr3dDR6quwrjh1YspA8DH9gnX1o069KiS9AQ==}
|
resolution: {integrity: sha512-igm9SjJHNEJRiUnecP/1R5T3wKLEJ7pL6e2P+GUSfCd0dGjPYYZve08uzw8L2J8foVHFz+NGu12JxRcU2gGo6w==}
|
||||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||||
dependencies:
|
dependencies:
|
||||||
ajv: 6.12.6
|
ajv: 6.12.6
|
||||||
debug: 4.3.2
|
debug: 4.3.2
|
||||||
espree: 9.3.0
|
espree: 9.3.1
|
||||||
globals: 13.9.0
|
globals: 13.9.0
|
||||||
ignore: 4.0.6
|
ignore: 4.0.6
|
||||||
import-fresh: 3.2.1
|
import-fresh: 3.2.1
|
||||||
@ -1067,8 +1062,8 @@ packages:
|
|||||||
resolution: {integrity: sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==}
|
resolution: {integrity: sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@typescript-eslint/eslint-plugin/5.10.1_0f442f6b60390429061d5d9b6bcaaba6:
|
/@typescript-eslint/eslint-plugin/5.13.0_33fffc354ccfa91fbe7d1677b9395a0a:
|
||||||
resolution: {integrity: sha512-xN3CYqFlyE/qOcy978/L0xLR2HlcAGIyIK5sMOasxaaAPfQRj/MmMV6OC3I7NZO84oEUdWCOju34Z9W8E0pFDQ==}
|
resolution: {integrity: sha512-vLktb2Uec81fxm/cfz2Hd6QaWOs8qdmVAZXLdOBX6JFJDhf6oDZpMzZ4/LZ6SFM/5DgDcxIMIvy3F+O9yZBuiQ==}
|
||||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@typescript-eslint/parser': ^5.0.0
|
'@typescript-eslint/parser': ^5.0.0
|
||||||
@ -1078,24 +1073,24 @@ packages:
|
|||||||
typescript:
|
typescript:
|
||||||
optional: true
|
optional: true
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/parser': 5.10.1_eslint@8.7.0+typescript@4.5.5
|
'@typescript-eslint/parser': 5.13.0_eslint@8.10.0+typescript@4.6.2
|
||||||
'@typescript-eslint/scope-manager': 5.10.1
|
'@typescript-eslint/scope-manager': 5.13.0
|
||||||
'@typescript-eslint/type-utils': 5.10.1_eslint@8.7.0+typescript@4.5.5
|
'@typescript-eslint/type-utils': 5.13.0_eslint@8.10.0+typescript@4.6.2
|
||||||
'@typescript-eslint/utils': 5.10.1_eslint@8.7.0+typescript@4.5.5
|
'@typescript-eslint/utils': 5.13.0_eslint@8.10.0+typescript@4.6.2
|
||||||
debug: 4.3.2
|
debug: 4.3.2
|
||||||
eslint: 8.7.0
|
eslint: 8.10.0
|
||||||
functional-red-black-tree: 1.0.1
|
functional-red-black-tree: 1.0.1
|
||||||
ignore: 5.1.8
|
ignore: 5.2.0
|
||||||
regexpp: 3.2.0
|
regexpp: 3.2.0
|
||||||
semver: 7.3.5
|
semver: 7.3.5
|
||||||
tsutils: 3.21.0_typescript@4.5.5
|
tsutils: 3.21.0_typescript@4.6.2
|
||||||
typescript: 4.5.5
|
typescript: 4.6.2
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/@typescript-eslint/parser/5.10.1_eslint@8.7.0+typescript@4.5.5:
|
/@typescript-eslint/parser/5.13.0_eslint@8.10.0+typescript@4.6.2:
|
||||||
resolution: {integrity: sha512-GReo3tjNBwR5RnRO0K2wDIDN31cM3MmDtgyQ85oAxAmC5K3j/g85IjP+cDfcqDsDDBf1HNKQAD0WqOYL8jXqUA==}
|
resolution: {integrity: sha512-GdrU4GvBE29tm2RqWOM0P5QfCtgCyN4hXICj/X9ibKED16136l9ZpoJvCL5pSKtmJzA+NRDzQ312wWMejCVVfg==}
|
||||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||||
@ -1104,26 +1099,26 @@ packages:
|
|||||||
typescript:
|
typescript:
|
||||||
optional: true
|
optional: true
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/scope-manager': 5.10.1
|
'@typescript-eslint/scope-manager': 5.13.0
|
||||||
'@typescript-eslint/types': 5.10.1
|
'@typescript-eslint/types': 5.13.0
|
||||||
'@typescript-eslint/typescript-estree': 5.10.1_typescript@4.5.5
|
'@typescript-eslint/typescript-estree': 5.13.0_typescript@4.6.2
|
||||||
debug: 4.3.2
|
debug: 4.3.2
|
||||||
eslint: 8.7.0
|
eslint: 8.10.0
|
||||||
typescript: 4.5.5
|
typescript: 4.6.2
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/@typescript-eslint/scope-manager/5.10.1:
|
/@typescript-eslint/scope-manager/5.13.0:
|
||||||
resolution: {integrity: sha512-Lyvi559Gvpn94k7+ElXNMEnXu/iundV5uFmCUNnftbFrUbAJ1WBoaGgkbOBm07jVZa682oaBU37ao/NGGX4ZDg==}
|
resolution: {integrity: sha512-T4N8UvKYDSfVYdmJq7g2IPJYCRzwtp74KyDZytkR4OL3NRupvswvmJQJ4CX5tDSurW2cvCc1Ia1qM7d0jpa7IA==}
|
||||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/types': 5.10.1
|
'@typescript-eslint/types': 5.13.0
|
||||||
'@typescript-eslint/visitor-keys': 5.10.1
|
'@typescript-eslint/visitor-keys': 5.13.0
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/@typescript-eslint/type-utils/5.10.1_eslint@8.7.0+typescript@4.5.5:
|
/@typescript-eslint/type-utils/5.13.0_eslint@8.10.0+typescript@4.6.2:
|
||||||
resolution: {integrity: sha512-AfVJkV8uck/UIoDqhu+ptEdBoQATON9GXnhOpPLzkQRJcSChkvD//qsz9JVffl2goxX+ybs5klvacE9vmrQyCw==}
|
resolution: {integrity: sha512-/nz7qFizaBM1SuqAKb7GLkcNn2buRdDgZraXlkhz+vUGiN1NZ9LzkA595tHHeduAiS2MsHqMNhE2zNzGdw43Yg==}
|
||||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: '*'
|
eslint: '*'
|
||||||
@ -1132,22 +1127,22 @@ packages:
|
|||||||
typescript:
|
typescript:
|
||||||
optional: true
|
optional: true
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/utils': 5.10.1_eslint@8.7.0+typescript@4.5.5
|
'@typescript-eslint/utils': 5.13.0_eslint@8.10.0+typescript@4.6.2
|
||||||
debug: 4.3.2
|
debug: 4.3.2
|
||||||
eslint: 8.7.0
|
eslint: 8.10.0
|
||||||
tsutils: 3.21.0_typescript@4.5.5
|
tsutils: 3.21.0_typescript@4.6.2
|
||||||
typescript: 4.5.5
|
typescript: 4.6.2
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/@typescript-eslint/types/5.10.1:
|
/@typescript-eslint/types/5.13.0:
|
||||||
resolution: {integrity: sha512-ZvxQ2QMy49bIIBpTqFiOenucqUyjTQ0WNLhBM6X1fh1NNlYAC6Kxsx8bRTY3jdYsYg44a0Z/uEgQkohbR0H87Q==}
|
resolution: {integrity: sha512-LmE/KO6DUy0nFY/OoQU0XelnmDt+V8lPQhh8MOVa7Y5k2gGRd6U9Kp3wAjhB4OHg57tUO0nOnwYQhRRyEAyOyg==}
|
||||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/@typescript-eslint/typescript-estree/5.10.1_typescript@4.5.5:
|
/@typescript-eslint/typescript-estree/5.13.0_typescript@4.6.2:
|
||||||
resolution: {integrity: sha512-PwIGnH7jIueXv4opcwEbVGDATjGPO1dx9RkUl5LlHDSe+FXxPwFL5W/qYd5/NHr7f6lo/vvTrAzd0KlQtRusJQ==}
|
resolution: {integrity: sha512-Q9cQow0DeLjnp5DuEDjLZ6JIkwGx3oYZe+BfcNuw/POhtpcxMTy18Icl6BJqTSd+3ftsrfuVb7mNHRZf7xiaNA==}
|
||||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
typescript: '*'
|
typescript: '*'
|
||||||
@ -1155,42 +1150,42 @@ packages:
|
|||||||
typescript:
|
typescript:
|
||||||
optional: true
|
optional: true
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/types': 5.10.1
|
'@typescript-eslint/types': 5.13.0
|
||||||
'@typescript-eslint/visitor-keys': 5.10.1
|
'@typescript-eslint/visitor-keys': 5.13.0
|
||||||
debug: 4.3.2
|
debug: 4.3.2
|
||||||
globby: 11.0.4
|
globby: 11.0.4
|
||||||
is-glob: 4.0.3
|
is-glob: 4.0.3
|
||||||
semver: 7.3.5
|
semver: 7.3.5
|
||||||
tsutils: 3.21.0_typescript@4.5.5
|
tsutils: 3.21.0_typescript@4.6.2
|
||||||
typescript: 4.5.5
|
typescript: 4.6.2
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/@typescript-eslint/utils/5.10.1_eslint@8.7.0+typescript@4.5.5:
|
/@typescript-eslint/utils/5.13.0_eslint@8.10.0+typescript@4.6.2:
|
||||||
resolution: {integrity: sha512-RRmlITiUbLuTRtn/gcPRi4202niF+q7ylFLCKu4c+O/PcpRvZ/nAUwQ2G00bZgpWkhrNLNnvhZLbDn8Ml0qsQw==}
|
resolution: {integrity: sha512-+9oHlPWYNl6AwwoEt5TQryEHwiKRVjz7Vk6kaBeD3/kwHE5YqTGHtm/JZY8Bo9ITOeKutFaXnBlMgSATMJALUQ==}
|
||||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/json-schema': 7.0.9
|
'@types/json-schema': 7.0.9
|
||||||
'@typescript-eslint/scope-manager': 5.10.1
|
'@typescript-eslint/scope-manager': 5.13.0
|
||||||
'@typescript-eslint/types': 5.10.1
|
'@typescript-eslint/types': 5.13.0
|
||||||
'@typescript-eslint/typescript-estree': 5.10.1_typescript@4.5.5
|
'@typescript-eslint/typescript-estree': 5.13.0_typescript@4.6.2
|
||||||
eslint: 8.7.0
|
eslint: 8.10.0
|
||||||
eslint-scope: 5.1.1
|
eslint-scope: 5.1.1
|
||||||
eslint-utils: 3.0.0_eslint@8.7.0
|
eslint-utils: 3.0.0_eslint@8.10.0
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
- typescript
|
- typescript
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/@typescript-eslint/visitor-keys/5.10.1:
|
/@typescript-eslint/visitor-keys/5.13.0:
|
||||||
resolution: {integrity: sha512-NjQ0Xinhy9IL979tpoTRuLKxMc0zJC7QVSdeerXs2/QvOy2yRkzX5dRb10X5woNUdJgU8G3nYRDlI33sq1K4YQ==}
|
resolution: {integrity: sha512-HLKEAS/qA1V7d9EzcpLFykTePmOQqOFim8oCvhY3pZgQ8Hi38hYpHd9e5GN6nQBFQNecNhws5wkS9Y5XIO0s/g==}
|
||||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/types': 5.10.1
|
'@typescript-eslint/types': 5.13.0
|
||||||
eslint-visitor-keys: 3.1.0
|
eslint-visitor-keys: 3.3.0
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/JSONStream/1.3.5:
|
/JSONStream/1.3.5:
|
||||||
@ -1441,6 +1436,12 @@ packages:
|
|||||||
resolution: {integrity: sha1-y5T662HIaWRR2zZTThQi+U8K7og=}
|
resolution: {integrity: sha1-y5T662HIaWRR2zZTThQi+U8K7og=}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
/builtins/4.0.0:
|
||||||
|
resolution: {integrity: sha512-qC0E2Dxgou1IHhvJSLwGDSTvokbRovU5zZFuDY6oY8Y2lF3nGt5Ad8YZK7GMtqzY84Wu7pXTPeHQeHcXSXsRhw==}
|
||||||
|
dependencies:
|
||||||
|
semver: 7.3.5
|
||||||
|
dev: false
|
||||||
|
|
||||||
/byline/5.0.0:
|
/byline/5.0.0:
|
||||||
resolution: {integrity: sha1-dBxSFkaOrcRXsDQQEYrXfejB3bE=}
|
resolution: {integrity: sha1-dBxSFkaOrcRXsDQQEYrXfejB3bE=}
|
||||||
engines: {node: '>=0.10.0'}
|
engines: {node: '>=0.10.0'}
|
||||||
@ -2095,18 +2096,18 @@ packages:
|
|||||||
engines: {node: '>=10'}
|
engines: {node: '>=10'}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/eslint-config-standard/17.0.0-0_3163ab7e7910c30880bb01ebc541ca1a:
|
/eslint-config-standard/17.0.0-1_4ef2f4f4771997ec726ac5d259d18bf3:
|
||||||
resolution: {integrity: sha512-sf9udec8fkLTnH82SmhZQ3E31e4eJaMW09Mt9fbN3OccXFtvSSbGrltpQgGFVooGHoIdiMzDfp6ZNFd+I6Ob+w==}
|
resolution: {integrity: sha512-aqRG58dqoBNfOLN+PsitasxmW+W9Os4oQrx081B16T4E4WogsSbpUL6hnKSnyv35sSRYA2XjBtKMOrUboL6jgw==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: ^8.0.1
|
eslint: ^8.0.1
|
||||||
eslint-plugin-import: ^2.25.2
|
eslint-plugin-import: ^2.25.2
|
||||||
eslint-plugin-n: ^14.0.0
|
eslint-plugin-n: ^14.0.0
|
||||||
eslint-plugin-promise: ^6.0.0
|
eslint-plugin-promise: ^6.0.0
|
||||||
dependencies:
|
dependencies:
|
||||||
eslint: 8.7.0
|
eslint: 8.10.0
|
||||||
eslint-plugin-import: 2.25.4_eslint@8.7.0
|
eslint-plugin-import: 2.25.4_eslint@8.10.0
|
||||||
eslint-plugin-n: 14.0.0_eslint@8.7.0
|
eslint-plugin-n: 15.0.1_eslint@8.10.0
|
||||||
eslint-plugin-promise: 6.0.0_eslint@8.7.0
|
eslint-plugin-promise: 6.0.0_eslint@8.10.0
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/eslint-import-resolver-node/0.3.6:
|
/eslint-import-resolver-node/0.3.6:
|
||||||
@ -2124,25 +2125,25 @@ packages:
|
|||||||
find-up: 2.1.0
|
find-up: 2.1.0
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/eslint-plugin-es/4.1.0_eslint@8.7.0:
|
/eslint-plugin-es/4.1.0_eslint@8.10.0:
|
||||||
resolution: {integrity: sha512-GILhQTnjYE2WorX5Jyi5i4dz5ALWxBIdQECVQavL6s7cI76IZTDWleTHkxz/QT3kvcs2QlGHvKLYsSlPOlPXnQ==}
|
resolution: {integrity: sha512-GILhQTnjYE2WorX5Jyi5i4dz5ALWxBIdQECVQavL6s7cI76IZTDWleTHkxz/QT3kvcs2QlGHvKLYsSlPOlPXnQ==}
|
||||||
engines: {node: '>=8.10.0'}
|
engines: {node: '>=8.10.0'}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: '>=4.19.1'
|
eslint: '>=4.19.1'
|
||||||
dependencies:
|
dependencies:
|
||||||
eslint: 8.7.0
|
eslint: 8.10.0
|
||||||
eslint-utils: 2.1.0
|
eslint-utils: 2.1.0
|
||||||
regexpp: 3.2.0
|
regexpp: 3.2.0
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/eslint-plugin-eslint-comments/3.2.0_eslint@8.7.0:
|
/eslint-plugin-eslint-comments/3.2.0_eslint@8.10.0:
|
||||||
resolution: {integrity: sha512-0jkOl0hfojIHHmEHgmNdqv4fmh7300NdpA9FFpF7zaoLvB/QeXOGNLIo86oAveJFrfB1p05kC8hpEMHM8DwWVQ==}
|
resolution: {integrity: sha512-0jkOl0hfojIHHmEHgmNdqv4fmh7300NdpA9FFpF7zaoLvB/QeXOGNLIo86oAveJFrfB1p05kC8hpEMHM8DwWVQ==}
|
||||||
engines: {node: '>=6.5.0'}
|
engines: {node: '>=6.5.0'}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: '>=4.19.1'
|
eslint: '>=4.19.1'
|
||||||
dependencies:
|
dependencies:
|
||||||
escape-string-regexp: 1.0.5
|
escape-string-regexp: 1.0.5
|
||||||
eslint: 8.7.0
|
eslint: 8.10.0
|
||||||
ignore: 5.1.8
|
ignore: 5.1.8
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
@ -2152,7 +2153,7 @@ packages:
|
|||||||
htmlparser2: 7.1.2
|
htmlparser2: 7.1.2
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/eslint-plugin-import/2.25.4_eslint@8.7.0:
|
/eslint-plugin-import/2.25.4_eslint@8.10.0:
|
||||||
resolution: {integrity: sha512-/KJBASVFxpu0xg1kIBn9AUa8hQVnszpwgE7Ld0lKAlx7Ie87yzEzCgSkekt+le/YVhiaosO4Y14GDAOc41nfxA==}
|
resolution: {integrity: sha512-/KJBASVFxpu0xg1kIBn9AUa8hQVnszpwgE7Ld0lKAlx7Ie87yzEzCgSkekt+le/YVhiaosO4Y14GDAOc41nfxA==}
|
||||||
engines: {node: '>=4'}
|
engines: {node: '>=4'}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
@ -2162,7 +2163,7 @@ packages:
|
|||||||
array.prototype.flat: 1.2.5
|
array.prototype.flat: 1.2.5
|
||||||
debug: 2.6.9
|
debug: 2.6.9
|
||||||
doctrine: 2.1.0
|
doctrine: 2.1.0
|
||||||
eslint: 8.7.0
|
eslint: 8.10.0
|
||||||
eslint-import-resolver-node: 0.3.6
|
eslint-import-resolver-node: 0.3.6
|
||||||
eslint-module-utils: 2.7.2
|
eslint-module-utils: 2.7.2
|
||||||
has: 1.0.3
|
has: 1.0.3
|
||||||
@ -2174,45 +2175,46 @@ packages:
|
|||||||
tsconfig-paths: 3.12.0
|
tsconfig-paths: 3.12.0
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/eslint-plugin-jsonc/2.0.0_eslint@8.7.0:
|
/eslint-plugin-jsonc/2.2.1_eslint@8.10.0:
|
||||||
resolution: {integrity: sha512-5UbUUvx4gUVeF9hJ+SHDW9a4OPQ8vJWu12rttQ76qGO2tlH17OC103CLq+vrmjo5VQULeVzSJ0u4s+jUATJyWQ==}
|
resolution: {integrity: sha512-ozGjWXhxF3ZfITHmRLuUL6zORh5Dzo0ymwVdxhfFaa4LEtU2S88JIwDYCWAifQLG92x7chqcnZlGUggaPSlfIQ==}
|
||||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: '>=6.0.0'
|
eslint: '>=6.0.0'
|
||||||
dependencies:
|
dependencies:
|
||||||
eslint: 8.7.0
|
eslint: 8.10.0
|
||||||
eslint-utils: 3.0.0_eslint@8.7.0
|
eslint-utils: 3.0.0_eslint@8.10.0
|
||||||
jsonc-eslint-parser: 2.1.0
|
jsonc-eslint-parser: 2.1.0
|
||||||
natural-compare: 1.4.0
|
natural-compare: 1.4.0
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/eslint-plugin-n/14.0.0_eslint@8.7.0:
|
/eslint-plugin-n/15.0.1_eslint@8.10.0:
|
||||||
resolution: {integrity: sha512-mNwplPLsbaKhHyA0fa/cy8j+oF6bF6l81hzBTWa6JOvPcMNAuIogk2ih6d9tYvWYzyUG+7ZFeChqbzdFpg2QrQ==}
|
resolution: {integrity: sha512-w1vgnlS3Y3kd2Ye2YpQvWJppx6ViySIpBIcdlw1dBBaX3m1R/cdKHE3X2PWXhJdH88pmFy1a+04a6lMlo5D9EQ==}
|
||||||
engines: {node: '>=12.22.0'}
|
engines: {node: '>=12.22.0'}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: '>=7.0.0'
|
eslint: '>=7.0.0'
|
||||||
dependencies:
|
dependencies:
|
||||||
eslint: 8.7.0
|
builtins: 4.0.0
|
||||||
eslint-plugin-es: 4.1.0_eslint@8.7.0
|
eslint: 8.10.0
|
||||||
eslint-utils: 3.0.0_eslint@8.7.0
|
eslint-plugin-es: 4.1.0_eslint@8.10.0
|
||||||
ignore: 5.1.8
|
eslint-utils: 3.0.0_eslint@8.10.0
|
||||||
|
ignore: 5.2.0
|
||||||
is-core-module: 2.8.0
|
is-core-module: 2.8.0
|
||||||
minimatch: 3.0.4
|
minimatch: 3.0.4
|
||||||
resolve: 1.20.0
|
resolve: 1.20.0
|
||||||
semver: 6.3.0
|
semver: 6.3.0
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/eslint-plugin-promise/6.0.0_eslint@8.7.0:
|
/eslint-plugin-promise/6.0.0_eslint@8.10.0:
|
||||||
resolution: {integrity: sha512-7GPezalm5Bfi/E22PnQxDWH2iW9GTvAlUNTztemeHb6c1BniSyoeTrM87JkC0wYdi6aQrZX9p2qEiAno8aTcbw==}
|
resolution: {integrity: sha512-7GPezalm5Bfi/E22PnQxDWH2iW9GTvAlUNTztemeHb6c1BniSyoeTrM87JkC0wYdi6aQrZX9p2qEiAno8aTcbw==}
|
||||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: ^7.0.0 || ^8.0.0
|
eslint: ^7.0.0 || ^8.0.0
|
||||||
dependencies:
|
dependencies:
|
||||||
eslint: 8.7.0
|
eslint: 8.10.0
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/eslint-plugin-react/7.28.0_eslint@8.7.0:
|
/eslint-plugin-react/7.29.3_eslint@8.10.0:
|
||||||
resolution: {integrity: sha512-IOlFIRHzWfEQQKcAD4iyYDndHwTQiCMcJVJjxempf203jnNLUnW34AXLrV33+nEXoifJE2ZEGmcjKPL8957eSw==}
|
resolution: {integrity: sha512-MzW6TuCnDOcta67CkpDyRfRsEVx9FNMDV8wZsDqe1luHPdGTrQIUaUXD27Ja3gHsdOIs/cXzNchWGlqm+qRVRg==}
|
||||||
engines: {node: '>=4'}
|
engines: {node: '>=4'}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8
|
eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8
|
||||||
@ -2220,31 +2222,31 @@ packages:
|
|||||||
array-includes: 3.1.4
|
array-includes: 3.1.4
|
||||||
array.prototype.flatmap: 1.2.5
|
array.prototype.flatmap: 1.2.5
|
||||||
doctrine: 2.1.0
|
doctrine: 2.1.0
|
||||||
eslint: 8.7.0
|
eslint: 8.10.0
|
||||||
estraverse: 5.3.0
|
estraverse: 5.3.0
|
||||||
jsx-ast-utils: 2.4.1
|
jsx-ast-utils: 2.4.1
|
||||||
minimatch: 3.0.4
|
minimatch: 3.1.2
|
||||||
object.entries: 1.1.5
|
object.entries: 1.1.5
|
||||||
object.fromentries: 2.0.5
|
object.fromentries: 2.0.5
|
||||||
object.hasown: 1.1.0
|
object.hasown: 1.1.0
|
||||||
object.values: 1.1.5
|
object.values: 1.1.5
|
||||||
prop-types: 15.7.2
|
prop-types: 15.8.1
|
||||||
resolve: 2.0.0-next.3
|
resolve: 2.0.0-next.3
|
||||||
semver: 6.3.0
|
semver: 6.3.0
|
||||||
string.prototype.matchall: 4.0.6
|
string.prototype.matchall: 4.0.6
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/eslint-plugin-unicorn/40.1.0_eslint@8.7.0:
|
/eslint-plugin-unicorn/41.0.0_eslint@8.10.0:
|
||||||
resolution: {integrity: sha512-y5doK2DF9Sr5AqKEHbHxjFllJ167nKDRU01HDcWyv4Tnmaoe9iNxMrBnaybZvWZUaE3OC5Unu0lNIevYamloig==}
|
resolution: {integrity: sha512-xoJCaRc1uy5REg9DkVga1BkZV57jJxoqOcrU28QHZB89Lk5LdSqdVyTIt9JQVfHNKaiyJ7X+3iLlIn+VEHWEzA==}
|
||||||
engines: {node: '>=12'}
|
engines: {node: '>=12'}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: '>=7.32.0'
|
eslint: '>=8.8.0'
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/helper-validator-identifier': 7.16.7
|
'@babel/helper-validator-identifier': 7.16.7
|
||||||
ci-info: 3.3.0
|
ci-info: 3.3.0
|
||||||
clean-regexp: 1.0.0
|
clean-regexp: 1.0.0
|
||||||
eslint: 8.7.0
|
eslint: 8.10.0
|
||||||
eslint-utils: 3.0.0_eslint@8.7.0
|
eslint-utils: 3.0.0_eslint@8.10.0
|
||||||
esquery: 1.4.0
|
esquery: 1.4.0
|
||||||
indent-string: 4.0.0
|
indent-string: 4.0.0
|
||||||
is-builtin-module: 3.1.0
|
is-builtin-module: 3.1.0
|
||||||
@ -2257,29 +2259,29 @@ packages:
|
|||||||
strip-indent: 3.0.0
|
strip-indent: 3.0.0
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/eslint-plugin-vue/8.4.0_eslint@8.7.0:
|
/eslint-plugin-vue/8.5.0_eslint@8.10.0:
|
||||||
resolution: {integrity: sha512-Ga96QRG8GA9AyzKtEDxqYRCMt/VJM4SLkcNmm4FvUiFBE4jpaBr25unRBi9iVmHLYhA9EZ/4I+jD8n1vfWzyAA==}
|
resolution: {integrity: sha512-i1uHCTAKOoEj12RDvdtONWrGzjFm/djkzqfhmQ0d6M/W8KM81mhswd/z+iTZ0jCpdUedW3YRgcVfQ37/J4zoYQ==}
|
||||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: ^6.2.0 || ^7.0.0 || ^8.0.0
|
eslint: ^6.2.0 || ^7.0.0 || ^8.0.0
|
||||||
dependencies:
|
dependencies:
|
||||||
eslint: 8.7.0
|
eslint: 8.10.0
|
||||||
eslint-utils: 3.0.0_eslint@8.7.0
|
eslint-utils: 3.0.0_eslint@8.10.0
|
||||||
natural-compare: 1.4.0
|
natural-compare: 1.4.0
|
||||||
semver: 7.3.5
|
semver: 7.3.5
|
||||||
vue-eslint-parser: 8.0.1_eslint@8.7.0
|
vue-eslint-parser: 8.0.1_eslint@8.10.0
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/eslint-plugin-yml/0.12.0_eslint@8.7.0:
|
/eslint-plugin-yml/0.14.0_eslint@8.10.0:
|
||||||
resolution: {integrity: sha512-aS82M+diohZTusadiByzh/bKDrfi+Y6VBQkD3ym/7JH+KF9WUB9qKCizLfTaCACwtRrHpqaLz3G8GKmslshyiw==}
|
resolution: {integrity: sha512-+0+bBV/07txENbxfrHF9olGoLCHez64vmnOmjWOoLwmXOwfdaSRleBSPIi4nWQs7WwX8lm/fSLadOjbVEcsXQQ==}
|
||||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: '>=6.0.0'
|
eslint: '>=6.0.0'
|
||||||
dependencies:
|
dependencies:
|
||||||
debug: 4.3.2
|
debug: 4.3.2
|
||||||
eslint: 8.7.0
|
eslint: 8.10.0
|
||||||
lodash: 4.17.21
|
lodash: 4.17.21
|
||||||
natural-compare: 1.4.0
|
natural-compare: 1.4.0
|
||||||
yaml-eslint-parser: 0.5.0
|
yaml-eslint-parser: 0.5.0
|
||||||
@ -2303,8 +2305,8 @@ packages:
|
|||||||
estraverse: 5.3.0
|
estraverse: 5.3.0
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/eslint-scope/7.1.0:
|
/eslint-scope/7.1.1:
|
||||||
resolution: {integrity: sha512-aWwkhnS0qAXqNOgKOK0dJ2nvzEbhEvpy8OlJ9kZ0FeZnA6zpjv1/Vei+puGFFX7zkPCkHHXb7IDX3A+7yPrRWg==}
|
resolution: {integrity: sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==}
|
||||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||||
dependencies:
|
dependencies:
|
||||||
esrecurse: 4.3.0
|
esrecurse: 4.3.0
|
||||||
@ -2318,13 +2320,13 @@ packages:
|
|||||||
eslint-visitor-keys: 1.3.0
|
eslint-visitor-keys: 1.3.0
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/eslint-utils/3.0.0_eslint@8.7.0:
|
/eslint-utils/3.0.0_eslint@8.10.0:
|
||||||
resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==}
|
resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==}
|
||||||
engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0}
|
engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: '>=5'
|
eslint: '>=5'
|
||||||
dependencies:
|
dependencies:
|
||||||
eslint: 8.7.0
|
eslint: 8.10.0
|
||||||
eslint-visitor-keys: 2.1.0
|
eslint-visitor-keys: 2.1.0
|
||||||
|
|
||||||
/eslint-visitor-keys/1.3.0:
|
/eslint-visitor-keys/1.3.0:
|
||||||
@ -2344,18 +2346,23 @@ packages:
|
|||||||
/eslint-visitor-keys/3.1.0:
|
/eslint-visitor-keys/3.1.0:
|
||||||
resolution: {integrity: sha512-yWJFpu4DtjsWKkt5GeNBBuZMlNcYVs6vRCLoCVEJrTjaSB6LC98gFipNK/erM2Heg/E8mIK+hXG/pJMLK+eRZA==}
|
resolution: {integrity: sha512-yWJFpu4DtjsWKkt5GeNBBuZMlNcYVs6vRCLoCVEJrTjaSB6LC98gFipNK/erM2Heg/E8mIK+hXG/pJMLK+eRZA==}
|
||||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||||
|
dev: false
|
||||||
|
|
||||||
/eslint-visitor-keys/3.2.0:
|
/eslint-visitor-keys/3.2.0:
|
||||||
resolution: {integrity: sha512-IOzT0X126zn7ALX0dwFiUQEdsfzrm4+ISsQS8nukaJXwEyYKRSnEIIDULYg1mCtGp7UUXgfGl7BIolXREQK+XQ==}
|
resolution: {integrity: sha512-IOzT0X126zn7ALX0dwFiUQEdsfzrm4+ISsQS8nukaJXwEyYKRSnEIIDULYg1mCtGp7UUXgfGl7BIolXREQK+XQ==}
|
||||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||||
dev: true
|
dev: false
|
||||||
|
|
||||||
/eslint/8.7.0:
|
/eslint-visitor-keys/3.3.0:
|
||||||
resolution: {integrity: sha512-ifHYzkBGrzS2iDU7KjhCAVMGCvF6M3Xfs8X8b37cgrUlDt6bWRTpRh6T/gtSXv1HJ/BUGgmjvNvOEGu85Iif7w==}
|
resolution: {integrity: sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==}
|
||||||
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||||
|
|
||||||
|
/eslint/8.10.0:
|
||||||
|
resolution: {integrity: sha512-tcI1D9lfVec+R4LE1mNDnzoJ/f71Kl/9Cv4nG47jOueCMBrCCKYXr4AUVS7go6mWYGFD4+EoN6+eXSrEbRzXVw==}
|
||||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint/eslintrc': 1.0.5
|
'@eslint/eslintrc': 1.2.0
|
||||||
'@humanwhocodes/config-array': 0.9.2
|
'@humanwhocodes/config-array': 0.9.2
|
||||||
ajv: 6.12.6
|
ajv: 6.12.6
|
||||||
chalk: 4.1.0
|
chalk: 4.1.0
|
||||||
@ -2363,10 +2370,10 @@ packages:
|
|||||||
debug: 4.3.2
|
debug: 4.3.2
|
||||||
doctrine: 3.0.0
|
doctrine: 3.0.0
|
||||||
escape-string-regexp: 4.0.0
|
escape-string-regexp: 4.0.0
|
||||||
eslint-scope: 7.1.0
|
eslint-scope: 7.1.1
|
||||||
eslint-utils: 3.0.0_eslint@8.7.0
|
eslint-utils: 3.0.0_eslint@8.10.0
|
||||||
eslint-visitor-keys: 3.2.0
|
eslint-visitor-keys: 3.3.0
|
||||||
espree: 9.3.0
|
espree: 9.3.1
|
||||||
esquery: 1.4.0
|
esquery: 1.4.0
|
||||||
esutils: 2.0.3
|
esutils: 2.0.3
|
||||||
fast-deep-equal: 3.1.3
|
fast-deep-equal: 3.1.3
|
||||||
@ -2401,6 +2408,16 @@ packages:
|
|||||||
acorn: 8.7.0
|
acorn: 8.7.0
|
||||||
acorn-jsx: 5.3.1_acorn@8.7.0
|
acorn-jsx: 5.3.1_acorn@8.7.0
|
||||||
eslint-visitor-keys: 3.1.0
|
eslint-visitor-keys: 3.1.0
|
||||||
|
dev: false
|
||||||
|
|
||||||
|
/espree/9.3.1:
|
||||||
|
resolution: {integrity: sha512-bvdyLmJMfwkV3NCRl5ZhJf22zBFo1y8bYh3VYb+bfzqNB4Je68P2sSuXyuFquzWLebHpNd2/d5uv7yoP9ISnGQ==}
|
||||||
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||||
|
dependencies:
|
||||||
|
acorn: 8.7.0
|
||||||
|
acorn-jsx: 5.3.1_acorn@8.7.0
|
||||||
|
eslint-visitor-keys: 3.3.0
|
||||||
|
dev: true
|
||||||
|
|
||||||
/esquery/1.4.0:
|
/esquery/1.4.0:
|
||||||
resolution: {integrity: sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==}
|
resolution: {integrity: sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==}
|
||||||
@ -2762,7 +2779,7 @@ packages:
|
|||||||
array-union: 2.1.0
|
array-union: 2.1.0
|
||||||
dir-glob: 3.0.1
|
dir-glob: 3.0.1
|
||||||
fast-glob: 3.2.4
|
fast-glob: 3.2.4
|
||||||
ignore: 5.1.8
|
ignore: 5.2.0
|
||||||
merge2: 1.4.1
|
merge2: 1.4.1
|
||||||
slash: 3.0.0
|
slash: 3.0.0
|
||||||
dev: false
|
dev: false
|
||||||
@ -2942,7 +2959,6 @@ packages:
|
|||||||
/ignore/5.2.0:
|
/ignore/5.2.0:
|
||||||
resolution: {integrity: sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==}
|
resolution: {integrity: sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==}
|
||||||
engines: {node: '>= 4'}
|
engines: {node: '>= 4'}
|
||||||
dev: true
|
|
||||||
|
|
||||||
/import-fresh/3.2.1:
|
/import-fresh/3.2.1:
|
||||||
resolution: {integrity: sha512-6e1q1cnWP2RXD9/keSkxHScg508CdXqXWgWBaETNhyuBFz+kUZlKboh+ISK+bU++DmbHimVBrOz/zzPe0sZ3sQ==}
|
resolution: {integrity: sha512-6e1q1cnWP2RXD9/keSkxHScg508CdXqXWgWBaETNhyuBFz+kUZlKboh+ISK+bU++DmbHimVBrOz/zzPe0sZ3sQ==}
|
||||||
@ -3633,6 +3649,12 @@ packages:
|
|||||||
dependencies:
|
dependencies:
|
||||||
brace-expansion: 1.1.11
|
brace-expansion: 1.1.11
|
||||||
|
|
||||||
|
/minimatch/3.1.2:
|
||||||
|
resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==}
|
||||||
|
dependencies:
|
||||||
|
brace-expansion: 1.1.11
|
||||||
|
dev: false
|
||||||
|
|
||||||
/minimist-options/4.1.0:
|
/minimist-options/4.1.0:
|
||||||
resolution: {integrity: sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==}
|
resolution: {integrity: sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==}
|
||||||
engines: {node: '>= 6'}
|
engines: {node: '>= 6'}
|
||||||
@ -4356,8 +4378,8 @@ packages:
|
|||||||
read: 1.0.7
|
read: 1.0.7
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/prop-types/15.7.2:
|
/prop-types/15.8.1:
|
||||||
resolution: {integrity: sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==}
|
resolution: {integrity: sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==}
|
||||||
dependencies:
|
dependencies:
|
||||||
loose-envify: 1.4.0
|
loose-envify: 1.4.0
|
||||||
object-assign: 4.1.1
|
object-assign: 4.1.1
|
||||||
@ -5180,14 +5202,14 @@ packages:
|
|||||||
/tslib/1.13.0:
|
/tslib/1.13.0:
|
||||||
resolution: {integrity: sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==}
|
resolution: {integrity: sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==}
|
||||||
|
|
||||||
/tsutils/3.21.0_typescript@4.5.5:
|
/tsutils/3.21.0_typescript@4.6.2:
|
||||||
resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==}
|
resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==}
|
||||||
engines: {node: '>= 6'}
|
engines: {node: '>= 6'}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta'
|
typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta'
|
||||||
dependencies:
|
dependencies:
|
||||||
tslib: 1.13.0
|
tslib: 1.13.0
|
||||||
typescript: 4.5.5
|
typescript: 4.6.2
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/tunnel-agent/0.6.0:
|
/tunnel-agent/0.6.0:
|
||||||
@ -5245,8 +5267,8 @@ packages:
|
|||||||
resolution: {integrity: sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=}
|
resolution: {integrity: sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/typescript/4.5.5:
|
/typescript/4.6.2:
|
||||||
resolution: {integrity: sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==}
|
resolution: {integrity: sha512-HM/hFigTBHZhLXshn9sN37H085+hQGeJHJ/X7LpBWLID/fbc2acUMfU+lGD98X81sKP+pFa9f0DZmCwB9GnbAg==}
|
||||||
engines: {node: '>=4.2.0'}
|
engines: {node: '>=4.2.0'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
dev: true
|
dev: true
|
||||||
@ -5348,16 +5370,16 @@ packages:
|
|||||||
extsprintf: 1.3.0
|
extsprintf: 1.3.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/vue-eslint-parser/8.0.1_eslint@8.7.0:
|
/vue-eslint-parser/8.0.1_eslint@8.10.0:
|
||||||
resolution: {integrity: sha512-lhWjDXJhe3UZw2uu3ztX51SJAPGPey1Tff2RK3TyZURwbuI4vximQLzz4nQfCv8CZq4xx7uIiogHMMoSJPr33A==}
|
resolution: {integrity: sha512-lhWjDXJhe3UZw2uu3ztX51SJAPGPey1Tff2RK3TyZURwbuI4vximQLzz4nQfCv8CZq4xx7uIiogHMMoSJPr33A==}
|
||||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: '>=6.0.0'
|
eslint: '>=6.0.0'
|
||||||
dependencies:
|
dependencies:
|
||||||
debug: 4.3.2
|
debug: 4.3.2
|
||||||
eslint: 8.7.0
|
eslint: 8.10.0
|
||||||
eslint-scope: 6.0.0
|
eslint-scope: 6.0.0
|
||||||
eslint-visitor-keys: 3.1.0
|
eslint-visitor-keys: 3.2.0
|
||||||
espree: 9.3.0
|
espree: 9.3.0
|
||||||
esquery: 1.4.0
|
esquery: 1.4.0
|
||||||
lodash: 4.17.21
|
lodash: 4.17.21
|
||||||
|
Loading…
Reference in New Issue
Block a user