build(deps): update deps

This commit is contained in:
Soybean 2022-10-23 23:02:53 +08:00
parent 8e801dd790
commit 41b3bcb445
2 changed files with 164 additions and 137 deletions

View File

@ -65,7 +65,7 @@
"clipboard": "^2.0.11", "clipboard": "^2.0.11",
"colord": "^2.9.3", "colord": "^2.9.3",
"crypto-js": "^4.1.1", "crypto-js": "^4.1.1",
"dayjs": "^1.11.5", "dayjs": "^1.11.6",
"echarts": "^5.4.0", "echarts": "^5.4.0",
"form-data": "^4.0.0", "form-data": "^4.0.0",
"lodash-es": "^4.17.21", "lodash-es": "^4.17.21",
@ -81,13 +81,13 @@
"vue-router": "^4.1.5", "vue-router": "^4.1.5",
"vuedraggable": "^4.1.0", "vuedraggable": "^4.1.0",
"wangeditor": "^4.7.15", "wangeditor": "^4.7.15",
"xgplayer": "^2.32.0" "xgplayer": "^2.32.1"
}, },
"devDependencies": { "devDependencies": {
"@amap/amap-jsapi-types": "^0.0.8", "@amap/amap-jsapi-types": "^0.0.9",
"@commitlint/cli": "^17.1.2", "@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0", "@commitlint/config-conventional": "^17.1.0",
"@iconify/json": "^2.1.122", "@iconify/json": "^2.1.126",
"@iconify/vue": "^4.0.0", "@iconify/vue": "^4.0.0",
"@milahu/patch-package": "^6.4.14", "@milahu/patch-package": "^6.4.14",
"@tauri-apps/cli": "^1.1.1", "@tauri-apps/cli": "^1.1.1",
@ -96,15 +96,15 @@
"@types/node": "18.8.0", "@types/node": "18.8.0",
"@types/qs": "^6.9.7", "@types/qs": "^6.9.7",
"@types/ua-parser-js": "^0.7.36", "@types/ua-parser-js": "^0.7.36",
"@unocss/preset-uno": "^0.45.29", "@unocss/preset-uno": "^0.45.30",
"@unocss/vite": "^0.45.29", "@unocss/vite": "^0.45.30",
"@vitejs/plugin-vue": "^3.1.2", "@vitejs/plugin-vue": "^3.1.2",
"@vitejs/plugin-vue-jsx": "^2.0.1", "@vitejs/plugin-vue-jsx": "^2.0.1",
"commitizen": "^4.2.5", "commitizen": "^4.2.5",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"cz-conventional-changelog": "^3.3.0", "cz-conventional-changelog": "^3.3.0",
"cz-customizable": "^7.0.0", "cz-customizable": "^7.0.0",
"eslint": "^8.25.0", "eslint": "^8.26.0",
"eslint-config-soybeanjs-vue": "^0.1.0", "eslint-config-soybeanjs-vue": "^0.1.0",
"husky": "^8.0.1", "husky": "^8.0.1",
"lint-staged": "^13.0.3", "lint-staged": "^13.0.3",

View File

@ -1,13 +1,13 @@
lockfileVersion: 5.4 lockfileVersion: 5.4
specifiers: specifiers:
'@amap/amap-jsapi-types': ^0.0.8 '@amap/amap-jsapi-types': ^0.0.9
'@antv/data-set': ^0.11.8 '@antv/data-set': ^0.11.8
'@antv/g2': ^4.2.8 '@antv/g2': ^4.2.8
'@better-scroll/core': ^2.5.0 '@better-scroll/core': ^2.5.0
'@commitlint/cli': ^17.1.2 '@commitlint/cli': ^17.1.2
'@commitlint/config-conventional': ^17.1.0 '@commitlint/config-conventional': ^17.1.0
'@iconify/json': ^2.1.122 '@iconify/json': ^2.1.126
'@iconify/vue': ^4.0.0 '@iconify/vue': ^4.0.0
'@milahu/patch-package': ^6.4.14 '@milahu/patch-package': ^6.4.14
'@soybeanjs/vue-admin-layout': ^1.1.1 '@soybeanjs/vue-admin-layout': ^1.1.1
@ -18,8 +18,8 @@ specifiers:
'@types/node': 18.8.0 '@types/node': 18.8.0
'@types/qs': ^6.9.7 '@types/qs': ^6.9.7
'@types/ua-parser-js': ^0.7.36 '@types/ua-parser-js': ^0.7.36
'@unocss/preset-uno': ^0.45.29 '@unocss/preset-uno': ^0.45.30
'@unocss/vite': ^0.45.29 '@unocss/vite': ^0.45.30
'@vitejs/plugin-vue': ^3.1.2 '@vitejs/plugin-vue': ^3.1.2
'@vitejs/plugin-vue-jsx': ^2.0.1 '@vitejs/plugin-vue-jsx': ^2.0.1
'@vueuse/core': ^9.3.1 '@vueuse/core': ^9.3.1
@ -31,9 +31,9 @@ specifiers:
crypto-js: ^4.1.1 crypto-js: ^4.1.1
cz-conventional-changelog: ^3.3.0 cz-conventional-changelog: ^3.3.0
cz-customizable: ^7.0.0 cz-customizable: ^7.0.0
dayjs: ^1.11.5 dayjs: ^1.11.6
echarts: ^5.4.0 echarts: ^5.4.0
eslint: ^8.25.0 eslint: ^8.26.0
eslint-config-soybeanjs-vue: ^0.1.0 eslint-config-soybeanjs-vue: ^0.1.0
form-data: ^4.0.0 form-data: ^4.0.0
husky: ^8.0.1 husky: ^8.0.1
@ -69,7 +69,7 @@ specifiers:
vue-tsc: ^1.0.8 vue-tsc: ^1.0.8
vuedraggable: ^4.1.0 vuedraggable: ^4.1.0
wangeditor: ^4.7.15 wangeditor: ^4.7.15
xgplayer: ^2.32.0 xgplayer: ^2.32.1
dependencies: dependencies:
'@antv/data-set': 0.11.8 '@antv/data-set': 0.11.8
@ -82,7 +82,7 @@ dependencies:
clipboard: 2.0.11 clipboard: 2.0.11
colord: 2.9.3 colord: 2.9.3
crypto-js: 4.1.1 crypto-js: 4.1.1
dayjs: 1.11.5 dayjs: 1.11.6
echarts: 5.4.0 echarts: 5.4.0
form-data: 4.0.0 form-data: 4.0.0
lodash-es: 4.17.21 lodash-es: 4.17.21
@ -98,13 +98,13 @@ dependencies:
vue-router: 4.1.5_vue@3.2.41 vue-router: 4.1.5_vue@3.2.41
vuedraggable: 4.1.0_vue@3.2.41 vuedraggable: 4.1.0_vue@3.2.41
wangeditor: 4.7.15 wangeditor: 4.7.15
xgplayer: 2.32.0 xgplayer: 2.32.1
devDependencies: devDependencies:
'@amap/amap-jsapi-types': 0.0.8 '@amap/amap-jsapi-types': 0.0.9
'@commitlint/cli': 17.1.2 '@commitlint/cli': 17.1.2
'@commitlint/config-conventional': 17.1.0 '@commitlint/config-conventional': 17.1.0
'@iconify/json': 2.1.122 '@iconify/json': 2.1.126
'@iconify/vue': 4.0.0_vue@3.2.41 '@iconify/vue': 4.0.0_vue@3.2.41
'@milahu/patch-package': 6.4.14 '@milahu/patch-package': 6.4.14
'@tauri-apps/cli': 1.1.1 '@tauri-apps/cli': 1.1.1
@ -113,16 +113,16 @@ devDependencies:
'@types/node': 18.8.0 '@types/node': 18.8.0
'@types/qs': 6.9.7 '@types/qs': 6.9.7
'@types/ua-parser-js': 0.7.36 '@types/ua-parser-js': 0.7.36
'@unocss/preset-uno': 0.45.29 '@unocss/preset-uno': 0.45.30
'@unocss/vite': 0.45.29_vite@3.1.8 '@unocss/vite': 0.45.30_rollup@2.79.1+vite@3.1.8
'@vitejs/plugin-vue': 3.1.2_vite@3.1.8+vue@3.2.41 '@vitejs/plugin-vue': 3.1.2_vite@3.1.8+vue@3.2.41
'@vitejs/plugin-vue-jsx': 2.0.1_vite@3.1.8+vue@3.2.41 '@vitejs/plugin-vue-jsx': 2.0.1_vite@3.1.8+vue@3.2.41
commitizen: 4.2.5 commitizen: 4.2.5
cross-env: 7.0.3 cross-env: 7.0.3
cz-conventional-changelog: 3.3.0 cz-conventional-changelog: 3.3.0
cz-customizable: 7.0.0 cz-customizable: 7.0.0
eslint: 8.25.0 eslint: 8.26.0
eslint-config-soybeanjs-vue: 0.1.0_z4bbprzjrhnsfa24uvmcbu7f5q eslint-config-soybeanjs-vue: 0.1.0_wyqvi574yv7oiwfeinomdzmc3m
husky: 8.0.1 husky: 8.0.1
lint-staged: 13.0.3 lint-staged: 13.0.3
mockjs: 1.1.0 mockjs: 1.1.0
@ -146,8 +146,8 @@ devDependencies:
packages: packages:
/@amap/amap-jsapi-types/0.0.8: /@amap/amap-jsapi-types/0.0.9:
resolution: {integrity: sha512-q0FyZDIJcXjsMLGc3oS9rjfJsErOvt9rcp6AgzY4k14vo7bBhdq4eKwoSdVp/pYjR/rfaKBns5v10ycZOFwf/A==} resolution: {integrity: sha512-ZoSV+alArMQyaMN1dSO/qp/dvI3G1ARwGSnZQcYjqSUJ1PdC4QZIk4210CIY+toXypmtAmht3WiWBAfln2bzSA==}
dev: true dev: true
/@ampproject/remapping/2.2.0: /@ampproject/remapping/2.2.0:
@ -1791,8 +1791,8 @@ packages:
engines: {node: '>=8.10.0'} engines: {node: '>=8.10.0'}
dev: true dev: true
/@humanwhocodes/config-array/0.10.7: /@humanwhocodes/config-array/0.11.6:
resolution: {integrity: sha512-MDl6D6sBsaV452/QSdX+4CXIjZhIcI0PELsxUjk4U828yd58vk3bTIvk/6w5FY+4hIy9sLW0sfrV7K7Kc++j/w==} resolution: {integrity: sha512-jJr+hPTJYKyDILJfhNSHsjiwXYf26Flsz8DvNndOsHs5pwSnpGUEy8yzF0JYhCEvTDdV2vuOK5tt8BVhwO5/hg==}
engines: {node: '>=10.10.0'} engines: {node: '>=10.10.0'}
dependencies: dependencies:
'@humanwhocodes/object-schema': 1.2.1 '@humanwhocodes/object-schema': 1.2.1
@ -1816,8 +1816,8 @@ packages:
engines: {node: '>=6.9.0'} engines: {node: '>=6.9.0'}
dev: true dev: true
/@iconify/json/2.1.122: /@iconify/json/2.1.126:
resolution: {integrity: sha512-YWVm+91+ilCGnOsdzKvGxjxR/Jo4p5EbbWPezYoqqq5wxRwD4lh57LBx3aHxjtWMgb1MGfcruyvFe3jypb6ZwA==} resolution: {integrity: sha512-qT5BbEcX8vbsdlzizukGH2lm4fRJ+jNZ7qeZT1W4X9zs2ZKMBXXg1vcrhtM5UC9U1HRr45fa9TXcUnb4oIlpCQ==}
dependencies: dependencies:
'@iconify/types': 2.0.0 '@iconify/types': 2.0.0
pathe: 0.3.9 pathe: 0.3.9
@ -2067,6 +2067,21 @@ packages:
picomatch: 2.3.1 picomatch: 2.3.1
dev: true dev: true
/@rollup/pluginutils/5.0.2_rollup@2.79.1:
resolution: {integrity: sha512-pTd9rIsP92h+B6wWwFbW8RkZv4hiR/xKsqre4SIuAOaOEQRxi0lqLke9k2/7WegC85GgUs9pjmOjCUi3In4vwA==}
engines: {node: '>=14.0.0'}
peerDependencies:
rollup: ^1.20.0||^2.0.0||^3.0.0
peerDependenciesMeta:
rollup:
optional: true
dependencies:
'@types/estree': 1.0.0
estree-walker: 2.0.2
picomatch: 2.3.1
rollup: 2.79.1
dev: true
/@soybeanjs/vue-admin-layout/1.1.1_vue@3.2.41: /@soybeanjs/vue-admin-layout/1.1.1_vue@3.2.41:
resolution: {integrity: sha512-cWbHsjuDB7QkDuYnxfQETmDxlN19JCffrssz6gab4UMP8fw1WL9qukKE/eWLzZoWFCaVJXE/ODEZb4QQLuMuUw==} resolution: {integrity: sha512-cWbHsjuDB7QkDuYnxfQETmDxlN19JCffrssz6gab4UMP8fw1WL9qukKE/eWLzZoWFCaVJXE/ODEZb4QQLuMuUw==}
peerDependencies: peerDependencies:
@ -2249,6 +2264,10 @@ packages:
resolution: {integrity: sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==} resolution: {integrity: sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==}
dev: true dev: true
/@types/estree/1.0.0:
resolution: {integrity: sha512-WulqXMDUTYAXCjZnk6JtIHPigp55cVtDgDrO2gHRwhyJto21+1zbVCtOYB2L1F9w4qCQ0rOGWBnBe0FNTiEJIQ==}
dev: true
/@types/json-schema/7.0.11: /@types/json-schema/7.0.11:
resolution: {integrity: sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==} resolution: {integrity: sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==}
dev: true dev: true
@ -2335,7 +2354,7 @@ packages:
resolution: {integrity: sha512-oh8q2Zc32S6gd/j50GowEjKLoOVOwHP/bWVjKJInBwQqdOYMdPrf1oVlelTlyfFK3CKxL1uahMDAr+vy8T7yMQ==} resolution: {integrity: sha512-oh8q2Zc32S6gd/j50GowEjKLoOVOwHP/bWVjKJInBwQqdOYMdPrf1oVlelTlyfFK3CKxL1uahMDAr+vy8T7yMQ==}
dev: false dev: false
/@typescript-eslint/eslint-plugin/5.40.1_ukgdydjtebaxmxfqp5v5ulh64y: /@typescript-eslint/eslint-plugin/5.40.1_c4zyna56jjjrggqkyejnaxjxfu:
resolution: {integrity: sha512-FsWboKkWdytGiXT5O1/R9j37YgcjO8MKHSUmWnIEjVaz0krHkplPnYi7mwdb+5+cs0toFNQb0HIrN7zONdIEWg==} resolution: {integrity: sha512-FsWboKkWdytGiXT5O1/R9j37YgcjO8MKHSUmWnIEjVaz0krHkplPnYi7mwdb+5+cs0toFNQb0HIrN7zONdIEWg==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies: peerDependencies:
@ -2346,12 +2365,12 @@ packages:
typescript: typescript:
optional: true optional: true
dependencies: dependencies:
'@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q '@typescript-eslint/parser': 5.40.1_wyqvi574yv7oiwfeinomdzmc3m
'@typescript-eslint/scope-manager': 5.40.1 '@typescript-eslint/scope-manager': 5.40.1
'@typescript-eslint/type-utils': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q '@typescript-eslint/type-utils': 5.40.1_wyqvi574yv7oiwfeinomdzmc3m
'@typescript-eslint/utils': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q '@typescript-eslint/utils': 5.40.1_wyqvi574yv7oiwfeinomdzmc3m
debug: 4.3.4 debug: 4.3.4
eslint: 8.25.0 eslint: 8.26.0
ignore: 5.2.0 ignore: 5.2.0
regexpp: 3.2.0 regexpp: 3.2.0
semver: 7.3.8 semver: 7.3.8
@ -2361,7 +2380,7 @@ packages:
- supports-color - supports-color
dev: true dev: true
/@typescript-eslint/parser/5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q: /@typescript-eslint/parser/5.40.1_wyqvi574yv7oiwfeinomdzmc3m:
resolution: {integrity: sha512-IK6x55va5w4YvXd4b3VrXQPldV9vQTxi5ov+g4pMANsXPTXOcfjx08CRR1Dfrcc51syPtXHF5bgLlMHYFrvQtg==} resolution: {integrity: sha512-IK6x55va5w4YvXd4b3VrXQPldV9vQTxi5ov+g4pMANsXPTXOcfjx08CRR1Dfrcc51syPtXHF5bgLlMHYFrvQtg==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies: peerDependencies:
@ -2375,7 +2394,7 @@ packages:
'@typescript-eslint/types': 5.40.1 '@typescript-eslint/types': 5.40.1
'@typescript-eslint/typescript-estree': 5.40.1_typescript@4.8.4 '@typescript-eslint/typescript-estree': 5.40.1_typescript@4.8.4
debug: 4.3.4 debug: 4.3.4
eslint: 8.25.0 eslint: 8.26.0
typescript: 4.8.4 typescript: 4.8.4
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
@ -2389,7 +2408,7 @@ packages:
'@typescript-eslint/visitor-keys': 5.40.1 '@typescript-eslint/visitor-keys': 5.40.1
dev: true dev: true
/@typescript-eslint/type-utils/5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q: /@typescript-eslint/type-utils/5.40.1_wyqvi574yv7oiwfeinomdzmc3m:
resolution: {integrity: sha512-DLAs+AHQOe6n5LRraXiv27IYPhleF0ldEmx6yBqBgBLaNRKTkffhV1RPsjoJBhVup2zHxfaRtan8/YRBgYhU9Q==} resolution: {integrity: sha512-DLAs+AHQOe6n5LRraXiv27IYPhleF0ldEmx6yBqBgBLaNRKTkffhV1RPsjoJBhVup2zHxfaRtan8/YRBgYhU9Q==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies: peerDependencies:
@ -2400,9 +2419,9 @@ packages:
optional: true optional: true
dependencies: dependencies:
'@typescript-eslint/typescript-estree': 5.40.1_typescript@4.8.4 '@typescript-eslint/typescript-estree': 5.40.1_typescript@4.8.4
'@typescript-eslint/utils': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q '@typescript-eslint/utils': 5.40.1_wyqvi574yv7oiwfeinomdzmc3m
debug: 4.3.4 debug: 4.3.4
eslint: 8.25.0 eslint: 8.26.0
tsutils: 3.21.0_typescript@4.8.4 tsutils: 3.21.0_typescript@4.8.4
typescript: 4.8.4 typescript: 4.8.4
transitivePeerDependencies: transitivePeerDependencies:
@ -2435,7 +2454,7 @@ packages:
- supports-color - supports-color
dev: true dev: true
/@typescript-eslint/utils/5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q: /@typescript-eslint/utils/5.40.1_wyqvi574yv7oiwfeinomdzmc3m:
resolution: {integrity: sha512-a2TAVScoX9fjryNrW6BZRnreDUszxqm9eQ9Esv8n5nXApMW0zeANUYlwh/DED04SC/ifuBvXgZpIK5xeJHQ3aw==} resolution: {integrity: sha512-a2TAVScoX9fjryNrW6BZRnreDUszxqm9eQ9Esv8n5nXApMW0zeANUYlwh/DED04SC/ifuBvXgZpIK5xeJHQ3aw==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies: peerDependencies:
@ -2446,9 +2465,9 @@ packages:
'@typescript-eslint/scope-manager': 5.40.1 '@typescript-eslint/scope-manager': 5.40.1
'@typescript-eslint/types': 5.40.1 '@typescript-eslint/types': 5.40.1
'@typescript-eslint/typescript-estree': 5.40.1_typescript@4.8.4 '@typescript-eslint/typescript-estree': 5.40.1_typescript@4.8.4
eslint: 8.25.0 eslint: 8.26.0
eslint-scope: 5.1.1 eslint-scope: 5.1.1
eslint-utils: 3.0.0_eslint@8.25.0 eslint-utils: 3.0.0_eslint@8.26.0
semver: 7.3.8 semver: 7.3.8
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
@ -2463,75 +2482,77 @@ packages:
eslint-visitor-keys: 3.3.0 eslint-visitor-keys: 3.3.0
dev: true dev: true
/@unocss/config/0.45.29: /@unocss/config/0.45.30:
resolution: {integrity: sha512-cZ8pVKDgD30/BasP38VHHtN4QE0D52cqGbB4/6Zu9jythCx2u+uSqx8K5QbLde+rvC9oEIIhTbn2xu82UnE+Lw==} resolution: {integrity: sha512-3wtQ9s94ljv0EhEgAwAQGU4p2Bkxq+A27HyTUv+QIzenDCATF70NEDIaw4lRGmWanjTjahKoQzbaRAPMgu/gVQ==}
engines: {node: '>=14'} engines: {node: '>=14'}
dependencies: dependencies:
'@unocss/core': 0.45.29 '@unocss/core': 0.45.30
unconfig: 0.3.7 unconfig: 0.3.7
dev: true dev: true
/@unocss/core/0.45.29: /@unocss/core/0.45.30:
resolution: {integrity: sha512-ElnT15Hqb1PZY293HI1CSE73/I76Wsc4sczQCQRHlMrAb73JeB5iM3XOWJFGWqChb7Z5dP+mwDExXgNpRxCQjQ==} resolution: {integrity: sha512-KjEdE8F5AZ+rJ4M07CttZd79h8FMqiCy6ldNS8xyd3qX8wy+BrE9n5tSV8KmbuORkNBWYG5yrkQvo7RQmASDzA==}
dev: true dev: true
/@unocss/inspector/0.45.29: /@unocss/inspector/0.45.30:
resolution: {integrity: sha512-S/E/0yhGDsh1FqdKCuzXrbsALYjn9g4RQyMyGflpkvS1LJ3QDR4oLHqNSg4+9R9zOSGKYACaP4LEoQzUed7KmQ==} resolution: {integrity: sha512-kcI+jN2h6xRBzQUdc3HfOCAbvi0gFVjPONJBDU+NeDnDXAp/TshK/Z3K/2JzWqSR9HWcYA/Bswk8bMRBa7lkmQ==}
dependencies: dependencies:
gzip-size: 6.0.0 gzip-size: 6.0.0
sirv: 2.0.2 sirv: 2.0.2
dev: true dev: true
/@unocss/preset-mini/0.45.29: /@unocss/preset-mini/0.45.30:
resolution: {integrity: sha512-3Js/6GVg8B4MRl6lL9/px+Znk/8LO508/+HUQJBSymBriowio9kQjN6WXHosQMQMeEVCRfQnkSl9LHEmKPQs5A==} resolution: {integrity: sha512-gWwmNiahPDu3zFDauFLgdpAS+MEjuDXlL4wGi9YgSiZGqzDLl+QnvYagktNb0myIlamwt//kUtxlUF/MXKe6MQ==}
dependencies: dependencies:
'@unocss/core': 0.45.29 '@unocss/core': 0.45.30
dev: true dev: true
/@unocss/preset-uno/0.45.29: /@unocss/preset-uno/0.45.30:
resolution: {integrity: sha512-K9dZnZmFryFxkMNsJPI9T8ffWLqpY6eVlzgf3x9OiSRE9z7k/xuVtu7aMqINaEamAhgTD2OVNxqAJ6gCMwONYQ==} resolution: {integrity: sha512-dQ//s9VJo7Oj3gy6kkbfXUYVOSr4tAGmhcPzKNO6KyBNH75tMUf20N41bVReuLUpHp3W7j60XxV16kip6pmlZQ==}
dependencies: dependencies:
'@unocss/core': 0.45.29 '@unocss/core': 0.45.30
'@unocss/preset-mini': 0.45.29 '@unocss/preset-mini': 0.45.30
'@unocss/preset-wind': 0.45.29 '@unocss/preset-wind': 0.45.30
dev: true dev: true
/@unocss/preset-wind/0.45.29: /@unocss/preset-wind/0.45.30:
resolution: {integrity: sha512-3Bjg8ZNFLR060nhiBA4p9GRbk9lrr8eBxK3lUVYo93bQXGBIbU9Lo5w+8g9YzfTJt+Fw2rqN/rfYCvNuS98z6Q==} resolution: {integrity: sha512-U7SHvUR7i7GygyIS+3H0Rx3UZnlwL1cRKfJojGyddqwuktzFtd69pnaZ5p0q59Z7O9C9yH1SoXjaskTHR5JAEg==}
dependencies: dependencies:
'@unocss/core': 0.45.29 '@unocss/core': 0.45.30
'@unocss/preset-mini': 0.45.29 '@unocss/preset-mini': 0.45.30
dev: true dev: true
/@unocss/reset/0.44.7: /@unocss/reset/0.44.7:
resolution: {integrity: sha512-izmqZafDMClT1vQEGpPzfKWvyft8xkA33xC0r0iOWEiDd94+wlC+7ohSnsafyl0iwEuwPp/ONzDft5ouHrOWLA==} resolution: {integrity: sha512-izmqZafDMClT1vQEGpPzfKWvyft8xkA33xC0r0iOWEiDd94+wlC+7ohSnsafyl0iwEuwPp/ONzDft5ouHrOWLA==}
dev: false dev: false
/@unocss/scope/0.45.29: /@unocss/scope/0.45.30:
resolution: {integrity: sha512-U9/SSonwiUt0rPdGtti73rUVAj0j9htg4qLEts/rIdwtMBhZyiT+XW91O0EzM9QQPSk6LEqQ71OXAfqiU+24DQ==} resolution: {integrity: sha512-SBxjMNLGHiZA32hGTGZL1wpPfzegCd3WB8LdrZwAgo85EbMYCq8UEL6YhScjL3+FIwhcZQutenasLoRNcbFHqw==}
dev: true dev: true
/@unocss/transformer-directives/0.45.29: /@unocss/transformer-directives/0.45.30:
resolution: {integrity: sha512-rG8SQc++XmUdkXQ/h7sPlNHP7ygsC5eZc6sIswnLircfv03tsKMEYFi4J45BSZ6jpU9eBoiR1gOPnuVJgt65Uw==} resolution: {integrity: sha512-4WTmKsa9sELHwMNc6l2X203asx7xldEX4PhAdEc13yKQk25Sqp/7dwcW9DwXwK82vHqvr5iPxOE/2Z8dHkL8xQ==}
dependencies: dependencies:
'@unocss/core': 0.45.29 '@unocss/core': 0.45.30
css-tree: 2.2.1 css-tree: 2.2.1
dev: true dev: true
/@unocss/vite/0.45.29_vite@3.1.8: /@unocss/vite/0.45.30_rollup@2.79.1+vite@3.1.8:
resolution: {integrity: sha512-pRCGtNP1XS4Pk8sSniHvkiOfB35xSu89l5xlib2sFjhjZ1nBn+KgUHNnmtt8/qsWgLFK6KkHKjwqx9c7mXmekw==} resolution: {integrity: sha512-4yx3W/SicS1ovpYdwbRQEGSdLZKxM76T5R0bGR9VRp6WcMoExY3Ph50LRCq1PIHT2L/GARSpJ/gGOW4hJ9lMYg==}
peerDependencies: peerDependencies:
vite: ^2.9.0 || ^3.0.0-0 vite: ^2.9.0 || ^3.0.0-0
dependencies: dependencies:
'@ampproject/remapping': 2.2.0 '@ampproject/remapping': 2.2.0
'@rollup/pluginutils': 4.2.1 '@rollup/pluginutils': 5.0.2_rollup@2.79.1
'@unocss/config': 0.45.29 '@unocss/config': 0.45.30
'@unocss/core': 0.45.29 '@unocss/core': 0.45.30
'@unocss/inspector': 0.45.29 '@unocss/inspector': 0.45.30
'@unocss/scope': 0.45.29 '@unocss/scope': 0.45.30
'@unocss/transformer-directives': 0.45.29 '@unocss/transformer-directives': 0.45.30
magic-string: 0.26.7 magic-string: 0.26.7
vite: 3.1.8_sass@1.55.0 vite: 3.1.8_sass@1.55.0
transitivePeerDependencies:
- rollup
dev: true dev: true
/@vitejs/plugin-vue-jsx/2.0.1_vite@3.1.8+vue@3.2.41: /@vitejs/plugin-vue-jsx/2.0.1_vite@3.1.8+vue@3.2.41:
@ -4112,8 +4133,8 @@ packages:
lodash: 4.17.21 lodash: 4.17.21
dev: false dev: false
/danmu.js/1.1.1: /danmu.js/1.1.2:
resolution: {integrity: sha512-UmnwBCMbedOw8p6Xrl2HZECOmtCOJ3wL709IBQti+u1tHpDyt/rTjbu3I+NUZ8JzBMf3nscf4fAaWXV/mpKx5g==} resolution: {integrity: sha512-QbJYDP7qJ70fZgq+2bm2xj4jLNymC1wYKfb8cM8Y89w3GRdbCgxV39Znoj45AWU3WYzK/CVN7papo+BmoJ7RjQ==}
dependencies: dependencies:
event-emitter: 0.3.5 event-emitter: 0.3.5
dev: false dev: false
@ -4147,8 +4168,8 @@ packages:
resolution: {integrity: sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q==} resolution: {integrity: sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q==}
dev: true dev: true
/dayjs/1.11.5: /dayjs/1.11.6:
resolution: {integrity: sha512-CAdX5Q3YW3Gclyo5Vpqkgpj8fSdLQcRuzfX6mC6Phy0nfJ0eGYOeS7m4mt2plDWLAtA4TqTakvbboHvUxfe4iA==} resolution: {integrity: sha512-zZbY5giJAinCG+7AGaw0wIhNZ6J8AhWuSXKvuc1KAyMiRsvGQWqh4L+MomvhdAYjN+lqvVCMq1I41e3YHvXkyQ==}
dev: false dev: false
/de-indent/1.0.2: /de-indent/1.0.2:
@ -4826,32 +4847,32 @@ packages:
engines: {node: '>=10'} engines: {node: '>=10'}
dev: true dev: true
/eslint-config-prettier/8.5.0_eslint@8.25.0: /eslint-config-prettier/8.5.0_eslint@8.26.0:
resolution: {integrity: sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q==} resolution: {integrity: sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q==}
hasBin: true hasBin: true
peerDependencies: peerDependencies:
eslint: '>=7.0.0' eslint: '>=7.0.0'
dependencies: dependencies:
eslint: 8.25.0 eslint: 8.26.0
dev: true dev: true
/eslint-config-soybeanjs-base/0.1.0_vcunoyu347gmi72pwsm7mdvjca: /eslint-config-soybeanjs-base/0.1.0_yxvyo6v5zwzggfecalzmx54lre:
resolution: {integrity: sha512-1xfqLPc70abm5waHxep9RJnun3h9tB9UdBRMEJEF/rOb3siqlvtY9ZGMXURtg9rUUeUJviAZ+Q0DW6CWBChkjA==} resolution: {integrity: sha512-1xfqLPc70abm5waHxep9RJnun3h9tB9UdBRMEJEF/rOb3siqlvtY9ZGMXURtg9rUUeUJviAZ+Q0DW6CWBChkjA==}
peerDependencies: peerDependencies:
eslint: '>=7.4.0' eslint: '>=7.4.0'
dependencies: dependencies:
'@html-eslint/parser': 0.13.2 '@html-eslint/parser': 0.13.2
eslint: 8.25.0 eslint: 8.26.0
eslint-config-prettier: 8.5.0_eslint@8.25.0 eslint-config-prettier: 8.5.0_eslint@8.26.0
eslint-import-resolver-alias: 1.1.2_fkfqfehjtk7sk2efaqbgxsuasa eslint-import-resolver-alias: 1.1.2_fkfqfehjtk7sk2efaqbgxsuasa
eslint-plugin-html: 7.1.0 eslint-plugin-html: 7.1.0
eslint-plugin-import: 2.26.0_vcunoyu347gmi72pwsm7mdvjca eslint-plugin-import: 2.26.0_yxvyo6v5zwzggfecalzmx54lre
eslint-plugin-jsonc: 2.4.0_eslint@8.25.0 eslint-plugin-jsonc: 2.4.0_eslint@8.26.0
eslint-plugin-md: 1.0.19 eslint-plugin-md: 1.0.19
eslint-plugin-n: 15.3.0_eslint@8.25.0 eslint-plugin-n: 15.3.0_eslint@8.26.0
eslint-plugin-prettier: 4.2.1_hvbqyfstm4urdpm6ffpwfka4e4 eslint-plugin-prettier: 4.2.1_aniwkeyvlpmwkidetuytnokvcm
eslint-plugin-promise: 6.1.0_eslint@8.25.0 eslint-plugin-promise: 6.1.0_eslint@8.26.0
eslint-plugin-yml: 1.2.0_eslint@8.25.0 eslint-plugin-yml: 1.2.0_eslint@8.26.0
markdown-eslint-parser: 1.2.1 markdown-eslint-parser: 1.2.1
prettier: 2.7.1 prettier: 2.7.1
yaml-eslint-parser: 1.1.0 yaml-eslint-parser: 1.1.0
@ -4862,15 +4883,15 @@ packages:
- supports-color - supports-color
dev: true dev: true
/eslint-config-soybeanjs-ts/0.1.0_z4bbprzjrhnsfa24uvmcbu7f5q: /eslint-config-soybeanjs-ts/0.1.0_wyqvi574yv7oiwfeinomdzmc3m:
resolution: {integrity: sha512-nUc5sUFpd1bqXgdVreciouru3VJm6QHFwp0j19kn7CfiAaIcDpMqP7r3+IonzkZoXsaG4P4PiuEGeyIs3wE2eA==} resolution: {integrity: sha512-nUc5sUFpd1bqXgdVreciouru3VJm6QHFwp0j19kn7CfiAaIcDpMqP7r3+IonzkZoXsaG4P4PiuEGeyIs3wE2eA==}
peerDependencies: peerDependencies:
eslint: '>=7.4.0' eslint: '>=7.4.0'
dependencies: dependencies:
'@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y '@typescript-eslint/eslint-plugin': 5.40.1_c4zyna56jjjrggqkyejnaxjxfu
'@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q '@typescript-eslint/parser': 5.40.1_wyqvi574yv7oiwfeinomdzmc3m
eslint: 8.25.0 eslint: 8.26.0
eslint-config-soybeanjs-base: 0.1.0_vcunoyu347gmi72pwsm7mdvjca eslint-config-soybeanjs-base: 0.1.0_yxvyo6v5zwzggfecalzmx54lre
transitivePeerDependencies: transitivePeerDependencies:
- eslint-import-resolver-typescript - eslint-import-resolver-typescript
- eslint-import-resolver-webpack - eslint-import-resolver-webpack
@ -4878,14 +4899,14 @@ packages:
- typescript - typescript
dev: true dev: true
/eslint-config-soybeanjs-vue/0.1.0_z4bbprzjrhnsfa24uvmcbu7f5q: /eslint-config-soybeanjs-vue/0.1.0_wyqvi574yv7oiwfeinomdzmc3m:
resolution: {integrity: sha512-4fjBX5vzoaqGP4GLuHVQUGj+huNhjTUFwo2W818QcILN4oUy0bA63uURsnJIGZF4Q8u3Iaa2iyu54M1z/XMRwA==} resolution: {integrity: sha512-4fjBX5vzoaqGP4GLuHVQUGj+huNhjTUFwo2W818QcILN4oUy0bA63uURsnJIGZF4Q8u3Iaa2iyu54M1z/XMRwA==}
peerDependencies: peerDependencies:
eslint: '>=7.4.0' eslint: '>=7.4.0'
dependencies: dependencies:
eslint: 8.25.0 eslint: 8.26.0
eslint-config-soybeanjs-ts: 0.1.0_z4bbprzjrhnsfa24uvmcbu7f5q eslint-config-soybeanjs-ts: 0.1.0_wyqvi574yv7oiwfeinomdzmc3m
eslint-plugin-vue: 9.6.0_eslint@8.25.0 eslint-plugin-vue: 9.6.0_eslint@8.26.0
transitivePeerDependencies: transitivePeerDependencies:
- eslint-import-resolver-typescript - eslint-import-resolver-typescript
- eslint-import-resolver-webpack - eslint-import-resolver-webpack
@ -4899,7 +4920,7 @@ packages:
peerDependencies: peerDependencies:
eslint-plugin-import: '>=1.4.0' eslint-plugin-import: '>=1.4.0'
dependencies: dependencies:
eslint-plugin-import: 2.26.0_vcunoyu347gmi72pwsm7mdvjca eslint-plugin-import: 2.26.0_yxvyo6v5zwzggfecalzmx54lre
dev: true dev: true
/eslint-import-resolver-node/0.3.6: /eslint-import-resolver-node/0.3.6:
@ -4911,7 +4932,7 @@ packages:
- supports-color - supports-color
dev: true dev: true
/eslint-module-utils/2.7.4_kok4ds6cswjqjqxmx3ykaoipha: /eslint-module-utils/2.7.4_utini5cccvn2hotlwtyw4enwwm:
resolution: {integrity: sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA==} resolution: {integrity: sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA==}
engines: {node: '>=4'} engines: {node: '>=4'}
peerDependencies: peerDependencies:
@ -4932,21 +4953,21 @@ packages:
eslint-import-resolver-webpack: eslint-import-resolver-webpack:
optional: true optional: true
dependencies: dependencies:
'@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q '@typescript-eslint/parser': 5.40.1_wyqvi574yv7oiwfeinomdzmc3m
debug: 3.2.7 debug: 3.2.7
eslint: 8.25.0 eslint: 8.26.0
eslint-import-resolver-node: 0.3.6 eslint-import-resolver-node: 0.3.6
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
dev: true dev: true
/eslint-plugin-es/4.1.0_eslint@8.25.0: /eslint-plugin-es/4.1.0_eslint@8.26.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.25.0 eslint: 8.26.0
eslint-utils: 2.1.0 eslint-utils: 2.1.0
regexpp: 3.2.0 regexpp: 3.2.0
dev: true dev: true
@ -4957,7 +4978,7 @@ packages:
htmlparser2: 8.0.1 htmlparser2: 8.0.1
dev: true dev: true
/eslint-plugin-import/2.26.0_vcunoyu347gmi72pwsm7mdvjca: /eslint-plugin-import/2.26.0_yxvyo6v5zwzggfecalzmx54lre:
resolution: {integrity: sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==} resolution: {integrity: sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==}
engines: {node: '>=4'} engines: {node: '>=4'}
peerDependencies: peerDependencies:
@ -4967,14 +4988,14 @@ packages:
'@typescript-eslint/parser': '@typescript-eslint/parser':
optional: true optional: true
dependencies: dependencies:
'@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q '@typescript-eslint/parser': 5.40.1_wyqvi574yv7oiwfeinomdzmc3m
array-includes: 3.1.5 array-includes: 3.1.5
array.prototype.flat: 1.3.0 array.prototype.flat: 1.3.0
debug: 2.6.9 debug: 2.6.9
doctrine: 2.1.0 doctrine: 2.1.0
eslint: 8.25.0 eslint: 8.26.0
eslint-import-resolver-node: 0.3.6 eslint-import-resolver-node: 0.3.6
eslint-module-utils: 2.7.4_kok4ds6cswjqjqxmx3ykaoipha eslint-module-utils: 2.7.4_utini5cccvn2hotlwtyw4enwwm
has: 1.0.3 has: 1.0.3
is-core-module: 2.11.0 is-core-module: 2.11.0
is-glob: 4.0.3 is-glob: 4.0.3
@ -4988,14 +5009,14 @@ packages:
- supports-color - supports-color
dev: true dev: true
/eslint-plugin-jsonc/2.4.0_eslint@8.25.0: /eslint-plugin-jsonc/2.4.0_eslint@8.26.0:
resolution: {integrity: sha512-YXy5PjyUL9gFYal6pYijd8P6EmpeWskv7PVhB9Py/AwKPn+hwnQHcIzQILiLfxztfhtWiRIUSzoLe/JThZgSUw==} resolution: {integrity: sha512-YXy5PjyUL9gFYal6pYijd8P6EmpeWskv7PVhB9Py/AwKPn+hwnQHcIzQILiLfxztfhtWiRIUSzoLe/JThZgSUw==}
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.25.0 eslint: 8.26.0
eslint-utils: 3.0.0_eslint@8.25.0 eslint-utils: 3.0.0_eslint@8.26.0
jsonc-eslint-parser: 2.1.0 jsonc-eslint-parser: 2.1.0
natural-compare: 1.4.0 natural-compare: 1.4.0
dev: true dev: true
@ -5015,16 +5036,16 @@ packages:
- supports-color - supports-color
dev: true dev: true
/eslint-plugin-n/15.3.0_eslint@8.25.0: /eslint-plugin-n/15.3.0_eslint@8.26.0:
resolution: {integrity: sha512-IyzPnEWHypCWasDpxeJnim60jhlumbmq0pubL6IOcnk8u2y53s5QfT8JnXy7skjHJ44yWHRb11PLtDHuu1kg/Q==} resolution: {integrity: sha512-IyzPnEWHypCWasDpxeJnim60jhlumbmq0pubL6IOcnk8u2y53s5QfT8JnXy7skjHJ44yWHRb11PLtDHuu1kg/Q==}
engines: {node: '>=12.22.0'} engines: {node: '>=12.22.0'}
peerDependencies: peerDependencies:
eslint: '>=7.0.0' eslint: '>=7.0.0'
dependencies: dependencies:
builtins: 5.0.1 builtins: 5.0.1
eslint: 8.25.0 eslint: 8.26.0
eslint-plugin-es: 4.1.0_eslint@8.25.0 eslint-plugin-es: 4.1.0_eslint@8.26.0
eslint-utils: 3.0.0_eslint@8.25.0 eslint-utils: 3.0.0_eslint@8.26.0
ignore: 5.2.0 ignore: 5.2.0
is-core-module: 2.11.0 is-core-module: 2.11.0
minimatch: 3.1.2 minimatch: 3.1.2
@ -5032,7 +5053,7 @@ packages:
semver: 7.3.8 semver: 7.3.8
dev: true dev: true
/eslint-plugin-prettier/4.2.1_hvbqyfstm4urdpm6ffpwfka4e4: /eslint-plugin-prettier/4.2.1_aniwkeyvlpmwkidetuytnokvcm:
resolution: {integrity: sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==} resolution: {integrity: sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==}
engines: {node: '>=12.0.0'} engines: {node: '>=12.0.0'}
peerDependencies: peerDependencies:
@ -5043,47 +5064,47 @@ packages:
eslint-config-prettier: eslint-config-prettier:
optional: true optional: true
dependencies: dependencies:
eslint: 8.25.0 eslint: 8.26.0
eslint-config-prettier: 8.5.0_eslint@8.25.0 eslint-config-prettier: 8.5.0_eslint@8.26.0
prettier: 2.7.1 prettier: 2.7.1
prettier-linter-helpers: 1.0.0 prettier-linter-helpers: 1.0.0
dev: true dev: true
/eslint-plugin-promise/6.1.0_eslint@8.25.0: /eslint-plugin-promise/6.1.0_eslint@8.26.0:
resolution: {integrity: sha512-NYCfDZF/KHt27p06nFAttgWuFyIDSUMnNaJBIY1FY9GpBFhdT2vMG64HlFguSgcJeyM5by6Yr5csSOuJm60eXQ==} resolution: {integrity: sha512-NYCfDZF/KHt27p06nFAttgWuFyIDSUMnNaJBIY1FY9GpBFhdT2vMG64HlFguSgcJeyM5by6Yr5csSOuJm60eXQ==}
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.25.0 eslint: 8.26.0
dev: true dev: true
/eslint-plugin-vue/9.6.0_eslint@8.25.0: /eslint-plugin-vue/9.6.0_eslint@8.26.0:
resolution: {integrity: sha512-zzySkJgVbFCylnG2+9MDF7N+2Rjze2y0bF8GyUNpFOnT8mCMfqqtLDJkHBuYu9N/psW1A6DVbQhPkP92E+qakA==} resolution: {integrity: sha512-zzySkJgVbFCylnG2+9MDF7N+2Rjze2y0bF8GyUNpFOnT8mCMfqqtLDJkHBuYu9N/psW1A6DVbQhPkP92E+qakA==}
engines: {node: ^14.17.0 || >=16.0.0} engines: {node: ^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.25.0 eslint: 8.26.0
eslint-utils: 3.0.0_eslint@8.25.0 eslint-utils: 3.0.0_eslint@8.26.0
natural-compare: 1.4.0 natural-compare: 1.4.0
nth-check: 2.1.1 nth-check: 2.1.1
postcss-selector-parser: 6.0.10 postcss-selector-parser: 6.0.10
semver: 7.3.8 semver: 7.3.8
vue-eslint-parser: 9.1.0_eslint@8.25.0 vue-eslint-parser: 9.1.0_eslint@8.26.0
xml-name-validator: 4.0.0 xml-name-validator: 4.0.0
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
dev: true dev: true
/eslint-plugin-yml/1.2.0_eslint@8.25.0: /eslint-plugin-yml/1.2.0_eslint@8.26.0:
resolution: {integrity: sha512-v0jAU/F5SJg28zkpxwGpY04eGZMWFP6os8u2qaEAIRjSH2GqrNl0yBR5+sMHLU/026kAduxVbvLSqmT3Mu3O0g==} resolution: {integrity: sha512-v0jAU/F5SJg28zkpxwGpY04eGZMWFP6os8u2qaEAIRjSH2GqrNl0yBR5+sMHLU/026kAduxVbvLSqmT3Mu3O0g==}
engines: {node: ^14.17.0 || >=16.0.0} engines: {node: ^14.17.0 || >=16.0.0}
peerDependencies: peerDependencies:
eslint: '>=6.0.0' eslint: '>=6.0.0'
dependencies: dependencies:
debug: 4.3.4 debug: 4.3.4
eslint: 8.25.0 eslint: 8.26.0
lodash: 4.17.21 lodash: 4.17.21
natural-compare: 1.4.0 natural-compare: 1.4.0
yaml-eslint-parser: 1.1.0 yaml-eslint-parser: 1.1.0
@ -5121,13 +5142,13 @@ packages:
eslint-visitor-keys: 1.3.0 eslint-visitor-keys: 1.3.0
dev: true dev: true
/eslint-utils/3.0.0_eslint@8.25.0: /eslint-utils/3.0.0_eslint@8.26.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.25.0 eslint: 8.26.0
eslint-visitor-keys: 2.1.0 eslint-visitor-keys: 2.1.0
dev: true dev: true
@ -5192,14 +5213,15 @@ packages:
- supports-color - supports-color
dev: true dev: true
/eslint/8.25.0: /eslint/8.26.0:
resolution: {integrity: sha512-DVlJOZ4Pn50zcKW5bYH7GQK/9MsoQG2d5eDH0ebEkE8PbgzTTmtt/VTH9GGJ4BfeZCpBLqFfvsjX35UacUL83A==} resolution: {integrity: sha512-kzJkpaw1Bfwheq4VXUezFriD1GxszX6dUekM7Z3aC2o4hju+tsR/XyTC3RcoSD7jmy9VkPU3+N6YjVU2e96Oyg==}
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.3.3 '@eslint/eslintrc': 1.3.3
'@humanwhocodes/config-array': 0.10.7 '@humanwhocodes/config-array': 0.11.6
'@humanwhocodes/module-importer': 1.0.1 '@humanwhocodes/module-importer': 1.0.1
'@nodelib/fs.walk': 1.2.8
ajv: 6.12.6 ajv: 6.12.6
chalk: 4.1.2 chalk: 4.1.2
cross-spawn: 7.0.3 cross-spawn: 7.0.3
@ -5207,7 +5229,7 @@ packages:
doctrine: 3.0.0 doctrine: 3.0.0
escape-string-regexp: 4.0.0 escape-string-regexp: 4.0.0
eslint-scope: 7.1.1 eslint-scope: 7.1.1
eslint-utils: 3.0.0_eslint@8.25.0 eslint-utils: 3.0.0_eslint@8.26.0
eslint-visitor-keys: 3.3.0 eslint-visitor-keys: 3.3.0
espree: 9.4.0 espree: 9.4.0
esquery: 1.4.0 esquery: 1.4.0
@ -5217,12 +5239,12 @@ packages:
find-up: 5.0.0 find-up: 5.0.0
glob-parent: 6.0.2 glob-parent: 6.0.2
globals: 13.17.0 globals: 13.17.0
globby: 11.1.0
grapheme-splitter: 1.0.4 grapheme-splitter: 1.0.4
ignore: 5.2.0 ignore: 5.2.0
import-fresh: 3.3.0 import-fresh: 3.3.0
imurmurhash: 0.1.4 imurmurhash: 0.1.4
is-glob: 4.0.3 is-glob: 4.0.3
is-path-inside: 3.0.3
js-sdsl: 4.1.5 js-sdsl: 4.1.5
js-yaml: 4.1.0 js-yaml: 4.1.0
json-stable-stringify-without-jsonify: 1.0.1 json-stable-stringify-without-jsonify: 1.0.1
@ -6482,6 +6504,11 @@ packages:
engines: {node: '>=8'} engines: {node: '>=8'}
dev: true dev: true
/is-path-inside/3.0.3:
resolution: {integrity: sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==}
engines: {node: '>=8'}
dev: true
/is-plain-obj/1.1.0: /is-plain-obj/1.1.0:
resolution: {integrity: sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==} resolution: {integrity: sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==}
engines: {node: '>=0.10.0'} engines: {node: '>=0.10.0'}
@ -10255,14 +10282,14 @@ packages:
vue: 3.2.41 vue: 3.2.41
dev: false dev: false
/vue-eslint-parser/9.1.0_eslint@8.25.0: /vue-eslint-parser/9.1.0_eslint@8.26.0:
resolution: {integrity: sha512-NGn/iQy8/Wb7RrRa4aRkokyCZfOUWk19OP5HP6JEozQFX5AoS/t+Z0ZN7FY4LlmWc4FNI922V7cvX28zctN8dQ==} resolution: {integrity: sha512-NGn/iQy8/Wb7RrRa4aRkokyCZfOUWk19OP5HP6JEozQFX5AoS/t+Z0ZN7FY4LlmWc4FNI922V7cvX28zctN8dQ==}
engines: {node: ^14.17.0 || >=16.0.0} engines: {node: ^14.17.0 || >=16.0.0}
peerDependencies: peerDependencies:
eslint: '>=6.0.0' eslint: '>=6.0.0'
dependencies: dependencies:
debug: 4.3.4 debug: 4.3.4
eslint: 8.25.0 eslint: 8.26.0
eslint-scope: 7.1.1 eslint-scope: 7.1.1
eslint-visitor-keys: 3.3.0 eslint-visitor-keys: 3.3.0
espree: 9.4.0 espree: 9.4.0
@ -10608,13 +10635,13 @@ packages:
generate-source-map: 0.0.5 generate-source-map: 0.0.5
dev: false dev: false
/xgplayer/2.32.0: /xgplayer/2.32.1:
resolution: {integrity: sha512-OT5VKU2j4729+bJhrR1BPLIrEF1JYeoDyPe9gLoFodh8XS+i26LbWaM2dOFy7uh+9ZiGUioHkSPDeM1jDrWfdw==} resolution: {integrity: sha512-jUs6108INqnzEn3DTGre6pHW3KroM2w0VKuJNEvOIkoD2oUB+MW5ZZ0PsIwijX/oQRpmvq422CUgo4uqXVidEQ==}
hasBin: true hasBin: true
dependencies: dependencies:
chalk: 2.4.2 chalk: 2.4.2
commander: 2.20.3 commander: 2.20.3
danmu.js: 1.1.1 danmu.js: 1.1.2
downloadjs: 1.4.7 downloadjs: 1.4.7
draggabilly: 2.4.1 draggabilly: 2.4.1
event-emitter: 0.3.5 event-emitter: 0.3.5