chore: update deps

This commit is contained in:
Anthony Fu 2021-09-08 05:16:50 +08:00
parent b46157c63b
commit d086aff8a8
7 changed files with 216 additions and 235 deletions

View File

@ -11,8 +11,8 @@
},
"devDependencies": {
"@antfu/eslint-config": "*",
"eslint": "^7.30.0",
"eslint": "^7.32.0",
"lerna": "^4.0.0",
"typescript": "^4.3.5"
"typescript": "^4.4.2"
}
}

View File

@ -20,6 +20,6 @@
"@antfu/eslint-config-vue": "^0.7.0"
},
"devDependencies": {
"eslint": "^7.30.0"
"eslint": "^7.32.0"
}
}

View File

@ -22,16 +22,16 @@
"eslint-config-standard": "^16.0.3",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-html": "^6.1.2",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsonc": "^1.4.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsonc": "^1.6.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-unicorn": "^34.0.1",
"eslint-plugin-yml": "^0.9.0",
"jsonc-eslint-parser": "^1.1.0",
"yaml-eslint-parser": "^0.3.2"
"eslint-plugin-unicorn": "^35.0.0",
"eslint-plugin-yml": "^0.10.0",
"jsonc-eslint-parser": "^1.3.1",
"yaml-eslint-parser": "^0.4.1"
},
"devDependencies": {
"eslint": "^7.30.0"
"eslint": "^7.32.0"
}
}

View File

@ -20,11 +20,11 @@
},
"dependencies": {
"@antfu/eslint-config-ts": "^0.7.0",
"eslint-plugin-react": "^7.24.0"
"eslint-plugin-react": "^7.25.1"
},
"devDependencies": {
"eslint": "^7.30.0",
"eslint": "^7.32.0",
"react": "^17.0.2",
"typescript": "^4.3.5"
"typescript": "^4.4.2"
}
}

View File

@ -18,10 +18,10 @@
},
"dependencies": {
"@antfu/eslint-config-basic": "^0.7.0",
"@typescript-eslint/eslint-plugin": "^4.28.1",
"@typescript-eslint/parser": "^4.28.1"
"@typescript-eslint/eslint-plugin": "^4.31.0",
"@typescript-eslint/parser": "^4.31.0"
},
"devDependencies": {
"eslint": "^7.30.0"
"eslint": "^7.32.0"
}
}

View File

@ -17,9 +17,9 @@
},
"dependencies": {
"@antfu/eslint-config-ts": "^0.7.0",
"eslint-plugin-vue": "7.12.1"
"eslint-plugin-vue": "7.17.0"
},
"devDependencies": {
"eslint": "^7.30.0"
"eslint": "^7.32.0"
}
}

View File

@ -5,101 +5,96 @@ importers:
.:
specifiers:
'@antfu/eslint-config': '*'
eslint: ^7.30.0
eslint: ^7.32.0
lerna: ^4.0.0
typescript: ^4.3.5
typescript: ^4.4.2
devDependencies:
'@antfu/eslint-config': link:packages/all
eslint: 7.30.0
eslint: 7.32.0
lerna: 4.0.0
typescript: 4.3.5
typescript: 4.4.2
packages/all:
specifiers:
'@antfu/eslint-config-react': ^0.6.6
'@antfu/eslint-config-vue': ^0.6.6
eslint: ^7.30.0
'@antfu/eslint-config-react': ^0.7.0
'@antfu/eslint-config-vue': ^0.7.0
eslint: ^7.32.0
dependencies:
'@antfu/eslint-config-react': link:../react
'@antfu/eslint-config-vue': link:../vue
devDependencies:
eslint: 7.30.0
eslint: 7.32.0
packages/basic:
specifiers:
eslint: ^7.30.0
eslint: ^7.32.0
eslint-config-standard: ^16.0.3
eslint-plugin-eslint-comments: ^3.2.0
eslint-plugin-html: ^6.1.2
eslint-plugin-import: ^2.23.4
eslint-plugin-jsonc: ^1.4.0
eslint-plugin-import: ^2.24.2
eslint-plugin-jsonc: ^1.6.0
eslint-plugin-node: ^11.1.0
eslint-plugin-promise: ^5.1.0
eslint-plugin-unicorn: ^34.0.1
eslint-plugin-yml: ^0.9.0
jsonc-eslint-parser: ^1.1.0
yaml-eslint-parser: ^0.3.2
eslint-plugin-unicorn: ^35.0.0
eslint-plugin-yml: ^0.10.0
jsonc-eslint-parser: ^1.3.1
yaml-eslint-parser: ^0.4.1
dependencies:
eslint-config-standard: 16.0.3_68aba462ebcb9819879db75ba6ea05da
eslint-plugin-eslint-comments: 3.2.0_eslint@7.30.0
eslint-config-standard: 16.0.3_dfa64ed3583b1f068d7b5761cc0291ce
eslint-plugin-eslint-comments: 3.2.0_eslint@7.32.0
eslint-plugin-html: 6.1.2
eslint-plugin-import: 2.23.4_eslint@7.30.0
eslint-plugin-jsonc: 1.4.0_eslint@7.30.0
eslint-plugin-node: 11.1.0_eslint@7.30.0
eslint-plugin-promise: 5.1.0_eslint@7.30.0
eslint-plugin-unicorn: 34.0.1_eslint@7.30.0
eslint-plugin-yml: 0.9.0_eslint@7.30.0
jsonc-eslint-parser: 1.1.0_eslint@7.30.0
yaml-eslint-parser: 0.3.2
eslint-plugin-import: 2.24.2_eslint@7.32.0
eslint-plugin-jsonc: 1.6.0_eslint@7.32.0
eslint-plugin-node: 11.1.0_eslint@7.32.0
eslint-plugin-promise: 5.1.0_eslint@7.32.0
eslint-plugin-unicorn: 35.0.0_eslint@7.32.0
eslint-plugin-yml: 0.10.0_eslint@7.32.0
jsonc-eslint-parser: 1.3.1
yaml-eslint-parser: 0.4.1
devDependencies:
eslint: 7.30.0
eslint: 7.32.0
packages/react:
specifiers:
'@antfu/eslint-config-ts': ^0.6.6
eslint: ^7.30.0
eslint-plugin-react: ^7.24.0
'@antfu/eslint-config-ts': ^0.7.0
eslint: ^7.32.0
eslint-plugin-react: ^7.25.1
react: ^17.0.2
typescript: ^4.3.5
typescript: ^4.4.2
dependencies:
'@antfu/eslint-config-ts': link:../typescript
eslint-plugin-react: 7.24.0_eslint@7.30.0
eslint-plugin-react: 7.25.1_eslint@7.32.0
devDependencies:
eslint: 7.30.0
eslint: 7.32.0
react: 17.0.2
typescript: 4.3.5
typescript: 4.4.2
packages/typescript:
specifiers:
'@antfu/eslint-config-basic': ^0.6.6
'@typescript-eslint/eslint-plugin': ^4.28.1
'@typescript-eslint/parser': ^4.28.1
eslint: ^7.30.0
'@antfu/eslint-config-basic': ^0.7.0
'@typescript-eslint/eslint-plugin': ^4.31.0
'@typescript-eslint/parser': ^4.31.0
eslint: ^7.32.0
dependencies:
'@antfu/eslint-config-basic': link:../basic
'@typescript-eslint/eslint-plugin': 4.28.1_b6d91f5a51cdac1f8e59b9501b5488a4
'@typescript-eslint/parser': 4.28.1_eslint@7.30.0
'@typescript-eslint/eslint-plugin': 4.31.0_a690ff3776b01e92cf0b93501bb5ae6a
'@typescript-eslint/parser': 4.31.0_eslint@7.32.0+typescript@4.4.2
devDependencies:
eslint: 7.30.0
eslint: 7.32.0
packages/vue:
specifiers:
'@antfu/eslint-config-ts': ^0.6.6
eslint: ^7.30.0
eslint-plugin-vue: 7.12.1
'@antfu/eslint-config-ts': ^0.7.0
eslint: ^7.32.0
eslint-plugin-vue: 7.17.0
dependencies:
'@antfu/eslint-config-ts': link:../typescript
eslint-plugin-vue: 7.12.1_eslint@7.30.0
eslint-plugin-vue: 7.17.0_eslint@7.32.0
devDependencies:
eslint: 7.30.0
eslint: 7.32.0
packages:
/@babel/code-frame/7.10.4:
resolution: {integrity: sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==}
dependencies:
'@babel/highlight': 7.10.4
/@babel/code-frame/7.12.11:
resolution: {integrity: sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==}
dependencies:
@ -110,7 +105,6 @@ packages:
resolution: {integrity: sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g==}
dependencies:
'@babel/highlight': 7.13.10
dev: false
/@babel/compat-data/7.13.8:
resolution: {integrity: sha512-EaI33z19T4qN3xLXsGf48M2cDqa6ei9tPZlfLdb2HC+e/cFtREiRd8hdSqDbwdLB0/+gLwqJmCYASH0z2bUdog==}
@ -140,7 +134,7 @@ packages:
- supports-color
dev: false
/@babel/eslint-parser/7.13.10_fd59bcadf1b7d6781076600403bf2036:
/@babel/eslint-parser/7.13.10_1fe5aa8815ae94182bbf1bfb2808b402:
resolution: {integrity: sha512-/I1HQ3jGPhIpeBFeI3wO9WwWOnBYpuR0pX0KlkdGcRQAVX9prB/FCS2HBpL7BiFbzhny1YCiBH8MTZD2jJa7Hg==}
engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0}
peerDependencies:
@ -148,7 +142,7 @@ packages:
eslint: '>=7.5.0'
dependencies:
'@babel/core': 7.13.10
eslint: 7.30.0
eslint: 7.32.0
eslint-scope: 5.1.0
eslint-visitor-keys: 1.3.0
semver: 6.3.0
@ -207,7 +201,7 @@ packages:
'@babel/helper-replace-supers': 7.13.0
'@babel/helper-simple-access': 7.12.13
'@babel/helper-split-export-declaration': 7.12.13
'@babel/helper-validator-identifier': 7.12.11
'@babel/helper-validator-identifier': 7.14.9
'@babel/template': 7.12.13
'@babel/traverse': 7.13.0
'@babel/types': 7.13.0
@ -245,8 +239,9 @@ packages:
'@babel/types': 7.13.0
dev: false
/@babel/helper-validator-identifier/7.12.11:
resolution: {integrity: sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==}
/@babel/helper-validator-identifier/7.14.9:
resolution: {integrity: sha512-pQYxPY0UP6IHISRitNe8bsijHex4TWZXi2HwKVsjPiltzlhse2znVcm9Ace510VT1kxIHjGJCZZQBX2gJDbo0g==}
engines: {node: '>=6.9.0'}
/@babel/helper-validator-option/7.12.17:
resolution: {integrity: sha512-TopkMDmLzq8ngChwRlyjR6raKD6gMSae4JdYDB8bByKreQgG0RBTuKe9LRxW3wFtUnjxOPRKBDwEH6Mg5KeDfw==}
@ -262,17 +257,10 @@ packages:
- supports-color
dev: false
/@babel/highlight/7.10.4:
resolution: {integrity: sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA==}
dependencies:
'@babel/helper-validator-identifier': 7.12.11
chalk: 2.4.2
js-tokens: 4.0.0
/@babel/highlight/7.13.10:
resolution: {integrity: sha512-5aPpe5XQPzflQrFwL1/QoeHkP2MsA4JCntcXHRhEsdsfPVkvPi2w7Qix4iV7t5S/oC9OodGrggd8aco1g3SZFg==}
dependencies:
'@babel/helper-validator-identifier': 7.12.11
'@babel/helper-validator-identifier': 7.14.9
chalk: 2.4.2
js-tokens: 4.0.0
@ -309,13 +297,13 @@ packages:
/@babel/types/7.13.0:
resolution: {integrity: sha512-hE+HE8rnG1Z6Wzo+MhaKE5lM5eMx71T4EHJgku2E3xIfaULhDcxiiRxUYgwX8qwP1BBSlag+TdGOt6JAidIZTA==}
dependencies:
'@babel/helper-validator-identifier': 7.12.11
'@babel/helper-validator-identifier': 7.14.9
lodash: 4.17.21
to-fast-properties: 2.0.0
dev: false
/@eslint/eslintrc/0.4.2:
resolution: {integrity: sha512-8nmGq/4ycLpIwzvhI4tNDmQztZ8sp+hI7cyG8i1nQDhkAbRzHpXPidRAHlNvCZQpJTKw5ItIpMw9RSToGF00mg==}
/@eslint/eslintrc/0.4.3:
resolution: {integrity: sha512-J6KFFz5QCYUJq3pf0mjEcCJVERbzv71PUIDczuh9JkwGEzced6CO5ADLHB1rbf/+oPBtoPfMYNOpGDzCANlbXw==}
engines: {node: ^10.12.0 || >=12.0.0}
dependencies:
ajv: 6.12.6
@ -1237,8 +1225,8 @@ packages:
resolution: {integrity: sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==}
dev: true
/@typescript-eslint/eslint-plugin/4.28.1_b6d91f5a51cdac1f8e59b9501b5488a4:
resolution: {integrity: sha512-9yfcNpDaNGQ6/LQOX/KhUFTR1sCKH+PBr234k6hI9XJ0VP5UqGxap0AnNwBnWFk1MNyWBylJH9ZkzBXC+5akZQ==}
/@typescript-eslint/eslint-plugin/4.31.0_a690ff3776b01e92cf0b93501bb5ae6a:
resolution: {integrity: sha512-iPKZTZNavAlOhfF4gymiSuUkgLne/nh5Oz2/mdiUmuZVD42m9PapnCnzjxuDsnpnbH3wT5s2D8bw6S39TC6GNw==}
engines: {node: ^10.12.0 || >=12.0.0}
peerDependencies:
'@typescript-eslint/parser': ^4.0.0
@ -1248,39 +1236,40 @@ packages:
typescript:
optional: true
dependencies:
'@typescript-eslint/experimental-utils': 4.28.1_eslint@7.30.0
'@typescript-eslint/parser': 4.28.1_eslint@7.30.0
'@typescript-eslint/scope-manager': 4.28.1
'@typescript-eslint/experimental-utils': 4.31.0_eslint@7.32.0+typescript@4.4.2
'@typescript-eslint/parser': 4.31.0_eslint@7.32.0+typescript@4.4.2
'@typescript-eslint/scope-manager': 4.31.0
debug: 4.3.1
eslint: 7.30.0
eslint: 7.32.0
functional-red-black-tree: 1.0.1
regexpp: 3.1.0
semver: 7.3.5
tsutils: 3.21.0
tsutils: 3.21.0_typescript@4.4.2
typescript: 4.4.2
transitivePeerDependencies:
- supports-color
dev: false
/@typescript-eslint/experimental-utils/4.28.1_eslint@7.30.0:
resolution: {integrity: sha512-n8/ggadrZ+uyrfrSEchx3jgODdmcx7MzVM2sI3cTpI/YlfSm0+9HEUaWw3aQn2urL2KYlWYMDgn45iLfjDYB+Q==}
/@typescript-eslint/experimental-utils/4.31.0_eslint@7.32.0+typescript@4.4.2:
resolution: {integrity: sha512-Hld+EQiKLMppgKKkdUsLeVIeEOrwKc2G983NmznY/r5/ZtZCDvIOXnXtwqJIgYz/ymsy7n7RGvMyrzf1WaSQrw==}
engines: {node: ^10.12.0 || >=12.0.0}
peerDependencies:
eslint: '*'
dependencies:
'@types/json-schema': 7.0.7
'@typescript-eslint/scope-manager': 4.28.1
'@typescript-eslint/types': 4.28.1
'@typescript-eslint/typescript-estree': 4.28.1
eslint: 7.30.0
'@typescript-eslint/scope-manager': 4.31.0
'@typescript-eslint/types': 4.31.0
'@typescript-eslint/typescript-estree': 4.31.0_typescript@4.4.2
eslint: 7.32.0
eslint-scope: 5.1.1
eslint-utils: 3.0.0_eslint@7.30.0
eslint-utils: 3.0.0_eslint@7.32.0
transitivePeerDependencies:
- supports-color
- typescript
dev: false
/@typescript-eslint/parser/4.28.1_eslint@7.30.0:
resolution: {integrity: sha512-UjrMsgnhQIIK82hXGaD+MCN8IfORS1CbMdu7VlZbYa8LCZtbZjJA26De4IPQB7XYZbL8gJ99KWNj0l6WD0guJg==}
/@typescript-eslint/parser/4.31.0_eslint@7.32.0+typescript@4.4.2:
resolution: {integrity: sha512-oWbzvPh5amMuTmKaf1wp0ySxPt2ZXHnFQBN2Szu1O//7LmOvgaKTCIDNLK2NvzpmVd5A2M/1j/rujBqO37hj3w==}
engines: {node: ^10.12.0 || >=12.0.0}
peerDependencies:
eslint: ^5.0.0 || ^6.0.0 || ^7.0.0
@ -1289,30 +1278,31 @@ packages:
typescript:
optional: true
dependencies:
'@typescript-eslint/scope-manager': 4.28.1
'@typescript-eslint/types': 4.28.1
'@typescript-eslint/typescript-estree': 4.28.1
'@typescript-eslint/scope-manager': 4.31.0
'@typescript-eslint/types': 4.31.0
'@typescript-eslint/typescript-estree': 4.31.0_typescript@4.4.2
debug: 4.3.1
eslint: 7.30.0
eslint: 7.32.0
typescript: 4.4.2
transitivePeerDependencies:
- supports-color
dev: false
/@typescript-eslint/scope-manager/4.28.1:
resolution: {integrity: sha512-o95bvGKfss6705x7jFGDyS7trAORTy57lwJ+VsYwil/lOUxKQ9tA7Suuq+ciMhJc/1qPwB3XE2DKh9wubW8YYA==}
/@typescript-eslint/scope-manager/4.31.0:
resolution: {integrity: sha512-LJ+xtl34W76JMRLjbaQorhR0hfRAlp3Lscdiz9NeI/8i+q0hdBZ7BsiYieLoYWqy+AnRigaD3hUwPFugSzdocg==}
engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1}
dependencies:
'@typescript-eslint/types': 4.28.1
'@typescript-eslint/visitor-keys': 4.28.1
'@typescript-eslint/types': 4.31.0
'@typescript-eslint/visitor-keys': 4.31.0
dev: false
/@typescript-eslint/types/4.28.1:
resolution: {integrity: sha512-4z+knEihcyX7blAGi7O3Fm3O6YRCP+r56NJFMNGsmtdw+NCdpG5SgNz427LS9nQkRVTswZLhz484hakQwB8RRg==}
/@typescript-eslint/types/4.31.0:
resolution: {integrity: sha512-9XR5q9mk7DCXgXLS7REIVs+BaAswfdHhx91XqlJklmqWpTALGjygWVIb/UnLh4NWhfwhR5wNe1yTyCInxVhLqQ==}
engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1}
dev: false
/@typescript-eslint/typescript-estree/4.28.1:
resolution: {integrity: sha512-GhKxmC4sHXxHGJv8e8egAZeTZ6HI4mLU6S7FUzvFOtsk7ZIDN1ksA9r9DyOgNqowA9yAtZXV0Uiap61bIO81FQ==}
/@typescript-eslint/typescript-estree/4.31.0_typescript@4.4.2:
resolution: {integrity: sha512-QHl2014t3ptg+xpmOSSPn5hm4mY8D4s97ftzyk9BZ8RxYQ3j73XcwuijnJ9cMa6DO4aLXeo8XS3z1omT9LA/Eg==}
engines: {node: ^10.12.0 || >=12.0.0}
peerDependencies:
typescript: '*'
@ -1320,23 +1310,24 @@ packages:
typescript:
optional: true
dependencies:
'@typescript-eslint/types': 4.28.1
'@typescript-eslint/visitor-keys': 4.28.1
'@typescript-eslint/types': 4.31.0
'@typescript-eslint/visitor-keys': 4.31.0
debug: 4.3.1
globby: 11.0.4
is-glob: 4.0.1
semver: 7.3.5
tsutils: 3.21.0
tsutils: 3.21.0_typescript@4.4.2
typescript: 4.4.2
transitivePeerDependencies:
- supports-color
dev: false
/@typescript-eslint/visitor-keys/4.28.1:
resolution: {integrity: sha512-K4HMrdFqr9PFquPu178SaSb92CaWe2yErXyPumc8cYWxFmhgJsNY9eSePmO05j0JhBvf2Cdhptd6E6Yv9HVHcg==}
/@typescript-eslint/visitor-keys/4.31.0:
resolution: {integrity: sha512-HUcRp2a9I+P21+O21yu3ezv3GEPGjyGiXoEUQwZXjR8UxRApGeLyWH4ZIIUSalE28aG4YsV6GjtaAVB3QKOu0w==}
engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1}
dependencies:
'@typescript-eslint/types': 4.28.1
eslint-visitor-keys: 2.0.0
'@typescript-eslint/types': 4.31.0
eslint-visitor-keys: 2.1.0
dev: false
/JSONStream/1.3.5:
@ -1493,7 +1484,7 @@ packages:
define-properties: 1.1.3
es-abstract: 1.18.3
get-intrinsic: 1.1.1
is-string: 1.0.5
is-string: 1.0.6
dev: false
/array-union/2.1.0:
@ -2263,7 +2254,7 @@ packages:
resolution: {integrity: sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==}
engines: {node: '>= 0.4'}
dependencies:
is-callable: 1.2.0
is-callable: 1.2.3
is-date-object: 1.0.2
is-symbol: 1.0.3
@ -2280,7 +2271,7 @@ packages:
engines: {node: '>=10'}
dev: true
/eslint-config-standard/16.0.3_68aba462ebcb9819879db75ba6ea05da:
/eslint-config-standard/16.0.3_dfa64ed3583b1f068d7b5761cc0291ce:
resolution: {integrity: sha512-x4fmJL5hGqNJKGHSjnLdgA6U6h1YW/G2dW9fA+cyVur4SK6lyue8+UgNKWlZtUDTXvgKDD/Oa3GQjmB5kjtVvg==}
peerDependencies:
eslint: ^7.12.1
@ -2288,46 +2279,46 @@ packages:
eslint-plugin-node: ^11.1.0
eslint-plugin-promise: ^4.2.1 || ^5.0.0
dependencies:
eslint: 7.30.0
eslint-plugin-import: 2.23.4_eslint@7.30.0
eslint-plugin-node: 11.1.0_eslint@7.30.0
eslint-plugin-promise: 5.1.0_eslint@7.30.0
eslint: 7.32.0
eslint-plugin-import: 2.24.2_eslint@7.32.0
eslint-plugin-node: 11.1.0_eslint@7.32.0
eslint-plugin-promise: 5.1.0_eslint@7.32.0
dev: false
/eslint-import-resolver-node/0.3.4:
resolution: {integrity: sha512-ogtf+5AB/O+nM6DIeBUNr2fuT7ot9Qg/1harBfBtaP13ekEWFQEEMP94BCB7zaNW3gyY+8SHYF00rnqYwXKWOA==}
/eslint-import-resolver-node/0.3.6:
resolution: {integrity: sha512-0En0w03NRVMn9Uiyn8YRPDKvWjxCWkslUEhGNTdGx15RvPJYQ+lbOlqrlNI2vEAs4pDYK4f/HN2TbDmk5TP0iw==}
dependencies:
debug: 2.6.9
debug: 3.2.7
resolve: 1.20.0
dev: false
/eslint-module-utils/2.6.1:
resolution: {integrity: sha512-ZXI9B8cxAJIH4nfkhTwcRTEAnrVfobYqwjWy/QMCZ8rHkZHFjf9yO4BzpiF9kCSfNlMG54eKigISHpX0+AaT4A==}
/eslint-module-utils/2.6.2:
resolution: {integrity: sha512-QG8pcgThYOuqxupd06oYTZoNOGaUdTY1PqK+oS6ElF6vs4pBdk/aYxFVQQXzcrAqp9m7cl7lb2ubazX+g16k2Q==}
engines: {node: '>=4'}
dependencies:
debug: 3.2.7
pkg-dir: 2.0.0
dev: false
/eslint-plugin-es/3.0.1_eslint@7.30.0:
/eslint-plugin-es/3.0.1_eslint@7.32.0:
resolution: {integrity: sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ==}
engines: {node: '>=8.10.0'}
peerDependencies:
eslint: '>=4.19.1'
dependencies:
eslint: 7.30.0
eslint: 7.32.0
eslint-utils: 2.1.0
regexpp: 3.1.0
dev: false
/eslint-plugin-eslint-comments/3.2.0_eslint@7.30.0:
/eslint-plugin-eslint-comments/3.2.0_eslint@7.32.0:
resolution: {integrity: sha512-0jkOl0hfojIHHmEHgmNdqv4fmh7300NdpA9FFpF7zaoLvB/QeXOGNLIo86oAveJFrfB1p05kC8hpEMHM8DwWVQ==}
engines: {node: '>=6.5.0'}
peerDependencies:
eslint: '>=4.19.1'
dependencies:
escape-string-regexp: 1.0.5
eslint: 7.30.0
eslint: 7.32.0
ignore: 5.1.8
dev: false
@ -2337,8 +2328,8 @@ packages:
htmlparser2: 6.0.1
dev: false
/eslint-plugin-import/2.23.4_eslint@7.30.0:
resolution: {integrity: sha512-6/wP8zZRsnQFiR3iaPFgh5ImVRM1WN5NUWfTIRqwOdeiGJlBcSk82o1FEVq8yXmy4lkIzTo7YhHCIxlU/2HyEQ==}
/eslint-plugin-import/2.24.2_eslint@7.32.0:
resolution: {integrity: sha512-hNVtyhiEtZmpsabL4neEj+6M5DCLgpYyG9nzJY8lZQeQXEn5UPW1DpUdsMHMXsq98dbNm7nt1w9ZMSVpfJdi8Q==}
engines: {node: '>=4'}
peerDependencies:
eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0
@ -2347,39 +2338,40 @@ packages:
array.prototype.flat: 1.2.4
debug: 2.6.9
doctrine: 2.1.0
eslint: 7.30.0
eslint-import-resolver-node: 0.3.4
eslint-module-utils: 2.6.1
eslint: 7.32.0
eslint-import-resolver-node: 0.3.6
eslint-module-utils: 2.6.2
find-up: 2.1.0
has: 1.0.3
is-core-module: 2.4.0
is-core-module: 2.6.0
minimatch: 3.0.4
object.values: 1.1.4
pkg-up: 2.0.0
read-pkg-up: 3.0.0
resolve: 1.20.0
tsconfig-paths: 3.9.0
tsconfig-paths: 3.11.0
dev: false
/eslint-plugin-jsonc/1.4.0_eslint@7.30.0:
resolution: {integrity: sha512-SmajEsMUFIIZEnUdng5b2U1MkxB9pOb7IiiGKOsh+W6cFbPljFIH8ET+6vy1eLI0u2YQEzjGZ7xGiWs8ynk4Xw==}
/eslint-plugin-jsonc/1.6.0_eslint@7.32.0:
resolution: {integrity: sha512-0J/8SAjrBkgARsiQ/fyrMTochEy6t24fE9uQ5Gq5KmPZUXAKQuOjS3Zned2iI4r9jyUAoQlAXBfcGDQpWbJkCQ==}
engines: {node: '>=8.10.0'}
peerDependencies:
eslint: ^5.0.0 || >=6.0.0
dependencies:
eslint: 7.30.0
eslint-utils: 3.0.0_eslint@7.30.0
jsonc-eslint-parser: 1.1.0_eslint@7.30.0
eslint: 7.32.0
eslint-utils: 3.0.0_eslint@7.32.0
jsonc-eslint-parser: 1.3.1
natural-compare: 1.4.0
dev: false
/eslint-plugin-node/11.1.0_eslint@7.30.0:
/eslint-plugin-node/11.1.0_eslint@7.32.0:
resolution: {integrity: sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g==}
engines: {node: '>=8.10.0'}
peerDependencies:
eslint: '>=5.16.0'
dependencies:
eslint: 7.30.0
eslint-plugin-es: 3.0.1_eslint@7.30.0
eslint: 7.32.0
eslint-plugin-es: 3.0.1_eslint@7.32.0
eslint-utils: 2.1.0
ignore: 5.1.8
minimatch: 3.0.4
@ -2387,17 +2379,17 @@ packages:
semver: 6.3.0
dev: false
/eslint-plugin-promise/5.1.0_eslint@7.30.0:
/eslint-plugin-promise/5.1.0_eslint@7.32.0:
resolution: {integrity: sha512-NGmI6BH5L12pl7ScQHbg7tvtk4wPxxj8yPHH47NvSmMtFneC077PSeY3huFj06ZWZvtbfxSPt3RuOQD5XcR4ng==}
engines: {node: ^10.12.0 || >=12.0.0}
peerDependencies:
eslint: ^7.0.0
dependencies:
eslint: 7.30.0
eslint: 7.32.0
dev: false
/eslint-plugin-react/7.24.0_eslint@7.30.0:
resolution: {integrity: sha512-KJJIx2SYx7PBx3ONe/mEeMz4YE0Lcr7feJTCMyyKb/341NcjuAgim3Acgan89GfPv7nxXK2+0slu0CWXYM4x+Q==}
/eslint-plugin-react/7.25.1_eslint@7.32.0:
resolution: {integrity: sha512-P4j9K1dHoFXxDNP05AtixcJEvIT6ht8FhYKsrkY0MPCPaUMYijhpWwNiRDZVtA8KFuZOkGSeft6QwH8KuVpJug==}
engines: {node: '>=4'}
peerDependencies:
eslint: ^3 || ^4 || ^5 || ^6 || ^7
@ -2405,7 +2397,8 @@ packages:
array-includes: 3.1.3
array.prototype.flatmap: 1.2.4
doctrine: 2.1.0
eslint: 7.30.0
eslint: 7.32.0
estraverse: 5.2.0
has: 1.0.3
jsx-ast-utils: 2.4.1
minimatch: 3.0.4
@ -2417,54 +2410,54 @@ packages:
string.prototype.matchall: 4.0.5
dev: false
/eslint-plugin-unicorn/34.0.1_eslint@7.30.0:
resolution: {integrity: sha512-GUBtRYRhPVOW/GDu6QtOjrneSZxY/MulOT8puJU+47VKCzNmMgS/iHO2gZqoQ7KPMrpNYlebUlvCWy3IR1USVQ==}
/eslint-plugin-unicorn/35.0.0_eslint@7.32.0:
resolution: {integrity: sha512-FHsaO68tDPQILfs/mGF8eSISJp8RswR4FpUuBDnueK2wyEHC6zmsc9WxjYyldXoIsBuVmru6jQyFCbCWPoW/KQ==}
engines: {node: '>=12'}
peerDependencies:
eslint: '>=7.28.0'
dependencies:
'@babel/helper-validator-identifier': 7.14.9
ci-info: 3.2.0
clean-regexp: 1.0.0
eslint: 7.30.0
eslint-template-visitor: 2.3.2_eslint@7.30.0
eslint-utils: 3.0.0_eslint@7.30.0
eslint: 7.32.0
eslint-template-visitor: 2.3.2_eslint@7.32.0
eslint-utils: 3.0.0_eslint@7.32.0
is-builtin-module: 3.1.0
lodash: 4.17.21
pluralize: 8.0.0
read-pkg-up: 7.0.1
regexp-tree: 0.1.23
reserved-words: 0.1.2
safe-regex: 2.1.1
semver: 7.3.5
transitivePeerDependencies:
- supports-color
dev: false
/eslint-plugin-vue/7.12.1_eslint@7.30.0:
resolution: {integrity: sha512-xHf/wCt88qmzqQerjaSteUFGASj7fPreglKD4ijnvoKRkoSJ3/H3kuJE8QFFtc+2wjw6hRDs834HH7vpuTJQzg==}
/eslint-plugin-vue/7.17.0_eslint@7.32.0:
resolution: {integrity: sha512-Rq5R2QetDCgC+kBFQw1+aJ5B93tQ4xqZvoCUxuIzwTonngNArsdP8ChM8PowIzsJvRtWl4ltGh/bZcN3xhFWSw==}
engines: {node: '>=8.10'}
peerDependencies:
eslint: ^6.2.0 || ^7.0.0
eslint: ^6.2.0 || ^7.0.0 || ^8.0.0-0
dependencies:
eslint: 7.30.0
eslint: 7.32.0
eslint-utils: 2.1.0
natural-compare: 1.4.0
semver: 7.3.5
vue-eslint-parser: 7.6.0_eslint@7.30.0
semver: 6.3.0
vue-eslint-parser: 7.11.0_eslint@7.32.0
transitivePeerDependencies:
- supports-color
dev: false
/eslint-plugin-yml/0.9.0_eslint@7.30.0:
resolution: {integrity: sha512-0hHBm/aOyaRSQ3y7iEJ5uSIksYf2kdv3riMLEJoyyOBoQ6p1ODxJCBBhWdo/cbnFZRPvGhzDd5RCTqgExsIqMA==}
/eslint-plugin-yml/0.10.0_eslint@7.32.0:
resolution: {integrity: sha512-N3F9Zcq9SeEphK02FdLWAg4eMbOzXTZ9K6QrPuv27mW212yOmEIrTiqzA29w2NBQGsfKMxfEQRV86JVfJmWJ8w==}
peerDependencies:
eslint: '>=6.0.0'
dependencies:
debug: 4.3.1
eslint: 7.30.0
eslint: 7.32.0
lodash: 4.17.21
natural-compare: 1.4.0
yaml-eslint-parser: 0.3.2
yaml-eslint-parser: 0.4.1
transitivePeerDependencies:
- supports-color
dev: false
@ -2484,15 +2477,15 @@ packages:
esrecurse: 4.3.0
estraverse: 4.3.0
/eslint-template-visitor/2.3.2_eslint@7.30.0:
/eslint-template-visitor/2.3.2_eslint@7.32.0:
resolution: {integrity: sha512-3ydhqFpuV7x1M9EK52BPNj6V0Kwu0KKkcIAfpUhwHbR8ocRln/oUHgfxQupY8O1h4Qv/POHDumb/BwwNfxbtnA==}
peerDependencies:
eslint: '>=7.0.0'
dependencies:
'@babel/core': 7.13.10
'@babel/eslint-parser': 7.13.10_fd59bcadf1b7d6781076600403bf2036
eslint: 7.30.0
eslint-visitor-keys: 2.0.0
'@babel/eslint-parser': 7.13.10_1fe5aa8815ae94182bbf1bfb2808b402
eslint: 7.32.0
eslint-visitor-keys: 2.1.0
esquery: 1.4.0
multimap: 1.1.0
transitivePeerDependencies:
@ -2505,14 +2498,14 @@ packages:
dependencies:
eslint-visitor-keys: 1.3.0
/eslint-utils/3.0.0_eslint@7.30.0:
/eslint-utils/3.0.0_eslint@7.32.0:
resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==}
engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0}
peerDependencies:
eslint: '>=5'
dependencies:
eslint: 7.30.0
eslint-visitor-keys: 2.0.0
eslint: 7.32.0
eslint-visitor-keys: 2.1.0
dev: false
/eslint-visitor-keys/1.3.0:
@ -2522,19 +2515,20 @@ packages:
/eslint-visitor-keys/2.0.0:
resolution: {integrity: sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==}
engines: {node: '>=10'}
dev: true
/eslint-visitor-keys/3.0.0:
resolution: {integrity: sha512-mJOZa35trBTb3IyRmo8xmKBZlxf+N7OnUl4+ZhJHs/r+0770Wh/LEACE2pqMGMe27G/4y8P2bYGk4J70IC5k1Q==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
/eslint-visitor-keys/2.1.0:
resolution: {integrity: sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==}
engines: {node: '>=10'}
dev: false
/eslint/7.30.0:
resolution: {integrity: sha512-VLqz80i3as3NdloY44BQSJpFw534L9Oh+6zJOUaViV4JPd+DaHwutqP7tcpkW3YiXbK6s05RZl7yl7cQn+lijg==}
/eslint/7.32.0:
resolution: {integrity: sha512-VHZ8gX+EDfz+97jGcgyGCyRia/dPOd6Xh9yPv8Bl1+SoaIwD+a/vlrOmGRUyOYu7MwUhc7CxqeaDZU13S4+EpA==}
engines: {node: ^10.12.0 || >=12.0.0}
hasBin: true
dependencies:
'@babel/code-frame': 7.12.11
'@eslint/eslintrc': 0.4.2
'@eslint/eslintrc': 0.4.3
'@humanwhocodes/config-array': 0.5.0
ajv: 6.12.6
chalk: 4.1.0
@ -2553,7 +2547,7 @@ packages:
file-entry-cache: 6.0.1
functional-red-black-tree: 1.0.1
glob-parent: 5.1.2
globals: 13.6.0
globals: 13.9.0
ignore: 4.0.6
import-fresh: 3.2.1
imurmurhash: 0.1.4
@ -2593,6 +2587,7 @@ packages:
acorn: 7.4.1
acorn-jsx: 5.3.1_acorn@7.4.1
eslint-visitor-keys: 1.3.0
dev: true
/esprima/4.0.1:
resolution: {integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==}
@ -2671,7 +2666,7 @@ packages:
dependencies:
'@nodelib/fs.stat': 2.0.3
'@nodelib/fs.walk': 1.2.4
glob-parent: 5.1.1
glob-parent: 5.1.2
merge2: 1.4.1
micromatch: 4.0.2
picomatch: 2.2.2
@ -2816,7 +2811,7 @@ packages:
dependencies:
function-bind: 1.1.1
has: 1.0.3
has-symbols: 1.0.1
has-symbols: 1.0.2
dev: false
/get-pkg-repo/1.4.0:
@ -2904,13 +2899,13 @@ packages:
engines: {node: '>= 6'}
dependencies:
is-glob: 4.0.1
dev: true
/glob-parent/5.1.2:
resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==}
engines: {node: '>= 6'}
dependencies:
is-glob: 4.0.1
dev: true
/glob/7.1.6:
resolution: {integrity: sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==}
@ -2928,13 +2923,6 @@ packages:
engines: {node: '>=4'}
dev: false
/globals/13.6.0:
resolution: {integrity: sha512-YFKCX0SiPg7l5oKYCJ2zZGxcXprVXHcSnVuvzrT3oSENQonVLqM5pf9fN5dLGZGyCjhw8TN8Btwe/jKnZ0pjvQ==}
engines: {node: '>=8'}
dependencies:
type-fest: 0.20.2
dev: true
/globals/13.9.0:
resolution: {integrity: sha512-74/FduwI/JaIrr1H8e71UbDE+5x7pIPs1C2rrwC52SszOo043CsWOZEMW7o2Y58xwm9b+0RBKDxY5n2sUpEFxA==}
engines: {node: '>=8'}
@ -3017,11 +3005,11 @@ packages:
/has-symbols/1.0.1:
resolution: {integrity: sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==}
engines: {node: '>= 0.4'}
dev: true
/has-symbols/1.0.2:
resolution: {integrity: sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==}
engines: {node: '>= 0.4'}
dev: false
/has-unicode/2.0.1:
resolution: {integrity: sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk=}
@ -3259,11 +3247,11 @@ packages:
/is-callable/1.2.0:
resolution: {integrity: sha512-pyVD9AaGLxtg6srb2Ng6ynWJqkHU9bEM087AKck0w8QwDarTfNcpIYoU8x8Hv2Icm8u6kFJM18Dag8lyqGkviw==}
engines: {node: '>= 0.4'}
dev: true
/is-callable/1.2.3:
resolution: {integrity: sha512-J1DcMe8UYTBSrKezuIUTUwjXsho29693unXM2YhJUTR2txK/eG47bvNa/wipPFmZFgr/N6f1GA66dv0mEyTIyQ==}
engines: {node: '>= 0.4'}
dev: false
/is-ci/2.0.0:
resolution: {integrity: sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w==}
@ -3276,12 +3264,12 @@ packages:
resolution: {integrity: sha512-jq1AH6C8MuteOoBPwkxHafmByhL9j5q4OaPGdbuD+ZtQJVzH+i6E3BJDQcBA09k57i2Hh2yQbEG8yObZ0jdlWw==}
dependencies:
has: 1.0.3
dev: true
/is-core-module/2.4.0:
resolution: {integrity: sha512-6A2fkfq1rfeQZjxrZJGerpLCTHRNEBiSgnu0+obeJpEPZRUooHgsizvzv0ZjJwOz3iWIHdJtVWJ/tmPr3D21/A==}
/is-core-module/2.6.0:
resolution: {integrity: sha512-wShG8vs60jKfPWpF2KZRaAtvt3a20OAn7+IJ6hLPECpSABLcKtFKTTI4ZtH5QcBruBHlq+WsdHWyz0BCZW7svQ==}
dependencies:
has: 1.0.3
dev: false
/is-date-object/1.0.2:
resolution: {integrity: sha512-USlDT524woQ08aoZFzh3/Z6ch9Y/EWXEHQ/AaRN0SkKq4t2Jw2R2339tSXmwuVoY7LLlBCbOIlx2myP/L5zk0g==}
@ -3395,11 +3383,6 @@ packages:
engines: {node: '>=8'}
dev: true
/is-string/1.0.5:
resolution: {integrity: sha512-buY6VNRjhQMiF1qWDouloZlQbRhDPCebwxSjxMjxgemYT46YMd2NR0/H+fBhEfWX4A/w9TBJ+ol+okqJKFE6vQ==}
engines: {node: '>= 0.4'}
dev: false
/is-string/1.0.6:
resolution: {integrity: sha512-2gdzbKUuqtQ3lYNrUTQYoClPhm7oQu4UdpSZMp1/DGgkHBT8E2Z1l0yMdb6D4zNAxwDiMv8MdulKROJGNl0Q0w==}
engines: {node: '>= 0.4'}
@ -3409,7 +3392,7 @@ packages:
resolution: {integrity: sha512-OwijhaRSgqvhm/0ZdAcXNZt9lYdKFpcRDT5ULUuYXPoT794UNOdU+gpT6Rzo7b4V2HUl/op6GqY894AZwv9faQ==}
engines: {node: '>= 0.4'}
dependencies:
has-symbols: 1.0.1
has-symbols: 1.0.2
/is-text-path/1.0.1:
resolution: {integrity: sha1-Thqg+1G/vLPpJogAE5cgLBd1tm4=}
@ -3506,15 +3489,14 @@ packages:
minimist: 1.2.5
dev: false
/jsonc-eslint-parser/1.1.0_eslint@7.30.0:
resolution: {integrity: sha512-FA3oS+8V0Mz4vv19YpY4TuZZi2ecR0RHTua9SjbCYb4+e35MWKIi7jn17zdGi6jxE7Cv7Vk61ml376MmMENieA==}
/jsonc-eslint-parser/1.3.1:
resolution: {integrity: sha512-PWlWVZL01UNOd9jVeYzClGzXLi6UTpB1a4tSSWtcYFBEk1i8UihEzC1r/jW/CbbyshqwTkKy5LHWckRNlbPvgA==}
engines: {node: '>=8.10.0'}
dependencies:
eslint-utils: 3.0.0_eslint@7.30.0
eslint-visitor-keys: 3.0.0
espree: 7.3.1
eslint-utils: 2.1.0
eslint-visitor-keys: 1.3.0
espree: 6.2.1
semver: 6.3.0
transitivePeerDependencies:
- eslint
dev: false
/jsonfile/6.1.0:
@ -3545,7 +3527,7 @@ packages:
engines: {node: '>=4.0'}
dependencies:
array-includes: 3.1.3
object.assign: 4.1.0
object.assign: 4.1.2
dev: false
/kind-of/6.0.3:
@ -4044,7 +4026,7 @@ packages:
resolution: {integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==}
dependencies:
hosted-git-info: 2.8.8
resolve: 1.18.1
resolve: 1.20.0
semver: 5.7.1
validate-npm-package-license: 3.0.4
@ -4184,6 +4166,7 @@ packages:
function-bind: 1.1.1
has-symbols: 1.0.1
object-keys: 1.1.1
dev: true
/object.assign/4.1.2:
resolution: {integrity: sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==}
@ -4409,7 +4392,7 @@ packages:
resolution: {integrity: sha512-OOY5b7PAEFV0E2Fir1KOkxchnZNCdowAJgQ5NuxjpBKTRP3pQhwkrkxqQjeoKJ+fO7bCpmIZaogI4eZGDMEGOw==}
engines: {node: '>=8'}
dependencies:
'@babel/code-frame': 7.10.4
'@babel/code-frame': 7.12.13
error-ex: 1.3.2
json-parse-better-errors: 1.0.2
lines-and-columns: 1.1.6
@ -4837,10 +4820,6 @@ packages:
engines: {node: '>=0.10.0'}
dev: true
/reserved-words/0.1.2:
resolution: {integrity: sha1-AKCUD5jNUBrqqsMWQR2a3FKzGrE=}
dev: false
/resolve-cwd/3.0.0:
resolution: {integrity: sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==}
engines: {node: '>=8'}
@ -4869,18 +4848,18 @@ packages:
dependencies:
is-core-module: 2.0.0
path-parse: 1.0.6
dev: true
/resolve/1.20.0:
resolution: {integrity: sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==}
dependencies:
is-core-module: 2.4.0
is-core-module: 2.6.0
path-parse: 1.0.6
dev: false
/resolve/2.0.0-next.3:
resolution: {integrity: sha512-W8LucSynKUIDu9ylraa7ueVZ7hc0uAgJBxVsQSKOXOyle8a93qXhcz+XAXZ8bIq2d6i4Ehddn6Evt+0/UwKk6Q==}
dependencies:
is-core-module: 2.4.0
is-core-module: 2.6.0
path-parse: 1.0.6
dev: false
@ -5426,8 +5405,8 @@ packages:
engines: {node: '>=0.10.0'}
dev: true
/tsconfig-paths/3.9.0:
resolution: {integrity: sha512-dRcuzokWhajtZWkQsDVKbWyY+jgcLC5sqJhg2PSgf4ZkH2aHPvaOY8YWGhmjb68b5qqTfasSsDO9k7RUiEmZAw==}
/tsconfig-paths/3.11.0:
resolution: {integrity: sha512-7ecdYDnIdmv639mmDwslG6KQg1Z9STTz1j7Gcz0xa+nshh/gKDAHcPxRbWOsA3SPp0tXP2leTcY9Kw+NAkfZzA==}
dependencies:
'@types/json5': 0.0.29
json5: 1.0.1
@ -5438,13 +5417,14 @@ packages:
/tslib/1.13.0:
resolution: {integrity: sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==}
/tsutils/3.21.0:
/tsutils/3.21.0_typescript@4.4.2:
resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==}
engines: {node: '>= 6'}
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'
dependencies:
tslib: 1.13.0
typescript: 4.4.2
dev: false
/tunnel-agent/0.6.0:
@ -5502,8 +5482,8 @@ packages:
resolution: {integrity: sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=}
dev: true
/typescript/4.3.5:
resolution: {integrity: sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==}
/typescript/4.4.2:
resolution: {integrity: sha512-gzP+t5W4hdy4c+68bfcv0t400HVJMMd2+H9B7gae1nQlBzCqvrXX+6GL/b3GAgyTH966pzrZ70/fRjwAtZksSQ==}
engines: {node: '>=4.2.0'}
hasBin: true
dev: true
@ -5604,19 +5584,20 @@ packages:
extsprintf: 1.3.0
dev: true
/vue-eslint-parser/7.6.0_eslint@7.30.0:
resolution: {integrity: sha512-QXxqH8ZevBrtiZMZK0LpwaMfevQi9UL7lY6Kcp+ogWHC88AuwUPwwCIzkOUc1LR4XsYAt/F9yHXAB/QoD17QXA==}
/vue-eslint-parser/7.11.0_eslint@7.32.0:
resolution: {integrity: sha512-qh3VhDLeh773wjgNTl7ss0VejY9bMMa0GoDG2fQVyDzRFdiU3L7fw74tWZDHNQXdZqxO3EveQroa9ct39D2nqg==}
engines: {node: '>=8.10'}
peerDependencies:
eslint: '>=5.0.0'
dependencies:
debug: 4.3.1
eslint: 7.30.0
eslint: 7.32.0
eslint-scope: 5.1.1
eslint-visitor-keys: 1.3.0
espree: 6.2.1
esquery: 1.4.0
lodash: 4.17.21
semver: 6.3.0
transitivePeerDependencies:
- supports-color
dev: false
@ -5761,10 +5742,10 @@ packages:
/yallist/4.0.0:
resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==}
/yaml-eslint-parser/0.3.2:
resolution: {integrity: sha512-32kYO6kJUuZzqte82t4M/gB6/+11WAuHiEnK7FreMo20xsCKPeFH5tDBU7iWxR7zeJpNnMXfJyXwne48D0hGrg==}
/yaml-eslint-parser/0.4.1:
resolution: {integrity: sha512-GoJ/p1EW8O2tbTbuhfxjo1XhfUFU3uX3kwvfEQoOaZjO2Lubx8POjlsSqB+18b3SxkujAdQYT9r9nURaUWNYWQ==}
dependencies:
eslint-visitor-keys: 1.3.0
eslint-visitor-keys: 2.1.0
lodash: 4.17.21
yaml: 1.10.2
dev: false