From 7a45c45ca3e05d03b5763f658bf141dba145a1ec Mon Sep 17 00:00:00 2001
From: yuping <82253452@qq.com>
Date: Tue, 13 Dec 2022 14:25:42 +0800
Subject: [PATCH 01/27] init
---
vite.config.js | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/vite.config.js b/vite.config.js
index 226f713..03abd4b 100644
--- a/vite.config.js
+++ b/vite.config.js
@@ -13,7 +13,7 @@ import { viteMockServe } from 'vite-plugin-mock'
import topLevelAwait from "vite-plugin-top-level-await";
const path = require('path')
-const url = 'http://111.231.196.214:30001'
+const url = 'http://localhost:30001'
export default defineConfig(({ command }) =>
({
base: '/fe-student',
@@ -83,6 +83,9 @@ export default defineConfig(({ command }) =>
}, '/assessment': {
target: url,
changeOrigin: true,
+ },'/workSubmit': {
+ target: url,
+ changeOrigin: true,
},
}
}
From 18d1cf3bc2dad8235a201144acfd3c04b9710c28 Mon Sep 17 00:00:00 2001
From: yuping <82253452@qq.com>
Date: Tue, 13 Dec 2022 14:26:01 +0800
Subject: [PATCH 02/27] init
---
vite.config.js | 111 +++++++++++++++++++++++++------------------------
1 file changed, 56 insertions(+), 55 deletions(-)
diff --git a/vite.config.js b/vite.config.js
index 03abd4b..58f9942 100644
--- a/vite.config.js
+++ b/vite.config.js
@@ -34,60 +34,61 @@ export default defineConfig(({ command }) =>
alias: [
{ find: '@', replacement: path.resolve(__dirname, 'src') }
]
- }, server: {
- proxy: {
- '/file/upload': {
- target: 'http://111.231.196.214:30001',
- changeOrigin: true,
- },
- '/stu': {
- target: url,
- changeOrigin: true,
- },
- '/queryVoteSubmitDetailById': {
- target: url,
- changeOrigin: true,
- },
- '/work': {
- target: url,
- changeOrigin: true,
- },
- '/discuss': {
- target: url,
- changeOrigin: true,
- },
- '/discussSubmit': {
- target: url,
- changeOrigin: true,
- },
- '/comment': {
- target: url,
- changeOrigin: true,
- },
- '/vote': {
- target: url,
- changeOrigin: true,
- },
- '/admin': {
- target: url,
- changeOrigin: true,
- }, '/activity': {
- target: url,
- changeOrigin: true,
- }, '/liveBroadcast': {
- target: url,
- changeOrigin: true,
- }, '/examination': {
- target: url,
- changeOrigin: true,
- }, '/assessment': {
- target: url,
- changeOrigin: true,
- },'/workSubmit': {
- target: url,
- changeOrigin: true,
- },
- }
- }
+ },
+ // server: {
+ // proxy: {
+ // '/file/upload': {
+ // target: 'http://111.231.196.214:30001',
+ // changeOrigin: true,
+ // },
+ // '/stu': {
+ // target: url,
+ // changeOrigin: true,
+ // },
+ // '/queryVoteSubmitDetailById': {
+ // target: url,
+ // changeOrigin: true,
+ // },
+ // '/work': {
+ // target: url,
+ // changeOrigin: true,
+ // },
+ // '/discuss': {
+ // target: url,
+ // changeOrigin: true,
+ // },
+ // '/discussSubmit': {
+ // target: url,
+ // changeOrigin: true,
+ // },
+ // '/comment': {
+ // target: url,
+ // changeOrigin: true,
+ // },
+ // '/vote': {
+ // target: url,
+ // changeOrigin: true,
+ // },
+ // '/admin': {
+ // target: url,
+ // changeOrigin: true,
+ // }, '/activity': {
+ // target: url,
+ // changeOrigin: true,
+ // }, '/liveBroadcast': {
+ // target: url,
+ // changeOrigin: true,
+ // }, '/examination': {
+ // target: url,
+ // changeOrigin: true,
+ // }, '/assessment': {
+ // target: url,
+ // changeOrigin: true,
+ // },'/workSubmit': {
+ // target: url,
+ // changeOrigin: true,
+ // },
+ // }
+ // }
})
)
From 2a2aac27cdda7155501a3ba6b90e64e9d039b897 Mon Sep 17 00:00:00 2001
From: yuping <82253452@qq.com>
Date: Tue, 13 Dec 2022 14:30:20 +0800
Subject: [PATCH 03/27] init
---
pnpm-lock.yaml | 1883 ++++++++++++++++++++++++------------------------
1 file changed, 942 insertions(+), 941 deletions(-)
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 95fabb5..cc9a9cd 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -1,32 +1,32 @@
dependencies:
- axios: registry.npmmirror.com/axios/1.1.3
+ axios: registry.npmmirror.com/axios/1.2.1
core-js: registry.npmmirror.com/core-js/3.26.1
- dayjs: registry.npmmirror.com/dayjs/1.11.6
- element-plus: registry.npmmirror.com/element-plus/2.2.22_vue@3.2.45
+ dayjs: registry.npmmirror.com/dayjs/1.11.7
+ element-plus: registry.npmmirror.com/element-plus/2.2.26_vue@3.2.45
vue: registry.npmmirror.com/vue/3.2.45_vue@3.2.45
vue-router: registry.npmmirror.com/vue-router/4.1.6_vue@3.2.45
vuex: registry.npmmirror.com/vuex/4.1.0_vue@3.2.45
devDependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
- '@babel/eslint-parser': registry.npmmirror.com/@babel/eslint-parser/7.19.1_@babel+core@7.20.2+eslint@8.28.0
- '@vitejs/plugin-legacy': registry.npmmirror.com/@vitejs/plugin-legacy/2.3.1_vite@3.2.4
- '@vitejs/plugin-vue': registry.npmmirror.com/@vitejs/plugin-vue/3.2.0_vite@3.2.4+vue@3.2.45
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
+ '@babel/eslint-parser': registry.npmmirror.com/@babel/eslint-parser/7.19.1_@babel+core@7.20.5+eslint@8.29.0
+ '@vitejs/plugin-legacy': registry.npmmirror.com/@vitejs/plugin-legacy/2.3.1_vite@3.2.5
+ '@vitejs/plugin-vue': registry.npmmirror.com/@vitejs/plugin-vue/3.2.0_vite@3.2.5+vue@3.2.45
'@vue/cli-plugin-babel': registry.npmmirror.com/@vue/cli-plugin-babel/5.0.8_cd771eed47898ffad00a5c727cde973c
- '@vue/cli-plugin-eslint': registry.npmmirror.com/@vue/cli-plugin-eslint/5.0.8_e0fc2c008fca79f8101b02d6a9db6a69
+ '@vue/cli-plugin-eslint': registry.npmmirror.com/@vue/cli-plugin-eslint/5.0.8_01c7a8e3379dcc64ee886fdbd3b19b60
'@vue/cli-plugin-router': registry.npmmirror.com/@vue/cli-plugin-router/5.0.8_@vue+cli-service@5.0.8
'@vue/cli-plugin-vuex': registry.npmmirror.com/@vue/cli-plugin-vuex/5.0.8_@vue+cli-service@5.0.8
- '@vue/cli-service': registry.npmmirror.com/@vue/cli-service/5.0.8_3bf530bbd79492900adca2feb56f8f31
+ '@vue/cli-service': registry.npmmirror.com/@vue/cli-service/5.0.8_7da7a12f14250eaf68f8c37d9957fa29
ajv: registry.npmmirror.com/ajv/8.11.2
- eslint: registry.npmmirror.com/eslint/8.28.0_eslint@8.28.0
- eslint-plugin-vue: registry.npmmirror.com/eslint-plugin-vue/9.7.0_eslint@8.28.0
+ eslint: registry.npmmirror.com/eslint/8.29.0_eslint@8.29.0
+ eslint-plugin-vue: registry.npmmirror.com/eslint-plugin-vue/9.8.0_eslint@8.29.0
mockjs: registry.npmmirror.com/mockjs/1.1.0
- sass: registry.npmmirror.com/sass/1.56.1
- sass-loader: registry.npmmirror.com/sass-loader/13.2.0_sass@1.56.1
- vite: registry.npmmirror.com/vite/3.2.4_sass@1.56.1
- vite-plugin-imp: registry.npmmirror.com/vite-plugin-imp/2.3.1_vite@3.2.4
- vite-plugin-mock: registry.npmmirror.com/vite-plugin-mock/2.9.6_mockjs@1.1.0+vite@3.2.4
- vite-plugin-style-import: registry.npmmirror.com/vite-plugin-style-import/2.0.0_vite@3.2.4
- vite-plugin-top-level-await: registry.npmmirror.com/vite-plugin-top-level-await/1.2.1_vite@3.2.4
+ sass: registry.npmmirror.com/sass/1.56.2
+ sass-loader: registry.npmmirror.com/sass-loader/13.2.0_sass@1.56.2
+ vite: registry.npmmirror.com/vite/3.2.5_sass@1.56.2
+ vite-plugin-imp: registry.npmmirror.com/vite-plugin-imp/2.3.1_vite@3.2.5
+ vite-plugin-mock: registry.npmmirror.com/vite-plugin-mock/2.9.6_mockjs@1.1.0+vite@3.2.5
+ vite-plugin-style-import: registry.npmmirror.com/vite-plugin-style-import/2.0.0_vite@3.2.5
+ vite-plugin-top-level-await: registry.npmmirror.com/vite-plugin-top-level-await/1.2.2_vite@3.2.5
lockfileVersion: 5.1
packages:
registry.npmmirror.com/@achrinza/node-ipc/9.2.6:
@@ -68,28 +68,28 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@babel/code-frame/-/code-frame-7.18.6.tgz'
version: 7.18.6
- registry.npmmirror.com/@babel/compat-data/7.20.1:
+ registry.npmmirror.com/@babel/compat-data/7.20.5:
dev: true
engines:
node: '>=6.9.0'
name: '@babel/compat-data'
resolution:
- integrity: sha512-EWZ4mE2diW3QALKvDMiXnbZpRvlj+nayZ112nK93SnhqOtpdsbVD4W+2tEoT3YNBAG9RBR0ISY758ZkOgsn6pQ==
+ integrity: sha512-KZXo2t10+/jxmkhNXc7pZTqRvSOIvVv/+lJwHS+B2rErwOyjuVRh60yVpb7liQ1U5t7lLJ1bz+t8tSypUZdm0g==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/@babel/compat-data/-/compat-data-7.20.1.tgz'
- version: 7.20.1
- registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2:
+ tarball: 'https://registry.npmmirror.com/@babel/compat-data/-/compat-data-7.20.5.tgz'
+ version: 7.20.5
+ registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5:
dependencies:
'@ampproject/remapping': registry.npmmirror.com/@ampproject/remapping/2.2.0
'@babel/code-frame': registry.npmmirror.com/@babel/code-frame/7.18.6
- '@babel/generator': registry.npmmirror.com/@babel/generator/7.20.4
- '@babel/helper-compilation-targets': registry.npmmirror.com/@babel/helper-compilation-targets/7.20.0_@babel+core@7.20.2
+ '@babel/generator': registry.npmmirror.com/@babel/generator/7.20.5
+ '@babel/helper-compilation-targets': registry.npmmirror.com/@babel/helper-compilation-targets/7.20.0_@babel+core@7.20.5
'@babel/helper-module-transforms': registry.npmmirror.com/@babel/helper-module-transforms/7.20.2
- '@babel/helpers': registry.npmmirror.com/@babel/helpers/7.20.1
- '@babel/parser': registry.npmmirror.com/@babel/parser/7.20.3
+ '@babel/helpers': registry.npmmirror.com/@babel/helpers/7.20.6
+ '@babel/parser': registry.npmmirror.com/@babel/parser/7.20.5
'@babel/template': registry.npmmirror.com/@babel/template/7.18.10
- '@babel/traverse': registry.npmmirror.com/@babel/traverse/7.20.1
- '@babel/types': registry.npmmirror.com/@babel/types/7.20.2
+ '@babel/traverse': registry.npmmirror.com/@babel/traverse/7.20.5
+ '@babel/types': registry.npmmirror.com/@babel/types/7.20.5
convert-source-map: registry.npmmirror.com/convert-source-map/1.9.0
debug: registry.npmmirror.com/debug/4.3.4
gensync: registry.npmmirror.com/gensync/1.0.0-beta.2
@@ -98,20 +98,20 @@ packages:
dev: true
engines:
node: '>=6.9.0'
- id: registry.npmmirror.com/@babel/core/7.20.2
+ id: registry.npmmirror.com/@babel/core/7.20.5
name: '@babel/core'
peerDependencies:
'@babel/core': '*'
resolution:
- integrity: sha512-w7DbG8DtMrJcFOi4VrLm+8QM4az8Mo+PuLBKLp2zrYRCow8W/f9xiXm5sN53C8HksCyDQwCKha9JiDoIyPjT2g==
+ integrity: sha512-UdOWmk4pNWTm/4DlPUl/Pt4Gz4rcEMb7CY0Y3eJl5Yz1vI8ZJGmHWaVE55LoxRjdpx0z259GE9U5STA9atUinQ==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/@babel/core/-/core-7.20.2.tgz'
- version: 7.20.2
- registry.npmmirror.com/@babel/eslint-parser/7.19.1_@babel+core@7.20.2+eslint@8.28.0:
+ tarball: 'https://registry.npmmirror.com/@babel/core/-/core-7.20.5.tgz'
+ version: 7.20.5
+ registry.npmmirror.com/@babel/eslint-parser/7.19.1_@babel+core@7.20.5+eslint@8.29.0:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
'@nicolo-ribaudo/eslint-scope-5-internals': registry.npmmirror.com/@nicolo-ribaudo/eslint-scope-5-internals/5.1.1-v1
- eslint: registry.npmmirror.com/eslint/8.28.0_eslint@8.28.0
+ eslint: registry.npmmirror.com/eslint/8.29.0_eslint@8.29.0
eslint-visitor-keys: registry.npmmirror.com/eslint-visitor-keys/2.1.0
semver: registry.npmmirror.com/semver/6.3.0
dev: true
@@ -127,9 +127,9 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@babel/eslint-parser/-/eslint-parser-7.19.1.tgz'
version: 7.19.1
- registry.npmmirror.com/@babel/generator/7.20.4:
+ registry.npmmirror.com/@babel/generator/7.20.5:
dependencies:
- '@babel/types': registry.npmmirror.com/@babel/types/7.20.2
+ '@babel/types': registry.npmmirror.com/@babel/types/7.20.5
'@jridgewell/gen-mapping': registry.npmmirror.com/@jridgewell/gen-mapping/0.3.2
jsesc: registry.npmmirror.com/jsesc/2.5.2
dev: true
@@ -137,13 +137,13 @@ packages:
node: '>=6.9.0'
name: '@babel/generator'
resolution:
- integrity: sha512-luCf7yk/cm7yab6CAW1aiFnmEfBJplb/JojV56MYEK7ziWfGmFlTfmL9Ehwfy4gFhbjBfWO1wj7/TuSbVNEEtA==
+ integrity: sha512-jl7JY2Ykn9S0yj4DQP82sYvPU+T3g0HFcWTqDLqiuA9tGRNIj9VfbtXGAYTTkyNEnQk1jkMGOdYka8aG/lulCA==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/@babel/generator/-/generator-7.20.4.tgz'
- version: 7.20.4
+ tarball: 'https://registry.npmmirror.com/@babel/generator/-/generator-7.20.5.tgz'
+ version: 7.20.5
registry.npmmirror.com/@babel/helper-annotate-as-pure/7.18.6:
dependencies:
- '@babel/types': registry.npmmirror.com/@babel/types/7.20.2
+ '@babel/types': registry.npmmirror.com/@babel/types/7.20.5
dev: true
engines:
node: '>=6.9.0'
@@ -156,7 +156,7 @@ packages:
registry.npmmirror.com/@babel/helper-builder-binary-assignment-operator-visitor/7.18.9:
dependencies:
'@babel/helper-explode-assignable-expression': registry.npmmirror.com/@babel/helper-explode-assignable-expression/7.18.6
- '@babel/types': registry.npmmirror.com/@babel/types/7.20.2
+ '@babel/types': registry.npmmirror.com/@babel/types/7.20.5
dev: true
engines:
node: '>=6.9.0'
@@ -166,10 +166,10 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.18.9.tgz'
version: 7.18.9
- registry.npmmirror.com/@babel/helper-compilation-targets/7.20.0_@babel+core@7.20.2:
+ registry.npmmirror.com/@babel/helper-compilation-targets/7.20.0_@babel+core@7.20.5:
dependencies:
- '@babel/compat-data': registry.npmmirror.com/@babel/compat-data/7.20.1
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
+ '@babel/compat-data': registry.npmmirror.com/@babel/compat-data/7.20.5
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
'@babel/helper-validator-option': registry.npmmirror.com/@babel/helper-validator-option/7.18.6
browserslist: registry.npmmirror.com/browserslist/4.21.4_browserslist@4.21.4
semver: registry.npmmirror.com/semver/6.3.0
@@ -185,9 +185,9 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.0.tgz'
version: 7.20.0
- registry.npmmirror.com/@babel/helper-create-class-features-plugin/7.20.2_@babel+core@7.20.2:
+ registry.npmmirror.com/@babel/helper-create-class-features-plugin/7.20.5_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
'@babel/helper-annotate-as-pure': registry.npmmirror.com/@babel/helper-annotate-as-pure/7.18.6
'@babel/helper-environment-visitor': registry.npmmirror.com/@babel/helper-environment-visitor/7.18.9
'@babel/helper-function-name': registry.npmmirror.com/@babel/helper-function-name/7.19.0
@@ -198,36 +198,36 @@ packages:
dev: true
engines:
node: '>=6.9.0'
- id: registry.npmmirror.com/@babel/helper-create-class-features-plugin/7.20.2
+ id: registry.npmmirror.com/@babel/helper-create-class-features-plugin/7.20.5
name: '@babel/helper-create-class-features-plugin'
peerDependencies:
'@babel/core': ^7.0.0
resolution:
- integrity: sha512-k22GoYRAHPYr9I+Gvy2ZQlAe5mGy8BqWst2wRt8cwIufWTxrsVshhIBvYNqC80N0GSFWTsqRVexOtfzlgOEDvA==
+ integrity: sha512-3RCdA/EmEaikrhayahwToF0fpweU/8o2p8vhc1c/1kftHOdTKuC65kik/TLc+qfbS8JKw4qqJbne4ovICDhmww==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.20.2.tgz'
- version: 7.20.2
- registry.npmmirror.com/@babel/helper-create-regexp-features-plugin/7.19.0_@babel+core@7.20.2:
+ tarball: 'https://registry.npmmirror.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.20.5.tgz'
+ version: 7.20.5
+ registry.npmmirror.com/@babel/helper-create-regexp-features-plugin/7.20.5_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
'@babel/helper-annotate-as-pure': registry.npmmirror.com/@babel/helper-annotate-as-pure/7.18.6
regexpu-core: registry.npmmirror.com/regexpu-core/5.2.2
dev: true
engines:
node: '>=6.9.0'
- id: registry.npmmirror.com/@babel/helper-create-regexp-features-plugin/7.19.0
+ id: registry.npmmirror.com/@babel/helper-create-regexp-features-plugin/7.20.5
name: '@babel/helper-create-regexp-features-plugin'
peerDependencies:
'@babel/core': ^7.0.0
resolution:
- integrity: sha512-htnV+mHX32DF81amCDrwIDr8nrp1PTm+3wfBN9/v8QJOLEioOCOG7qNyq0nHeFiWbT3Eb7gsPwEmV64UCQ1jzw==
+ integrity: sha512-m68B1lkg3XDGX5yCvGO0kPx3v9WIYLnzjKfPcQiwntEQa5ZeRkPmo2X/ISJc8qxWGfwUr+kvZAeEzAwLec2r2w==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.19.0.tgz'
- version: 7.19.0
- registry.npmmirror.com/@babel/helper-define-polyfill-provider/0.3.3_@babel+core@7.20.2:
+ tarball: 'https://registry.npmmirror.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.20.5.tgz'
+ version: 7.20.5
+ registry.npmmirror.com/@babel/helper-define-polyfill-provider/0.3.3_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
- '@babel/helper-compilation-targets': registry.npmmirror.com/@babel/helper-compilation-targets/7.20.0_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
+ '@babel/helper-compilation-targets': registry.npmmirror.com/@babel/helper-compilation-targets/7.20.0_@babel+core@7.20.5
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2
debug: registry.npmmirror.com/debug/4.3.4
lodash.debounce: registry.npmmirror.com/lodash.debounce/4.0.8
@@ -255,7 +255,7 @@ packages:
version: 7.18.9
registry.npmmirror.com/@babel/helper-explode-assignable-expression/7.18.6:
dependencies:
- '@babel/types': registry.npmmirror.com/@babel/types/7.20.2
+ '@babel/types': registry.npmmirror.com/@babel/types/7.20.5
dev: true
engines:
node: '>=6.9.0'
@@ -268,7 +268,7 @@ packages:
registry.npmmirror.com/@babel/helper-function-name/7.19.0:
dependencies:
'@babel/template': registry.npmmirror.com/@babel/template/7.18.10
- '@babel/types': registry.npmmirror.com/@babel/types/7.20.2
+ '@babel/types': registry.npmmirror.com/@babel/types/7.20.5
dev: true
engines:
node: '>=6.9.0'
@@ -280,7 +280,7 @@ packages:
version: 7.19.0
registry.npmmirror.com/@babel/helper-hoist-variables/7.18.6:
dependencies:
- '@babel/types': registry.npmmirror.com/@babel/types/7.20.2
+ '@babel/types': registry.npmmirror.com/@babel/types/7.20.5
dev: true
engines:
node: '>=6.9.0'
@@ -292,7 +292,7 @@ packages:
version: 7.18.6
registry.npmmirror.com/@babel/helper-member-expression-to-functions/7.18.9:
dependencies:
- '@babel/types': registry.npmmirror.com/@babel/types/7.20.2
+ '@babel/types': registry.npmmirror.com/@babel/types/7.20.5
dev: true
engines:
node: '>=6.9.0'
@@ -304,7 +304,7 @@ packages:
version: 7.18.9
registry.npmmirror.com/@babel/helper-module-imports/7.18.6:
dependencies:
- '@babel/types': registry.npmmirror.com/@babel/types/7.20.2
+ '@babel/types': registry.npmmirror.com/@babel/types/7.20.5
dev: true
engines:
node: '>=6.9.0'
@@ -322,8 +322,8 @@ packages:
'@babel/helper-split-export-declaration': registry.npmmirror.com/@babel/helper-split-export-declaration/7.18.6
'@babel/helper-validator-identifier': registry.npmmirror.com/@babel/helper-validator-identifier/7.19.1
'@babel/template': registry.npmmirror.com/@babel/template/7.18.10
- '@babel/traverse': registry.npmmirror.com/@babel/traverse/7.20.1
- '@babel/types': registry.npmmirror.com/@babel/types/7.20.2
+ '@babel/traverse': registry.npmmirror.com/@babel/traverse/7.20.5
+ '@babel/types': registry.npmmirror.com/@babel/types/7.20.5
dev: true
engines:
node: '>=6.9.0'
@@ -335,7 +335,7 @@ packages:
version: 7.20.2
registry.npmmirror.com/@babel/helper-optimise-call-expression/7.18.6:
dependencies:
- '@babel/types': registry.npmmirror.com/@babel/types/7.20.2
+ '@babel/types': registry.npmmirror.com/@babel/types/7.20.5
dev: true
engines:
node: '>=6.9.0'
@@ -355,13 +355,13 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz'
version: 7.20.2
- registry.npmmirror.com/@babel/helper-remap-async-to-generator/7.18.9_@babel+core@7.20.2:
+ registry.npmmirror.com/@babel/helper-remap-async-to-generator/7.18.9_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
'@babel/helper-annotate-as-pure': registry.npmmirror.com/@babel/helper-annotate-as-pure/7.18.6
'@babel/helper-environment-visitor': registry.npmmirror.com/@babel/helper-environment-visitor/7.18.9
- '@babel/helper-wrap-function': registry.npmmirror.com/@babel/helper-wrap-function/7.19.0
- '@babel/types': registry.npmmirror.com/@babel/types/7.20.2
+ '@babel/helper-wrap-function': registry.npmmirror.com/@babel/helper-wrap-function/7.20.5
+ '@babel/types': registry.npmmirror.com/@babel/types/7.20.5
dev: true
engines:
node: '>=6.9.0'
@@ -379,8 +379,8 @@ packages:
'@babel/helper-environment-visitor': registry.npmmirror.com/@babel/helper-environment-visitor/7.18.9
'@babel/helper-member-expression-to-functions': registry.npmmirror.com/@babel/helper-member-expression-to-functions/7.18.9
'@babel/helper-optimise-call-expression': registry.npmmirror.com/@babel/helper-optimise-call-expression/7.18.6
- '@babel/traverse': registry.npmmirror.com/@babel/traverse/7.20.1
- '@babel/types': registry.npmmirror.com/@babel/types/7.20.2
+ '@babel/traverse': registry.npmmirror.com/@babel/traverse/7.20.5
+ '@babel/types': registry.npmmirror.com/@babel/types/7.20.5
dev: true
engines:
node: '>=6.9.0'
@@ -392,7 +392,7 @@ packages:
version: 7.19.1
registry.npmmirror.com/@babel/helper-simple-access/7.20.2:
dependencies:
- '@babel/types': registry.npmmirror.com/@babel/types/7.20.2
+ '@babel/types': registry.npmmirror.com/@babel/types/7.20.5
dev: true
engines:
node: '>=6.9.0'
@@ -404,7 +404,7 @@ packages:
version: 7.20.2
registry.npmmirror.com/@babel/helper-skip-transparent-expression-wrappers/7.20.0:
dependencies:
- '@babel/types': registry.npmmirror.com/@babel/types/7.20.2
+ '@babel/types': registry.npmmirror.com/@babel/types/7.20.5
dev: true
engines:
node: '>=6.9.0'
@@ -416,7 +416,7 @@ packages:
version: 7.20.0
registry.npmmirror.com/@babel/helper-split-export-declaration/7.18.6:
dependencies:
- '@babel/types': registry.npmmirror.com/@babel/types/7.20.2
+ '@babel/types': registry.npmmirror.com/@babel/types/7.20.5
dev: true
engines:
node: '>=6.9.0'
@@ -456,35 +456,35 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz'
version: 7.18.6
- registry.npmmirror.com/@babel/helper-wrap-function/7.19.0:
+ registry.npmmirror.com/@babel/helper-wrap-function/7.20.5:
dependencies:
'@babel/helper-function-name': registry.npmmirror.com/@babel/helper-function-name/7.19.0
'@babel/template': registry.npmmirror.com/@babel/template/7.18.10
- '@babel/traverse': registry.npmmirror.com/@babel/traverse/7.20.1
- '@babel/types': registry.npmmirror.com/@babel/types/7.20.2
+ '@babel/traverse': registry.npmmirror.com/@babel/traverse/7.20.5
+ '@babel/types': registry.npmmirror.com/@babel/types/7.20.5
dev: true
engines:
node: '>=6.9.0'
name: '@babel/helper-wrap-function'
resolution:
- integrity: sha512-txX8aN8CZyYGTwcLhlk87KRqncAzhh5TpQamZUa0/u3an36NtDpUP6bQgBCBcLeBs09R/OwQu3OjK0k/HwfNDg==
+ integrity: sha512-bYMxIWK5mh+TgXGVqAtnu5Yn1un+v8DDZtqyzKRLUzrh70Eal2O3aZ7aPYiMADO4uKlkzOiRiZ6GX5q3qxvW9Q==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/@babel/helper-wrap-function/-/helper-wrap-function-7.19.0.tgz'
- version: 7.19.0
- registry.npmmirror.com/@babel/helpers/7.20.1:
+ tarball: 'https://registry.npmmirror.com/@babel/helper-wrap-function/-/helper-wrap-function-7.20.5.tgz'
+ version: 7.20.5
+ registry.npmmirror.com/@babel/helpers/7.20.6:
dependencies:
'@babel/template': registry.npmmirror.com/@babel/template/7.18.10
- '@babel/traverse': registry.npmmirror.com/@babel/traverse/7.20.1
- '@babel/types': registry.npmmirror.com/@babel/types/7.20.2
+ '@babel/traverse': registry.npmmirror.com/@babel/traverse/7.20.5
+ '@babel/types': registry.npmmirror.com/@babel/types/7.20.5
dev: true
engines:
node: '>=6.9.0'
name: '@babel/helpers'
resolution:
- integrity: sha512-J77mUVaDTUJFZ5BpP6mMn6OIl3rEWymk2ZxDBQJUG3P+PbmyMcF3bYWvz0ma69Af1oobDqT/iAsvzhB58xhQUg==
+ integrity: sha512-Pf/OjgfgFRW5bApskEz5pvidpim7tEDPlFtKcNRXWmfHGn9IEI2W2flqRQXTFb7gIPTyK++N6rVHuwKut4XK6w==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/@babel/helpers/-/helpers-7.20.1.tgz'
- version: 7.20.1
+ tarball: 'https://registry.npmmirror.com/@babel/helpers/-/helpers-7.20.6.tgz'
+ version: 7.20.6
registry.npmmirror.com/@babel/highlight/7.18.6:
dependencies:
'@babel/helper-validator-identifier': registry.npmmirror.com/@babel/helper-validator-identifier/7.19.1
@@ -499,19 +499,19 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@babel/highlight/-/highlight-7.18.6.tgz'
version: 7.18.6
- registry.npmmirror.com/@babel/parser/7.20.3:
+ registry.npmmirror.com/@babel/parser/7.20.5:
engines:
node: '>=6.0.0'
hasBin: true
name: '@babel/parser'
resolution:
- integrity: sha512-OP/s5a94frIPXwjzEcv5S/tpQfc6XhxYUnmWpgdqMWGgYCuErA3SzozaRAMQgSZWKeTJxht9aWAkUY+0UzvOFg==
+ integrity: sha512-r27t/cy/m9uKLXQNWWebeCUHgnAZq0CpG1OwKRxzJMP1vpSU4bSIK2hq+/cp0bQxetkXx38n09rNu8jVkcK/zA==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/@babel/parser/-/parser-7.20.3.tgz'
- version: 7.20.3
- registry.npmmirror.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.18.6_@babel+core@7.20.2:
+ tarball: 'https://registry.npmmirror.com/@babel/parser/-/parser-7.20.5.tgz'
+ version: 7.20.5
+ registry.npmmirror.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.18.6_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2
dev: true
engines:
@@ -525,12 +525,12 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz'
version: 7.18.6
- registry.npmmirror.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.18.9_@babel+core@7.20.2:
+ registry.npmmirror.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.18.9_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2
'@babel/helper-skip-transparent-expression-wrappers': registry.npmmirror.com/@babel/helper-skip-transparent-expression-wrappers/7.20.0
- '@babel/plugin-proposal-optional-chaining': registry.npmmirror.com/@babel/plugin-proposal-optional-chaining/7.18.9_@babel+core@7.20.2
+ '@babel/plugin-proposal-optional-chaining': registry.npmmirror.com/@babel/plugin-proposal-optional-chaining/7.18.9_@babel+core@7.20.5
dev: true
engines:
node: '>=6.9.0'
@@ -543,13 +543,13 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.18.9.tgz'
version: 7.18.9
- registry.npmmirror.com/@babel/plugin-proposal-async-generator-functions/7.20.1_@babel+core@7.20.2:
+ registry.npmmirror.com/@babel/plugin-proposal-async-generator-functions/7.20.1_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
'@babel/helper-environment-visitor': registry.npmmirror.com/@babel/helper-environment-visitor/7.18.9
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2
- '@babel/helper-remap-async-to-generator': registry.npmmirror.com/@babel/helper-remap-async-to-generator/7.18.9_@babel+core@7.20.2
- '@babel/plugin-syntax-async-generators': registry.npmmirror.com/@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.20.2
+ '@babel/helper-remap-async-to-generator': registry.npmmirror.com/@babel/helper-remap-async-to-generator/7.18.9_@babel+core@7.20.5
+ '@babel/plugin-syntax-async-generators': registry.npmmirror.com/@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.20.5
dev: true
engines:
node: '>=6.9.0'
@@ -562,10 +562,10 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.20.1.tgz'
version: 7.20.1
- registry.npmmirror.com/@babel/plugin-proposal-class-properties/7.18.6_@babel+core@7.20.2:
+ registry.npmmirror.com/@babel/plugin-proposal-class-properties/7.18.6_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
- '@babel/helper-create-class-features-plugin': registry.npmmirror.com/@babel/helper-create-class-features-plugin/7.20.2_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
+ '@babel/helper-create-class-features-plugin': registry.npmmirror.com/@babel/helper-create-class-features-plugin/7.20.5_@babel+core@7.20.5
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2
dev: true
engines:
@@ -579,12 +579,12 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz'
version: 7.18.6
- registry.npmmirror.com/@babel/plugin-proposal-class-static-block/7.18.6_@babel+core@7.20.2:
+ registry.npmmirror.com/@babel/plugin-proposal-class-static-block/7.18.6_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
- '@babel/helper-create-class-features-plugin': registry.npmmirror.com/@babel/helper-create-class-features-plugin/7.20.2_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
+ '@babel/helper-create-class-features-plugin': registry.npmmirror.com/@babel/helper-create-class-features-plugin/7.20.5_@babel+core@7.20.5
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2
- '@babel/plugin-syntax-class-static-block': registry.npmmirror.com/@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.20.2
+ '@babel/plugin-syntax-class-static-block': registry.npmmirror.com/@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.20.5
dev: true
engines:
node: '>=6.9.0'
@@ -597,31 +597,31 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.18.6.tgz'
version: 7.18.6
- registry.npmmirror.com/@babel/plugin-proposal-decorators/7.20.2_@babel+core@7.20.2:
+ registry.npmmirror.com/@babel/plugin-proposal-decorators/7.20.5_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
- '@babel/helper-create-class-features-plugin': registry.npmmirror.com/@babel/helper-create-class-features-plugin/7.20.2_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
+ '@babel/helper-create-class-features-plugin': registry.npmmirror.com/@babel/helper-create-class-features-plugin/7.20.5_@babel+core@7.20.5
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2
'@babel/helper-replace-supers': registry.npmmirror.com/@babel/helper-replace-supers/7.19.1
'@babel/helper-split-export-declaration': registry.npmmirror.com/@babel/helper-split-export-declaration/7.18.6
- '@babel/plugin-syntax-decorators': registry.npmmirror.com/@babel/plugin-syntax-decorators/7.19.0_@babel+core@7.20.2
+ '@babel/plugin-syntax-decorators': registry.npmmirror.com/@babel/plugin-syntax-decorators/7.19.0_@babel+core@7.20.5
dev: true
engines:
node: '>=6.9.0'
- id: registry.npmmirror.com/@babel/plugin-proposal-decorators/7.20.2
+ id: registry.npmmirror.com/@babel/plugin-proposal-decorators/7.20.5
name: '@babel/plugin-proposal-decorators'
peerDependencies:
'@babel/core': ^7.0.0-0
resolution:
- integrity: sha512-nkBH96IBmgKnbHQ5gXFrcmez+Z9S2EIDKDQGp005ROqBigc88Tky4rzCnlP/lnlj245dCEQl4/YyV0V1kYh5dw==
+ integrity: sha512-Lac7PpRJXcC3s9cKsBfl+uc+DYXU5FD06BrTFunQO6QIQT+DwyzDPURAowI3bcvD1dZF/ank1Z5rstUJn3Hn4Q==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.20.2.tgz'
- version: 7.20.2
- registry.npmmirror.com/@babel/plugin-proposal-dynamic-import/7.18.6_@babel+core@7.20.2:
+ tarball: 'https://registry.npmmirror.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.20.5.tgz'
+ version: 7.20.5
+ registry.npmmirror.com/@babel/plugin-proposal-dynamic-import/7.18.6_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2
- '@babel/plugin-syntax-dynamic-import': registry.npmmirror.com/@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.20.2
+ '@babel/plugin-syntax-dynamic-import': registry.npmmirror.com/@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.20.5
dev: true
engines:
node: '>=6.9.0'
@@ -634,11 +634,11 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.18.6.tgz'
version: 7.18.6
- registry.npmmirror.com/@babel/plugin-proposal-export-namespace-from/7.18.9_@babel+core@7.20.2:
+ registry.npmmirror.com/@babel/plugin-proposal-export-namespace-from/7.18.9_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2
- '@babel/plugin-syntax-export-namespace-from': registry.npmmirror.com/@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.20.2
+ '@babel/plugin-syntax-export-namespace-from': registry.npmmirror.com/@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.20.5
dev: true
engines:
node: '>=6.9.0'
@@ -651,11 +651,11 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.18.9.tgz'
version: 7.18.9
- registry.npmmirror.com/@babel/plugin-proposal-json-strings/7.18.6_@babel+core@7.20.2:
+ registry.npmmirror.com/@babel/plugin-proposal-json-strings/7.18.6_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2
- '@babel/plugin-syntax-json-strings': registry.npmmirror.com/@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.20.2
+ '@babel/plugin-syntax-json-strings': registry.npmmirror.com/@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.20.5
dev: true
engines:
node: '>=6.9.0'
@@ -668,11 +668,11 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.18.6.tgz'
version: 7.18.6
- registry.npmmirror.com/@babel/plugin-proposal-logical-assignment-operators/7.18.9_@babel+core@7.20.2:
+ registry.npmmirror.com/@babel/plugin-proposal-logical-assignment-operators/7.18.9_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2
- '@babel/plugin-syntax-logical-assignment-operators': registry.npmmirror.com/@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.20.2
+ '@babel/plugin-syntax-logical-assignment-operators': registry.npmmirror.com/@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.20.5
dev: true
engines:
node: '>=6.9.0'
@@ -685,11 +685,11 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.18.9.tgz'
version: 7.18.9
- registry.npmmirror.com/@babel/plugin-proposal-nullish-coalescing-operator/7.18.6_@babel+core@7.20.2:
+ registry.npmmirror.com/@babel/plugin-proposal-nullish-coalescing-operator/7.18.6_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2
- '@babel/plugin-syntax-nullish-coalescing-operator': registry.npmmirror.com/@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.20.2
+ '@babel/plugin-syntax-nullish-coalescing-operator': registry.npmmirror.com/@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.20.5
dev: true
engines:
node: '>=6.9.0'
@@ -702,11 +702,11 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz'
version: 7.18.6
- registry.npmmirror.com/@babel/plugin-proposal-numeric-separator/7.18.6_@babel+core@7.20.2:
+ registry.npmmirror.com/@babel/plugin-proposal-numeric-separator/7.18.6_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2
- '@babel/plugin-syntax-numeric-separator': registry.npmmirror.com/@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.20.2
+ '@babel/plugin-syntax-numeric-separator': registry.npmmirror.com/@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.20.5
dev: true
engines:
node: '>=6.9.0'
@@ -719,14 +719,14 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz'
version: 7.18.6
- registry.npmmirror.com/@babel/plugin-proposal-object-rest-spread/7.20.2_@babel+core@7.20.2:
+ registry.npmmirror.com/@babel/plugin-proposal-object-rest-spread/7.20.2_@babel+core@7.20.5:
dependencies:
- '@babel/compat-data': registry.npmmirror.com/@babel/compat-data/7.20.1
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
- '@babel/helper-compilation-targets': registry.npmmirror.com/@babel/helper-compilation-targets/7.20.0_@babel+core@7.20.2
+ '@babel/compat-data': registry.npmmirror.com/@babel/compat-data/7.20.5
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
+ '@babel/helper-compilation-targets': registry.npmmirror.com/@babel/helper-compilation-targets/7.20.0_@babel+core@7.20.5
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2
- '@babel/plugin-syntax-object-rest-spread': registry.npmmirror.com/@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.20.2
- '@babel/plugin-transform-parameters': registry.npmmirror.com/@babel/plugin-transform-parameters/7.20.3_@babel+core@7.20.2
+ '@babel/plugin-syntax-object-rest-spread': registry.npmmirror.com/@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.20.5
+ '@babel/plugin-transform-parameters': registry.npmmirror.com/@babel/plugin-transform-parameters/7.20.5_@babel+core@7.20.5
dev: true
engines:
node: '>=6.9.0'
@@ -739,11 +739,11 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.20.2.tgz'
version: 7.20.2
- registry.npmmirror.com/@babel/plugin-proposal-optional-catch-binding/7.18.6_@babel+core@7.20.2:
+ registry.npmmirror.com/@babel/plugin-proposal-optional-catch-binding/7.18.6_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2
- '@babel/plugin-syntax-optional-catch-binding': registry.npmmirror.com/@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.20.2
+ '@babel/plugin-syntax-optional-catch-binding': registry.npmmirror.com/@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.20.5
dev: true
engines:
node: '>=6.9.0'
@@ -756,12 +756,12 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.18.6.tgz'
version: 7.18.6
- registry.npmmirror.com/@babel/plugin-proposal-optional-chaining/7.18.9_@babel+core@7.20.2:
+ registry.npmmirror.com/@babel/plugin-proposal-optional-chaining/7.18.9_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2
'@babel/helper-skip-transparent-expression-wrappers': registry.npmmirror.com/@babel/helper-skip-transparent-expression-wrappers/7.20.0
- '@babel/plugin-syntax-optional-chaining': registry.npmmirror.com/@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.20.2
+ '@babel/plugin-syntax-optional-chaining': registry.npmmirror.com/@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.20.5
dev: true
engines:
node: '>=6.9.0'
@@ -774,10 +774,10 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.18.9.tgz'
version: 7.18.9
- registry.npmmirror.com/@babel/plugin-proposal-private-methods/7.18.6_@babel+core@7.20.2:
+ registry.npmmirror.com/@babel/plugin-proposal-private-methods/7.18.6_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
- '@babel/helper-create-class-features-plugin': registry.npmmirror.com/@babel/helper-create-class-features-plugin/7.20.2_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
+ '@babel/helper-create-class-features-plugin': registry.npmmirror.com/@babel/helper-create-class-features-plugin/7.20.5_@babel+core@7.20.5
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2
dev: true
engines:
@@ -791,29 +791,29 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.18.6.tgz'
version: 7.18.6
- registry.npmmirror.com/@babel/plugin-proposal-private-property-in-object/7.18.6_@babel+core@7.20.2:
+ registry.npmmirror.com/@babel/plugin-proposal-private-property-in-object/7.20.5_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
'@babel/helper-annotate-as-pure': registry.npmmirror.com/@babel/helper-annotate-as-pure/7.18.6
- '@babel/helper-create-class-features-plugin': registry.npmmirror.com/@babel/helper-create-class-features-plugin/7.20.2_@babel+core@7.20.2
+ '@babel/helper-create-class-features-plugin': registry.npmmirror.com/@babel/helper-create-class-features-plugin/7.20.5_@babel+core@7.20.5
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2
- '@babel/plugin-syntax-private-property-in-object': registry.npmmirror.com/@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.20.2
+ '@babel/plugin-syntax-private-property-in-object': registry.npmmirror.com/@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.20.5
dev: true
engines:
node: '>=6.9.0'
- id: registry.npmmirror.com/@babel/plugin-proposal-private-property-in-object/7.18.6
+ id: registry.npmmirror.com/@babel/plugin-proposal-private-property-in-object/7.20.5
name: '@babel/plugin-proposal-private-property-in-object'
peerDependencies:
'@babel/core': ^7.0.0-0
resolution:
- integrity: sha512-9Rysx7FOctvT5ouj5JODjAFAkgGoudQuLPamZb0v1TGLpapdNaftzifU8NTWQm0IRjqoYypdrSmyWgkocDQ8Dw==
+ integrity: sha512-Vq7b9dUA12ByzB4EjQTPo25sFhY+08pQDBSZRtUAkj7lb7jahaHR5igera16QZ+3my1nYR4dKsNdYj5IjPHilQ==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.18.6.tgz'
- version: 7.18.6
- registry.npmmirror.com/@babel/plugin-proposal-unicode-property-regex/7.18.6_@babel+core@7.20.2:
+ tarball: 'https://registry.npmmirror.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.20.5.tgz'
+ version: 7.20.5
+ registry.npmmirror.com/@babel/plugin-proposal-unicode-property-regex/7.18.6_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
- '@babel/helper-create-regexp-features-plugin': registry.npmmirror.com/@babel/helper-create-regexp-features-plugin/7.19.0_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
+ '@babel/helper-create-regexp-features-plugin': registry.npmmirror.com/@babel/helper-create-regexp-features-plugin/7.20.5_@babel+core@7.20.5
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2
dev: true
engines:
@@ -827,9 +827,9 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.18.6.tgz'
version: 7.18.6
- registry.npmmirror.com/@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.20.2:
+ registry.npmmirror.com/@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2
dev: true
id: registry.npmmirror.com/@babel/plugin-syntax-async-generators/7.8.4
@@ -841,9 +841,9 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz'
version: 7.8.4
- registry.npmmirror.com/@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.20.2:
+ registry.npmmirror.com/@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2
dev: true
id: registry.npmmirror.com/@babel/plugin-syntax-class-properties/7.12.13
@@ -855,9 +855,9 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz'
version: 7.12.13
- registry.npmmirror.com/@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.20.2:
+ registry.npmmirror.com/@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2
dev: true
engines:
@@ -871,9 +871,9 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz'
version: 7.14.5
- registry.npmmirror.com/@babel/plugin-syntax-decorators/7.19.0_@babel+core@7.20.2:
+ registry.npmmirror.com/@babel/plugin-syntax-decorators/7.19.0_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2
dev: true
engines:
@@ -887,9 +887,9 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.19.0.tgz'
version: 7.19.0
- registry.npmmirror.com/@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.20.2:
+ registry.npmmirror.com/@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2
dev: true
id: registry.npmmirror.com/@babel/plugin-syntax-dynamic-import/7.8.3
@@ -901,9 +901,9 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz'
version: 7.8.3
- registry.npmmirror.com/@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.20.2:
+ registry.npmmirror.com/@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2
dev: true
id: registry.npmmirror.com/@babel/plugin-syntax-export-namespace-from/7.8.3
@@ -915,9 +915,9 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz'
version: 7.8.3
- registry.npmmirror.com/@babel/plugin-syntax-import-assertions/7.20.0_@babel+core@7.20.2:
+ registry.npmmirror.com/@babel/plugin-syntax-import-assertions/7.20.0_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2
dev: true
engines:
@@ -931,9 +931,9 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.20.0.tgz'
version: 7.20.0
- registry.npmmirror.com/@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.20.2:
+ registry.npmmirror.com/@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2
dev: true
id: registry.npmmirror.com/@babel/plugin-syntax-json-strings/7.8.3
@@ -945,9 +945,9 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz'
version: 7.8.3
- registry.npmmirror.com/@babel/plugin-syntax-jsx/7.18.6_@babel+core@7.20.2:
+ registry.npmmirror.com/@babel/plugin-syntax-jsx/7.18.6_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2
dev: true
engines:
@@ -961,9 +961,9 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.18.6.tgz'
version: 7.18.6
- registry.npmmirror.com/@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.20.2:
+ registry.npmmirror.com/@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2
dev: true
id: registry.npmmirror.com/@babel/plugin-syntax-logical-assignment-operators/7.10.4
@@ -975,9 +975,9 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz'
version: 7.10.4
- registry.npmmirror.com/@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.20.2:
+ registry.npmmirror.com/@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2
dev: true
id: registry.npmmirror.com/@babel/plugin-syntax-nullish-coalescing-operator/7.8.3
@@ -989,9 +989,9 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz'
version: 7.8.3
- registry.npmmirror.com/@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.20.2:
+ registry.npmmirror.com/@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2
dev: true
id: registry.npmmirror.com/@babel/plugin-syntax-numeric-separator/7.10.4
@@ -1003,9 +1003,9 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz'
version: 7.10.4
- registry.npmmirror.com/@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.20.2:
+ registry.npmmirror.com/@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2
dev: true
id: registry.npmmirror.com/@babel/plugin-syntax-object-rest-spread/7.8.3
@@ -1017,9 +1017,9 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz'
version: 7.8.3
- registry.npmmirror.com/@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.20.2:
+ registry.npmmirror.com/@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2
dev: true
id: registry.npmmirror.com/@babel/plugin-syntax-optional-catch-binding/7.8.3
@@ -1031,9 +1031,9 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz'
version: 7.8.3
- registry.npmmirror.com/@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.20.2:
+ registry.npmmirror.com/@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2
dev: true
id: registry.npmmirror.com/@babel/plugin-syntax-optional-chaining/7.8.3
@@ -1045,9 +1045,9 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz'
version: 7.8.3
- registry.npmmirror.com/@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.20.2:
+ registry.npmmirror.com/@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2
dev: true
engines:
@@ -1061,9 +1061,9 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz'
version: 7.14.5
- registry.npmmirror.com/@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.20.2:
+ registry.npmmirror.com/@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2
dev: true
engines:
@@ -1077,9 +1077,9 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz'
version: 7.14.5
- registry.npmmirror.com/@babel/plugin-transform-arrow-functions/7.18.6_@babel+core@7.20.2:
+ registry.npmmirror.com/@babel/plugin-transform-arrow-functions/7.18.6_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2
dev: true
engines:
@@ -1093,12 +1093,12 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.18.6.tgz'
version: 7.18.6
- registry.npmmirror.com/@babel/plugin-transform-async-to-generator/7.18.6_@babel+core@7.20.2:
+ registry.npmmirror.com/@babel/plugin-transform-async-to-generator/7.18.6_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
'@babel/helper-module-imports': registry.npmmirror.com/@babel/helper-module-imports/7.18.6
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2
- '@babel/helper-remap-async-to-generator': registry.npmmirror.com/@babel/helper-remap-async-to-generator/7.18.9_@babel+core@7.20.2
+ '@babel/helper-remap-async-to-generator': registry.npmmirror.com/@babel/helper-remap-async-to-generator/7.18.9_@babel+core@7.20.5
dev: true
engines:
node: '>=6.9.0'
@@ -1111,9 +1111,9 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.18.6.tgz'
version: 7.18.6
- registry.npmmirror.com/@babel/plugin-transform-block-scoped-functions/7.18.6_@babel+core@7.20.2:
+ registry.npmmirror.com/@babel/plugin-transform-block-scoped-functions/7.18.6_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2
dev: true
engines:
@@ -1127,27 +1127,27 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.18.6.tgz'
version: 7.18.6
- registry.npmmirror.com/@babel/plugin-transform-block-scoping/7.20.2_@babel+core@7.20.2:
+ registry.npmmirror.com/@babel/plugin-transform-block-scoping/7.20.5_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2
dev: true
engines:
node: '>=6.9.0'
- id: registry.npmmirror.com/@babel/plugin-transform-block-scoping/7.20.2
+ id: registry.npmmirror.com/@babel/plugin-transform-block-scoping/7.20.5
name: '@babel/plugin-transform-block-scoping'
peerDependencies:
'@babel/core': ^7.0.0-0
resolution:
- integrity: sha512-y5V15+04ry69OV2wULmwhEA6jwSWXO1TwAtIwiPXcvHcoOQUqpyMVd2bDsQJMW8AurjulIyUV8kDqtjSwHy1uQ==
+ integrity: sha512-WvpEIW9Cbj9ApF3yJCjIEEf1EiNJLtXagOrL5LNWEZOo3jv8pmPoYTSNJQvqej8OavVlgOoOPw6/htGZro6IkA==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.20.2.tgz'
- version: 7.20.2
- registry.npmmirror.com/@babel/plugin-transform-classes/7.20.2_@babel+core@7.20.2:
+ tarball: 'https://registry.npmmirror.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.20.5.tgz'
+ version: 7.20.5
+ registry.npmmirror.com/@babel/plugin-transform-classes/7.20.2_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
'@babel/helper-annotate-as-pure': registry.npmmirror.com/@babel/helper-annotate-as-pure/7.18.6
- '@babel/helper-compilation-targets': registry.npmmirror.com/@babel/helper-compilation-targets/7.20.0_@babel+core@7.20.2
+ '@babel/helper-compilation-targets': registry.npmmirror.com/@babel/helper-compilation-targets/7.20.0_@babel+core@7.20.5
'@babel/helper-environment-visitor': registry.npmmirror.com/@babel/helper-environment-visitor/7.18.9
'@babel/helper-function-name': registry.npmmirror.com/@babel/helper-function-name/7.19.0
'@babel/helper-optimise-call-expression': registry.npmmirror.com/@babel/helper-optimise-call-expression/7.18.6
@@ -1167,9 +1167,9 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.20.2.tgz'
version: 7.20.2
- registry.npmmirror.com/@babel/plugin-transform-computed-properties/7.18.9_@babel+core@7.20.2:
+ registry.npmmirror.com/@babel/plugin-transform-computed-properties/7.18.9_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2
dev: true
engines:
@@ -1183,9 +1183,9 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.18.9.tgz'
version: 7.18.9
- registry.npmmirror.com/@babel/plugin-transform-destructuring/7.20.2_@babel+core@7.20.2:
+ registry.npmmirror.com/@babel/plugin-transform-destructuring/7.20.2_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2
dev: true
engines:
@@ -1199,10 +1199,10 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.20.2.tgz'
version: 7.20.2
- registry.npmmirror.com/@babel/plugin-transform-dotall-regex/7.18.6_@babel+core@7.20.2:
+ registry.npmmirror.com/@babel/plugin-transform-dotall-regex/7.18.6_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
- '@babel/helper-create-regexp-features-plugin': registry.npmmirror.com/@babel/helper-create-regexp-features-plugin/7.19.0_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
+ '@babel/helper-create-regexp-features-plugin': registry.npmmirror.com/@babel/helper-create-regexp-features-plugin/7.20.5_@babel+core@7.20.5
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2
dev: true
engines:
@@ -1216,9 +1216,9 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.18.6.tgz'
version: 7.18.6
- registry.npmmirror.com/@babel/plugin-transform-duplicate-keys/7.18.9_@babel+core@7.20.2:
+ registry.npmmirror.com/@babel/plugin-transform-duplicate-keys/7.18.9_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2
dev: true
engines:
@@ -1232,9 +1232,9 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.18.9.tgz'
version: 7.18.9
- registry.npmmirror.com/@babel/plugin-transform-exponentiation-operator/7.18.6_@babel+core@7.20.2:
+ registry.npmmirror.com/@babel/plugin-transform-exponentiation-operator/7.18.6_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
'@babel/helper-builder-binary-assignment-operator-visitor': registry.npmmirror.com/@babel/helper-builder-binary-assignment-operator-visitor/7.18.9
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2
dev: true
@@ -1249,9 +1249,9 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.18.6.tgz'
version: 7.18.6
- registry.npmmirror.com/@babel/plugin-transform-for-of/7.18.8_@babel+core@7.20.2:
+ registry.npmmirror.com/@babel/plugin-transform-for-of/7.18.8_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2
dev: true
engines:
@@ -1265,10 +1265,10 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.18.8.tgz'
version: 7.18.8
- registry.npmmirror.com/@babel/plugin-transform-function-name/7.18.9_@babel+core@7.20.2:
+ registry.npmmirror.com/@babel/plugin-transform-function-name/7.18.9_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
- '@babel/helper-compilation-targets': registry.npmmirror.com/@babel/helper-compilation-targets/7.20.0_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
+ '@babel/helper-compilation-targets': registry.npmmirror.com/@babel/helper-compilation-targets/7.20.0_@babel+core@7.20.5
'@babel/helper-function-name': registry.npmmirror.com/@babel/helper-function-name/7.19.0
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2
dev: true
@@ -1283,9 +1283,9 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.18.9.tgz'
version: 7.18.9
- registry.npmmirror.com/@babel/plugin-transform-literals/7.18.9_@babel+core@7.20.2:
+ registry.npmmirror.com/@babel/plugin-transform-literals/7.18.9_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2
dev: true
engines:
@@ -1299,9 +1299,9 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.18.9.tgz'
version: 7.18.9
- registry.npmmirror.com/@babel/plugin-transform-member-expression-literals/7.18.6_@babel+core@7.20.2:
+ registry.npmmirror.com/@babel/plugin-transform-member-expression-literals/7.18.6_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2
dev: true
engines:
@@ -1315,9 +1315,9 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.18.6.tgz'
version: 7.18.6
- registry.npmmirror.com/@babel/plugin-transform-modules-amd/7.19.6_@babel+core@7.20.2:
+ registry.npmmirror.com/@babel/plugin-transform-modules-amd/7.19.6_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
'@babel/helper-module-transforms': registry.npmmirror.com/@babel/helper-module-transforms/7.20.2
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2
dev: true
@@ -1332,9 +1332,9 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.19.6.tgz'
version: 7.19.6
- registry.npmmirror.com/@babel/plugin-transform-modules-commonjs/7.19.6_@babel+core@7.20.2:
+ registry.npmmirror.com/@babel/plugin-transform-modules-commonjs/7.19.6_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
'@babel/helper-module-transforms': registry.npmmirror.com/@babel/helper-module-transforms/7.20.2
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2
'@babel/helper-simple-access': registry.npmmirror.com/@babel/helper-simple-access/7.20.2
@@ -1350,9 +1350,9 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.19.6.tgz'
version: 7.19.6
- registry.npmmirror.com/@babel/plugin-transform-modules-systemjs/7.19.6_@babel+core@7.20.2:
+ registry.npmmirror.com/@babel/plugin-transform-modules-systemjs/7.19.6_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
'@babel/helper-hoist-variables': registry.npmmirror.com/@babel/helper-hoist-variables/7.18.6
'@babel/helper-module-transforms': registry.npmmirror.com/@babel/helper-module-transforms/7.20.2
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2
@@ -1369,9 +1369,9 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.19.6.tgz'
version: 7.19.6
- registry.npmmirror.com/@babel/plugin-transform-modules-umd/7.18.6_@babel+core@7.20.2:
+ registry.npmmirror.com/@babel/plugin-transform-modules-umd/7.18.6_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
'@babel/helper-module-transforms': registry.npmmirror.com/@babel/helper-module-transforms/7.20.2
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2
dev: true
@@ -1386,26 +1386,26 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.18.6.tgz'
version: 7.18.6
- registry.npmmirror.com/@babel/plugin-transform-named-capturing-groups-regex/7.19.1_@babel+core@7.20.2:
+ registry.npmmirror.com/@babel/plugin-transform-named-capturing-groups-regex/7.20.5_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
- '@babel/helper-create-regexp-features-plugin': registry.npmmirror.com/@babel/helper-create-regexp-features-plugin/7.19.0_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
+ '@babel/helper-create-regexp-features-plugin': registry.npmmirror.com/@babel/helper-create-regexp-features-plugin/7.20.5_@babel+core@7.20.5
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2
dev: true
engines:
node: '>=6.9.0'
- id: registry.npmmirror.com/@babel/plugin-transform-named-capturing-groups-regex/7.19.1
+ id: registry.npmmirror.com/@babel/plugin-transform-named-capturing-groups-regex/7.20.5
name: '@babel/plugin-transform-named-capturing-groups-regex'
peerDependencies:
'@babel/core': ^7.0.0
resolution:
- integrity: sha512-oWk9l9WItWBQYS4FgXD4Uyy5kq898lvkXpXQxoJEY1RnvPk4R/Dvu2ebXU9q8lP+rlMwUQTFf2Ok6d78ODa0kw==
+ integrity: sha512-mOW4tTzi5iTLnw+78iEq3gr8Aoq4WNRGpmSlrogqaiCBoR1HFhpU4JkpQFOHfeYx3ReVIFWOQJS4aZBRvuZ6mA==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.19.1.tgz'
- version: 7.19.1
- registry.npmmirror.com/@babel/plugin-transform-new-target/7.18.6_@babel+core@7.20.2:
+ tarball: 'https://registry.npmmirror.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.20.5.tgz'
+ version: 7.20.5
+ registry.npmmirror.com/@babel/plugin-transform-new-target/7.18.6_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2
dev: true
engines:
@@ -1419,9 +1419,9 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.18.6.tgz'
version: 7.18.6
- registry.npmmirror.com/@babel/plugin-transform-object-super/7.18.6_@babel+core@7.20.2:
+ registry.npmmirror.com/@babel/plugin-transform-object-super/7.18.6_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2
'@babel/helper-replace-supers': registry.npmmirror.com/@babel/helper-replace-supers/7.19.1
dev: true
@@ -1436,25 +1436,25 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.18.6.tgz'
version: 7.18.6
- registry.npmmirror.com/@babel/plugin-transform-parameters/7.20.3_@babel+core@7.20.2:
+ registry.npmmirror.com/@babel/plugin-transform-parameters/7.20.5_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2
dev: true
engines:
node: '>=6.9.0'
- id: registry.npmmirror.com/@babel/plugin-transform-parameters/7.20.3
+ id: registry.npmmirror.com/@babel/plugin-transform-parameters/7.20.5
name: '@babel/plugin-transform-parameters'
peerDependencies:
'@babel/core': ^7.0.0-0
resolution:
- integrity: sha512-oZg/Fpx0YDrj13KsLyO8I/CX3Zdw7z0O9qOd95SqcoIzuqy/WTGWvePeHAnZCN54SfdyjHcb1S30gc8zlzlHcA==
+ integrity: sha512-h7plkOmcndIUWXZFLgpbrh2+fXAi47zcUX7IrOQuZdLD0I0KvjJ6cvo3BEcAOsDOcZhVKGJqv07mkSqK0y2isQ==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.20.3.tgz'
- version: 7.20.3
- registry.npmmirror.com/@babel/plugin-transform-property-literals/7.18.6_@babel+core@7.20.2:
+ tarball: 'https://registry.npmmirror.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.20.5.tgz'
+ version: 7.20.5
+ registry.npmmirror.com/@babel/plugin-transform-property-literals/7.18.6_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2
dev: true
engines:
@@ -1468,26 +1468,26 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.18.6.tgz'
version: 7.18.6
- registry.npmmirror.com/@babel/plugin-transform-regenerator/7.18.6_@babel+core@7.20.2:
+ registry.npmmirror.com/@babel/plugin-transform-regenerator/7.20.5_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2
regenerator-transform: registry.npmmirror.com/regenerator-transform/0.15.1
dev: true
engines:
node: '>=6.9.0'
- id: registry.npmmirror.com/@babel/plugin-transform-regenerator/7.18.6
+ id: registry.npmmirror.com/@babel/plugin-transform-regenerator/7.20.5
name: '@babel/plugin-transform-regenerator'
peerDependencies:
'@babel/core': ^7.0.0-0
resolution:
- integrity: sha512-poqRI2+qiSdeldcz4wTSTXBRryoq3Gc70ye7m7UD5Ww0nE29IXqMl6r7Nd15WBgRd74vloEMlShtH6CKxVzfmQ==
+ integrity: sha512-kW/oO7HPBtntbsahzQ0qSE3tFvkFwnbozz3NWFhLGqH75vLEg+sCGngLlhVkePlCs3Jv0dBBHDzCHxNiFAQKCQ==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.18.6.tgz'
- version: 7.18.6
- registry.npmmirror.com/@babel/plugin-transform-reserved-words/7.18.6_@babel+core@7.20.2:
+ tarball: 'https://registry.npmmirror.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.20.5.tgz'
+ version: 7.20.5
+ registry.npmmirror.com/@babel/plugin-transform-reserved-words/7.18.6_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2
dev: true
engines:
@@ -1501,14 +1501,14 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.18.6.tgz'
version: 7.18.6
- registry.npmmirror.com/@babel/plugin-transform-runtime/7.19.6_@babel+core@7.20.2:
+ registry.npmmirror.com/@babel/plugin-transform-runtime/7.19.6_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
'@babel/helper-module-imports': registry.npmmirror.com/@babel/helper-module-imports/7.18.6
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2
- babel-plugin-polyfill-corejs2: registry.npmmirror.com/babel-plugin-polyfill-corejs2/0.3.3_@babel+core@7.20.2
- babel-plugin-polyfill-corejs3: registry.npmmirror.com/babel-plugin-polyfill-corejs3/0.6.0_@babel+core@7.20.2
- babel-plugin-polyfill-regenerator: registry.npmmirror.com/babel-plugin-polyfill-regenerator/0.4.1_@babel+core@7.20.2
+ babel-plugin-polyfill-corejs2: registry.npmmirror.com/babel-plugin-polyfill-corejs2/0.3.3_@babel+core@7.20.5
+ babel-plugin-polyfill-corejs3: registry.npmmirror.com/babel-plugin-polyfill-corejs3/0.6.0_@babel+core@7.20.5
+ babel-plugin-polyfill-regenerator: registry.npmmirror.com/babel-plugin-polyfill-regenerator/0.4.1_@babel+core@7.20.5
semver: registry.npmmirror.com/semver/6.3.0
dev: true
engines:
@@ -1522,9 +1522,9 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.19.6.tgz'
version: 7.19.6
- registry.npmmirror.com/@babel/plugin-transform-shorthand-properties/7.18.6_@babel+core@7.20.2:
+ registry.npmmirror.com/@babel/plugin-transform-shorthand-properties/7.18.6_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2
dev: true
engines:
@@ -1538,9 +1538,9 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.18.6.tgz'
version: 7.18.6
- registry.npmmirror.com/@babel/plugin-transform-spread/7.19.0_@babel+core@7.20.2:
+ registry.npmmirror.com/@babel/plugin-transform-spread/7.19.0_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2
'@babel/helper-skip-transparent-expression-wrappers': registry.npmmirror.com/@babel/helper-skip-transparent-expression-wrappers/7.20.0
dev: true
@@ -1555,9 +1555,9 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.19.0.tgz'
version: 7.19.0
- registry.npmmirror.com/@babel/plugin-transform-sticky-regex/7.18.6_@babel+core@7.20.2:
+ registry.npmmirror.com/@babel/plugin-transform-sticky-regex/7.18.6_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2
dev: true
engines:
@@ -1571,9 +1571,9 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.18.6.tgz'
version: 7.18.6
- registry.npmmirror.com/@babel/plugin-transform-template-literals/7.18.9_@babel+core@7.20.2:
+ registry.npmmirror.com/@babel/plugin-transform-template-literals/7.18.9_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2
dev: true
engines:
@@ -1587,9 +1587,9 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.18.9.tgz'
version: 7.18.9
- registry.npmmirror.com/@babel/plugin-transform-typeof-symbol/7.18.9_@babel+core@7.20.2:
+ registry.npmmirror.com/@babel/plugin-transform-typeof-symbol/7.18.9_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2
dev: true
engines:
@@ -1603,9 +1603,9 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.18.9.tgz'
version: 7.18.9
- registry.npmmirror.com/@babel/plugin-transform-unicode-escapes/7.18.10_@babel+core@7.20.2:
+ registry.npmmirror.com/@babel/plugin-transform-unicode-escapes/7.18.10_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2
dev: true
engines:
@@ -1619,10 +1619,10 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.18.10.tgz'
version: 7.18.10
- registry.npmmirror.com/@babel/plugin-transform-unicode-regex/7.18.6_@babel+core@7.20.2:
+ registry.npmmirror.com/@babel/plugin-transform-unicode-regex/7.18.6_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
- '@babel/helper-create-regexp-features-plugin': registry.npmmirror.com/@babel/helper-create-regexp-features-plugin/7.19.0_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
+ '@babel/helper-create-regexp-features-plugin': registry.npmmirror.com/@babel/helper-create-regexp-features-plugin/7.20.5_@babel+core@7.20.5
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2
dev: true
engines:
@@ -1636,82 +1636,82 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.18.6.tgz'
version: 7.18.6
- registry.npmmirror.com/@babel/preset-env/7.20.2_@babel+core@7.20.2:
+ registry.npmmirror.com/@babel/preset-env/7.20.2_@babel+core@7.20.5:
dependencies:
- '@babel/compat-data': registry.npmmirror.com/@babel/compat-data/7.20.1
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
- '@babel/helper-compilation-targets': registry.npmmirror.com/@babel/helper-compilation-targets/7.20.0_@babel+core@7.20.2
+ '@babel/compat-data': registry.npmmirror.com/@babel/compat-data/7.20.5
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
+ '@babel/helper-compilation-targets': registry.npmmirror.com/@babel/helper-compilation-targets/7.20.0_@babel+core@7.20.5
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2
'@babel/helper-validator-option': registry.npmmirror.com/@babel/helper-validator-option/7.18.6
- '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': registry.npmmirror.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.18.6_@babel+core@7.20.2
- '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': registry.npmmirror.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.18.9_@babel+core@7.20.2
- '@babel/plugin-proposal-async-generator-functions': registry.npmmirror.com/@babel/plugin-proposal-async-generator-functions/7.20.1_@babel+core@7.20.2
- '@babel/plugin-proposal-class-properties': registry.npmmirror.com/@babel/plugin-proposal-class-properties/7.18.6_@babel+core@7.20.2
- '@babel/plugin-proposal-class-static-block': registry.npmmirror.com/@babel/plugin-proposal-class-static-block/7.18.6_@babel+core@7.20.2
- '@babel/plugin-proposal-dynamic-import': registry.npmmirror.com/@babel/plugin-proposal-dynamic-import/7.18.6_@babel+core@7.20.2
- '@babel/plugin-proposal-export-namespace-from': registry.npmmirror.com/@babel/plugin-proposal-export-namespace-from/7.18.9_@babel+core@7.20.2
- '@babel/plugin-proposal-json-strings': registry.npmmirror.com/@babel/plugin-proposal-json-strings/7.18.6_@babel+core@7.20.2
- '@babel/plugin-proposal-logical-assignment-operators': registry.npmmirror.com/@babel/plugin-proposal-logical-assignment-operators/7.18.9_@babel+core@7.20.2
- '@babel/plugin-proposal-nullish-coalescing-operator': registry.npmmirror.com/@babel/plugin-proposal-nullish-coalescing-operator/7.18.6_@babel+core@7.20.2
- '@babel/plugin-proposal-numeric-separator': registry.npmmirror.com/@babel/plugin-proposal-numeric-separator/7.18.6_@babel+core@7.20.2
- '@babel/plugin-proposal-object-rest-spread': registry.npmmirror.com/@babel/plugin-proposal-object-rest-spread/7.20.2_@babel+core@7.20.2
- '@babel/plugin-proposal-optional-catch-binding': registry.npmmirror.com/@babel/plugin-proposal-optional-catch-binding/7.18.6_@babel+core@7.20.2
- '@babel/plugin-proposal-optional-chaining': registry.npmmirror.com/@babel/plugin-proposal-optional-chaining/7.18.9_@babel+core@7.20.2
- '@babel/plugin-proposal-private-methods': registry.npmmirror.com/@babel/plugin-proposal-private-methods/7.18.6_@babel+core@7.20.2
- '@babel/plugin-proposal-private-property-in-object': registry.npmmirror.com/@babel/plugin-proposal-private-property-in-object/7.18.6_@babel+core@7.20.2
- '@babel/plugin-proposal-unicode-property-regex': registry.npmmirror.com/@babel/plugin-proposal-unicode-property-regex/7.18.6_@babel+core@7.20.2
- '@babel/plugin-syntax-async-generators': registry.npmmirror.com/@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.20.2
- '@babel/plugin-syntax-class-properties': registry.npmmirror.com/@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.20.2
- '@babel/plugin-syntax-class-static-block': registry.npmmirror.com/@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.20.2
- '@babel/plugin-syntax-dynamic-import': registry.npmmirror.com/@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.20.2
- '@babel/plugin-syntax-export-namespace-from': registry.npmmirror.com/@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.20.2
- '@babel/plugin-syntax-import-assertions': registry.npmmirror.com/@babel/plugin-syntax-import-assertions/7.20.0_@babel+core@7.20.2
- '@babel/plugin-syntax-json-strings': registry.npmmirror.com/@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.20.2
- '@babel/plugin-syntax-logical-assignment-operators': registry.npmmirror.com/@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.20.2
- '@babel/plugin-syntax-nullish-coalescing-operator': registry.npmmirror.com/@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.20.2
- '@babel/plugin-syntax-numeric-separator': registry.npmmirror.com/@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.20.2
- '@babel/plugin-syntax-object-rest-spread': registry.npmmirror.com/@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.20.2
- '@babel/plugin-syntax-optional-catch-binding': registry.npmmirror.com/@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.20.2
- '@babel/plugin-syntax-optional-chaining': registry.npmmirror.com/@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.20.2
- '@babel/plugin-syntax-private-property-in-object': registry.npmmirror.com/@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.20.2
- '@babel/plugin-syntax-top-level-await': registry.npmmirror.com/@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.20.2
- '@babel/plugin-transform-arrow-functions': registry.npmmirror.com/@babel/plugin-transform-arrow-functions/7.18.6_@babel+core@7.20.2
- '@babel/plugin-transform-async-to-generator': registry.npmmirror.com/@babel/plugin-transform-async-to-generator/7.18.6_@babel+core@7.20.2
- '@babel/plugin-transform-block-scoped-functions': registry.npmmirror.com/@babel/plugin-transform-block-scoped-functions/7.18.6_@babel+core@7.20.2
- '@babel/plugin-transform-block-scoping': registry.npmmirror.com/@babel/plugin-transform-block-scoping/7.20.2_@babel+core@7.20.2
- '@babel/plugin-transform-classes': registry.npmmirror.com/@babel/plugin-transform-classes/7.20.2_@babel+core@7.20.2
- '@babel/plugin-transform-computed-properties': registry.npmmirror.com/@babel/plugin-transform-computed-properties/7.18.9_@babel+core@7.20.2
- '@babel/plugin-transform-destructuring': registry.npmmirror.com/@babel/plugin-transform-destructuring/7.20.2_@babel+core@7.20.2
- '@babel/plugin-transform-dotall-regex': registry.npmmirror.com/@babel/plugin-transform-dotall-regex/7.18.6_@babel+core@7.20.2
- '@babel/plugin-transform-duplicate-keys': registry.npmmirror.com/@babel/plugin-transform-duplicate-keys/7.18.9_@babel+core@7.20.2
- '@babel/plugin-transform-exponentiation-operator': registry.npmmirror.com/@babel/plugin-transform-exponentiation-operator/7.18.6_@babel+core@7.20.2
- '@babel/plugin-transform-for-of': registry.npmmirror.com/@babel/plugin-transform-for-of/7.18.8_@babel+core@7.20.2
- '@babel/plugin-transform-function-name': registry.npmmirror.com/@babel/plugin-transform-function-name/7.18.9_@babel+core@7.20.2
- '@babel/plugin-transform-literals': registry.npmmirror.com/@babel/plugin-transform-literals/7.18.9_@babel+core@7.20.2
- '@babel/plugin-transform-member-expression-literals': registry.npmmirror.com/@babel/plugin-transform-member-expression-literals/7.18.6_@babel+core@7.20.2
- '@babel/plugin-transform-modules-amd': registry.npmmirror.com/@babel/plugin-transform-modules-amd/7.19.6_@babel+core@7.20.2
- '@babel/plugin-transform-modules-commonjs': registry.npmmirror.com/@babel/plugin-transform-modules-commonjs/7.19.6_@babel+core@7.20.2
- '@babel/plugin-transform-modules-systemjs': registry.npmmirror.com/@babel/plugin-transform-modules-systemjs/7.19.6_@babel+core@7.20.2
- '@babel/plugin-transform-modules-umd': registry.npmmirror.com/@babel/plugin-transform-modules-umd/7.18.6_@babel+core@7.20.2
- '@babel/plugin-transform-named-capturing-groups-regex': registry.npmmirror.com/@babel/plugin-transform-named-capturing-groups-regex/7.19.1_@babel+core@7.20.2
- '@babel/plugin-transform-new-target': registry.npmmirror.com/@babel/plugin-transform-new-target/7.18.6_@babel+core@7.20.2
- '@babel/plugin-transform-object-super': registry.npmmirror.com/@babel/plugin-transform-object-super/7.18.6_@babel+core@7.20.2
- '@babel/plugin-transform-parameters': registry.npmmirror.com/@babel/plugin-transform-parameters/7.20.3_@babel+core@7.20.2
- '@babel/plugin-transform-property-literals': registry.npmmirror.com/@babel/plugin-transform-property-literals/7.18.6_@babel+core@7.20.2
- '@babel/plugin-transform-regenerator': registry.npmmirror.com/@babel/plugin-transform-regenerator/7.18.6_@babel+core@7.20.2
- '@babel/plugin-transform-reserved-words': registry.npmmirror.com/@babel/plugin-transform-reserved-words/7.18.6_@babel+core@7.20.2
- '@babel/plugin-transform-shorthand-properties': registry.npmmirror.com/@babel/plugin-transform-shorthand-properties/7.18.6_@babel+core@7.20.2
- '@babel/plugin-transform-spread': registry.npmmirror.com/@babel/plugin-transform-spread/7.19.0_@babel+core@7.20.2
- '@babel/plugin-transform-sticky-regex': registry.npmmirror.com/@babel/plugin-transform-sticky-regex/7.18.6_@babel+core@7.20.2
- '@babel/plugin-transform-template-literals': registry.npmmirror.com/@babel/plugin-transform-template-literals/7.18.9_@babel+core@7.20.2
- '@babel/plugin-transform-typeof-symbol': registry.npmmirror.com/@babel/plugin-transform-typeof-symbol/7.18.9_@babel+core@7.20.2
- '@babel/plugin-transform-unicode-escapes': registry.npmmirror.com/@babel/plugin-transform-unicode-escapes/7.18.10_@babel+core@7.20.2
- '@babel/plugin-transform-unicode-regex': registry.npmmirror.com/@babel/plugin-transform-unicode-regex/7.18.6_@babel+core@7.20.2
- '@babel/preset-modules': registry.npmmirror.com/@babel/preset-modules/0.1.5_@babel+core@7.20.2
- '@babel/types': registry.npmmirror.com/@babel/types/7.20.2
- babel-plugin-polyfill-corejs2: registry.npmmirror.com/babel-plugin-polyfill-corejs2/0.3.3_@babel+core@7.20.2
- babel-plugin-polyfill-corejs3: registry.npmmirror.com/babel-plugin-polyfill-corejs3/0.6.0_@babel+core@7.20.2
- babel-plugin-polyfill-regenerator: registry.npmmirror.com/babel-plugin-polyfill-regenerator/0.4.1_@babel+core@7.20.2
+ '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': registry.npmmirror.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.18.6_@babel+core@7.20.5
+ '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': registry.npmmirror.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.18.9_@babel+core@7.20.5
+ '@babel/plugin-proposal-async-generator-functions': registry.npmmirror.com/@babel/plugin-proposal-async-generator-functions/7.20.1_@babel+core@7.20.5
+ '@babel/plugin-proposal-class-properties': registry.npmmirror.com/@babel/plugin-proposal-class-properties/7.18.6_@babel+core@7.20.5
+ '@babel/plugin-proposal-class-static-block': registry.npmmirror.com/@babel/plugin-proposal-class-static-block/7.18.6_@babel+core@7.20.5
+ '@babel/plugin-proposal-dynamic-import': registry.npmmirror.com/@babel/plugin-proposal-dynamic-import/7.18.6_@babel+core@7.20.5
+ '@babel/plugin-proposal-export-namespace-from': registry.npmmirror.com/@babel/plugin-proposal-export-namespace-from/7.18.9_@babel+core@7.20.5
+ '@babel/plugin-proposal-json-strings': registry.npmmirror.com/@babel/plugin-proposal-json-strings/7.18.6_@babel+core@7.20.5
+ '@babel/plugin-proposal-logical-assignment-operators': registry.npmmirror.com/@babel/plugin-proposal-logical-assignment-operators/7.18.9_@babel+core@7.20.5
+ '@babel/plugin-proposal-nullish-coalescing-operator': registry.npmmirror.com/@babel/plugin-proposal-nullish-coalescing-operator/7.18.6_@babel+core@7.20.5
+ '@babel/plugin-proposal-numeric-separator': registry.npmmirror.com/@babel/plugin-proposal-numeric-separator/7.18.6_@babel+core@7.20.5
+ '@babel/plugin-proposal-object-rest-spread': registry.npmmirror.com/@babel/plugin-proposal-object-rest-spread/7.20.2_@babel+core@7.20.5
+ '@babel/plugin-proposal-optional-catch-binding': registry.npmmirror.com/@babel/plugin-proposal-optional-catch-binding/7.18.6_@babel+core@7.20.5
+ '@babel/plugin-proposal-optional-chaining': registry.npmmirror.com/@babel/plugin-proposal-optional-chaining/7.18.9_@babel+core@7.20.5
+ '@babel/plugin-proposal-private-methods': registry.npmmirror.com/@babel/plugin-proposal-private-methods/7.18.6_@babel+core@7.20.5
+ '@babel/plugin-proposal-private-property-in-object': registry.npmmirror.com/@babel/plugin-proposal-private-property-in-object/7.20.5_@babel+core@7.20.5
+ '@babel/plugin-proposal-unicode-property-regex': registry.npmmirror.com/@babel/plugin-proposal-unicode-property-regex/7.18.6_@babel+core@7.20.5
+ '@babel/plugin-syntax-async-generators': registry.npmmirror.com/@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.20.5
+ '@babel/plugin-syntax-class-properties': registry.npmmirror.com/@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.20.5
+ '@babel/plugin-syntax-class-static-block': registry.npmmirror.com/@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.20.5
+ '@babel/plugin-syntax-dynamic-import': registry.npmmirror.com/@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.20.5
+ '@babel/plugin-syntax-export-namespace-from': registry.npmmirror.com/@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.20.5
+ '@babel/plugin-syntax-import-assertions': registry.npmmirror.com/@babel/plugin-syntax-import-assertions/7.20.0_@babel+core@7.20.5
+ '@babel/plugin-syntax-json-strings': registry.npmmirror.com/@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.20.5
+ '@babel/plugin-syntax-logical-assignment-operators': registry.npmmirror.com/@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.20.5
+ '@babel/plugin-syntax-nullish-coalescing-operator': registry.npmmirror.com/@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.20.5
+ '@babel/plugin-syntax-numeric-separator': registry.npmmirror.com/@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.20.5
+ '@babel/plugin-syntax-object-rest-spread': registry.npmmirror.com/@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.20.5
+ '@babel/plugin-syntax-optional-catch-binding': registry.npmmirror.com/@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.20.5
+ '@babel/plugin-syntax-optional-chaining': registry.npmmirror.com/@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.20.5
+ '@babel/plugin-syntax-private-property-in-object': registry.npmmirror.com/@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.20.5
+ '@babel/plugin-syntax-top-level-await': registry.npmmirror.com/@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.20.5
+ '@babel/plugin-transform-arrow-functions': registry.npmmirror.com/@babel/plugin-transform-arrow-functions/7.18.6_@babel+core@7.20.5
+ '@babel/plugin-transform-async-to-generator': registry.npmmirror.com/@babel/plugin-transform-async-to-generator/7.18.6_@babel+core@7.20.5
+ '@babel/plugin-transform-block-scoped-functions': registry.npmmirror.com/@babel/plugin-transform-block-scoped-functions/7.18.6_@babel+core@7.20.5
+ '@babel/plugin-transform-block-scoping': registry.npmmirror.com/@babel/plugin-transform-block-scoping/7.20.5_@babel+core@7.20.5
+ '@babel/plugin-transform-classes': registry.npmmirror.com/@babel/plugin-transform-classes/7.20.2_@babel+core@7.20.5
+ '@babel/plugin-transform-computed-properties': registry.npmmirror.com/@babel/plugin-transform-computed-properties/7.18.9_@babel+core@7.20.5
+ '@babel/plugin-transform-destructuring': registry.npmmirror.com/@babel/plugin-transform-destructuring/7.20.2_@babel+core@7.20.5
+ '@babel/plugin-transform-dotall-regex': registry.npmmirror.com/@babel/plugin-transform-dotall-regex/7.18.6_@babel+core@7.20.5
+ '@babel/plugin-transform-duplicate-keys': registry.npmmirror.com/@babel/plugin-transform-duplicate-keys/7.18.9_@babel+core@7.20.5
+ '@babel/plugin-transform-exponentiation-operator': registry.npmmirror.com/@babel/plugin-transform-exponentiation-operator/7.18.6_@babel+core@7.20.5
+ '@babel/plugin-transform-for-of': registry.npmmirror.com/@babel/plugin-transform-for-of/7.18.8_@babel+core@7.20.5
+ '@babel/plugin-transform-function-name': registry.npmmirror.com/@babel/plugin-transform-function-name/7.18.9_@babel+core@7.20.5
+ '@babel/plugin-transform-literals': registry.npmmirror.com/@babel/plugin-transform-literals/7.18.9_@babel+core@7.20.5
+ '@babel/plugin-transform-member-expression-literals': registry.npmmirror.com/@babel/plugin-transform-member-expression-literals/7.18.6_@babel+core@7.20.5
+ '@babel/plugin-transform-modules-amd': registry.npmmirror.com/@babel/plugin-transform-modules-amd/7.19.6_@babel+core@7.20.5
+ '@babel/plugin-transform-modules-commonjs': registry.npmmirror.com/@babel/plugin-transform-modules-commonjs/7.19.6_@babel+core@7.20.5
+ '@babel/plugin-transform-modules-systemjs': registry.npmmirror.com/@babel/plugin-transform-modules-systemjs/7.19.6_@babel+core@7.20.5
+ '@babel/plugin-transform-modules-umd': registry.npmmirror.com/@babel/plugin-transform-modules-umd/7.18.6_@babel+core@7.20.5
+ '@babel/plugin-transform-named-capturing-groups-regex': registry.npmmirror.com/@babel/plugin-transform-named-capturing-groups-regex/7.20.5_@babel+core@7.20.5
+ '@babel/plugin-transform-new-target': registry.npmmirror.com/@babel/plugin-transform-new-target/7.18.6_@babel+core@7.20.5
+ '@babel/plugin-transform-object-super': registry.npmmirror.com/@babel/plugin-transform-object-super/7.18.6_@babel+core@7.20.5
+ '@babel/plugin-transform-parameters': registry.npmmirror.com/@babel/plugin-transform-parameters/7.20.5_@babel+core@7.20.5
+ '@babel/plugin-transform-property-literals': registry.npmmirror.com/@babel/plugin-transform-property-literals/7.18.6_@babel+core@7.20.5
+ '@babel/plugin-transform-regenerator': registry.npmmirror.com/@babel/plugin-transform-regenerator/7.20.5_@babel+core@7.20.5
+ '@babel/plugin-transform-reserved-words': registry.npmmirror.com/@babel/plugin-transform-reserved-words/7.18.6_@babel+core@7.20.5
+ '@babel/plugin-transform-shorthand-properties': registry.npmmirror.com/@babel/plugin-transform-shorthand-properties/7.18.6_@babel+core@7.20.5
+ '@babel/plugin-transform-spread': registry.npmmirror.com/@babel/plugin-transform-spread/7.19.0_@babel+core@7.20.5
+ '@babel/plugin-transform-sticky-regex': registry.npmmirror.com/@babel/plugin-transform-sticky-regex/7.18.6_@babel+core@7.20.5
+ '@babel/plugin-transform-template-literals': registry.npmmirror.com/@babel/plugin-transform-template-literals/7.18.9_@babel+core@7.20.5
+ '@babel/plugin-transform-typeof-symbol': registry.npmmirror.com/@babel/plugin-transform-typeof-symbol/7.18.9_@babel+core@7.20.5
+ '@babel/plugin-transform-unicode-escapes': registry.npmmirror.com/@babel/plugin-transform-unicode-escapes/7.18.10_@babel+core@7.20.5
+ '@babel/plugin-transform-unicode-regex': registry.npmmirror.com/@babel/plugin-transform-unicode-regex/7.18.6_@babel+core@7.20.5
+ '@babel/preset-modules': registry.npmmirror.com/@babel/preset-modules/0.1.5_@babel+core@7.20.5
+ '@babel/types': registry.npmmirror.com/@babel/types/7.20.5
+ babel-plugin-polyfill-corejs2: registry.npmmirror.com/babel-plugin-polyfill-corejs2/0.3.3_@babel+core@7.20.5
+ babel-plugin-polyfill-corejs3: registry.npmmirror.com/babel-plugin-polyfill-corejs3/0.6.0_@babel+core@7.20.5
+ babel-plugin-polyfill-regenerator: registry.npmmirror.com/babel-plugin-polyfill-regenerator/0.4.1_@babel+core@7.20.5
core-js-compat: registry.npmmirror.com/core-js-compat/3.26.1
semver: registry.npmmirror.com/semver/6.3.0
dev: true
@@ -1726,13 +1726,13 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@babel/preset-env/-/preset-env-7.20.2.tgz'
version: 7.20.2
- registry.npmmirror.com/@babel/preset-modules/0.1.5_@babel+core@7.20.2:
+ registry.npmmirror.com/@babel/preset-modules/0.1.5_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2
- '@babel/plugin-proposal-unicode-property-regex': registry.npmmirror.com/@babel/plugin-proposal-unicode-property-regex/7.18.6_@babel+core@7.20.2
- '@babel/plugin-transform-dotall-regex': registry.npmmirror.com/@babel/plugin-transform-dotall-regex/7.18.6_@babel+core@7.20.2
- '@babel/types': registry.npmmirror.com/@babel/types/7.20.2
+ '@babel/plugin-proposal-unicode-property-regex': registry.npmmirror.com/@babel/plugin-proposal-unicode-property-regex/7.18.6_@babel+core@7.20.5
+ '@babel/plugin-transform-dotall-regex': registry.npmmirror.com/@babel/plugin-transform-dotall-regex/7.18.6_@babel+core@7.20.5
+ '@babel/types': registry.npmmirror.com/@babel/types/7.20.5
esutils: registry.npmmirror.com/esutils/2.0.3
dev: true
id: registry.npmmirror.com/@babel/preset-modules/0.1.5
@@ -1744,7 +1744,7 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@babel/preset-modules/-/preset-modules-0.1.5.tgz'
version: 0.1.5
- registry.npmmirror.com/@babel/runtime/7.20.1:
+ registry.npmmirror.com/@babel/runtime/7.20.6:
dependencies:
regenerator-runtime: registry.npmmirror.com/regenerator-runtime/0.13.11
dev: true
@@ -1752,25 +1752,25 @@ packages:
node: '>=6.9.0'
name: '@babel/runtime'
resolution:
- integrity: sha512-mrzLkl6U9YLF8qpqI7TB82PESyEGjm/0Ly91jG575eVxMMlb8fYfOXFZIJ8XfLrJZQbm7dlKry2bJmXBUEkdFg==
+ integrity: sha512-Q+8MqP7TiHMWzSfwiJwXCjyf4GYA4Dgw3emg/7xmwsdLJOZUp+nMqcOwOzzYheuM1rhDu8FSj2l0aoMygEuXuA==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/@babel/runtime/-/runtime-7.20.1.tgz'
- version: 7.20.1
- registry.npmmirror.com/@babel/standalone/7.20.4:
+ tarball: 'https://registry.npmmirror.com/@babel/runtime/-/runtime-7.20.6.tgz'
+ version: 7.20.6
+ registry.npmmirror.com/@babel/standalone/7.20.6:
dev: true
engines:
node: '>=6.9.0'
name: '@babel/standalone'
resolution:
- integrity: sha512-27bv4h47jbaFZ7+e7gT1VEo9PNL1ynxqUX6/BERLz1qxm/5gzpbcHX+47VnSeYHyEyGZkRznpSOd8zPBhiz6tw==
+ integrity: sha512-u5at/CbBLETf7kx2LOY4XdhseD79Y099WZKAOMXeT8qvd9OSR515my2UNBBLY4qIht/Qi9KySeQHQwQwxJN4Sw==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/@babel/standalone/-/standalone-7.20.4.tgz'
- version: 7.20.4
+ tarball: 'https://registry.npmmirror.com/@babel/standalone/-/standalone-7.20.6.tgz'
+ version: 7.20.6
registry.npmmirror.com/@babel/template/7.18.10:
dependencies:
'@babel/code-frame': registry.npmmirror.com/@babel/code-frame/7.18.6
- '@babel/parser': registry.npmmirror.com/@babel/parser/7.20.3
- '@babel/types': registry.npmmirror.com/@babel/types/7.20.2
+ '@babel/parser': registry.npmmirror.com/@babel/parser/7.20.5
+ '@babel/types': registry.npmmirror.com/@babel/types/7.20.5
dev: true
engines:
node: '>=6.9.0'
@@ -1780,16 +1780,16 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@babel/template/-/template-7.18.10.tgz'
version: 7.18.10
- registry.npmmirror.com/@babel/traverse/7.20.1:
+ registry.npmmirror.com/@babel/traverse/7.20.5:
dependencies:
'@babel/code-frame': registry.npmmirror.com/@babel/code-frame/7.18.6
- '@babel/generator': registry.npmmirror.com/@babel/generator/7.20.4
+ '@babel/generator': registry.npmmirror.com/@babel/generator/7.20.5
'@babel/helper-environment-visitor': registry.npmmirror.com/@babel/helper-environment-visitor/7.18.9
'@babel/helper-function-name': registry.npmmirror.com/@babel/helper-function-name/7.19.0
'@babel/helper-hoist-variables': registry.npmmirror.com/@babel/helper-hoist-variables/7.18.6
'@babel/helper-split-export-declaration': registry.npmmirror.com/@babel/helper-split-export-declaration/7.18.6
- '@babel/parser': registry.npmmirror.com/@babel/parser/7.20.3
- '@babel/types': registry.npmmirror.com/@babel/types/7.20.2
+ '@babel/parser': registry.npmmirror.com/@babel/parser/7.20.5
+ '@babel/types': registry.npmmirror.com/@babel/types/7.20.5
debug: registry.npmmirror.com/debug/4.3.4
globals: registry.npmmirror.com/globals/11.12.0
dev: true
@@ -1797,11 +1797,11 @@ packages:
node: '>=6.9.0'
name: '@babel/traverse'
resolution:
- integrity: sha512-d3tN8fkVJwFLkHkBN479SOsw4DMZnz8cdbL/gvuDuzy3TS6Nfw80HuQqhw1pITbIruHyh7d1fMA47kWzmcUEGA==
+ integrity: sha512-WM5ZNN3JITQIq9tFZaw1ojLU3WgWdtkxnhM1AegMS+PvHjkM5IXjmYEGY7yukz5XS4sJyEf2VzWjI8uAavhxBQ==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/@babel/traverse/-/traverse-7.20.1.tgz'
- version: 7.20.1
- registry.npmmirror.com/@babel/types/7.20.2:
+ tarball: 'https://registry.npmmirror.com/@babel/traverse/-/traverse-7.20.5.tgz'
+ version: 7.20.5
+ registry.npmmirror.com/@babel/types/7.20.5:
dependencies:
'@babel/helper-string-parser': registry.npmmirror.com/@babel/helper-string-parser/7.19.4
'@babel/helper-validator-identifier': registry.npmmirror.com/@babel/helper-validator-identifier/7.19.1
@@ -1811,20 +1811,20 @@ packages:
node: '>=6.9.0'
name: '@babel/types'
resolution:
- integrity: sha512-FnnvsNWgZCr232sqtXggapvlkk/tuwR/qhGzcmxI0GXLCjmPYQPzio2FbdlWuY6y1sHFfQKk+rRbUZ9VStQMog==
+ integrity: sha512-c9fst/h2/dcF7H+MJKZ2T0KjEQ8hY/BNnDk/H3XY8C4Aw/eWQXWn/lWntHF9ooUBnGmEvbfGrTgLWc+um0YDUg==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/@babel/types/-/types-7.20.2.tgz'
- version: 7.20.2
- registry.npmmirror.com/@ctrl/tinycolor/3.4.1:
+ tarball: 'https://registry.npmmirror.com/@babel/types/-/types-7.20.5.tgz'
+ version: 7.20.5
+ registry.npmmirror.com/@ctrl/tinycolor/3.5.0:
dev: false
engines:
node: '>=10'
name: '@ctrl/tinycolor'
resolution:
- integrity: sha512-ej5oVy6lykXsvieQtqZxCOaLT+xD4+QNarq78cIYISHmZXshCvROLudpQN3lfL8G0NL7plMSSK+zlyvCaIJ4Iw==
+ integrity: sha512-tlJpwF40DEQcfR/QF+wNMVyGMaO9FQp6Z1Wahj4Gk3CJQYHwA2xVG7iKDFdW6zuxZY9XWOpGcfNCTsX4McOsOg==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/@ctrl/tinycolor/-/tinycolor-3.4.1.tgz'
- version: 3.4.1
+ tarball: 'https://registry.npmmirror.com/@ctrl/tinycolor/-/tinycolor-3.5.0.tgz'
+ version: 3.5.0
registry.npmmirror.com/@element-plus/icons-vue/2.0.10_vue@3.2.45:
dependencies:
vue: registry.npmmirror.com/vue/3.2.45_vue@3.2.45
@@ -1838,7 +1838,7 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@element-plus/icons-vue/-/icons-vue-2.0.10.tgz'
version: 2.0.10
- registry.npmmirror.com/@esbuild/android-arm/0.15.15:
+ registry.npmmirror.com/@esbuild/android-arm/0.15.18:
cpu:
- arm
dev: true
@@ -1849,11 +1849,11 @@ packages:
os:
- android
resolution:
- integrity: sha512-JJjZjJi2eBL01QJuWjfCdZxcIgot+VoK6Fq7eKF9w4YHm9hwl7nhBR1o2Wnt/WcANk5l9SkpvrldW1PLuXxcbw==
+ integrity: sha512-5GT+kcs2WVGjVs7+boataCkO5Fg0y4kCjzkB5bAip7H4jfnOS3dA6KPiww9W1OEKTKeAcUVhdZGvgI65OXmUnw==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/@esbuild/android-arm/-/android-arm-0.15.15.tgz'
- version: 0.15.15
- registry.npmmirror.com/@esbuild/linux-loong64/0.15.15:
+ tarball: 'https://registry.npmmirror.com/@esbuild/android-arm/-/android-arm-0.15.18.tgz'
+ version: 0.15.18
+ registry.npmmirror.com/@esbuild/linux-loong64/0.15.18:
cpu:
- loong64
dev: true
@@ -1864,17 +1864,17 @@ packages:
os:
- linux
resolution:
- integrity: sha512-lhz6UNPMDXUhtXSulw8XlFAtSYO26WmHQnCi2Lg2p+/TMiJKNLtZCYUxV4wG6rZMzXmr8InGpNwk+DLT2Hm0PA==
+ integrity: sha512-L4jVKS82XVhw2nvzLg/19ClLWg0y27ulRwuP7lcyL6AbUWB5aPglXY3M21mauDQMDfRLs8cQmeT03r/+X3cZYQ==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/@esbuild/linux-loong64/-/linux-loong64-0.15.15.tgz'
- version: 0.15.15
+ tarball: 'https://registry.npmmirror.com/@esbuild/linux-loong64/-/linux-loong64-0.15.18.tgz'
+ version: 0.15.18
registry.npmmirror.com/@eslint/eslintrc/1.3.3:
dependencies:
ajv: registry.npmmirror.com/ajv/6.12.6
debug: registry.npmmirror.com/debug/4.3.4
espree: registry.npmmirror.com/espree/9.4.1
- globals: registry.npmmirror.com/globals/13.18.0
- ignore: registry.npmmirror.com/ignore/5.2.0
+ globals: registry.npmmirror.com/globals/13.19.0
+ ignore: registry.npmmirror.com/ignore/5.2.1
import-fresh: registry.npmmirror.com/import-fresh/3.3.0
js-yaml: registry.npmmirror.com/js-yaml/4.1.0
minimatch: registry.npmmirror.com/minimatch/3.1.2
@@ -1888,24 +1888,24 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@eslint/eslintrc/-/eslintrc-1.3.3.tgz'
version: 1.3.3
- registry.npmmirror.com/@floating-ui/core/1.0.2:
+ registry.npmmirror.com/@floating-ui/core/1.0.4:
dev: false
name: '@floating-ui/core'
resolution:
- integrity: sha512-Skfy0YS3NJ5nV9us0uuPN0HDk1Q4edljaOhRBJGDWs9EBa7ZVMYBHRFlhLvvmwEoaIM9BlH6QJFn9/uZg0bACg==
+ integrity: sha512-FPFLbg2b06MIw1dqk2SOEMAMX3xlrreGjcui5OTxfBDtaKTmh0kioOVjT8gcfl58juawL/yF+S+gnq8aUYQx/Q==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/@floating-ui/core/-/core-1.0.2.tgz'
- version: 1.0.2
- registry.npmmirror.com/@floating-ui/dom/1.0.6:
+ tarball: 'https://registry.npmmirror.com/@floating-ui/core/-/core-1.0.4.tgz'
+ version: 1.0.4
+ registry.npmmirror.com/@floating-ui/dom/1.0.10:
dependencies:
- '@floating-ui/core': registry.npmmirror.com/@floating-ui/core/1.0.2
+ '@floating-ui/core': registry.npmmirror.com/@floating-ui/core/1.0.4
dev: false
name: '@floating-ui/dom'
resolution:
- integrity: sha512-kt/tg1oip9OAH1xjCTcx1OpcUpu9rjDw3GKJ/rEhUqhO7QyJWfrHU0DpLTNsH67+JyFL5Kv9X1utsXwKFVtyEQ==
+ integrity: sha512-ZRe5ZmtGYCd82zrjWnnMW8hN5H1otedLh0Ur6rRo6f0exbEe6IlkVvo1RO7tgiMvbF0Df8hkhdm50VcVYqwP6g==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/@floating-ui/dom/-/dom-1.0.6.tgz'
- version: 1.0.6
+ tarball: 'https://registry.npmmirror.com/@floating-ui/dom/-/dom-1.0.10.tgz'
+ version: 1.0.10
registry.npmmirror.com/@hapi/hoek/9.3.0:
dev: true
name: '@hapi/hoek'
@@ -2089,7 +2089,7 @@ packages:
registry.npmmirror.com/@nodelib/fs.walk/1.2.8:
dependencies:
'@nodelib/fs.scandir': registry.npmmirror.com/@nodelib/fs.scandir/2.1.5
- fastq: registry.npmmirror.com/fastq/1.13.0
+ fastq: registry.npmmirror.com/fastq/1.14.0
dev: true
engines:
node: '>= 8'
@@ -2208,7 +2208,7 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@soda/get-current-script/-/get-current-script-1.0.2.tgz'
version: 1.0.2
- registry.npmmirror.com/@swc/core-darwin-arm64/1.3.19:
+ registry.npmmirror.com/@swc/core-darwin-arm64/1.3.22:
cpu:
- arm64
dev: true
@@ -2219,11 +2219,11 @@ packages:
os:
- darwin
resolution:
- integrity: sha512-6xLtmXzS4nNWGQkajbiAjGXspUJfxS2IWoGQ16J9nfOFdttKyoIG5o5+mxUfKeg5bXw9cI+r675kN/irx3z7MQ==
+ integrity: sha512-MMhtPsuXp8gpUgr9bs+RZQ2IyFGiUNDG93usCDAFgAF+6VVp+YaAVjET/3/Bx5Lk2WAt0RxT62C9KTEw1YMo3w==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/@swc/core-darwin-arm64/-/core-darwin-arm64-1.3.19.tgz'
- version: 1.3.19
- registry.npmmirror.com/@swc/core-darwin-x64/1.3.19:
+ tarball: 'https://registry.npmmirror.com/@swc/core-darwin-arm64/-/core-darwin-arm64-1.3.22.tgz'
+ version: 1.3.22
+ registry.npmmirror.com/@swc/core-darwin-x64/1.3.22:
cpu:
- x64
dev: true
@@ -2234,11 +2234,11 @@ packages:
os:
- darwin
resolution:
- integrity: sha512-qCDQcngYBeWrsNS1kcBslRD0dahKcYKaUUWRC9yHpRcs3SRvnSpJyWQR4y9RCdO9YNmixJ9+5+zPD9qcgL7jBw==
+ integrity: sha512-SG6QbNat4GZ5VJU3Zo6a54oQOtbhJVE6BCQw4JjOCZJmAeBzNebGy9wsT4+fCJNHC3C5qtaRw7ToXJvLniXwfg==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/@swc/core-darwin-x64/-/core-darwin-x64-1.3.19.tgz'
- version: 1.3.19
- registry.npmmirror.com/@swc/core-linux-arm-gnueabihf/1.3.19:
+ tarball: 'https://registry.npmmirror.com/@swc/core-darwin-x64/-/core-darwin-x64-1.3.22.tgz'
+ version: 1.3.22
+ registry.npmmirror.com/@swc/core-linux-arm-gnueabihf/1.3.22:
cpu:
- arm
dev: true
@@ -2249,11 +2249,11 @@ packages:
os:
- linux
resolution:
- integrity: sha512-ufbKW6Lhii1+kVCXnsHgqYIpRvXhPjdhMudfP4KKVgJtT6TsdEIr+KRAQIBHLjRUsTKA2DLsGEpu9jfjwFiNEg==
+ integrity: sha512-4E+TdQT1oHnHjDaPs/DyrRy9lOuFd6ncEd67yYA4j9lFqt6nuz/jnXss45k8KU7wR5kOTtdW73xPwkU4NbOWdw==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.3.19.tgz'
- version: 1.3.19
- registry.npmmirror.com/@swc/core-linux-arm64-gnu/1.3.19:
+ tarball: 'https://registry.npmmirror.com/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.3.22.tgz'
+ version: 1.3.22
+ registry.npmmirror.com/@swc/core-linux-arm64-gnu/1.3.22:
cpu:
- arm64
dev: true
@@ -2264,11 +2264,11 @@ packages:
os:
- linux
resolution:
- integrity: sha512-HHhqLRZv9Ss8orJrlEP4XRcLuqLDwFtGgbtHU8kyWBmQEtK42uT18Pf5RJBo5sPJHY8m5EO8C8y3hIbGmKtLyg==
+ integrity: sha512-6VcynOMbOBcbLutIPENI3Ejvg5LGz/Pwvzm25hM0FoiEtPxHA+tawQUwLx8Alk1Yr+Rnqid06UEZ0veJOGn2pQ==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.3.19.tgz'
- version: 1.3.19
- registry.npmmirror.com/@swc/core-linux-arm64-musl/1.3.19:
+ tarball: 'https://registry.npmmirror.com/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.3.22.tgz'
+ version: 1.3.22
+ registry.npmmirror.com/@swc/core-linux-arm64-musl/1.3.22:
cpu:
- arm64
dev: true
@@ -2279,11 +2279,11 @@ packages:
os:
- linux
resolution:
- integrity: sha512-vipnF3C6T1368uHQqz8RpdszWxxGh0X8VBK3TdTOSWvI/duNZtZXEOZlB2Nh9w+u09umVw0MsJhvg86Aon39mA==
+ integrity: sha512-86RxGy0L3qa4De3xWHx8vL2caTxvSLSWTlgUW/Yd4l1pvrCFibMjhkImGu5ViKiReX9DlBtJ7CBs4dln2kHidw==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.3.19.tgz'
- version: 1.3.19
- registry.npmmirror.com/@swc/core-linux-x64-gnu/1.3.19:
+ tarball: 'https://registry.npmmirror.com/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.3.22.tgz'
+ version: 1.3.22
+ registry.npmmirror.com/@swc/core-linux-x64-gnu/1.3.22:
cpu:
- x64
dev: true
@@ -2294,11 +2294,11 @@ packages:
os:
- linux
resolution:
- integrity: sha512-dUbq8mnIqBhU7OppfY3ncOvl26691WFGxd97QtnnlfMZrKnaofKFMIxE9sTHOLSbBo16AylnEMiwa45w2UWDEg==
+ integrity: sha512-FLkbiqsdXsVIFZi6iedx4rSBGX8x0vo/5aDlklSxJAAYOcQpO0QADKP5Yr65iMT1d6ABCt2d+/StpGLF7GWOcA==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.3.19.tgz'
- version: 1.3.19
- registry.npmmirror.com/@swc/core-linux-x64-musl/1.3.19:
+ tarball: 'https://registry.npmmirror.com/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.3.22.tgz'
+ version: 1.3.22
+ registry.npmmirror.com/@swc/core-linux-x64-musl/1.3.22:
cpu:
- x64
dev: true
@@ -2309,11 +2309,11 @@ packages:
os:
- linux
resolution:
- integrity: sha512-RiVZrlkNGcj9jZyjF7YFOW3fj9fWPC25AYkknLpWxAmLQcp1piAWj+aSixmMWUC4QJau78VZzcm+kRgIOECALw==
+ integrity: sha512-giBuw+Z0Bq6fpZ0Y5TcfpcQwf9p/cE1fOQyO/K1XSTn/haQOqFi7421Jq/dFThSARZiXw1u9Om9VFbwxr8VI+A==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.3.19.tgz'
- version: 1.3.19
- registry.npmmirror.com/@swc/core-win32-arm64-msvc/1.3.19:
+ tarball: 'https://registry.npmmirror.com/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.3.22.tgz'
+ version: 1.3.22
+ registry.npmmirror.com/@swc/core-win32-arm64-msvc/1.3.22:
cpu:
- arm64
dev: true
@@ -2324,11 +2324,11 @@ packages:
os:
- win32
resolution:
- integrity: sha512-r2U6GC+go2iiLx5JBZIJswYFiMv0yOsm+pgE1srVvAc8dP02320t9yh0Uj4Sr2hDipTWJ33Y5PMZwEsZSfBVbQ==
+ integrity: sha512-loKGO+ZM2By6VdrmVJk1G79jVgDPaee93qLFuis5KyeoLLb4m1MlNMc/6SIDZUSuYg6NqaGP1spFeiFetMQ4Zg==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.3.19.tgz'
- version: 1.3.19
- registry.npmmirror.com/@swc/core-win32-ia32-msvc/1.3.19:
+ tarball: 'https://registry.npmmirror.com/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.3.22.tgz'
+ version: 1.3.22
+ registry.npmmirror.com/@swc/core-win32-ia32-msvc/1.3.22:
cpu:
- ia32
dev: true
@@ -2339,11 +2339,11 @@ packages:
os:
- win32
resolution:
- integrity: sha512-SPpESDa4vr0PRvUiqXSi8oZSTmkDOGrZ/pSiLD7ISgjsQ5RQMbPkuEK0ztWljim87q2fO0bGVVhyaVYxdOVS1A==
+ integrity: sha512-lvNWAZ3QjXMsrsch6oLLQVikT/hC/4ZcLrTBXa14HwQylaYigkGElgp3ekJr78HjWDPwB46GXwBbNMG0VNAfvA==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.3.19.tgz'
- version: 1.3.19
- registry.npmmirror.com/@swc/core-win32-x64-msvc/1.3.19:
+ tarball: 'https://registry.npmmirror.com/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.3.22.tgz'
+ version: 1.3.22
+ registry.npmmirror.com/@swc/core-win32-x64-msvc/1.3.22:
cpu:
- x64
dev: true
@@ -2354,33 +2354,33 @@ packages:
os:
- win32
resolution:
- integrity: sha512-0X5HqFC1wQlheOQDZeF6KNOSURZKkGISNK3aTSmTq9g7dDJ/kTcVjsdKbu2rK4ibCnlC9IS0cLK9FpROnsVPwA==
+ integrity: sha512-ESyn4lZXAKEE3mcTaDfXatsolCiEfVGstsXdgBmZYa6o1IE1bDW8FE7Ob/Y+82WTpm9+A9ZYXYjZ62t67POHZg==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.3.19.tgz'
- version: 1.3.19
- registry.npmmirror.com/@swc/core/1.3.19:
+ tarball: 'https://registry.npmmirror.com/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.3.22.tgz'
+ version: 1.3.22
+ registry.npmmirror.com/@swc/core/1.3.22:
dev: true
engines:
node: '>=10'
hasBin: true
name: '@swc/core'
optionalDependencies:
- '@swc/core-darwin-arm64': registry.npmmirror.com/@swc/core-darwin-arm64/1.3.19
- '@swc/core-darwin-x64': registry.npmmirror.com/@swc/core-darwin-x64/1.3.19
- '@swc/core-linux-arm-gnueabihf': registry.npmmirror.com/@swc/core-linux-arm-gnueabihf/1.3.19
- '@swc/core-linux-arm64-gnu': registry.npmmirror.com/@swc/core-linux-arm64-gnu/1.3.19
- '@swc/core-linux-arm64-musl': registry.npmmirror.com/@swc/core-linux-arm64-musl/1.3.19
- '@swc/core-linux-x64-gnu': registry.npmmirror.com/@swc/core-linux-x64-gnu/1.3.19
- '@swc/core-linux-x64-musl': registry.npmmirror.com/@swc/core-linux-x64-musl/1.3.19
- '@swc/core-win32-arm64-msvc': registry.npmmirror.com/@swc/core-win32-arm64-msvc/1.3.19
- '@swc/core-win32-ia32-msvc': registry.npmmirror.com/@swc/core-win32-ia32-msvc/1.3.19
- '@swc/core-win32-x64-msvc': registry.npmmirror.com/@swc/core-win32-x64-msvc/1.3.19
+ '@swc/core-darwin-arm64': registry.npmmirror.com/@swc/core-darwin-arm64/1.3.22
+ '@swc/core-darwin-x64': registry.npmmirror.com/@swc/core-darwin-x64/1.3.22
+ '@swc/core-linux-arm-gnueabihf': registry.npmmirror.com/@swc/core-linux-arm-gnueabihf/1.3.22
+ '@swc/core-linux-arm64-gnu': registry.npmmirror.com/@swc/core-linux-arm64-gnu/1.3.22
+ '@swc/core-linux-arm64-musl': registry.npmmirror.com/@swc/core-linux-arm64-musl/1.3.22
+ '@swc/core-linux-x64-gnu': registry.npmmirror.com/@swc/core-linux-x64-gnu/1.3.22
+ '@swc/core-linux-x64-musl': registry.npmmirror.com/@swc/core-linux-x64-musl/1.3.22
+ '@swc/core-win32-arm64-msvc': registry.npmmirror.com/@swc/core-win32-arm64-msvc/1.3.22
+ '@swc/core-win32-ia32-msvc': registry.npmmirror.com/@swc/core-win32-ia32-msvc/1.3.22
+ '@swc/core-win32-x64-msvc': registry.npmmirror.com/@swc/core-win32-x64-msvc/1.3.22
requiresBuild: true
resolution:
- integrity: sha512-KiXUv2vpmOaGhoLCN9Rw7Crsfq1YmOR2ZbajiqNAh/iu0d3CKn5JZhLRs6S7nCk78cwFFac2obQfTWPePLUe/g==
+ integrity: sha512-oQ9EPEb7NgWcGIDoVfLCuffvtC4MzVtrwjqwKzFHP8FUh1fn8+2wraOjkkDXW74BB4Hgve5ykkaHix9bebB9Ww==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/@swc/core/-/core-1.3.19.tgz'
- version: 1.3.19
+ tarball: 'https://registry.npmmirror.com/@swc/core/-/core-1.3.22.tgz'
+ version: 1.3.22
registry.npmmirror.com/@sxzz/popperjs-es/2.11.7:
dev: false
name: '@sxzz/popperjs-es'
@@ -2402,7 +2402,7 @@ packages:
registry.npmmirror.com/@types/body-parser/1.19.2:
dependencies:
'@types/connect': registry.npmmirror.com/@types/connect/3.4.35
- '@types/node': registry.npmmirror.com/@types/node/18.11.9
+ '@types/node': registry.npmmirror.com/@types/node/18.11.14
dev: true
name: '@types/body-parser'
resolution:
@@ -2412,7 +2412,7 @@ packages:
version: 1.19.2
registry.npmmirror.com/@types/bonjour/3.5.10:
dependencies:
- '@types/node': registry.npmmirror.com/@types/node/18.11.9
+ '@types/node': registry.npmmirror.com/@types/node/18.11.14
dev: true
name: '@types/bonjour'
resolution:
@@ -2423,7 +2423,7 @@ packages:
registry.npmmirror.com/@types/connect-history-api-fallback/1.3.5:
dependencies:
'@types/express-serve-static-core': registry.npmmirror.com/@types/express-serve-static-core/4.17.31
- '@types/node': registry.npmmirror.com/@types/node/18.11.9
+ '@types/node': registry.npmmirror.com/@types/node/18.11.14
dev: true
name: '@types/connect-history-api-fallback'
resolution:
@@ -2433,7 +2433,7 @@ packages:
version: 1.3.5
registry.npmmirror.com/@types/connect/3.4.35:
dependencies:
- '@types/node': registry.npmmirror.com/@types/node/18.11.9
+ '@types/node': registry.npmmirror.com/@types/node/18.11.14
dev: true
name: '@types/connect'
resolution:
@@ -2489,7 +2489,7 @@ packages:
version: 1.0.0
registry.npmmirror.com/@types/express-serve-static-core/4.17.31:
dependencies:
- '@types/node': registry.npmmirror.com/@types/node/18.11.9
+ '@types/node': registry.npmmirror.com/@types/node/18.11.14
'@types/qs': registry.npmmirror.com/@types/qs/6.9.7
'@types/range-parser': registry.npmmirror.com/@types/range-parser/1.2.4
dev: true
@@ -2522,7 +2522,7 @@ packages:
version: 6.1.0
registry.npmmirror.com/@types/http-proxy/1.17.9:
dependencies:
- '@types/node': registry.npmmirror.com/@types/node/18.11.9
+ '@types/node': registry.npmmirror.com/@types/node/18.11.14
dev: true
name: '@types/http-proxy'
resolution:
@@ -2540,7 +2540,7 @@ packages:
version: 7.0.11
registry.npmmirror.com/@types/lodash-es/4.17.6:
dependencies:
- '@types/lodash': registry.npmmirror.com/@types/lodash/4.14.189
+ '@types/lodash': registry.npmmirror.com/@types/lodash/4.14.191
dev: false
name: '@types/lodash-es'
resolution:
@@ -2548,14 +2548,14 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@types/lodash-es/-/lodash-es-4.17.6.tgz'
version: 4.17.6
- registry.npmmirror.com/@types/lodash/4.14.189:
+ registry.npmmirror.com/@types/lodash/4.14.191:
dev: false
name: '@types/lodash'
resolution:
- integrity: sha512-kb9/98N6X8gyME9Cf7YaqIMvYGnBSWqEci6tiettE6iJWH1XdJz/PO8LB0GtLCG7x8dU3KWhZT+lA1a35127tA==
+ integrity: sha512-BdZ5BCCvho3EIXw6wUCXHe7rS53AIDPLE+JzwgT+OsJk53oBfbSmZZ7CX4VaRoN78N+TJpFi9QPlfIVNmJYWxQ==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/@types/lodash/-/lodash-4.14.189.tgz'
- version: 4.14.189
+ tarball: 'https://registry.npmmirror.com/@types/lodash/-/lodash-4.14.191.tgz'
+ version: 4.14.191
registry.npmmirror.com/@types/mime/3.0.1:
dev: true
name: '@types/mime'
@@ -2580,14 +2580,14 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@types/mockjs/-/mockjs-1.0.7.tgz'
version: 1.0.7
- registry.npmmirror.com/@types/node/18.11.9:
+ registry.npmmirror.com/@types/node/18.11.14:
dev: true
name: '@types/node'
resolution:
- integrity: sha512-CRpX21/kGdzjOpFsZSkcrXMGIBWMGNIHXXBVFSH+ggkftxg+XYP20TESbh+zFvFj3EQOl5byk0HTRn1IL6hbqg==
+ integrity: sha512-0KXV57tENYmmJMl+FekeW9V3O/rlcqGQQJ/hNh9r8pKIj304pskWuEd8fCyNT86g/TpO0gcOTiLzsHLEURFMIQ==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/@types/node/-/node-18.11.9.tgz'
- version: 18.11.9
+ tarball: 'https://registry.npmmirror.com/@types/node/-/node-18.11.14.tgz'
+ version: 18.11.14
registry.npmmirror.com/@types/normalize-package-data/2.4.1:
dev: true
name: '@types/normalize-package-data'
@@ -2622,7 +2622,7 @@ packages:
version: 1.2.4
registry.npmmirror.com/@types/resolve/1.17.1:
dependencies:
- '@types/node': registry.npmmirror.com/@types/node/18.11.9
+ '@types/node': registry.npmmirror.com/@types/node/18.11.14
dev: true
name: '@types/resolve'
resolution:
@@ -2651,7 +2651,7 @@ packages:
registry.npmmirror.com/@types/serve-static/1.15.0:
dependencies:
'@types/mime': registry.npmmirror.com/@types/mime/3.0.1
- '@types/node': registry.npmmirror.com/@types/node/18.11.9
+ '@types/node': registry.npmmirror.com/@types/node/18.11.14
dev: true
name: '@types/serve-static'
resolution:
@@ -2661,7 +2661,7 @@ packages:
version: 1.15.0
registry.npmmirror.com/@types/sockjs/0.3.33:
dependencies:
- '@types/node': registry.npmmirror.com/@types/node/18.11.9
+ '@types/node': registry.npmmirror.com/@types/node/18.11.14
dev: true
name: '@types/sockjs'
resolution:
@@ -2679,7 +2679,7 @@ packages:
version: 0.0.16
registry.npmmirror.com/@types/ws/8.5.3:
dependencies:
- '@types/node': registry.npmmirror.com/@types/node/18.11.9
+ '@types/node': registry.npmmirror.com/@types/node/18.11.14
dev: true
name: '@types/ws'
resolution:
@@ -2687,14 +2687,14 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@types/ws/-/ws-8.5.3.tgz'
version: 8.5.3
- registry.npmmirror.com/@vitejs/plugin-legacy/2.3.1_vite@3.2.4:
+ registry.npmmirror.com/@vitejs/plugin-legacy/2.3.1_vite@3.2.5:
dependencies:
- '@babel/standalone': registry.npmmirror.com/@babel/standalone/7.20.4
+ '@babel/standalone': registry.npmmirror.com/@babel/standalone/7.20.6
core-js: registry.npmmirror.com/core-js/3.26.1
magic-string: registry.npmmirror.com/magic-string/0.26.7
regenerator-runtime: registry.npmmirror.com/regenerator-runtime/0.13.11
systemjs: registry.npmmirror.com/systemjs/6.13.0
- vite: registry.npmmirror.com/vite/3.2.4_sass@1.56.1
+ vite: registry.npmmirror.com/vite/3.2.5_sass@1.56.2
dev: true
engines:
node: ^14.18.0 || >=16.0.0
@@ -2708,9 +2708,9 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@vitejs/plugin-legacy/-/plugin-legacy-2.3.1.tgz'
version: 2.3.1
- registry.npmmirror.com/@vitejs/plugin-vue/3.2.0_vite@3.2.4+vue@3.2.45:
+ registry.npmmirror.com/@vitejs/plugin-vue/3.2.0_vite@3.2.5+vue@3.2.45:
dependencies:
- vite: registry.npmmirror.com/vite/3.2.4_sass@1.56.1
+ vite: registry.npmmirror.com/vite/3.2.5_sass@1.56.2
vue: registry.npmmirror.com/vue/3.2.45_vue@3.2.45
dev: true
engines:
@@ -2741,13 +2741,13 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@vue/babel-helper-vue-transform-on/-/babel-helper-vue-transform-on-1.0.2.tgz'
version: 1.0.2
- registry.npmmirror.com/@vue/babel-plugin-jsx/1.1.1_@babel+core@7.20.2:
+ registry.npmmirror.com/@vue/babel-plugin-jsx/1.1.1_@babel+core@7.20.5:
dependencies:
'@babel/helper-module-imports': registry.npmmirror.com/@babel/helper-module-imports/7.18.6
- '@babel/plugin-syntax-jsx': registry.npmmirror.com/@babel/plugin-syntax-jsx/7.18.6_@babel+core@7.20.2
+ '@babel/plugin-syntax-jsx': registry.npmmirror.com/@babel/plugin-syntax-jsx/7.18.6_@babel+core@7.20.5
'@babel/template': registry.npmmirror.com/@babel/template/7.18.10
- '@babel/traverse': registry.npmmirror.com/@babel/traverse/7.20.1
- '@babel/types': registry.npmmirror.com/@babel/types/7.20.2
+ '@babel/traverse': registry.npmmirror.com/@babel/traverse/7.20.5
+ '@babel/types': registry.npmmirror.com/@babel/types/7.20.5
'@vue/babel-helper-vue-transform-on': registry.npmmirror.com/@vue/babel-helper-vue-transform-on/1.0.2
camelcase: registry.npmmirror.com/camelcase/6.3.0
html-tags: registry.npmmirror.com/html-tags/3.2.0
@@ -2762,11 +2762,11 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@vue/babel-plugin-jsx/-/babel-plugin-jsx-1.1.1.tgz'
version: 1.1.1
- registry.npmmirror.com/@vue/babel-plugin-transform-vue-jsx/1.4.0_@babel+core@7.20.2:
+ registry.npmmirror.com/@vue/babel-plugin-transform-vue-jsx/1.4.0_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
'@babel/helper-module-imports': registry.npmmirror.com/@babel/helper-module-imports/7.18.6
- '@babel/plugin-syntax-jsx': registry.npmmirror.com/@babel/plugin-syntax-jsx/7.18.6_@babel+core@7.20.2
+ '@babel/plugin-syntax-jsx': registry.npmmirror.com/@babel/plugin-syntax-jsx/7.18.6_@babel+core@7.20.5
'@vue/babel-helper-vue-jsx-merge-props': registry.npmmirror.com/@vue/babel-helper-vue-jsx-merge-props/1.4.0
html-tags: registry.npmmirror.com/html-tags/2.0.0
lodash.kebabcase: registry.npmmirror.com/lodash.kebabcase/4.1.1
@@ -2783,18 +2783,18 @@ packages:
version: 1.4.0
registry.npmmirror.com/@vue/babel-preset-app/5.0.8_vue@3.2.45:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
- '@babel/helper-compilation-targets': registry.npmmirror.com/@babel/helper-compilation-targets/7.20.0_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
+ '@babel/helper-compilation-targets': registry.npmmirror.com/@babel/helper-compilation-targets/7.20.0_@babel+core@7.20.5
'@babel/helper-module-imports': registry.npmmirror.com/@babel/helper-module-imports/7.18.6
- '@babel/plugin-proposal-class-properties': registry.npmmirror.com/@babel/plugin-proposal-class-properties/7.18.6_@babel+core@7.20.2
- '@babel/plugin-proposal-decorators': registry.npmmirror.com/@babel/plugin-proposal-decorators/7.20.2_@babel+core@7.20.2
- '@babel/plugin-syntax-dynamic-import': registry.npmmirror.com/@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.20.2
- '@babel/plugin-syntax-jsx': registry.npmmirror.com/@babel/plugin-syntax-jsx/7.18.6_@babel+core@7.20.2
- '@babel/plugin-transform-runtime': registry.npmmirror.com/@babel/plugin-transform-runtime/7.19.6_@babel+core@7.20.2
- '@babel/preset-env': registry.npmmirror.com/@babel/preset-env/7.20.2_@babel+core@7.20.2
- '@babel/runtime': registry.npmmirror.com/@babel/runtime/7.20.1
- '@vue/babel-plugin-jsx': registry.npmmirror.com/@vue/babel-plugin-jsx/1.1.1_@babel+core@7.20.2
- '@vue/babel-preset-jsx': registry.npmmirror.com/@vue/babel-preset-jsx/1.4.0_@babel+core@7.20.2+vue@3.2.45
+ '@babel/plugin-proposal-class-properties': registry.npmmirror.com/@babel/plugin-proposal-class-properties/7.18.6_@babel+core@7.20.5
+ '@babel/plugin-proposal-decorators': registry.npmmirror.com/@babel/plugin-proposal-decorators/7.20.5_@babel+core@7.20.5
+ '@babel/plugin-syntax-dynamic-import': registry.npmmirror.com/@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.20.5
+ '@babel/plugin-syntax-jsx': registry.npmmirror.com/@babel/plugin-syntax-jsx/7.18.6_@babel+core@7.20.5
+ '@babel/plugin-transform-runtime': registry.npmmirror.com/@babel/plugin-transform-runtime/7.19.6_@babel+core@7.20.5
+ '@babel/preset-env': registry.npmmirror.com/@babel/preset-env/7.20.2_@babel+core@7.20.5
+ '@babel/runtime': registry.npmmirror.com/@babel/runtime/7.20.6
+ '@vue/babel-plugin-jsx': registry.npmmirror.com/@vue/babel-plugin-jsx/1.1.1_@babel+core@7.20.5
+ '@vue/babel-preset-jsx': registry.npmmirror.com/@vue/babel-preset-jsx/1.4.0_@babel+core@7.20.5+vue@3.2.45
babel-plugin-dynamic-import-node: registry.npmmirror.com/babel-plugin-dynamic-import-node/2.3.3
core-js: registry.npmmirror.com/core-js/3.26.1
core-js-compat: registry.npmmirror.com/core-js-compat/3.26.1
@@ -2815,17 +2815,17 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@vue/babel-preset-app/-/babel-preset-app-5.0.8.tgz'
version: 5.0.8
- registry.npmmirror.com/@vue/babel-preset-jsx/1.4.0_@babel+core@7.20.2+vue@3.2.45:
+ registry.npmmirror.com/@vue/babel-preset-jsx/1.4.0_@babel+core@7.20.5+vue@3.2.45:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
'@vue/babel-helper-vue-jsx-merge-props': registry.npmmirror.com/@vue/babel-helper-vue-jsx-merge-props/1.4.0
- '@vue/babel-plugin-transform-vue-jsx': registry.npmmirror.com/@vue/babel-plugin-transform-vue-jsx/1.4.0_@babel+core@7.20.2
- '@vue/babel-sugar-composition-api-inject-h': registry.npmmirror.com/@vue/babel-sugar-composition-api-inject-h/1.4.0_@babel+core@7.20.2
- '@vue/babel-sugar-composition-api-render-instance': registry.npmmirror.com/@vue/babel-sugar-composition-api-render-instance/1.4.0_@babel+core@7.20.2
- '@vue/babel-sugar-functional-vue': registry.npmmirror.com/@vue/babel-sugar-functional-vue/1.4.0_@babel+core@7.20.2
- '@vue/babel-sugar-inject-h': registry.npmmirror.com/@vue/babel-sugar-inject-h/1.4.0_@babel+core@7.20.2
- '@vue/babel-sugar-v-model': registry.npmmirror.com/@vue/babel-sugar-v-model/1.4.0_@babel+core@7.20.2
- '@vue/babel-sugar-v-on': registry.npmmirror.com/@vue/babel-sugar-v-on/1.4.0_@babel+core@7.20.2
+ '@vue/babel-plugin-transform-vue-jsx': registry.npmmirror.com/@vue/babel-plugin-transform-vue-jsx/1.4.0_@babel+core@7.20.5
+ '@vue/babel-sugar-composition-api-inject-h': registry.npmmirror.com/@vue/babel-sugar-composition-api-inject-h/1.4.0_@babel+core@7.20.5
+ '@vue/babel-sugar-composition-api-render-instance': registry.npmmirror.com/@vue/babel-sugar-composition-api-render-instance/1.4.0_@babel+core@7.20.5
+ '@vue/babel-sugar-functional-vue': registry.npmmirror.com/@vue/babel-sugar-functional-vue/1.4.0_@babel+core@7.20.5
+ '@vue/babel-sugar-inject-h': registry.npmmirror.com/@vue/babel-sugar-inject-h/1.4.0_@babel+core@7.20.5
+ '@vue/babel-sugar-v-model': registry.npmmirror.com/@vue/babel-sugar-v-model/1.4.0_@babel+core@7.20.5
+ '@vue/babel-sugar-v-on': registry.npmmirror.com/@vue/babel-sugar-v-on/1.4.0_@babel+core@7.20.5
vue: registry.npmmirror.com/vue/3.2.45_vue@3.2.45
dev: true
id: registry.npmmirror.com/@vue/babel-preset-jsx/1.4.0
@@ -2841,10 +2841,10 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@vue/babel-preset-jsx/-/babel-preset-jsx-1.4.0.tgz'
version: 1.4.0
- registry.npmmirror.com/@vue/babel-sugar-composition-api-inject-h/1.4.0_@babel+core@7.20.2:
+ registry.npmmirror.com/@vue/babel-sugar-composition-api-inject-h/1.4.0_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
- '@babel/plugin-syntax-jsx': registry.npmmirror.com/@babel/plugin-syntax-jsx/7.18.6_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
+ '@babel/plugin-syntax-jsx': registry.npmmirror.com/@babel/plugin-syntax-jsx/7.18.6_@babel+core@7.20.5
dev: true
id: registry.npmmirror.com/@vue/babel-sugar-composition-api-inject-h/1.4.0
name: '@vue/babel-sugar-composition-api-inject-h'
@@ -2855,10 +2855,10 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@vue/babel-sugar-composition-api-inject-h/-/babel-sugar-composition-api-inject-h-1.4.0.tgz'
version: 1.4.0
- registry.npmmirror.com/@vue/babel-sugar-composition-api-render-instance/1.4.0_@babel+core@7.20.2:
+ registry.npmmirror.com/@vue/babel-sugar-composition-api-render-instance/1.4.0_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
- '@babel/plugin-syntax-jsx': registry.npmmirror.com/@babel/plugin-syntax-jsx/7.18.6_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
+ '@babel/plugin-syntax-jsx': registry.npmmirror.com/@babel/plugin-syntax-jsx/7.18.6_@babel+core@7.20.5
dev: true
id: registry.npmmirror.com/@vue/babel-sugar-composition-api-render-instance/1.4.0
name: '@vue/babel-sugar-composition-api-render-instance'
@@ -2869,10 +2869,10 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@vue/babel-sugar-composition-api-render-instance/-/babel-sugar-composition-api-render-instance-1.4.0.tgz'
version: 1.4.0
- registry.npmmirror.com/@vue/babel-sugar-functional-vue/1.4.0_@babel+core@7.20.2:
+ registry.npmmirror.com/@vue/babel-sugar-functional-vue/1.4.0_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
- '@babel/plugin-syntax-jsx': registry.npmmirror.com/@babel/plugin-syntax-jsx/7.18.6_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
+ '@babel/plugin-syntax-jsx': registry.npmmirror.com/@babel/plugin-syntax-jsx/7.18.6_@babel+core@7.20.5
dev: true
id: registry.npmmirror.com/@vue/babel-sugar-functional-vue/1.4.0
name: '@vue/babel-sugar-functional-vue'
@@ -2883,10 +2883,10 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@vue/babel-sugar-functional-vue/-/babel-sugar-functional-vue-1.4.0.tgz'
version: 1.4.0
- registry.npmmirror.com/@vue/babel-sugar-inject-h/1.4.0_@babel+core@7.20.2:
+ registry.npmmirror.com/@vue/babel-sugar-inject-h/1.4.0_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
- '@babel/plugin-syntax-jsx': registry.npmmirror.com/@babel/plugin-syntax-jsx/7.18.6_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
+ '@babel/plugin-syntax-jsx': registry.npmmirror.com/@babel/plugin-syntax-jsx/7.18.6_@babel+core@7.20.5
dev: true
id: registry.npmmirror.com/@vue/babel-sugar-inject-h/1.4.0
name: '@vue/babel-sugar-inject-h'
@@ -2897,12 +2897,12 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@vue/babel-sugar-inject-h/-/babel-sugar-inject-h-1.4.0.tgz'
version: 1.4.0
- registry.npmmirror.com/@vue/babel-sugar-v-model/1.4.0_@babel+core@7.20.2:
+ registry.npmmirror.com/@vue/babel-sugar-v-model/1.4.0_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
- '@babel/plugin-syntax-jsx': registry.npmmirror.com/@babel/plugin-syntax-jsx/7.18.6_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
+ '@babel/plugin-syntax-jsx': registry.npmmirror.com/@babel/plugin-syntax-jsx/7.18.6_@babel+core@7.20.5
'@vue/babel-helper-vue-jsx-merge-props': registry.npmmirror.com/@vue/babel-helper-vue-jsx-merge-props/1.4.0
- '@vue/babel-plugin-transform-vue-jsx': registry.npmmirror.com/@vue/babel-plugin-transform-vue-jsx/1.4.0_@babel+core@7.20.2
+ '@vue/babel-plugin-transform-vue-jsx': registry.npmmirror.com/@vue/babel-plugin-transform-vue-jsx/1.4.0_@babel+core@7.20.5
camelcase: registry.npmmirror.com/camelcase/5.3.1
html-tags: registry.npmmirror.com/html-tags/2.0.0
svg-tags: registry.npmmirror.com/svg-tags/1.0.0
@@ -2916,11 +2916,11 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@vue/babel-sugar-v-model/-/babel-sugar-v-model-1.4.0.tgz'
version: 1.4.0
- registry.npmmirror.com/@vue/babel-sugar-v-on/1.4.0_@babel+core@7.20.2:
+ registry.npmmirror.com/@vue/babel-sugar-v-on/1.4.0_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
- '@babel/plugin-syntax-jsx': registry.npmmirror.com/@babel/plugin-syntax-jsx/7.18.6_@babel+core@7.20.2
- '@vue/babel-plugin-transform-vue-jsx': registry.npmmirror.com/@vue/babel-plugin-transform-vue-jsx/1.4.0_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
+ '@babel/plugin-syntax-jsx': registry.npmmirror.com/@babel/plugin-syntax-jsx/7.18.6_@babel+core@7.20.5
+ '@vue/babel-plugin-transform-vue-jsx': registry.npmmirror.com/@vue/babel-plugin-transform-vue-jsx/1.4.0_@babel+core@7.20.5
camelcase: registry.npmmirror.com/camelcase/5.3.1
dev: true
id: registry.npmmirror.com/@vue/babel-sugar-v-on/1.4.0
@@ -2942,11 +2942,11 @@ packages:
version: 5.0.8
registry.npmmirror.com/@vue/cli-plugin-babel/5.0.8_cd771eed47898ffad00a5c727cde973c:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
'@vue/babel-preset-app': registry.npmmirror.com/@vue/babel-preset-app/5.0.8_vue@3.2.45
- '@vue/cli-service': registry.npmmirror.com/@vue/cli-service/5.0.8_3bf530bbd79492900adca2feb56f8f31
+ '@vue/cli-service': registry.npmmirror.com/@vue/cli-service/5.0.8_7da7a12f14250eaf68f8c37d9957fa29
'@vue/cli-shared-utils': registry.npmmirror.com/@vue/cli-shared-utils/5.0.8
- babel-loader: registry.npmmirror.com/babel-loader/8.3.0_6bc01c084ca39b676a2aa715dddddb3a
+ babel-loader: registry.npmmirror.com/babel-loader/8.3.0_cce1695541f67fb5d24f5011e42e537d
thread-loader: registry.npmmirror.com/thread-loader/3.0.4_webpack@5.75.0
webpack: registry.npmmirror.com/webpack/5.75.0_webpack@5.75.0
dev: true
@@ -2960,12 +2960,12 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@vue/cli-plugin-babel/-/cli-plugin-babel-5.0.8.tgz'
version: 5.0.8
- registry.npmmirror.com/@vue/cli-plugin-eslint/5.0.8_e0fc2c008fca79f8101b02d6a9db6a69:
+ registry.npmmirror.com/@vue/cli-plugin-eslint/5.0.8_01c7a8e3379dcc64ee886fdbd3b19b60:
dependencies:
- '@vue/cli-service': registry.npmmirror.com/@vue/cli-service/5.0.8_3bf530bbd79492900adca2feb56f8f31
+ '@vue/cli-service': registry.npmmirror.com/@vue/cli-service/5.0.8_7da7a12f14250eaf68f8c37d9957fa29
'@vue/cli-shared-utils': registry.npmmirror.com/@vue/cli-shared-utils/5.0.8
- eslint: registry.npmmirror.com/eslint/8.28.0_eslint@8.28.0
- eslint-webpack-plugin: registry.npmmirror.com/eslint-webpack-plugin/3.2.0_eslint@8.28.0+webpack@5.75.0
+ eslint: registry.npmmirror.com/eslint/8.29.0_eslint@8.29.0
+ eslint-webpack-plugin: registry.npmmirror.com/eslint-webpack-plugin/3.2.0_eslint@8.29.0+webpack@5.75.0
globby: registry.npmmirror.com/globby/11.1.0
webpack: registry.npmmirror.com/webpack/5.75.0_webpack@5.75.0
yorkie: registry.npmmirror.com/yorkie/2.0.0
@@ -2982,7 +2982,7 @@ packages:
version: 5.0.8
registry.npmmirror.com/@vue/cli-plugin-router/5.0.8_@vue+cli-service@5.0.8:
dependencies:
- '@vue/cli-service': registry.npmmirror.com/@vue/cli-service/5.0.8_3bf530bbd79492900adca2feb56f8f31
+ '@vue/cli-service': registry.npmmirror.com/@vue/cli-service/5.0.8_7da7a12f14250eaf68f8c37d9957fa29
'@vue/cli-shared-utils': registry.npmmirror.com/@vue/cli-shared-utils/5.0.8
dev: true
id: registry.npmmirror.com/@vue/cli-plugin-router/5.0.8
@@ -2996,7 +2996,7 @@ packages:
version: 5.0.8
registry.npmmirror.com/@vue/cli-plugin-vuex/5.0.8_@vue+cli-service@5.0.8:
dependencies:
- '@vue/cli-service': registry.npmmirror.com/@vue/cli-service/5.0.8_3bf530bbd79492900adca2feb56f8f31
+ '@vue/cli-service': registry.npmmirror.com/@vue/cli-service/5.0.8_7da7a12f14250eaf68f8c37d9957fa29
dev: true
id: registry.npmmirror.com/@vue/cli-plugin-vuex/5.0.8
name: '@vue/cli-plugin-vuex'
@@ -3007,9 +3007,9 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@vue/cli-plugin-vuex/-/cli-plugin-vuex-5.0.8.tgz'
version: 5.0.8
- registry.npmmirror.com/@vue/cli-service/5.0.8_3bf530bbd79492900adca2feb56f8f31:
+ registry.npmmirror.com/@vue/cli-service/5.0.8_7da7a12f14250eaf68f8c37d9957fa29:
dependencies:
- '@babel/helper-compilation-targets': registry.npmmirror.com/@babel/helper-compilation-targets/7.20.0_@babel+core@7.20.2
+ '@babel/helper-compilation-targets': registry.npmmirror.com/@babel/helper-compilation-targets/7.20.0_@babel+core@7.20.5
'@soda/friendly-errors-webpack-plugin': registry.npmmirror.com/@soda/friendly-errors-webpack-plugin/1.8.1_webpack@5.75.0
'@soda/get-current-script': registry.npmmirror.com/@soda/get-current-script/1.0.2
'@types/minimist': registry.npmmirror.com/@types/minimist/1.2.2
@@ -3023,7 +3023,7 @@ packages:
acorn: registry.npmmirror.com/acorn/8.8.1
acorn-walk: registry.npmmirror.com/acorn-walk/8.2.0
address: registry.npmmirror.com/address/1.2.1
- autoprefixer: registry.npmmirror.com/autoprefixer/10.4.13_postcss@8.4.19
+ autoprefixer: registry.npmmirror.com/autoprefixer/10.4.13_postcss@8.4.20
browserslist: registry.npmmirror.com/browserslist/4.21.4_browserslist@4.21.4
case-sensitive-paths-webpack-plugin: registry.npmmirror.com/case-sensitive-paths-webpack-plugin/2.4.0
cli-highlight: registry.npmmirror.com/cli-highlight/2.1.11
@@ -3032,7 +3032,7 @@ packages:
copy-webpack-plugin: registry.npmmirror.com/copy-webpack-plugin/9.1.0_webpack@5.75.0
css-loader: registry.npmmirror.com/css-loader/6.7.2_webpack@5.75.0
css-minimizer-webpack-plugin: registry.npmmirror.com/css-minimizer-webpack-plugin/3.4.1_webpack@5.75.0
- cssnano: registry.npmmirror.com/cssnano/5.1.14_postcss@8.4.19
+ cssnano: registry.npmmirror.com/cssnano/5.1.14_postcss@8.4.20
debug: registry.npmmirror.com/debug/4.3.4
default-gateway: registry.npmmirror.com/default-gateway/6.0.3
dotenv: registry.npmmirror.com/dotenv/10.0.0
@@ -3045,12 +3045,12 @@ packages:
launch-editor-middleware: registry.npmmirror.com/launch-editor-middleware/2.6.0
lodash.defaultsdeep: registry.npmmirror.com/lodash.defaultsdeep/4.6.1
lodash.mapvalues: registry.npmmirror.com/lodash.mapvalues/4.6.0
- mini-css-extract-plugin: registry.npmmirror.com/mini-css-extract-plugin/2.7.0_webpack@5.75.0
+ mini-css-extract-plugin: registry.npmmirror.com/mini-css-extract-plugin/2.7.2_webpack@5.75.0
minimist: registry.npmmirror.com/minimist/1.2.7
module-alias: registry.npmmirror.com/module-alias/2.2.2
portfinder: registry.npmmirror.com/portfinder/1.0.32
- postcss: registry.npmmirror.com/postcss/8.4.19
- postcss-loader: registry.npmmirror.com/postcss-loader/6.2.1_postcss@8.4.19+webpack@5.75.0
+ postcss: registry.npmmirror.com/postcss/8.4.20
+ postcss-loader: registry.npmmirror.com/postcss-loader/6.2.1_postcss@8.4.20+webpack@5.75.0
progress-webpack-plugin: registry.npmmirror.com/progress-webpack-plugin/1.0.16_webpack@5.75.0
ssri: registry.npmmirror.com/ssri/8.0.1
terser-webpack-plugin: registry.npmmirror.com/terser-webpack-plugin/5.3.6_webpack@5.75.0
@@ -3120,7 +3120,7 @@ packages:
version: 5.0.8
registry.npmmirror.com/@vue/compiler-core/3.2.45:
dependencies:
- '@babel/parser': registry.npmmirror.com/@babel/parser/7.20.3
+ '@babel/parser': registry.npmmirror.com/@babel/parser/7.20.5
'@vue/shared': registry.npmmirror.com/@vue/shared/3.2.45
estree-walker: registry.npmmirror.com/estree-walker/2.0.2
source-map: registry.npmmirror.com/source-map/0.6.1
@@ -3142,7 +3142,7 @@ packages:
version: 3.2.45
registry.npmmirror.com/@vue/compiler-sfc/3.2.45:
dependencies:
- '@babel/parser': registry.npmmirror.com/@babel/parser/7.20.3
+ '@babel/parser': registry.npmmirror.com/@babel/parser/7.20.5
'@vue/compiler-core': registry.npmmirror.com/@vue/compiler-core/3.2.45
'@vue/compiler-dom': registry.npmmirror.com/@vue/compiler-dom/3.2.45
'@vue/compiler-ssr': registry.npmmirror.com/@vue/compiler-ssr/3.2.45
@@ -3150,7 +3150,7 @@ packages:
'@vue/shared': registry.npmmirror.com/@vue/shared/3.2.45
estree-walker: registry.npmmirror.com/estree-walker/2.0.2
magic-string: registry.npmmirror.com/magic-string/0.25.9
- postcss: registry.npmmirror.com/postcss/8.4.19
+ postcss: registry.npmmirror.com/postcss/8.4.20
source-map: registry.npmmirror.com/source-map/0.6.1
name: '@vue/compiler-sfc'
resolution:
@@ -3181,7 +3181,7 @@ packages:
dev: true
name: '@vue/component-compiler-utils'
optionalDependencies:
- prettier: registry.npmmirror.com/prettier/2.7.1
+ prettier: registry.npmmirror.com/prettier/2.8.1
resolution:
integrity: sha512-97sfH2mYNU+2PzGrmK2haqffDpVASuib9/w2/noxiFi31Z54hW+q3izKQXXQZSNhtiUpAI36uSuYepeBe4wpHQ==
registry: 'https://registry.npm.taobao.org/'
@@ -3197,7 +3197,7 @@ packages:
version: 6.4.5
registry.npmmirror.com/@vue/reactivity-transform/3.2.45:
dependencies:
- '@babel/parser': registry.npmmirror.com/@babel/parser/7.20.3
+ '@babel/parser': registry.npmmirror.com/@babel/parser/7.20.5
'@vue/compiler-core': registry.npmmirror.com/@vue/compiler-core/3.2.45
'@vue/shared': registry.npmmirror.com/@vue/shared/3.2.45
estree-walker: registry.npmmirror.com/estree-walker/2.0.2
@@ -3267,43 +3267,43 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/@vue/web-component-wrapper/-/web-component-wrapper-1.3.0.tgz'
version: 1.3.0
- registry.npmmirror.com/@vueuse/core/9.5.0_vue@3.2.45:
+ registry.npmmirror.com/@vueuse/core/9.6.0_vue@3.2.45:
dependencies:
'@types/web-bluetooth': registry.npmmirror.com/@types/web-bluetooth/0.0.16
- '@vueuse/metadata': registry.npmmirror.com/@vueuse/metadata/9.5.0
- '@vueuse/shared': registry.npmmirror.com/@vueuse/shared/9.5.0_vue@3.2.45
+ '@vueuse/metadata': registry.npmmirror.com/@vueuse/metadata/9.6.0
+ '@vueuse/shared': registry.npmmirror.com/@vueuse/shared/9.6.0_vue@3.2.45
vue-demi: registry.npmmirror.com/vue-demi/0.13.11_vue@3.2.45
dev: false
- id: registry.npmmirror.com/@vueuse/core/9.5.0
+ id: registry.npmmirror.com/@vueuse/core/9.6.0
name: '@vueuse/core'
peerDependencies:
vue: '*'
resolution:
- integrity: sha512-6GsWBsJHEb3sYw15mbLrcbslAVY45pkzjJYTKYKCXv88z7srAF0VEW0q+oXKsl58tCbqooplInahXFg8Yo1m4w==
+ integrity: sha512-qGUcjKQXHgN+jqXEgpeZGoxdCbIDCdVPz3QiF1uyecVGbMuM63o96I1GjYx5zskKgRI0FKSNsVWM7rwrRMTf6A==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/@vueuse/core/-/core-9.5.0.tgz'
- version: 9.5.0
- registry.npmmirror.com/@vueuse/metadata/9.5.0:
+ tarball: 'https://registry.npmmirror.com/@vueuse/core/-/core-9.6.0.tgz'
+ version: 9.6.0
+ registry.npmmirror.com/@vueuse/metadata/9.6.0:
dev: false
name: '@vueuse/metadata'
resolution:
- integrity: sha512-4M1AyPZmIv41pym+K5+4wup3bKuYebbH8w8BROY1hmT7rIwcyS4tEL+UsGz0Hiu1FCOxcoBrwtAizc0YmBJjyQ==
+ integrity: sha512-sIC8R+kWkIdpi5X2z2Gk8TRYzmczDwHRhEFfCu2P+XW2JdPoXrziqsGpDDsN7ykBx4ilwieS7JUIweVGhvZ93w==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/@vueuse/metadata/-/metadata-9.5.0.tgz'
- version: 9.5.0
- registry.npmmirror.com/@vueuse/shared/9.5.0_vue@3.2.45:
+ tarball: 'https://registry.npmmirror.com/@vueuse/metadata/-/metadata-9.6.0.tgz'
+ version: 9.6.0
+ registry.npmmirror.com/@vueuse/shared/9.6.0_vue@3.2.45:
dependencies:
vue-demi: registry.npmmirror.com/vue-demi/0.13.11_vue@3.2.45
dev: false
- id: registry.npmmirror.com/@vueuse/shared/9.5.0
+ id: registry.npmmirror.com/@vueuse/shared/9.6.0
name: '@vueuse/shared'
peerDependencies:
vue: '*'
resolution:
- integrity: sha512-HnnCWU1Vg9CVWRCcI8ohDKDRB2Sc4bTgT1XAIaoLSfVHHn+TKbrox6pd3klCSw4UDxkhDfOk8cAdcK+Z5KleCA==
+ integrity: sha512-/eDchxYYhkHnFyrb00t90UfjCx94kRHxc7J1GtBCqCG4HyPMX+krV9XJgVtWIsAMaxKVU4fC8NSUviG1JkwhUQ==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/@vueuse/shared/-/shared-9.5.0.tgz'
- version: 9.5.0
+ tarball: 'https://registry.npmmirror.com/@vueuse/shared/-/shared-9.6.0.tgz'
+ version: 9.6.0
registry.npmmirror.com/@webassemblyjs/ast/1.11.1:
dependencies:
'@webassemblyjs/helper-numbers': registry.npmmirror.com/@webassemblyjs/helper-numbers/1.11.1
@@ -3695,7 +3695,7 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/any-promise/-/any-promise-1.3.0.tgz'
version: 1.3.0
- registry.npmmirror.com/anymatch/3.1.2:
+ registry.npmmirror.com/anymatch/3.1.3:
dependencies:
normalize-path: registry.npmmirror.com/normalize-path/3.0.0
picomatch: registry.npmmirror.com/picomatch/2.3.1
@@ -3704,10 +3704,10 @@ packages:
node: '>= 8'
name: anymatch
resolution:
- integrity: sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==
+ integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/anymatch/-/anymatch-3.1.2.tgz'
- version: 3.1.2
+ tarball: 'https://registry.npmmirror.com/anymatch/-/anymatch-3.1.3.tgz'
+ version: 3.1.3
registry.npmmirror.com/arch/2.2.0:
dev: true
name: arch
@@ -3786,14 +3786,14 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/at-least-node/-/at-least-node-1.0.0.tgz'
version: 1.0.0
- registry.npmmirror.com/autoprefixer/10.4.13_postcss@8.4.19:
+ registry.npmmirror.com/autoprefixer/10.4.13_postcss@8.4.20:
dependencies:
browserslist: registry.npmmirror.com/browserslist/4.21.4_browserslist@4.21.4
- caniuse-lite: registry.npmmirror.com/caniuse-lite/1.0.30001431
+ caniuse-lite: registry.npmmirror.com/caniuse-lite/1.0.30001439
fraction.js: registry.npmmirror.com/fraction.js/4.2.0
normalize-range: registry.npmmirror.com/normalize-range/0.1.2
picocolors: registry.npmmirror.com/picocolors/1.0.0
- postcss: registry.npmmirror.com/postcss/8.4.19
+ postcss: registry.npmmirror.com/postcss/8.4.20
postcss-value-parser: registry.npmmirror.com/postcss-value-parser/4.2.0
dev: true
engines:
@@ -3808,7 +3808,7 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/autoprefixer/-/autoprefixer-10.4.13.tgz'
version: 10.4.13
- registry.npmmirror.com/axios/1.1.3:
+ registry.npmmirror.com/axios/1.2.1:
dependencies:
follow-redirects: registry.npmmirror.com/follow-redirects/1.15.2
form-data: registry.npmmirror.com/form-data/4.0.0
@@ -3816,13 +3816,13 @@ packages:
dev: false
name: axios
resolution:
- integrity: sha512-00tXVRwKx/FZr/IDVFt4C+f9FYairX517WoGCL6dpOntqLkZofjhu43F/Xl44UOpqa+9sLFDrG/XAnFsUYgkDA==
+ integrity: sha512-I88cFiGu9ryt/tfVEi4kX2SITsvDddTajXTOFmt2uK1ZVA8LytjtdeyefdQWEf5PU8w+4SSJDoYnggflB5tW4A==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/axios/-/axios-1.1.3.tgz'
- version: 1.1.3
- registry.npmmirror.com/babel-loader/8.3.0_6bc01c084ca39b676a2aa715dddddb3a:
+ tarball: 'https://registry.npmmirror.com/axios/-/axios-1.2.1.tgz'
+ version: 1.2.1
+ registry.npmmirror.com/babel-loader/8.3.0_cce1695541f67fb5d24f5011e42e537d:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
find-cache-dir: registry.npmmirror.com/find-cache-dir/3.3.2
loader-utils: registry.npmmirror.com/loader-utils/2.0.4
make-dir: registry.npmmirror.com/make-dir/3.1.0
@@ -3851,11 +3851,11 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz'
version: 2.3.3
- registry.npmmirror.com/babel-plugin-polyfill-corejs2/0.3.3_@babel+core@7.20.2:
+ registry.npmmirror.com/babel-plugin-polyfill-corejs2/0.3.3_@babel+core@7.20.5:
dependencies:
- '@babel/compat-data': registry.npmmirror.com/@babel/compat-data/7.20.1
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
- '@babel/helper-define-polyfill-provider': registry.npmmirror.com/@babel/helper-define-polyfill-provider/0.3.3_@babel+core@7.20.2
+ '@babel/compat-data': registry.npmmirror.com/@babel/compat-data/7.20.5
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
+ '@babel/helper-define-polyfill-provider': registry.npmmirror.com/@babel/helper-define-polyfill-provider/0.3.3_@babel+core@7.20.5
semver: registry.npmmirror.com/semver/6.3.0
dev: true
id: registry.npmmirror.com/babel-plugin-polyfill-corejs2/0.3.3
@@ -3867,10 +3867,10 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.3.tgz'
version: 0.3.3
- registry.npmmirror.com/babel-plugin-polyfill-corejs3/0.6.0_@babel+core@7.20.2:
+ registry.npmmirror.com/babel-plugin-polyfill-corejs3/0.6.0_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
- '@babel/helper-define-polyfill-provider': registry.npmmirror.com/@babel/helper-define-polyfill-provider/0.3.3_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
+ '@babel/helper-define-polyfill-provider': registry.npmmirror.com/@babel/helper-define-polyfill-provider/0.3.3_@babel+core@7.20.5
core-js-compat: registry.npmmirror.com/core-js-compat/3.26.1
dev: true
id: registry.npmmirror.com/babel-plugin-polyfill-corejs3/0.6.0
@@ -3882,10 +3882,10 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.6.0.tgz'
version: 0.6.0
- registry.npmmirror.com/babel-plugin-polyfill-regenerator/0.4.1_@babel+core@7.20.2:
+ registry.npmmirror.com/babel-plugin-polyfill-regenerator/0.4.1_@babel+core@7.20.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
- '@babel/helper-define-polyfill-provider': registry.npmmirror.com/@babel/helper-define-polyfill-provider/0.3.3_@babel+core@7.20.2
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
+ '@babel/helper-define-polyfill-provider': registry.npmmirror.com/@babel/helper-define-polyfill-provider/0.3.3_@babel+core@7.20.5
dev: true
id: registry.npmmirror.com/babel-plugin-polyfill-regenerator/0.4.1
name: babel-plugin-polyfill-regenerator
@@ -4028,7 +4028,7 @@ packages:
version: 3.0.2
registry.npmmirror.com/browserslist/4.21.4_browserslist@4.21.4:
dependencies:
- caniuse-lite: registry.npmmirror.com/caniuse-lite/1.0.30001431
+ caniuse-lite: registry.npmmirror.com/caniuse-lite/1.0.30001439
electron-to-chromium: registry.npmmirror.com/electron-to-chromium/1.4.284
node-releases: registry.npmmirror.com/node-releases/2.0.6
update-browserslist-db: registry.npmmirror.com/update-browserslist-db/1.0.10_browserslist@4.21.4
@@ -4149,7 +4149,7 @@ packages:
registry.npmmirror.com/caniuse-api/3.0.0:
dependencies:
browserslist: registry.npmmirror.com/browserslist/4.21.4_browserslist@4.21.4
- caniuse-lite: registry.npmmirror.com/caniuse-lite/1.0.30001431
+ caniuse-lite: registry.npmmirror.com/caniuse-lite/1.0.30001439
lodash.memoize: registry.npmmirror.com/lodash.memoize/4.1.2
lodash.uniq: registry.npmmirror.com/lodash.uniq/4.5.0
dev: true
@@ -4159,14 +4159,14 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/caniuse-api/-/caniuse-api-3.0.0.tgz'
version: 3.0.0
- registry.npmmirror.com/caniuse-lite/1.0.30001431:
+ registry.npmmirror.com/caniuse-lite/1.0.30001439:
dev: true
name: caniuse-lite
resolution:
- integrity: sha512-zBUoFU0ZcxpvSt9IU66dXVT/3ctO1cy4y9cscs1szkPlcWb6pasYM144GqrUygUbT+k7cmUCW61cvskjcv0enQ==
+ integrity: sha512-1MgUzEkoMO6gKfXflStpYgZDlFM7M/ck/bgfVCACO5vnAf0fXoNVHdWtqGU+MYca+4bL9Z5bpOVmR33cWW9G2A==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001431.tgz'
- version: 1.0.30001431
+ tarball: 'https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001439.tgz'
+ version: 1.0.30001439
registry.npmmirror.com/capital-case/1.0.4:
dependencies:
no-case: registry.npmmirror.com/no-case/3.0.4
@@ -4252,7 +4252,7 @@ packages:
version: 4.1.2
registry.npmmirror.com/chokidar/3.5.3:
dependencies:
- anymatch: registry.npmmirror.com/anymatch/3.1.2
+ anymatch: registry.npmmirror.com/anymatch/3.1.3
braces: registry.npmmirror.com/braces/3.0.2
glob-parent: registry.npmmirror.com/glob-parent/5.1.2
is-binary-path: registry.npmmirror.com/is-binary-path/2.1.0
@@ -4763,9 +4763,9 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/cross-spawn/-/cross-spawn-7.0.3.tgz'
version: 7.0.3
- registry.npmmirror.com/css-declaration-sorter/6.3.1_postcss@8.4.19:
+ registry.npmmirror.com/css-declaration-sorter/6.3.1_postcss@8.4.20:
dependencies:
- postcss: registry.npmmirror.com/postcss/8.4.19
+ postcss: registry.npmmirror.com/postcss/8.4.20
dev: true
engines:
node: ^10 || ^12 || >=14
@@ -4780,12 +4780,12 @@ packages:
version: 6.3.1
registry.npmmirror.com/css-loader/6.7.2_webpack@5.75.0:
dependencies:
- icss-utils: registry.npmmirror.com/icss-utils/5.1.0_postcss@8.4.19
- postcss: registry.npmmirror.com/postcss/8.4.19
- postcss-modules-extract-imports: registry.npmmirror.com/postcss-modules-extract-imports/3.0.0_postcss@8.4.19
- postcss-modules-local-by-default: registry.npmmirror.com/postcss-modules-local-by-default/4.0.0_postcss@8.4.19
- postcss-modules-scope: registry.npmmirror.com/postcss-modules-scope/3.0.0_postcss@8.4.19
- postcss-modules-values: registry.npmmirror.com/postcss-modules-values/4.0.0_postcss@8.4.19
+ icss-utils: registry.npmmirror.com/icss-utils/5.1.0_postcss@8.4.20
+ postcss: registry.npmmirror.com/postcss/8.4.20
+ postcss-modules-extract-imports: registry.npmmirror.com/postcss-modules-extract-imports/3.0.0_postcss@8.4.20
+ postcss-modules-local-by-default: registry.npmmirror.com/postcss-modules-local-by-default/4.0.0_postcss@8.4.20
+ postcss-modules-scope: registry.npmmirror.com/postcss-modules-scope/3.0.0_postcss@8.4.20
+ postcss-modules-values: registry.npmmirror.com/postcss-modules-values/4.0.0_postcss@8.4.20
postcss-value-parser: registry.npmmirror.com/postcss-value-parser/4.2.0
semver: registry.npmmirror.com/semver/7.3.8
webpack: registry.npmmirror.com/webpack/5.75.0_webpack@5.75.0
@@ -4803,9 +4803,9 @@ packages:
version: 6.7.2
registry.npmmirror.com/css-minimizer-webpack-plugin/3.4.1_webpack@5.75.0:
dependencies:
- cssnano: registry.npmmirror.com/cssnano/5.1.14_postcss@8.4.19
+ cssnano: registry.npmmirror.com/cssnano/5.1.14_postcss@8.4.20
jest-worker: registry.npmmirror.com/jest-worker/27.5.1
- postcss: registry.npmmirror.com/postcss/8.4.19
+ postcss: registry.npmmirror.com/postcss/8.4.20
schema-utils: registry.npmmirror.com/schema-utils/4.0.0
serialize-javascript: registry.npmmirror.com/serialize-javascript/6.0.0
source-map: registry.npmmirror.com/source-map/0.6.1
@@ -4879,38 +4879,38 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/cssesc/-/cssesc-3.0.0.tgz'
version: 3.0.0
- registry.npmmirror.com/cssnano-preset-default/5.2.13_postcss@8.4.19:
+ registry.npmmirror.com/cssnano-preset-default/5.2.13_postcss@8.4.20:
dependencies:
- css-declaration-sorter: registry.npmmirror.com/css-declaration-sorter/6.3.1_postcss@8.4.19
- cssnano-utils: registry.npmmirror.com/cssnano-utils/3.1.0_postcss@8.4.19
- postcss: registry.npmmirror.com/postcss/8.4.19
- postcss-calc: registry.npmmirror.com/postcss-calc/8.2.4_postcss@8.4.19
- postcss-colormin: registry.npmmirror.com/postcss-colormin/5.3.0_postcss@8.4.19
- postcss-convert-values: registry.npmmirror.com/postcss-convert-values/5.1.3_postcss@8.4.19
- postcss-discard-comments: registry.npmmirror.com/postcss-discard-comments/5.1.2_postcss@8.4.19
- postcss-discard-duplicates: registry.npmmirror.com/postcss-discard-duplicates/5.1.0_postcss@8.4.19
- postcss-discard-empty: registry.npmmirror.com/postcss-discard-empty/5.1.1_postcss@8.4.19
- postcss-discard-overridden: registry.npmmirror.com/postcss-discard-overridden/5.1.0_postcss@8.4.19
- postcss-merge-longhand: registry.npmmirror.com/postcss-merge-longhand/5.1.7_postcss@8.4.19
- postcss-merge-rules: registry.npmmirror.com/postcss-merge-rules/5.1.3_postcss@8.4.19
- postcss-minify-font-values: registry.npmmirror.com/postcss-minify-font-values/5.1.0_postcss@8.4.19
- postcss-minify-gradients: registry.npmmirror.com/postcss-minify-gradients/5.1.1_postcss@8.4.19
- postcss-minify-params: registry.npmmirror.com/postcss-minify-params/5.1.4_postcss@8.4.19
- postcss-minify-selectors: registry.npmmirror.com/postcss-minify-selectors/5.2.1_postcss@8.4.19
- postcss-normalize-charset: registry.npmmirror.com/postcss-normalize-charset/5.1.0_postcss@8.4.19
- postcss-normalize-display-values: registry.npmmirror.com/postcss-normalize-display-values/5.1.0_postcss@8.4.19
- postcss-normalize-positions: registry.npmmirror.com/postcss-normalize-positions/5.1.1_postcss@8.4.19
- postcss-normalize-repeat-style: registry.npmmirror.com/postcss-normalize-repeat-style/5.1.1_postcss@8.4.19
- postcss-normalize-string: registry.npmmirror.com/postcss-normalize-string/5.1.0_postcss@8.4.19
- postcss-normalize-timing-functions: registry.npmmirror.com/postcss-normalize-timing-functions/5.1.0_postcss@8.4.19
- postcss-normalize-unicode: registry.npmmirror.com/postcss-normalize-unicode/5.1.1_postcss@8.4.19
- postcss-normalize-url: registry.npmmirror.com/postcss-normalize-url/5.1.0_postcss@8.4.19
- postcss-normalize-whitespace: registry.npmmirror.com/postcss-normalize-whitespace/5.1.1_postcss@8.4.19
- postcss-ordered-values: registry.npmmirror.com/postcss-ordered-values/5.1.3_postcss@8.4.19
- postcss-reduce-initial: registry.npmmirror.com/postcss-reduce-initial/5.1.1_postcss@8.4.19
- postcss-reduce-transforms: registry.npmmirror.com/postcss-reduce-transforms/5.1.0_postcss@8.4.19
- postcss-svgo: registry.npmmirror.com/postcss-svgo/5.1.0_postcss@8.4.19
- postcss-unique-selectors: registry.npmmirror.com/postcss-unique-selectors/5.1.1_postcss@8.4.19
+ css-declaration-sorter: registry.npmmirror.com/css-declaration-sorter/6.3.1_postcss@8.4.20
+ cssnano-utils: registry.npmmirror.com/cssnano-utils/3.1.0_postcss@8.4.20
+ postcss: registry.npmmirror.com/postcss/8.4.20
+ postcss-calc: registry.npmmirror.com/postcss-calc/8.2.4_postcss@8.4.20
+ postcss-colormin: registry.npmmirror.com/postcss-colormin/5.3.0_postcss@8.4.20
+ postcss-convert-values: registry.npmmirror.com/postcss-convert-values/5.1.3_postcss@8.4.20
+ postcss-discard-comments: registry.npmmirror.com/postcss-discard-comments/5.1.2_postcss@8.4.20
+ postcss-discard-duplicates: registry.npmmirror.com/postcss-discard-duplicates/5.1.0_postcss@8.4.20
+ postcss-discard-empty: registry.npmmirror.com/postcss-discard-empty/5.1.1_postcss@8.4.20
+ postcss-discard-overridden: registry.npmmirror.com/postcss-discard-overridden/5.1.0_postcss@8.4.20
+ postcss-merge-longhand: registry.npmmirror.com/postcss-merge-longhand/5.1.7_postcss@8.4.20
+ postcss-merge-rules: registry.npmmirror.com/postcss-merge-rules/5.1.3_postcss@8.4.20
+ postcss-minify-font-values: registry.npmmirror.com/postcss-minify-font-values/5.1.0_postcss@8.4.20
+ postcss-minify-gradients: registry.npmmirror.com/postcss-minify-gradients/5.1.1_postcss@8.4.20
+ postcss-minify-params: registry.npmmirror.com/postcss-minify-params/5.1.4_postcss@8.4.20
+ postcss-minify-selectors: registry.npmmirror.com/postcss-minify-selectors/5.2.1_postcss@8.4.20
+ postcss-normalize-charset: registry.npmmirror.com/postcss-normalize-charset/5.1.0_postcss@8.4.20
+ postcss-normalize-display-values: registry.npmmirror.com/postcss-normalize-display-values/5.1.0_postcss@8.4.20
+ postcss-normalize-positions: registry.npmmirror.com/postcss-normalize-positions/5.1.1_postcss@8.4.20
+ postcss-normalize-repeat-style: registry.npmmirror.com/postcss-normalize-repeat-style/5.1.1_postcss@8.4.20
+ postcss-normalize-string: registry.npmmirror.com/postcss-normalize-string/5.1.0_postcss@8.4.20
+ postcss-normalize-timing-functions: registry.npmmirror.com/postcss-normalize-timing-functions/5.1.0_postcss@8.4.20
+ postcss-normalize-unicode: registry.npmmirror.com/postcss-normalize-unicode/5.1.1_postcss@8.4.20
+ postcss-normalize-url: registry.npmmirror.com/postcss-normalize-url/5.1.0_postcss@8.4.20
+ postcss-normalize-whitespace: registry.npmmirror.com/postcss-normalize-whitespace/5.1.1_postcss@8.4.20
+ postcss-ordered-values: registry.npmmirror.com/postcss-ordered-values/5.1.3_postcss@8.4.20
+ postcss-reduce-initial: registry.npmmirror.com/postcss-reduce-initial/5.1.1_postcss@8.4.20
+ postcss-reduce-transforms: registry.npmmirror.com/postcss-reduce-transforms/5.1.0_postcss@8.4.20
+ postcss-svgo: registry.npmmirror.com/postcss-svgo/5.1.0_postcss@8.4.20
+ postcss-unique-selectors: registry.npmmirror.com/postcss-unique-selectors/5.1.1_postcss@8.4.20
dev: true
engines:
node: ^10 || ^12 || >=14.0
@@ -4923,9 +4923,9 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/cssnano-preset-default/-/cssnano-preset-default-5.2.13.tgz'
version: 5.2.13
- registry.npmmirror.com/cssnano-utils/3.1.0_postcss@8.4.19:
+ registry.npmmirror.com/cssnano-utils/3.1.0_postcss@8.4.20:
dependencies:
- postcss: registry.npmmirror.com/postcss/8.4.19
+ postcss: registry.npmmirror.com/postcss/8.4.20
dev: true
engines:
node: ^10 || ^12 || >=14.0
@@ -4938,11 +4938,11 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/cssnano-utils/-/cssnano-utils-3.1.0.tgz'
version: 3.1.0
- registry.npmmirror.com/cssnano/5.1.14_postcss@8.4.19:
+ registry.npmmirror.com/cssnano/5.1.14_postcss@8.4.20:
dependencies:
- cssnano-preset-default: registry.npmmirror.com/cssnano-preset-default/5.2.13_postcss@8.4.19
+ cssnano-preset-default: registry.npmmirror.com/cssnano-preset-default/5.2.13_postcss@8.4.20
lilconfig: registry.npmmirror.com/lilconfig/2.0.6
- postcss: registry.npmmirror.com/postcss/8.4.19
+ postcss: registry.npmmirror.com/postcss/8.4.20
yaml: registry.npmmirror.com/yaml/1.10.2
dev: true
engines:
@@ -4975,14 +4975,14 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/csstype/-/csstype-2.6.21.tgz'
version: 2.6.21
- registry.npmmirror.com/dayjs/1.11.6:
+ registry.npmmirror.com/dayjs/1.11.7:
dev: false
name: dayjs
resolution:
- integrity: sha512-zZbY5giJAinCG+7AGaw0wIhNZ6J8AhWuSXKvuc1KAyMiRsvGQWqh4L+MomvhdAYjN+lqvVCMq1I41e3YHvXkyQ==
+ integrity: sha512-+Yw9U6YO5TQohxLcIkrXBeY73WP3ejHWVvx8XCk3gxvQDCTEmS48ZrSZCKciI7Bhl/uCMyxYtE9UqRILmFphkQ==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/dayjs/-/dayjs-1.11.6.tgz'
- version: 1.11.6
+ tarball: 'https://registry.npmmirror.com/dayjs/-/dayjs-1.11.7.tgz'
+ version: 1.11.7
registry.npmmirror.com/debug/2.6.9:
dependencies:
ms: registry.npmmirror.com/ms/2.0.0
@@ -5301,17 +5301,17 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.4.284.tgz'
version: 1.4.284
- registry.npmmirror.com/element-plus/2.2.22_vue@3.2.45:
+ registry.npmmirror.com/element-plus/2.2.26_vue@3.2.45:
dependencies:
- '@ctrl/tinycolor': registry.npmmirror.com/@ctrl/tinycolor/3.4.1
+ '@ctrl/tinycolor': registry.npmmirror.com/@ctrl/tinycolor/3.5.0
'@element-plus/icons-vue': registry.npmmirror.com/@element-plus/icons-vue/2.0.10_vue@3.2.45
- '@floating-ui/dom': registry.npmmirror.com/@floating-ui/dom/1.0.6
+ '@floating-ui/dom': registry.npmmirror.com/@floating-ui/dom/1.0.10
'@popperjs/core': registry.npmmirror.com/@sxzz/popperjs-es/2.11.7
- '@types/lodash': registry.npmmirror.com/@types/lodash/4.14.189
+ '@types/lodash': registry.npmmirror.com/@types/lodash/4.14.191
'@types/lodash-es': registry.npmmirror.com/@types/lodash-es/4.17.6
- '@vueuse/core': registry.npmmirror.com/@vueuse/core/9.5.0_vue@3.2.45
+ '@vueuse/core': registry.npmmirror.com/@vueuse/core/9.6.0_vue@3.2.45
async-validator: registry.npmmirror.com/async-validator/4.2.5
- dayjs: registry.npmmirror.com/dayjs/1.11.6
+ dayjs: registry.npmmirror.com/dayjs/1.11.7
escape-html: registry.npmmirror.com/escape-html/1.0.3
lodash: registry.npmmirror.com/lodash/4.17.21
lodash-es: registry.npmmirror.com/lodash-es/4.17.21
@@ -5320,15 +5320,15 @@ packages:
normalize-wheel-es: registry.npmmirror.com/normalize-wheel-es/1.2.0
vue: registry.npmmirror.com/vue/3.2.45_vue@3.2.45
dev: false
- id: registry.npmmirror.com/element-plus/2.2.22
+ id: registry.npmmirror.com/element-plus/2.2.26
name: element-plus
peerDependencies:
vue: ^3.2.0
resolution:
- integrity: sha512-gg2g2WOMNpWf0wGesymUvTV0VZDF/4khQKroSNeCV/vWJ/cqssPYdtqfGxTiFRt/f+JpyFkV7O1mo0yzMCzrBg==
+ integrity: sha512-O/rdY5m9DkclpVg8r3GynyqCunm7MxSR142xSsjrZA77bi7bcwA3SIy6SPEDqHi5R4KqgkGYgKSp4Q4e3irbYg==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/element-plus/-/element-plus-2.2.22.tgz'
- version: 2.2.22
+ tarball: 'https://registry.npmmirror.com/element-plus/-/element-plus-2.2.26.tgz'
+ version: 2.2.26
registry.npmmirror.com/emoji-regex/8.0.0:
dev: true
name: emoji-regex
@@ -5367,7 +5367,7 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/end-of-stream/-/end-of-stream-1.4.4.tgz'
version: 1.4.4
- registry.npmmirror.com/enhanced-resolve/5.10.0:
+ registry.npmmirror.com/enhanced-resolve/5.12.0:
dependencies:
graceful-fs: registry.npmmirror.com/graceful-fs/4.2.10
tapable: registry.npmmirror.com/tapable/2.2.1
@@ -5376,10 +5376,10 @@ packages:
node: '>=10.13.0'
name: enhanced-resolve
resolution:
- integrity: sha512-T0yTFjdpldGY8PmuXXR0PyQ1ufZpEGiHVrp7zHKB7jdR4qlmZHhONVM5AQOAWXuF/w3dnHbEQVrNptJgt7F+cQ==
+ integrity: sha512-QHTXI/sZQmko1cbDoNAa3mJ5qhWUUNAq3vR0/YiD379fWQrcfuoX1+HW2S0MTt7XmoPLapdaDKUtelUSPic7hQ==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/enhanced-resolve/-/enhanced-resolve-5.10.0.tgz'
- version: 5.10.0
+ tarball: 'https://registry.npmmirror.com/enhanced-resolve/-/enhanced-resolve-5.12.0.tgz'
+ version: 5.12.0
registry.npmmirror.com/entities/2.2.0:
dev: true
name: entities
@@ -5416,7 +5416,7 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/es-module-lexer/-/es-module-lexer-0.9.3.tgz'
version: 0.9.3
- registry.npmmirror.com/esbuild-android-64/0.15.15:
+ registry.npmmirror.com/esbuild-android-64/0.15.18:
cpu:
- x64
dev: true
@@ -5427,11 +5427,11 @@ packages:
os:
- android
resolution:
- integrity: sha512-F+WjjQxO+JQOva3tJWNdVjouFMLK6R6i5gjDvgUthLYJnIZJsp1HlF523k73hELY20WPyEO8xcz7aaYBVkeg5Q==
+ integrity: sha512-wnpt3OXRhcjfIDSZu9bnzT4/TNTDsOUvip0foZOUBG7QbSt//w3QV4FInVJxNhKc/ErhUxc5z4QjHtMi7/TbgA==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/esbuild-android-64/-/esbuild-android-64-0.15.15.tgz'
- version: 0.15.15
- registry.npmmirror.com/esbuild-android-arm64/0.15.15:
+ tarball: 'https://registry.npmmirror.com/esbuild-android-64/-/esbuild-android-64-0.15.18.tgz'
+ version: 0.15.18
+ registry.npmmirror.com/esbuild-android-arm64/0.15.18:
cpu:
- arm64
dev: true
@@ -5442,11 +5442,11 @@ packages:
os:
- android
resolution:
- integrity: sha512-attlyhD6Y22jNyQ0fIIQ7mnPvDWKw7k6FKnsXlBvQE6s3z6s6cuEHcSgoirquQc7TmZgVCK5fD/2uxmRN+ZpcQ==
+ integrity: sha512-G4xu89B8FCzav9XU8EjsXacCKSG2FT7wW9J6hOc18soEHJdtWu03L3TQDGf0geNxfLTtxENKBzMSq9LlbjS8OQ==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/esbuild-android-arm64/-/esbuild-android-arm64-0.15.15.tgz'
- version: 0.15.15
- registry.npmmirror.com/esbuild-darwin-64/0.15.15:
+ tarball: 'https://registry.npmmirror.com/esbuild-android-arm64/-/esbuild-android-arm64-0.15.18.tgz'
+ version: 0.15.18
+ registry.npmmirror.com/esbuild-darwin-64/0.15.18:
cpu:
- x64
dev: true
@@ -5457,11 +5457,11 @@ packages:
os:
- darwin
resolution:
- integrity: sha512-ohZtF8W1SHJ4JWldsPVdk8st0r9ExbAOSrBOh5L+Mq47i696GVwv1ab/KlmbUoikSTNoXEhDzVpxUR/WIO19FQ==
+ integrity: sha512-2WAvs95uPnVJPuYKP0Eqx+Dl/jaYseZEUUT1sjg97TJa4oBtbAKnPnl3b5M9l51/nbx7+QAEtuummJZW0sBEmg==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/esbuild-darwin-64/-/esbuild-darwin-64-0.15.15.tgz'
- version: 0.15.15
- registry.npmmirror.com/esbuild-darwin-arm64/0.15.15:
+ tarball: 'https://registry.npmmirror.com/esbuild-darwin-64/-/esbuild-darwin-64-0.15.18.tgz'
+ version: 0.15.18
+ registry.npmmirror.com/esbuild-darwin-arm64/0.15.18:
cpu:
- arm64
dev: true
@@ -5472,11 +5472,11 @@ packages:
os:
- darwin
resolution:
- integrity: sha512-P8jOZ5zshCNIuGn+9KehKs/cq5uIniC+BeCykvdVhx/rBXSxmtj3CUIKZz4sDCuESMbitK54drf/2QX9QHG5Ag==
+ integrity: sha512-tKPSxcTJ5OmNb1btVikATJ8NftlyNlc8BVNtyT/UAr62JFOhwHlnoPrhYWz09akBLHI9nElFVfWSTSRsrZiDUA==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/esbuild-darwin-arm64/-/esbuild-darwin-arm64-0.15.15.tgz'
- version: 0.15.15
- registry.npmmirror.com/esbuild-freebsd-64/0.15.15:
+ tarball: 'https://registry.npmmirror.com/esbuild-darwin-arm64/-/esbuild-darwin-arm64-0.15.18.tgz'
+ version: 0.15.18
+ registry.npmmirror.com/esbuild-freebsd-64/0.15.18:
cpu:
- x64
dev: true
@@ -5487,11 +5487,11 @@ packages:
os:
- freebsd
resolution:
- integrity: sha512-KkTg+AmDXz1IvA9S1gt8dE24C8Thx0X5oM0KGF322DuP+P3evwTL9YyusHAWNsh4qLsR80nvBr/EIYs29VSwuA==
+ integrity: sha512-TT3uBUxkteAjR1QbsmvSsjpKjOX6UkCstr8nMr+q7zi3NuZ1oIpa8U41Y8I8dJH2fJgdC3Dj3CXO5biLQpfdZA==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/esbuild-freebsd-64/-/esbuild-freebsd-64-0.15.15.tgz'
- version: 0.15.15
- registry.npmmirror.com/esbuild-freebsd-arm64/0.15.15:
+ tarball: 'https://registry.npmmirror.com/esbuild-freebsd-64/-/esbuild-freebsd-64-0.15.18.tgz'
+ version: 0.15.18
+ registry.npmmirror.com/esbuild-freebsd-arm64/0.15.18:
cpu:
- arm64
dev: true
@@ -5502,11 +5502,11 @@ packages:
os:
- freebsd
resolution:
- integrity: sha512-FUcML0DRsuyqCMfAC+HoeAqvWxMeq0qXvclZZ/lt2kLU6XBnDA5uKTLUd379WYEyVD4KKFctqWd9tTuk8C/96g==
+ integrity: sha512-R/oVr+X3Tkh+S0+tL41wRMbdWtpWB8hEAMsOXDumSSa6qJR89U0S/PpLXrGF7Wk/JykfpWNokERUpCeHDl47wA==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/esbuild-freebsd-arm64/-/esbuild-freebsd-arm64-0.15.15.tgz'
- version: 0.15.15
- registry.npmmirror.com/esbuild-linux-32/0.15.15:
+ tarball: 'https://registry.npmmirror.com/esbuild-freebsd-arm64/-/esbuild-freebsd-arm64-0.15.18.tgz'
+ version: 0.15.18
+ registry.npmmirror.com/esbuild-linux-32/0.15.18:
cpu:
- ia32
dev: true
@@ -5517,11 +5517,11 @@ packages:
os:
- linux
resolution:
- integrity: sha512-q28Qn5pZgHNqug02aTkzw5sW9OklSo96b5nm17Mq0pDXrdTBcQ+M6Q9A1B+dalFeynunwh/pvfrNucjzwDXj+Q==
+ integrity: sha512-lphF3HiCSYtaa9p1DtXndiQEeQDKPl9eN/XNoBf2amEghugNuqXNZA/ZovthNE2aa4EN43WroO0B85xVSjYkbg==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/esbuild-linux-32/-/esbuild-linux-32-0.15.15.tgz'
- version: 0.15.15
- registry.npmmirror.com/esbuild-linux-64/0.15.15:
+ tarball: 'https://registry.npmmirror.com/esbuild-linux-32/-/esbuild-linux-32-0.15.18.tgz'
+ version: 0.15.18
+ registry.npmmirror.com/esbuild-linux-64/0.15.18:
cpu:
- x64
dev: true
@@ -5532,11 +5532,11 @@ packages:
os:
- linux
resolution:
- integrity: sha512-217KPmWMirkf8liO+fj2qrPwbIbhNTGNVtvqI1TnOWJgcMjUWvd677Gq3fTzXEjilkx2yWypVnTswM2KbXgoAg==
+ integrity: sha512-hNSeP97IviD7oxLKFuii5sDPJ+QHeiFTFLoLm7NZQligur8poNOWGIgpQ7Qf8Balb69hptMZzyOBIPtY09GZYw==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/esbuild-linux-64/-/esbuild-linux-64-0.15.15.tgz'
- version: 0.15.15
- registry.npmmirror.com/esbuild-linux-arm/0.15.15:
+ tarball: 'https://registry.npmmirror.com/esbuild-linux-64/-/esbuild-linux-64-0.15.18.tgz'
+ version: 0.15.18
+ registry.npmmirror.com/esbuild-linux-arm/0.15.18:
cpu:
- arm
dev: true
@@ -5547,11 +5547,11 @@ packages:
os:
- linux
resolution:
- integrity: sha512-RYVW9o2yN8yM7SB1yaWr378CwrjvGCyGybX3SdzPHpikUHkME2AP55Ma20uNwkNyY2eSYFX9D55kDrfQmQBR4w==
+ integrity: sha512-UH779gstRblS4aoS2qpMl3wjg7U0j+ygu3GjIeTonCcN79ZvpPee12Qun3vcdxX+37O5LFxz39XeW2I9bybMVA==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/esbuild-linux-arm/-/esbuild-linux-arm-0.15.15.tgz'
- version: 0.15.15
- registry.npmmirror.com/esbuild-linux-arm64/0.15.15:
+ tarball: 'https://registry.npmmirror.com/esbuild-linux-arm/-/esbuild-linux-arm-0.15.18.tgz'
+ version: 0.15.18
+ registry.npmmirror.com/esbuild-linux-arm64/0.15.18:
cpu:
- arm64
dev: true
@@ -5562,11 +5562,11 @@ packages:
os:
- linux
resolution:
- integrity: sha512-/ltmNFs0FivZkYsTzAsXIfLQX38lFnwJTWCJts0IbCqWZQe+jjj0vYBNbI0kmXLb3y5NljiM5USVAO1NVkdh2g==
+ integrity: sha512-54qr8kg/6ilcxd+0V3h9rjT4qmjc0CccMVWrjOEM/pEcUzt8X62HfBSeZfT2ECpM7104mk4yfQXkosY8Quptug==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/esbuild-linux-arm64/-/esbuild-linux-arm64-0.15.15.tgz'
- version: 0.15.15
- registry.npmmirror.com/esbuild-linux-mips64le/0.15.15:
+ tarball: 'https://registry.npmmirror.com/esbuild-linux-arm64/-/esbuild-linux-arm64-0.15.18.tgz'
+ version: 0.15.18
+ registry.npmmirror.com/esbuild-linux-mips64le/0.15.18:
cpu:
- mips64el
dev: true
@@ -5577,11 +5577,11 @@ packages:
os:
- linux
resolution:
- integrity: sha512-PksEPb321/28GFFxtvL33yVPfnMZihxkEv5zME2zapXGp7fA1X2jYeiTUK+9tJ/EGgcNWuwvtawPxJG7Mmn86A==
+ integrity: sha512-Mk6Ppwzzz3YbMl/ZZL2P0q1tnYqh/trYZ1VfNP47C31yT0K8t9s7Z077QrDA/guU60tGNp2GOwCQnp+DYv7bxQ==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/esbuild-linux-mips64le/-/esbuild-linux-mips64le-0.15.15.tgz'
- version: 0.15.15
- registry.npmmirror.com/esbuild-linux-ppc64le/0.15.15:
+ tarball: 'https://registry.npmmirror.com/esbuild-linux-mips64le/-/esbuild-linux-mips64le-0.15.18.tgz'
+ version: 0.15.18
+ registry.npmmirror.com/esbuild-linux-ppc64le/0.15.18:
cpu:
- ppc64
dev: true
@@ -5592,11 +5592,11 @@ packages:
os:
- linux
resolution:
- integrity: sha512-ek8gJBEIhcpGI327eAZigBOHl58QqrJrYYIZBWQCnH3UnXoeWMrMZLeeZL8BI2XMBhP+sQ6ERctD5X+ajL/AIA==
+ integrity: sha512-b0XkN4pL9WUulPTa/VKHx2wLCgvIAbgwABGnKMY19WhKZPT+8BxhZdqz6EgkqCLld7X5qiCY2F/bfpUUlnFZ9w==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/esbuild-linux-ppc64le/-/esbuild-linux-ppc64le-0.15.15.tgz'
- version: 0.15.15
- registry.npmmirror.com/esbuild-linux-riscv64/0.15.15:
+ tarball: 'https://registry.npmmirror.com/esbuild-linux-ppc64le/-/esbuild-linux-ppc64le-0.15.18.tgz'
+ version: 0.15.18
+ registry.npmmirror.com/esbuild-linux-riscv64/0.15.18:
cpu:
- riscv64
dev: true
@@ -5607,11 +5607,11 @@ packages:
os:
- linux
resolution:
- integrity: sha512-H5ilTZb33/GnUBrZMNJtBk7/OXzDHDXjIzoLXHSutwwsLxSNaLxzAaMoDGDd/keZoS+GDBqNVxdCkpuiRW4OSw==
+ integrity: sha512-ba2COaoF5wL6VLZWn04k+ACZjZ6NYniMSQStodFKH/Pu6RxzQqzsmjR1t9QC89VYJxBeyVPTaHuBMCejl3O/xg==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/esbuild-linux-riscv64/-/esbuild-linux-riscv64-0.15.15.tgz'
- version: 0.15.15
- registry.npmmirror.com/esbuild-linux-s390x/0.15.15:
+ tarball: 'https://registry.npmmirror.com/esbuild-linux-riscv64/-/esbuild-linux-riscv64-0.15.18.tgz'
+ version: 0.15.18
+ registry.npmmirror.com/esbuild-linux-s390x/0.15.18:
cpu:
- s390x
dev: true
@@ -5622,11 +5622,11 @@ packages:
os:
- linux
resolution:
- integrity: sha512-jKaLUg78mua3rrtrkpv4Or2dNTJU7bgHN4bEjT4OX4GR7nLBSA9dfJezQouTxMmIW7opwEC5/iR9mpC18utnxQ==
+ integrity: sha512-VbpGuXEl5FCs1wDVp93O8UIzl3ZrglgnSQ+Hu79g7hZu6te6/YHgVJxCM2SqfIila0J3k0csfnf8VD2W7u2kzQ==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/esbuild-linux-s390x/-/esbuild-linux-s390x-0.15.15.tgz'
- version: 0.15.15
- registry.npmmirror.com/esbuild-netbsd-64/0.15.15:
+ tarball: 'https://registry.npmmirror.com/esbuild-linux-s390x/-/esbuild-linux-s390x-0.15.18.tgz'
+ version: 0.15.18
+ registry.npmmirror.com/esbuild-netbsd-64/0.15.18:
cpu:
- x64
dev: true
@@ -5637,11 +5637,11 @@ packages:
os:
- netbsd
resolution:
- integrity: sha512-aOvmF/UkjFuW6F36HbIlImJTTx45KUCHJndtKo+KdP8Dhq3mgLRKW9+6Ircpm8bX/RcS3zZMMmaBLkvGY06Gvw==
+ integrity: sha512-98ukeCdvdX7wr1vUYQzKo4kQ0N2p27H7I11maINv73fVEXt2kyh4K4m9f35U1K43Xc2QGXlzAw0K9yoU7JUjOg==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/esbuild-netbsd-64/-/esbuild-netbsd-64-0.15.15.tgz'
- version: 0.15.15
- registry.npmmirror.com/esbuild-openbsd-64/0.15.15:
+ tarball: 'https://registry.npmmirror.com/esbuild-netbsd-64/-/esbuild-netbsd-64-0.15.18.tgz'
+ version: 0.15.18
+ registry.npmmirror.com/esbuild-openbsd-64/0.15.18:
cpu:
- x64
dev: true
@@ -5652,11 +5652,11 @@ packages:
os:
- openbsd
resolution:
- integrity: sha512-HFFX+WYedx1w2yJ1VyR1Dfo8zyYGQZf1cA69bLdrHzu9svj6KH6ZLK0k3A1/LFPhcEY9idSOhsB2UyU0tHPxgQ==
+ integrity: sha512-yK5NCcH31Uae076AyQAXeJzt/vxIo9+omZRKj1pauhk3ITuADzuOx5N2fdHrAKPxN+zH3w96uFKlY7yIn490xQ==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/esbuild-openbsd-64/-/esbuild-openbsd-64-0.15.15.tgz'
- version: 0.15.15
- registry.npmmirror.com/esbuild-sunos-64/0.15.15:
+ tarball: 'https://registry.npmmirror.com/esbuild-openbsd-64/-/esbuild-openbsd-64-0.15.18.tgz'
+ version: 0.15.18
+ registry.npmmirror.com/esbuild-sunos-64/0.15.18:
cpu:
- x64
dev: true
@@ -5667,11 +5667,11 @@ packages:
os:
- sunos
resolution:
- integrity: sha512-jOPBudffG4HN8yJXcK9rib/ZTFoTA5pvIKbRrt3IKAGMq1EpBi4xoVoSRrq/0d4OgZLaQbmkHp8RO9eZIn5atA==
+ integrity: sha512-On22LLFlBeLNj/YF3FT+cXcyKPEI263nflYlAhz5crxtp3yRG1Ugfr7ITyxmCmjm4vbN/dGrb/B7w7U8yJR9yw==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/esbuild-sunos-64/-/esbuild-sunos-64-0.15.15.tgz'
- version: 0.15.15
- registry.npmmirror.com/esbuild-windows-32/0.15.15:
+ tarball: 'https://registry.npmmirror.com/esbuild-sunos-64/-/esbuild-sunos-64-0.15.18.tgz'
+ version: 0.15.18
+ registry.npmmirror.com/esbuild-windows-32/0.15.18:
cpu:
- ia32
dev: true
@@ -5682,11 +5682,11 @@ packages:
os:
- win32
resolution:
- integrity: sha512-MDkJ3QkjnCetKF0fKxCyYNBnOq6dmidcwstBVeMtXSgGYTy8XSwBeIE4+HuKiSsG6I/mXEb++px3IGSmTN0XiA==
+ integrity: sha512-o+eyLu2MjVny/nt+E0uPnBxYuJHBvho8vWsC2lV61A7wwTWC3jkN2w36jtA+yv1UgYkHRihPuQsL23hsCYGcOQ==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/esbuild-windows-32/-/esbuild-windows-32-0.15.15.tgz'
- version: 0.15.15
- registry.npmmirror.com/esbuild-windows-64/0.15.15:
+ tarball: 'https://registry.npmmirror.com/esbuild-windows-32/-/esbuild-windows-32-0.15.18.tgz'
+ version: 0.15.18
+ registry.npmmirror.com/esbuild-windows-64/0.15.18:
cpu:
- x64
dev: true
@@ -5697,11 +5697,11 @@ packages:
os:
- win32
resolution:
- integrity: sha512-xaAUIB2qllE888SsMU3j9nrqyLbkqqkpQyWVkfwSil6BBPgcPk3zOFitTTncEKCLTQy3XV9RuH7PDj3aJDljWA==
+ integrity: sha512-qinug1iTTaIIrCorAUjR0fcBk24fjzEedFYhhispP8Oc7SFvs+XeW3YpAKiKp8dRpizl4YYAhxMjlftAMJiaUw==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/esbuild-windows-64/-/esbuild-windows-64-0.15.15.tgz'
- version: 0.15.15
- registry.npmmirror.com/esbuild-windows-arm64/0.15.15:
+ tarball: 'https://registry.npmmirror.com/esbuild-windows-64/-/esbuild-windows-64-0.15.18.tgz'
+ version: 0.15.18
+ registry.npmmirror.com/esbuild-windows-arm64/0.15.18:
cpu:
- arm64
dev: true
@@ -5712,10 +5712,10 @@ packages:
os:
- win32
resolution:
- integrity: sha512-ttuoCYCIJAFx4UUKKWYnFdrVpoXa3+3WWkXVI6s09U+YjhnyM5h96ewTq/WgQj9LFSIlABQvadHSOQyAVjW5xQ==
+ integrity: sha512-q9bsYzegpZcLziq0zgUi5KqGVtfhjxGbnksaBFYmWLxeV/S1fK4OLdq2DFYnXcLMjlZw2L0jLsk1eGoB522WXQ==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/esbuild-windows-arm64/-/esbuild-windows-arm64-0.15.15.tgz'
- version: 0.15.15
+ tarball: 'https://registry.npmmirror.com/esbuild-windows-arm64/-/esbuild-windows-arm64-0.15.18.tgz'
+ version: 0.15.18
registry.npmmirror.com/esbuild/0.11.3:
dev: true
hasBin: true
@@ -5726,41 +5726,41 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/esbuild/-/esbuild-0.11.3.tgz'
version: 0.11.3
- registry.npmmirror.com/esbuild/0.15.15:
+ registry.npmmirror.com/esbuild/0.15.18:
dev: true
engines:
node: '>=12'
hasBin: true
name: esbuild
optionalDependencies:
- '@esbuild/android-arm': registry.npmmirror.com/@esbuild/android-arm/0.15.15
- '@esbuild/linux-loong64': registry.npmmirror.com/@esbuild/linux-loong64/0.15.15
- esbuild-android-64: registry.npmmirror.com/esbuild-android-64/0.15.15
- esbuild-android-arm64: registry.npmmirror.com/esbuild-android-arm64/0.15.15
- esbuild-darwin-64: registry.npmmirror.com/esbuild-darwin-64/0.15.15
- esbuild-darwin-arm64: registry.npmmirror.com/esbuild-darwin-arm64/0.15.15
- esbuild-freebsd-64: registry.npmmirror.com/esbuild-freebsd-64/0.15.15
- esbuild-freebsd-arm64: registry.npmmirror.com/esbuild-freebsd-arm64/0.15.15
- esbuild-linux-32: registry.npmmirror.com/esbuild-linux-32/0.15.15
- esbuild-linux-64: registry.npmmirror.com/esbuild-linux-64/0.15.15
- esbuild-linux-arm: registry.npmmirror.com/esbuild-linux-arm/0.15.15
- esbuild-linux-arm64: registry.npmmirror.com/esbuild-linux-arm64/0.15.15
- esbuild-linux-mips64le: registry.npmmirror.com/esbuild-linux-mips64le/0.15.15
- esbuild-linux-ppc64le: registry.npmmirror.com/esbuild-linux-ppc64le/0.15.15
- esbuild-linux-riscv64: registry.npmmirror.com/esbuild-linux-riscv64/0.15.15
- esbuild-linux-s390x: registry.npmmirror.com/esbuild-linux-s390x/0.15.15
- esbuild-netbsd-64: registry.npmmirror.com/esbuild-netbsd-64/0.15.15
- esbuild-openbsd-64: registry.npmmirror.com/esbuild-openbsd-64/0.15.15
- esbuild-sunos-64: registry.npmmirror.com/esbuild-sunos-64/0.15.15
- esbuild-windows-32: registry.npmmirror.com/esbuild-windows-32/0.15.15
- esbuild-windows-64: registry.npmmirror.com/esbuild-windows-64/0.15.15
- esbuild-windows-arm64: registry.npmmirror.com/esbuild-windows-arm64/0.15.15
+ '@esbuild/android-arm': registry.npmmirror.com/@esbuild/android-arm/0.15.18
+ '@esbuild/linux-loong64': registry.npmmirror.com/@esbuild/linux-loong64/0.15.18
+ esbuild-android-64: registry.npmmirror.com/esbuild-android-64/0.15.18
+ esbuild-android-arm64: registry.npmmirror.com/esbuild-android-arm64/0.15.18
+ esbuild-darwin-64: registry.npmmirror.com/esbuild-darwin-64/0.15.18
+ esbuild-darwin-arm64: registry.npmmirror.com/esbuild-darwin-arm64/0.15.18
+ esbuild-freebsd-64: registry.npmmirror.com/esbuild-freebsd-64/0.15.18
+ esbuild-freebsd-arm64: registry.npmmirror.com/esbuild-freebsd-arm64/0.15.18
+ esbuild-linux-32: registry.npmmirror.com/esbuild-linux-32/0.15.18
+ esbuild-linux-64: registry.npmmirror.com/esbuild-linux-64/0.15.18
+ esbuild-linux-arm: registry.npmmirror.com/esbuild-linux-arm/0.15.18
+ esbuild-linux-arm64: registry.npmmirror.com/esbuild-linux-arm64/0.15.18
+ esbuild-linux-mips64le: registry.npmmirror.com/esbuild-linux-mips64le/0.15.18
+ esbuild-linux-ppc64le: registry.npmmirror.com/esbuild-linux-ppc64le/0.15.18
+ esbuild-linux-riscv64: registry.npmmirror.com/esbuild-linux-riscv64/0.15.18
+ esbuild-linux-s390x: registry.npmmirror.com/esbuild-linux-s390x/0.15.18
+ esbuild-netbsd-64: registry.npmmirror.com/esbuild-netbsd-64/0.15.18
+ esbuild-openbsd-64: registry.npmmirror.com/esbuild-openbsd-64/0.15.18
+ esbuild-sunos-64: registry.npmmirror.com/esbuild-sunos-64/0.15.18
+ esbuild-windows-32: registry.npmmirror.com/esbuild-windows-32/0.15.18
+ esbuild-windows-64: registry.npmmirror.com/esbuild-windows-64/0.15.18
+ esbuild-windows-arm64: registry.npmmirror.com/esbuild-windows-arm64/0.15.18
requiresBuild: true
resolution:
- integrity: sha512-TEw/lwK4Zzld9x3FedV6jy8onOUHqcEX3ADFk4k+gzPUwrxn8nWV62tH0udo8jOtjFodlEfc4ypsqX3e+WWO6w==
+ integrity: sha512-x/R72SmW3sSFRm5zrrIjAhCeQSAWoni3CmHEqfQrZIQTM3lVCdehdwuIqaOtfC2slvpdlLa62GYoN8SxT23m6Q==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/esbuild/-/esbuild-0.15.15.tgz'
- version: 0.15.15
+ tarball: 'https://registry.npmmirror.com/esbuild/-/esbuild-0.15.18.tgz'
+ version: 0.15.18
registry.npmmirror.com/escalade/3.1.1:
dev: true
engines:
@@ -5798,28 +5798,28 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz'
version: 4.0.0
- registry.npmmirror.com/eslint-plugin-vue/9.7.0_eslint@8.28.0:
+ registry.npmmirror.com/eslint-plugin-vue/9.8.0_eslint@8.29.0:
dependencies:
- eslint: registry.npmmirror.com/eslint/8.28.0_eslint@8.28.0
- eslint-utils: registry.npmmirror.com/eslint-utils/3.0.0_eslint@8.28.0
+ eslint: registry.npmmirror.com/eslint/8.29.0_eslint@8.29.0
+ eslint-utils: registry.npmmirror.com/eslint-utils/3.0.0_eslint@8.29.0
natural-compare: registry.npmmirror.com/natural-compare/1.4.0
nth-check: registry.npmmirror.com/nth-check/2.1.1
postcss-selector-parser: registry.npmmirror.com/postcss-selector-parser/6.0.11
semver: registry.npmmirror.com/semver/7.3.8
- vue-eslint-parser: registry.npmmirror.com/vue-eslint-parser/9.1.0_eslint@8.28.0
+ vue-eslint-parser: registry.npmmirror.com/vue-eslint-parser/9.1.0_eslint@8.29.0
xml-name-validator: registry.npmmirror.com/xml-name-validator/4.0.0
dev: true
engines:
node: ^14.17.0 || >=16.0.0
- id: registry.npmmirror.com/eslint-plugin-vue/9.7.0
+ id: registry.npmmirror.com/eslint-plugin-vue/9.8.0
name: eslint-plugin-vue
peerDependencies:
eslint: ^6.2.0 || ^7.0.0 || ^8.0.0
resolution:
- integrity: sha512-DrOO3WZCZEwcLsnd3ohFwqCoipGRSTKTBTnLwdhqAbYZtzWl0o7D+D8ZhlmiZvABKTEl8AFsqH1GHGdybyoQmw==
+ integrity: sha512-E/AXwcTzunyzM83C2QqDHxepMzvI2y6x+mmeYHbVDQlKFqmKYvRrhaVixEeeG27uI44p9oKDFiyCRw4XxgtfHA==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/eslint-plugin-vue/-/eslint-plugin-vue-9.7.0.tgz'
- version: 9.7.0
+ tarball: 'https://registry.npmmirror.com/eslint-plugin-vue/-/eslint-plugin-vue-9.8.0.tgz'
+ version: 9.8.0
registry.npmmirror.com/eslint-scope/5.1.1:
dependencies:
esrecurse: registry.npmmirror.com/esrecurse/4.3.0
@@ -5846,9 +5846,9 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/eslint-scope/-/eslint-scope-7.1.1.tgz'
version: 7.1.1
- registry.npmmirror.com/eslint-utils/3.0.0_eslint@8.28.0:
+ registry.npmmirror.com/eslint-utils/3.0.0_eslint@8.29.0:
dependencies:
- eslint: registry.npmmirror.com/eslint/8.28.0_eslint@8.28.0
+ eslint: registry.npmmirror.com/eslint/8.29.0_eslint@8.29.0
eslint-visitor-keys: registry.npmmirror.com/eslint-visitor-keys/2.1.0
dev: true
engines:
@@ -5882,10 +5882,10 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz'
version: 3.3.0
- registry.npmmirror.com/eslint-webpack-plugin/3.2.0_eslint@8.28.0+webpack@5.75.0:
+ registry.npmmirror.com/eslint-webpack-plugin/3.2.0_eslint@8.29.0+webpack@5.75.0:
dependencies:
'@types/eslint': registry.npmmirror.com/@types/eslint/8.4.10
- eslint: registry.npmmirror.com/eslint/8.28.0_eslint@8.28.0
+ eslint: registry.npmmirror.com/eslint/8.29.0_eslint@8.29.0
jest-worker: registry.npmmirror.com/jest-worker/28.1.3
micromatch: registry.npmmirror.com/micromatch/4.0.5
normalize-path: registry.npmmirror.com/normalize-path/3.0.0
@@ -5904,7 +5904,7 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/eslint-webpack-plugin/-/eslint-webpack-plugin-3.2.0.tgz'
version: 3.2.0
- registry.npmmirror.com/eslint/8.28.0_eslint@8.28.0:
+ registry.npmmirror.com/eslint/8.29.0_eslint@8.29.0:
dependencies:
'@eslint/eslintrc': registry.npmmirror.com/@eslint/eslintrc/1.3.3
'@humanwhocodes/config-array': registry.npmmirror.com/@humanwhocodes/config-array/0.11.7
@@ -5917,7 +5917,7 @@ packages:
doctrine: registry.npmmirror.com/doctrine/3.0.0
escape-string-regexp: registry.npmmirror.com/escape-string-regexp/4.0.0
eslint-scope: registry.npmmirror.com/eslint-scope/7.1.1
- eslint-utils: registry.npmmirror.com/eslint-utils/3.0.0_eslint@8.28.0
+ eslint-utils: registry.npmmirror.com/eslint-utils/3.0.0_eslint@8.29.0
eslint-visitor-keys: registry.npmmirror.com/eslint-visitor-keys/3.3.0
espree: registry.npmmirror.com/espree/9.4.1
esquery: registry.npmmirror.com/esquery/1.4.0
@@ -5926,9 +5926,9 @@ packages:
file-entry-cache: registry.npmmirror.com/file-entry-cache/6.0.1
find-up: registry.npmmirror.com/find-up/5.0.0
glob-parent: registry.npmmirror.com/glob-parent/6.0.2
- globals: registry.npmmirror.com/globals/13.18.0
+ globals: registry.npmmirror.com/globals/13.19.0
grapheme-splitter: registry.npmmirror.com/grapheme-splitter/1.0.4
- ignore: registry.npmmirror.com/ignore/5.2.0
+ ignore: registry.npmmirror.com/ignore/5.2.1
import-fresh: registry.npmmirror.com/import-fresh/3.3.0
imurmurhash: registry.npmmirror.com/imurmurhash/0.1.4
is-glob: registry.npmmirror.com/is-glob/4.0.3
@@ -5949,15 +5949,15 @@ packages:
engines:
node: ^12.22.0 || ^14.17.0 || >=16.0.0
hasBin: true
- id: registry.npmmirror.com/eslint/8.28.0
+ id: registry.npmmirror.com/eslint/8.29.0
name: eslint
peerDependencies:
eslint: '*'
resolution:
- integrity: sha512-S27Di+EVyMxcHiwDrFzk8dJYAaD+/5SoWKxL1ri/71CRHsnJnRDPNt2Kzj24+MT9FDupf4aqqyqPrvI8MvQ4VQ==
+ integrity: sha512-isQ4EEiyUjZFbEKvEGJKKGBwXtvXX+zJbkVKCgTuB9t/+jUBcy8avhkEwWJecI15BkRkOYmvIM5ynbhRjEkoeg==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/eslint/-/eslint-8.28.0.tgz'
- version: 8.28.0
+ tarball: 'https://registry.npmmirror.com/eslint/-/eslint-8.29.0.tgz'
+ version: 8.29.0
registry.npmmirror.com/espree/9.4.1:
dependencies:
acorn: registry.npmmirror.com/acorn/8.8.1
@@ -6217,16 +6217,16 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz'
version: 2.0.6
- registry.npmmirror.com/fastq/1.13.0:
+ registry.npmmirror.com/fastq/1.14.0:
dependencies:
reusify: registry.npmmirror.com/reusify/1.0.4
dev: true
name: fastq
resolution:
- integrity: sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==
+ integrity: sha512-eR2D+V9/ExcbF9ls441yIuN6TI2ED1Y2ZcA5BmMtJsOkWOFRJQ0Jt0g1UwqXJJVAb+V+umH5Dfr8oh4EVP7VVg==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/fastq/-/fastq-1.13.0.tgz'
- version: 1.13.0
+ tarball: 'https://registry.npmmirror.com/fastq/-/fastq-1.14.0.tgz'
+ version: 1.14.0
registry.npmmirror.com/faye-websocket/0.11.4:
dependencies:
websocket-driver: registry.npmmirror.com/websocket-driver/0.7.4
@@ -6613,7 +6613,7 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/globals/-/globals-11.12.0.tgz'
version: 11.12.0
- registry.npmmirror.com/globals/13.18.0:
+ registry.npmmirror.com/globals/13.19.0:
dependencies:
type-fest: registry.npmmirror.com/type-fest/0.20.2
dev: true
@@ -6621,16 +6621,16 @@ packages:
node: '>=8'
name: globals
resolution:
- integrity: sha512-/mR4KI8Ps2spmoc0Ulu9L7agOF0du1CZNQ3dke8yItYlyKNmGrkONemBbd6V8UTc1Wgcqn21t3WYB7dbRmh6/A==
+ integrity: sha512-dkQ957uSRWHw7CFXLUtUHQI3g3aWApYhfNR2O6jn/907riyTYKVBmxYVROkBcY614FSSeSJh7Xm7SrUWCxvJMQ==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/globals/-/globals-13.18.0.tgz'
- version: 13.18.0
+ tarball: 'https://registry.npmmirror.com/globals/-/globals-13.19.0.tgz'
+ version: 13.19.0
registry.npmmirror.com/globby/11.1.0:
dependencies:
array-union: registry.npmmirror.com/array-union/2.1.0
dir-glob: registry.npmmirror.com/dir-glob/3.0.1
fast-glob: registry.npmmirror.com/fast-glob/3.2.12
- ignore: registry.npmmirror.com/ignore/5.2.0
+ ignore: registry.npmmirror.com/ignore/5.2.1
merge2: registry.npmmirror.com/merge2/1.4.1
slash: registry.npmmirror.com/slash/3.0.0
dev: true
@@ -6811,7 +6811,7 @@ packages:
he: registry.npmmirror.com/he/1.2.0
param-case: registry.npmmirror.com/param-case/3.0.4
relateurl: registry.npmmirror.com/relateurl/0.2.7
- terser: registry.npmmirror.com/terser/5.15.1
+ terser: registry.npmmirror.com/terser/5.16.1
dev: true
engines:
node: '>=12'
@@ -6981,9 +6981,9 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.4.24.tgz'
version: 0.4.24
- registry.npmmirror.com/icss-utils/5.1.0_postcss@8.4.19:
+ registry.npmmirror.com/icss-utils/5.1.0_postcss@8.4.20:
dependencies:
- postcss: registry.npmmirror.com/postcss/8.4.19
+ postcss: registry.npmmirror.com/postcss/8.4.20
dev: true
engines:
node: ^10 || ^12 || >= 14
@@ -7004,16 +7004,16 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/ieee754/-/ieee754-1.2.1.tgz'
version: 1.2.1
- registry.npmmirror.com/ignore/5.2.0:
+ registry.npmmirror.com/ignore/5.2.1:
dev: true
engines:
node: '>= 4'
name: ignore
resolution:
- integrity: sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
+ integrity: sha512-d2qQLzTJ9WxQftPAuEQpSPmKqzxePjzVbpAVv62AQ64NTL+wR4JkrVqR/LqFsFEUsHDAiId52mJteHDFuDkElA==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/ignore/-/ignore-5.2.0.tgz'
- version: 5.2.0
+ tarball: 'https://registry.npmmirror.com/ignore/-/ignore-5.2.1.tgz'
+ version: 5.2.1
registry.npmmirror.com/immutable/4.1.0:
dev: true
name: immutable
@@ -7346,7 +7346,7 @@ packages:
version: 2.1.0
registry.npmmirror.com/jest-worker/27.5.1:
dependencies:
- '@types/node': registry.npmmirror.com/@types/node/18.11.9
+ '@types/node': registry.npmmirror.com/@types/node/18.11.14
merge-stream: registry.npmmirror.com/merge-stream/2.0.0
supports-color: registry.npmmirror.com/supports-color/8.1.1
dev: true
@@ -7360,7 +7360,7 @@ packages:
version: 27.5.1
registry.npmmirror.com/jest-worker/28.1.3:
dependencies:
- '@types/node': registry.npmmirror.com/@types/node/18.11.9
+ '@types/node': registry.npmmirror.com/@types/node/18.11.14
merge-stream: registry.npmmirror.com/merge-stream/2.0.0
supports-color: registry.npmmirror.com/supports-color/8.1.1
dev: true
@@ -7980,22 +7980,22 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/mimic-fn/-/mimic-fn-2.1.0.tgz'
version: 2.1.0
- registry.npmmirror.com/mini-css-extract-plugin/2.7.0_webpack@5.75.0:
+ registry.npmmirror.com/mini-css-extract-plugin/2.7.2_webpack@5.75.0:
dependencies:
schema-utils: registry.npmmirror.com/schema-utils/4.0.0
webpack: registry.npmmirror.com/webpack/5.75.0_webpack@5.75.0
dev: true
engines:
node: '>= 12.13.0'
- id: registry.npmmirror.com/mini-css-extract-plugin/2.7.0
+ id: registry.npmmirror.com/mini-css-extract-plugin/2.7.2
name: mini-css-extract-plugin
peerDependencies:
webpack: ^5.0.0
resolution:
- integrity: sha512-auqtVo8KhTScMsba7MbijqZTfibbXiBNlPAQbsVt7enQfcDYLdgG57eGxMqwVU3mfeWANY4F1wUg+rMF+ycZgw==
+ integrity: sha512-EdlUizq13o0Pd+uCp+WO/JpkLvHRVGt97RqfeGhXqAcorYo1ypJSpkV+WDT0vY/kmh/p7wRdJNJtuyK540PXDw==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.7.0.tgz'
- version: 2.7.0
+ tarball: 'https://registry.npmmirror.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.7.2.tgz'
+ version: 2.7.2
registry.npmmirror.com/minimalistic-assert/1.0.1:
dev: true
name: minimalistic-assert
@@ -8022,7 +8022,7 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/minimist/-/minimist-1.2.7.tgz'
version: 1.2.7
- registry.npmmirror.com/minipass/3.3.4:
+ registry.npmmirror.com/minipass/3.3.6:
dependencies:
yallist: registry.npmmirror.com/yallist/4.0.0
dev: true
@@ -8030,10 +8030,10 @@ packages:
node: '>=8'
name: minipass
resolution:
- integrity: sha512-I9WPbWHCGu8W+6k1ZiGpPu0GkoKBeorkfKNuAFBNS1HNFJvke82sxvI5bzcCNpWPorkOO5QQ+zomzzwRxejXiw==
+ integrity: sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/minipass/-/minipass-3.3.4.tgz'
- version: 3.3.4
+ tarball: 'https://registry.npmmirror.com/minipass/-/minipass-3.3.6.tgz'
+ version: 3.3.6
registry.npmmirror.com/mkdirp/0.5.6:
dependencies:
minimist: registry.npmmirror.com/minimist/1.2.7
@@ -8796,9 +8796,9 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/portfinder/-/portfinder-1.0.32.tgz'
version: 1.0.32
- registry.npmmirror.com/postcss-calc/8.2.4_postcss@8.4.19:
+ registry.npmmirror.com/postcss-calc/8.2.4_postcss@8.4.20:
dependencies:
- postcss: registry.npmmirror.com/postcss/8.4.19
+ postcss: registry.npmmirror.com/postcss/8.4.20
postcss-selector-parser: registry.npmmirror.com/postcss-selector-parser/6.0.11
postcss-value-parser: registry.npmmirror.com/postcss-value-parser/4.2.0
dev: true
@@ -8811,12 +8811,12 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/postcss-calc/-/postcss-calc-8.2.4.tgz'
version: 8.2.4
- registry.npmmirror.com/postcss-colormin/5.3.0_postcss@8.4.19:
+ registry.npmmirror.com/postcss-colormin/5.3.0_postcss@8.4.20:
dependencies:
browserslist: registry.npmmirror.com/browserslist/4.21.4_browserslist@4.21.4
caniuse-api: registry.npmmirror.com/caniuse-api/3.0.0
colord: registry.npmmirror.com/colord/2.9.3
- postcss: registry.npmmirror.com/postcss/8.4.19
+ postcss: registry.npmmirror.com/postcss/8.4.20
postcss-value-parser: registry.npmmirror.com/postcss-value-parser/4.2.0
dev: true
engines:
@@ -8830,10 +8830,10 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/postcss-colormin/-/postcss-colormin-5.3.0.tgz'
version: 5.3.0
- registry.npmmirror.com/postcss-convert-values/5.1.3_postcss@8.4.19:
+ registry.npmmirror.com/postcss-convert-values/5.1.3_postcss@8.4.20:
dependencies:
browserslist: registry.npmmirror.com/browserslist/4.21.4_browserslist@4.21.4
- postcss: registry.npmmirror.com/postcss/8.4.19
+ postcss: registry.npmmirror.com/postcss/8.4.20
postcss-value-parser: registry.npmmirror.com/postcss-value-parser/4.2.0
dev: true
engines:
@@ -8847,9 +8847,9 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/postcss-convert-values/-/postcss-convert-values-5.1.3.tgz'
version: 5.1.3
- registry.npmmirror.com/postcss-discard-comments/5.1.2_postcss@8.4.19:
+ registry.npmmirror.com/postcss-discard-comments/5.1.2_postcss@8.4.20:
dependencies:
- postcss: registry.npmmirror.com/postcss/8.4.19
+ postcss: registry.npmmirror.com/postcss/8.4.20
dev: true
engines:
node: ^10 || ^12 || >=14.0
@@ -8862,9 +8862,9 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/postcss-discard-comments/-/postcss-discard-comments-5.1.2.tgz'
version: 5.1.2
- registry.npmmirror.com/postcss-discard-duplicates/5.1.0_postcss@8.4.19:
+ registry.npmmirror.com/postcss-discard-duplicates/5.1.0_postcss@8.4.20:
dependencies:
- postcss: registry.npmmirror.com/postcss/8.4.19
+ postcss: registry.npmmirror.com/postcss/8.4.20
dev: true
engines:
node: ^10 || ^12 || >=14.0
@@ -8877,9 +8877,9 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/postcss-discard-duplicates/-/postcss-discard-duplicates-5.1.0.tgz'
version: 5.1.0
- registry.npmmirror.com/postcss-discard-empty/5.1.1_postcss@8.4.19:
+ registry.npmmirror.com/postcss-discard-empty/5.1.1_postcss@8.4.20:
dependencies:
- postcss: registry.npmmirror.com/postcss/8.4.19
+ postcss: registry.npmmirror.com/postcss/8.4.20
dev: true
engines:
node: ^10 || ^12 || >=14.0
@@ -8892,9 +8892,9 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/postcss-discard-empty/-/postcss-discard-empty-5.1.1.tgz'
version: 5.1.1
- registry.npmmirror.com/postcss-discard-overridden/5.1.0_postcss@8.4.19:
+ registry.npmmirror.com/postcss-discard-overridden/5.1.0_postcss@8.4.20:
dependencies:
- postcss: registry.npmmirror.com/postcss/8.4.19
+ postcss: registry.npmmirror.com/postcss/8.4.20
dev: true
engines:
node: ^10 || ^12 || >=14.0
@@ -8907,11 +8907,11 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/postcss-discard-overridden/-/postcss-discard-overridden-5.1.0.tgz'
version: 5.1.0
- registry.npmmirror.com/postcss-loader/6.2.1_postcss@8.4.19+webpack@5.75.0:
+ registry.npmmirror.com/postcss-loader/6.2.1_postcss@8.4.20+webpack@5.75.0:
dependencies:
cosmiconfig: registry.npmmirror.com/cosmiconfig/7.1.0
klona: registry.npmmirror.com/klona/2.0.5
- postcss: registry.npmmirror.com/postcss/8.4.19
+ postcss: registry.npmmirror.com/postcss/8.4.20
semver: registry.npmmirror.com/semver/7.3.8
webpack: registry.npmmirror.com/webpack/5.75.0_webpack@5.75.0
dev: true
@@ -8927,11 +8927,11 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/postcss-loader/-/postcss-loader-6.2.1.tgz'
version: 6.2.1
- registry.npmmirror.com/postcss-merge-longhand/5.1.7_postcss@8.4.19:
+ registry.npmmirror.com/postcss-merge-longhand/5.1.7_postcss@8.4.20:
dependencies:
- postcss: registry.npmmirror.com/postcss/8.4.19
+ postcss: registry.npmmirror.com/postcss/8.4.20
postcss-value-parser: registry.npmmirror.com/postcss-value-parser/4.2.0
- stylehacks: registry.npmmirror.com/stylehacks/5.1.1_postcss@8.4.19
+ stylehacks: registry.npmmirror.com/stylehacks/5.1.1_postcss@8.4.20
dev: true
engines:
node: ^10 || ^12 || >=14.0
@@ -8944,12 +8944,12 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/postcss-merge-longhand/-/postcss-merge-longhand-5.1.7.tgz'
version: 5.1.7
- registry.npmmirror.com/postcss-merge-rules/5.1.3_postcss@8.4.19:
+ registry.npmmirror.com/postcss-merge-rules/5.1.3_postcss@8.4.20:
dependencies:
browserslist: registry.npmmirror.com/browserslist/4.21.4_browserslist@4.21.4
caniuse-api: registry.npmmirror.com/caniuse-api/3.0.0
- cssnano-utils: registry.npmmirror.com/cssnano-utils/3.1.0_postcss@8.4.19
- postcss: registry.npmmirror.com/postcss/8.4.19
+ cssnano-utils: registry.npmmirror.com/cssnano-utils/3.1.0_postcss@8.4.20
+ postcss: registry.npmmirror.com/postcss/8.4.20
postcss-selector-parser: registry.npmmirror.com/postcss-selector-parser/6.0.11
dev: true
engines:
@@ -8963,9 +8963,9 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/postcss-merge-rules/-/postcss-merge-rules-5.1.3.tgz'
version: 5.1.3
- registry.npmmirror.com/postcss-minify-font-values/5.1.0_postcss@8.4.19:
+ registry.npmmirror.com/postcss-minify-font-values/5.1.0_postcss@8.4.20:
dependencies:
- postcss: registry.npmmirror.com/postcss/8.4.19
+ postcss: registry.npmmirror.com/postcss/8.4.20
postcss-value-parser: registry.npmmirror.com/postcss-value-parser/4.2.0
dev: true
engines:
@@ -8979,11 +8979,11 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/postcss-minify-font-values/-/postcss-minify-font-values-5.1.0.tgz'
version: 5.1.0
- registry.npmmirror.com/postcss-minify-gradients/5.1.1_postcss@8.4.19:
+ registry.npmmirror.com/postcss-minify-gradients/5.1.1_postcss@8.4.20:
dependencies:
colord: registry.npmmirror.com/colord/2.9.3
- cssnano-utils: registry.npmmirror.com/cssnano-utils/3.1.0_postcss@8.4.19
- postcss: registry.npmmirror.com/postcss/8.4.19
+ cssnano-utils: registry.npmmirror.com/cssnano-utils/3.1.0_postcss@8.4.20
+ postcss: registry.npmmirror.com/postcss/8.4.20
postcss-value-parser: registry.npmmirror.com/postcss-value-parser/4.2.0
dev: true
engines:
@@ -8997,11 +8997,11 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/postcss-minify-gradients/-/postcss-minify-gradients-5.1.1.tgz'
version: 5.1.1
- registry.npmmirror.com/postcss-minify-params/5.1.4_postcss@8.4.19:
+ registry.npmmirror.com/postcss-minify-params/5.1.4_postcss@8.4.20:
dependencies:
browserslist: registry.npmmirror.com/browserslist/4.21.4_browserslist@4.21.4
- cssnano-utils: registry.npmmirror.com/cssnano-utils/3.1.0_postcss@8.4.19
- postcss: registry.npmmirror.com/postcss/8.4.19
+ cssnano-utils: registry.npmmirror.com/cssnano-utils/3.1.0_postcss@8.4.20
+ postcss: registry.npmmirror.com/postcss/8.4.20
postcss-value-parser: registry.npmmirror.com/postcss-value-parser/4.2.0
dev: true
engines:
@@ -9015,9 +9015,9 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/postcss-minify-params/-/postcss-minify-params-5.1.4.tgz'
version: 5.1.4
- registry.npmmirror.com/postcss-minify-selectors/5.2.1_postcss@8.4.19:
+ registry.npmmirror.com/postcss-minify-selectors/5.2.1_postcss@8.4.20:
dependencies:
- postcss: registry.npmmirror.com/postcss/8.4.19
+ postcss: registry.npmmirror.com/postcss/8.4.20
postcss-selector-parser: registry.npmmirror.com/postcss-selector-parser/6.0.11
dev: true
engines:
@@ -9031,9 +9031,9 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/postcss-minify-selectors/-/postcss-minify-selectors-5.2.1.tgz'
version: 5.2.1
- registry.npmmirror.com/postcss-modules-extract-imports/3.0.0_postcss@8.4.19:
+ registry.npmmirror.com/postcss-modules-extract-imports/3.0.0_postcss@8.4.20:
dependencies:
- postcss: registry.npmmirror.com/postcss/8.4.19
+ postcss: registry.npmmirror.com/postcss/8.4.20
dev: true
engines:
node: ^10 || ^12 || >= 14
@@ -9046,10 +9046,10 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz'
version: 3.0.0
- registry.npmmirror.com/postcss-modules-local-by-default/4.0.0_postcss@8.4.19:
+ registry.npmmirror.com/postcss-modules-local-by-default/4.0.0_postcss@8.4.20:
dependencies:
- icss-utils: registry.npmmirror.com/icss-utils/5.1.0_postcss@8.4.19
- postcss: registry.npmmirror.com/postcss/8.4.19
+ icss-utils: registry.npmmirror.com/icss-utils/5.1.0_postcss@8.4.20
+ postcss: registry.npmmirror.com/postcss/8.4.20
postcss-selector-parser: registry.npmmirror.com/postcss-selector-parser/6.0.11
postcss-value-parser: registry.npmmirror.com/postcss-value-parser/4.2.0
dev: true
@@ -9064,9 +9064,9 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.0.tgz'
version: 4.0.0
- registry.npmmirror.com/postcss-modules-scope/3.0.0_postcss@8.4.19:
+ registry.npmmirror.com/postcss-modules-scope/3.0.0_postcss@8.4.20:
dependencies:
- postcss: registry.npmmirror.com/postcss/8.4.19
+ postcss: registry.npmmirror.com/postcss/8.4.20
postcss-selector-parser: registry.npmmirror.com/postcss-selector-parser/6.0.11
dev: true
engines:
@@ -9080,10 +9080,10 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/postcss-modules-scope/-/postcss-modules-scope-3.0.0.tgz'
version: 3.0.0
- registry.npmmirror.com/postcss-modules-values/4.0.0_postcss@8.4.19:
+ registry.npmmirror.com/postcss-modules-values/4.0.0_postcss@8.4.20:
dependencies:
- icss-utils: registry.npmmirror.com/icss-utils/5.1.0_postcss@8.4.19
- postcss: registry.npmmirror.com/postcss/8.4.19
+ icss-utils: registry.npmmirror.com/icss-utils/5.1.0_postcss@8.4.20
+ postcss: registry.npmmirror.com/postcss/8.4.20
dev: true
engines:
node: ^10 || ^12 || >= 14
@@ -9096,9 +9096,9 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz'
version: 4.0.0
- registry.npmmirror.com/postcss-normalize-charset/5.1.0_postcss@8.4.19:
+ registry.npmmirror.com/postcss-normalize-charset/5.1.0_postcss@8.4.20:
dependencies:
- postcss: registry.npmmirror.com/postcss/8.4.19
+ postcss: registry.npmmirror.com/postcss/8.4.20
dev: true
engines:
node: ^10 || ^12 || >=14.0
@@ -9111,9 +9111,9 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/postcss-normalize-charset/-/postcss-normalize-charset-5.1.0.tgz'
version: 5.1.0
- registry.npmmirror.com/postcss-normalize-display-values/5.1.0_postcss@8.4.19:
+ registry.npmmirror.com/postcss-normalize-display-values/5.1.0_postcss@8.4.20:
dependencies:
- postcss: registry.npmmirror.com/postcss/8.4.19
+ postcss: registry.npmmirror.com/postcss/8.4.20
postcss-value-parser: registry.npmmirror.com/postcss-value-parser/4.2.0
dev: true
engines:
@@ -9127,9 +9127,9 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/postcss-normalize-display-values/-/postcss-normalize-display-values-5.1.0.tgz'
version: 5.1.0
- registry.npmmirror.com/postcss-normalize-positions/5.1.1_postcss@8.4.19:
+ registry.npmmirror.com/postcss-normalize-positions/5.1.1_postcss@8.4.20:
dependencies:
- postcss: registry.npmmirror.com/postcss/8.4.19
+ postcss: registry.npmmirror.com/postcss/8.4.20
postcss-value-parser: registry.npmmirror.com/postcss-value-parser/4.2.0
dev: true
engines:
@@ -9143,9 +9143,9 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/postcss-normalize-positions/-/postcss-normalize-positions-5.1.1.tgz'
version: 5.1.1
- registry.npmmirror.com/postcss-normalize-repeat-style/5.1.1_postcss@8.4.19:
+ registry.npmmirror.com/postcss-normalize-repeat-style/5.1.1_postcss@8.4.20:
dependencies:
- postcss: registry.npmmirror.com/postcss/8.4.19
+ postcss: registry.npmmirror.com/postcss/8.4.20
postcss-value-parser: registry.npmmirror.com/postcss-value-parser/4.2.0
dev: true
engines:
@@ -9159,9 +9159,9 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-5.1.1.tgz'
version: 5.1.1
- registry.npmmirror.com/postcss-normalize-string/5.1.0_postcss@8.4.19:
+ registry.npmmirror.com/postcss-normalize-string/5.1.0_postcss@8.4.20:
dependencies:
- postcss: registry.npmmirror.com/postcss/8.4.19
+ postcss: registry.npmmirror.com/postcss/8.4.20
postcss-value-parser: registry.npmmirror.com/postcss-value-parser/4.2.0
dev: true
engines:
@@ -9175,9 +9175,9 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/postcss-normalize-string/-/postcss-normalize-string-5.1.0.tgz'
version: 5.1.0
- registry.npmmirror.com/postcss-normalize-timing-functions/5.1.0_postcss@8.4.19:
+ registry.npmmirror.com/postcss-normalize-timing-functions/5.1.0_postcss@8.4.20:
dependencies:
- postcss: registry.npmmirror.com/postcss/8.4.19
+ postcss: registry.npmmirror.com/postcss/8.4.20
postcss-value-parser: registry.npmmirror.com/postcss-value-parser/4.2.0
dev: true
engines:
@@ -9191,10 +9191,10 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-5.1.0.tgz'
version: 5.1.0
- registry.npmmirror.com/postcss-normalize-unicode/5.1.1_postcss@8.4.19:
+ registry.npmmirror.com/postcss-normalize-unicode/5.1.1_postcss@8.4.20:
dependencies:
browserslist: registry.npmmirror.com/browserslist/4.21.4_browserslist@4.21.4
- postcss: registry.npmmirror.com/postcss/8.4.19
+ postcss: registry.npmmirror.com/postcss/8.4.20
postcss-value-parser: registry.npmmirror.com/postcss-value-parser/4.2.0
dev: true
engines:
@@ -9208,10 +9208,10 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/postcss-normalize-unicode/-/postcss-normalize-unicode-5.1.1.tgz'
version: 5.1.1
- registry.npmmirror.com/postcss-normalize-url/5.1.0_postcss@8.4.19:
+ registry.npmmirror.com/postcss-normalize-url/5.1.0_postcss@8.4.20:
dependencies:
normalize-url: registry.npmmirror.com/normalize-url/6.1.0
- postcss: registry.npmmirror.com/postcss/8.4.19
+ postcss: registry.npmmirror.com/postcss/8.4.20
postcss-value-parser: registry.npmmirror.com/postcss-value-parser/4.2.0
dev: true
engines:
@@ -9225,9 +9225,9 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/postcss-normalize-url/-/postcss-normalize-url-5.1.0.tgz'
version: 5.1.0
- registry.npmmirror.com/postcss-normalize-whitespace/5.1.1_postcss@8.4.19:
+ registry.npmmirror.com/postcss-normalize-whitespace/5.1.1_postcss@8.4.20:
dependencies:
- postcss: registry.npmmirror.com/postcss/8.4.19
+ postcss: registry.npmmirror.com/postcss/8.4.20
postcss-value-parser: registry.npmmirror.com/postcss-value-parser/4.2.0
dev: true
engines:
@@ -9241,10 +9241,10 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/postcss-normalize-whitespace/-/postcss-normalize-whitespace-5.1.1.tgz'
version: 5.1.1
- registry.npmmirror.com/postcss-ordered-values/5.1.3_postcss@8.4.19:
+ registry.npmmirror.com/postcss-ordered-values/5.1.3_postcss@8.4.20:
dependencies:
- cssnano-utils: registry.npmmirror.com/cssnano-utils/3.1.0_postcss@8.4.19
- postcss: registry.npmmirror.com/postcss/8.4.19
+ cssnano-utils: registry.npmmirror.com/cssnano-utils/3.1.0_postcss@8.4.20
+ postcss: registry.npmmirror.com/postcss/8.4.20
postcss-value-parser: registry.npmmirror.com/postcss-value-parser/4.2.0
dev: true
engines:
@@ -9258,11 +9258,11 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/postcss-ordered-values/-/postcss-ordered-values-5.1.3.tgz'
version: 5.1.3
- registry.npmmirror.com/postcss-reduce-initial/5.1.1_postcss@8.4.19:
+ registry.npmmirror.com/postcss-reduce-initial/5.1.1_postcss@8.4.20:
dependencies:
browserslist: registry.npmmirror.com/browserslist/4.21.4_browserslist@4.21.4
caniuse-api: registry.npmmirror.com/caniuse-api/3.0.0
- postcss: registry.npmmirror.com/postcss/8.4.19
+ postcss: registry.npmmirror.com/postcss/8.4.20
dev: true
engines:
node: ^10 || ^12 || >=14.0
@@ -9275,9 +9275,9 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/postcss-reduce-initial/-/postcss-reduce-initial-5.1.1.tgz'
version: 5.1.1
- registry.npmmirror.com/postcss-reduce-transforms/5.1.0_postcss@8.4.19:
+ registry.npmmirror.com/postcss-reduce-transforms/5.1.0_postcss@8.4.20:
dependencies:
- postcss: registry.npmmirror.com/postcss/8.4.19
+ postcss: registry.npmmirror.com/postcss/8.4.20
postcss-value-parser: registry.npmmirror.com/postcss-value-parser/4.2.0
dev: true
engines:
@@ -9304,9 +9304,9 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-6.0.11.tgz'
version: 6.0.11
- registry.npmmirror.com/postcss-svgo/5.1.0_postcss@8.4.19:
+ registry.npmmirror.com/postcss-svgo/5.1.0_postcss@8.4.20:
dependencies:
- postcss: registry.npmmirror.com/postcss/8.4.19
+ postcss: registry.npmmirror.com/postcss/8.4.20
postcss-value-parser: registry.npmmirror.com/postcss-value-parser/4.2.0
svgo: registry.npmmirror.com/svgo/2.8.0
dev: true
@@ -9321,9 +9321,9 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/postcss-svgo/-/postcss-svgo-5.1.0.tgz'
version: 5.1.0
- registry.npmmirror.com/postcss-unique-selectors/5.1.1_postcss@8.4.19:
+ registry.npmmirror.com/postcss-unique-selectors/5.1.1_postcss@8.4.20:
dependencies:
- postcss: registry.npmmirror.com/postcss/8.4.19
+ postcss: registry.npmmirror.com/postcss/8.4.20
postcss-selector-parser: registry.npmmirror.com/postcss-selector-parser/6.0.11
dev: true
engines:
@@ -9358,7 +9358,7 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/postcss/-/postcss-7.0.39.tgz'
version: 7.0.39
- registry.npmmirror.com/postcss/8.4.19:
+ registry.npmmirror.com/postcss/8.4.20:
dependencies:
nanoid: registry.npmmirror.com/nanoid/3.3.4
picocolors: registry.npmmirror.com/picocolors/1.0.0
@@ -9367,10 +9367,10 @@ packages:
node: ^10 || ^12 || >=14
name: postcss
resolution:
- integrity: sha512-h+pbPsyhlYj6N2ozBmHhHrs9DzGmbaarbLvWipMRO7RLS+v4onj26MPFXA5OBYFxyqYhUJK456SwDcY9H2/zsA==
+ integrity: sha512-6Q04AXR1212bXr5fh03u8aAwbLxAQNGQ/Q1LNa0VfOI06ZAlhPHtQvE4OIdpj4kLThXilalPnmDSOD65DcHt+g==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/postcss/-/postcss-8.4.19.tgz'
- version: 8.4.19
+ tarball: 'https://registry.npmmirror.com/postcss/-/postcss-8.4.20.tgz'
+ version: 8.4.20
registry.npmmirror.com/prelude-ls/1.2.1:
dev: true
engines:
@@ -9381,7 +9381,7 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/prelude-ls/-/prelude-ls-1.2.1.tgz'
version: 1.2.1
- registry.npmmirror.com/prettier/2.7.1:
+ registry.npmmirror.com/prettier/2.8.1:
dev: true
engines:
node: '>=10.13.0'
@@ -9389,10 +9389,10 @@ packages:
name: prettier
optional: true
resolution:
- integrity: sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g==
+ integrity: sha512-lqGoSJBQNJidqCHE80vqZJHWHRFoNYsSpP9AjFhlhi9ODCJA541svILes/+/1GM3VaL/abZi7cpFzOpdR9UPKg==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/prettier/-/prettier-2.7.1.tgz'
- version: 2.7.1
+ tarball: 'https://registry.npmmirror.com/prettier/-/prettier-2.8.1.tgz'
+ version: 2.8.1
registry.npmmirror.com/pretty-error/4.0.0:
dependencies:
lodash: registry.npmmirror.com/lodash/4.17.21
@@ -9636,7 +9636,7 @@ packages:
version: 0.13.11
registry.npmmirror.com/regenerator-transform/0.15.1:
dependencies:
- '@babel/runtime': registry.npmmirror.com/@babel/runtime/7.20.1
+ '@babel/runtime': registry.npmmirror.com/@babel/runtime/7.20.6
dev: true
name: regenerator-transform
resolution:
@@ -9870,11 +9870,11 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/safer-buffer/-/safer-buffer-2.1.2.tgz'
version: 2.1.2
- registry.npmmirror.com/sass-loader/13.2.0_sass@1.56.1:
+ registry.npmmirror.com/sass-loader/13.2.0_sass@1.56.2:
dependencies:
klona: registry.npmmirror.com/klona/2.0.5
neo-async: registry.npmmirror.com/neo-async/2.6.2
- sass: registry.npmmirror.com/sass/1.56.1
+ sass: registry.npmmirror.com/sass/1.56.2
dev: true
engines:
node: '>= 14.15.0'
@@ -9900,7 +9900,7 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/sass-loader/-/sass-loader-13.2.0.tgz'
version: 13.2.0
- registry.npmmirror.com/sass/1.56.1:
+ registry.npmmirror.com/sass/1.56.2:
dependencies:
chokidar: registry.npmmirror.com/chokidar/3.5.3
immutable: registry.npmmirror.com/immutable/4.1.0
@@ -9911,10 +9911,10 @@ packages:
hasBin: true
name: sass
resolution:
- integrity: sha512-VpEyKpyBPCxE7qGDtOcdJ6fFbcpOM+Emu7uZLxVrkX8KVU/Dp5UF7WLvzqRuUhB6mqqQt1xffLoG+AndxTZrCQ==
+ integrity: sha512-ciEJhnyCRwzlBCB+h5cCPM6ie/6f8HrhZMQOf5vlU60Y1bI1rx5Zb0vlDZvaycHsg/MqFfF1Eq2eokAa32iw8w==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/sass/-/sass-1.56.1.tgz'
- version: 1.56.1
+ tarball: 'https://registry.npmmirror.com/sass/-/sass-1.56.2.tgz'
+ version: 1.56.2
registry.npmmirror.com/schema-utils/2.7.1:
dependencies:
'@types/json-schema': registry.npmmirror.com/@types/json-schema/7.0.11
@@ -10265,6 +10265,7 @@ packages:
tarball: 'https://registry.npmmirror.com/source-map/-/source-map-0.6.1.tgz'
version: 0.6.1
registry.npmmirror.com/sourcemap-codec/1.4.8:
+ deprecated: Please use @jridgewell/sourcemap-codec instead
name: sourcemap-codec
resolution:
integrity: sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==
@@ -10342,7 +10343,7 @@ packages:
version: 4.0.2
registry.npmmirror.com/ssri/8.0.1:
dependencies:
- minipass: registry.npmmirror.com/minipass/3.3.4
+ minipass: registry.npmmirror.com/minipass/3.3.6
dev: true
engines:
node: '>= 8'
@@ -10500,10 +10501,10 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz'
version: 3.1.1
- registry.npmmirror.com/stylehacks/5.1.1_postcss@8.4.19:
+ registry.npmmirror.com/stylehacks/5.1.1_postcss@8.4.20:
dependencies:
browserslist: registry.npmmirror.com/browserslist/4.21.4_browserslist@4.21.4
- postcss: registry.npmmirror.com/postcss/8.4.19
+ postcss: registry.npmmirror.com/postcss/8.4.20
postcss-selector-parser: registry.npmmirror.com/postcss-selector-parser/6.0.11
dev: true
engines:
@@ -10614,7 +10615,7 @@ packages:
jest-worker: registry.npmmirror.com/jest-worker/27.5.1
schema-utils: registry.npmmirror.com/schema-utils/3.1.1
serialize-javascript: registry.npmmirror.com/serialize-javascript/6.0.0
- terser: registry.npmmirror.com/terser/5.15.1
+ terser: registry.npmmirror.com/terser/5.16.1
webpack: registry.npmmirror.com/webpack/5.75.0_webpack@5.75.0
dev: true
engines:
@@ -10635,7 +10636,7 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/terser-webpack-plugin/-/terser-webpack-plugin-5.3.6.tgz'
version: 5.3.6
- registry.npmmirror.com/terser/5.15.1:
+ registry.npmmirror.com/terser/5.16.1:
dependencies:
'@jridgewell/source-map': registry.npmmirror.com/@jridgewell/source-map/0.3.2
acorn: registry.npmmirror.com/acorn/8.8.1
@@ -10647,10 +10648,10 @@ packages:
hasBin: true
name: terser
resolution:
- integrity: sha512-K1faMUvpm/FBxjBXud0LWVAGxmvoPbZbfTCYbSgaaYQaIXI3/TdI7a7ZGA73Zrou6Q8Zmz3oeUTsp/dj+ag2Xw==
+ integrity: sha512-xvQfyfA1ayT0qdK47zskQgRZeWLoOQ8JQ6mIgRGVNwZKdQMU+5FkCBjmv4QjcrTzyZquRw2FVtlJSRUmMKQslw==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/terser/-/terser-5.15.1.tgz'
- version: 5.15.1
+ tarball: 'https://registry.npmmirror.com/terser/-/terser-5.16.1.tgz'
+ version: 5.16.1
registry.npmmirror.com/text-table/0.2.0:
dev: true
name: text-table
@@ -10987,16 +10988,16 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/vary/-/vary-1.1.2.tgz'
version: 1.1.2
- registry.npmmirror.com/vite-plugin-imp/2.3.1_vite@3.2.4:
+ registry.npmmirror.com/vite-plugin-imp/2.3.1_vite@3.2.5:
dependencies:
- '@babel/core': registry.npmmirror.com/@babel/core/7.20.2_@babel+core@7.20.2
- '@babel/generator': registry.npmmirror.com/@babel/generator/7.20.4
- '@babel/parser': registry.npmmirror.com/@babel/parser/7.20.3
- '@babel/traverse': registry.npmmirror.com/@babel/traverse/7.20.1
+ '@babel/core': registry.npmmirror.com/@babel/core/7.20.5_@babel+core@7.20.5
+ '@babel/generator': registry.npmmirror.com/@babel/generator/7.20.5
+ '@babel/parser': registry.npmmirror.com/@babel/parser/7.20.5
+ '@babel/traverse': registry.npmmirror.com/@babel/traverse/7.20.5
chalk: registry.npmmirror.com/chalk/4.1.2
param-case: registry.npmmirror.com/param-case/3.0.4
pascal-case: registry.npmmirror.com/pascal-case/3.1.2
- vite: registry.npmmirror.com/vite/3.2.4_sass@1.56.1
+ vite: registry.npmmirror.com/vite/3.2.5_sass@1.56.2
dev: true
id: registry.npmmirror.com/vite-plugin-imp/2.3.1
name: vite-plugin-imp
@@ -11007,7 +11008,7 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/vite-plugin-imp/-/vite-plugin-imp-2.3.1.tgz'
version: 2.3.1
- registry.npmmirror.com/vite-plugin-mock/2.9.6_mockjs@1.1.0+vite@3.2.4:
+ registry.npmmirror.com/vite-plugin-mock/2.9.6_mockjs@1.1.0+vite@3.2.5:
dependencies:
'@rollup/plugin-node-resolve': registry.npmmirror.com/@rollup/plugin-node-resolve/13.3.0
'@types/mockjs': registry.npmmirror.com/@types/mockjs/1.0.7
@@ -11019,7 +11020,7 @@ packages:
fast-glob: registry.npmmirror.com/fast-glob/3.2.12
mockjs: registry.npmmirror.com/mockjs/1.1.0
path-to-regexp: registry.npmmirror.com/path-to-regexp/6.2.1
- vite: registry.npmmirror.com/vite/3.2.4_sass@1.56.1
+ vite: registry.npmmirror.com/vite/3.2.5_sass@1.56.2
dev: true
engines:
node: '>=12.0.0'
@@ -11033,7 +11034,7 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/vite-plugin-mock/-/vite-plugin-mock-2.9.6.tgz'
version: 2.9.6
- registry.npmmirror.com/vite-plugin-style-import/2.0.0_vite@3.2.4:
+ registry.npmmirror.com/vite-plugin-style-import/2.0.0_vite@3.2.5:
dependencies:
'@rollup/pluginutils': registry.npmmirror.com/@rollup/pluginutils/4.2.1
change-case: registry.npmmirror.com/change-case/4.1.2
@@ -11042,7 +11043,7 @@ packages:
fs-extra: registry.npmmirror.com/fs-extra/10.1.0
magic-string: registry.npmmirror.com/magic-string/0.25.9
pathe: registry.npmmirror.com/pathe/0.2.0
- vite: registry.npmmirror.com/vite/3.2.4_sass@1.56.1
+ vite: registry.npmmirror.com/vite/3.2.5_sass@1.56.2
dev: true
id: registry.npmmirror.com/vite-plugin-style-import/2.0.0
name: vite-plugin-style-import
@@ -11053,32 +11054,32 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/vite-plugin-style-import/-/vite-plugin-style-import-2.0.0.tgz'
version: 2.0.0
- registry.npmmirror.com/vite-plugin-top-level-await/1.2.1_vite@3.2.4:
+ registry.npmmirror.com/vite-plugin-top-level-await/1.2.2_vite@3.2.5:
dependencies:
- '@swc/core': registry.npmmirror.com/@swc/core/1.3.19
- vite: registry.npmmirror.com/vite/3.2.4_sass@1.56.1
+ '@swc/core': registry.npmmirror.com/@swc/core/1.3.22
+ vite: registry.npmmirror.com/vite/3.2.5_sass@1.56.2
dev: true
- id: registry.npmmirror.com/vite-plugin-top-level-await/1.2.1
+ id: registry.npmmirror.com/vite-plugin-top-level-await/1.2.2
name: vite-plugin-top-level-await
peerDependencies:
vite: '>=2.8'
resolution:
- integrity: sha512-zcWT63N+N9lLIKuBIjmRd4Iufx62AGorLu/RDmMwm40ZsGNllP1Q0jObF3Mjqe6OByj+0vjy1LH/pupr5yWGgw==
+ integrity: sha512-JBuY9X5KCxZyzwQUOIBpgX0Jbe2BECxwElWPeyrdRC5xaWzDibTG65QBW25COmwqHBeVlV04u8GTlJkuOWhfgw==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/vite-plugin-top-level-await/-/vite-plugin-top-level-await-1.2.1.tgz'
- version: 1.2.1
- registry.npmmirror.com/vite/3.2.4_sass@1.56.1:
+ tarball: 'https://registry.npmmirror.com/vite-plugin-top-level-await/-/vite-plugin-top-level-await-1.2.2.tgz'
+ version: 1.2.2
+ registry.npmmirror.com/vite/3.2.5_sass@1.56.2:
dependencies:
- esbuild: registry.npmmirror.com/esbuild/0.15.15
- postcss: registry.npmmirror.com/postcss/8.4.19
+ esbuild: registry.npmmirror.com/esbuild/0.15.18
+ postcss: registry.npmmirror.com/postcss/8.4.20
resolve: registry.npmmirror.com/resolve/1.22.1
rollup: registry.npmmirror.com/rollup/2.79.1
- sass: registry.npmmirror.com/sass/1.56.1
+ sass: registry.npmmirror.com/sass/1.56.2
dev: true
engines:
node: ^14.18.0 || >=16.0.0
hasBin: true
- id: registry.npmmirror.com/vite/3.2.4
+ id: registry.npmmirror.com/vite/3.2.5
name: vite
optionalDependencies:
fsevents: registry.npmmirror.com/fsevents/2.3.2
@@ -11103,10 +11104,10 @@ packages:
terser:
optional: true
resolution:
- integrity: sha512-Z2X6SRAffOUYTa+sLy3NQ7nlHFU100xwanq1WDwqaiFiCe+25zdxP1TfCS5ojPV2oDDcXudHIoPnI1Z/66B7Yw==
+ integrity: sha512-4mVEpXpSOgrssFZAOmGIr85wPHKvaDAcXqxVxVRZhljkJOMZi1ibLibzjLHzJvcok8BMguLc7g1W6W/GqZbLdQ==
registry: 'https://registry.npm.taobao.org/'
- tarball: 'https://registry.npmmirror.com/vite/-/vite-3.2.4.tgz'
- version: 3.2.4
+ tarball: 'https://registry.npmmirror.com/vite/-/vite-3.2.5.tgz'
+ version: 3.2.5
registry.npmmirror.com/vue-demi/0.13.11_vue@3.2.45:
dependencies:
vue: registry.npmmirror.com/vue/3.2.45_vue@3.2.45
@@ -11128,10 +11129,10 @@ packages:
registry: 'https://registry.npm.taobao.org/'
tarball: 'https://registry.npmmirror.com/vue-demi/-/vue-demi-0.13.11.tgz'
version: 0.13.11
- registry.npmmirror.com/vue-eslint-parser/9.1.0_eslint@8.28.0:
+ registry.npmmirror.com/vue-eslint-parser/9.1.0_eslint@8.29.0:
dependencies:
debug: registry.npmmirror.com/debug/4.3.4
- eslint: registry.npmmirror.com/eslint/8.28.0_eslint@8.28.0
+ eslint: registry.npmmirror.com/eslint/8.29.0_eslint@8.29.0
eslint-scope: registry.npmmirror.com/eslint-scope/7.1.1
eslint-visitor-keys: registry.npmmirror.com/eslint-visitor-keys/3.3.0
espree: registry.npmmirror.com/espree/9.4.1
@@ -11452,7 +11453,7 @@ packages:
acorn-import-assertions: registry.npmmirror.com/acorn-import-assertions/1.8.0_acorn@8.8.1
browserslist: registry.npmmirror.com/browserslist/4.21.4_browserslist@4.21.4
chrome-trace-event: registry.npmmirror.com/chrome-trace-event/1.0.3
- enhanced-resolve: registry.npmmirror.com/enhanced-resolve/5.10.0
+ enhanced-resolve: registry.npmmirror.com/enhanced-resolve/5.12.0
es-module-lexer: registry.npmmirror.com/es-module-lexer/0.9.3
eslint-scope: registry.npmmirror.com/eslint-scope/5.1.1
events: registry.npmmirror.com/events/3.3.0
From de9b83c9e7d3588ddae06df883c85771a3b231d8 Mon Sep 17 00:00:00 2001
From: yuping <82253452@qq.com>
Date: Tue, 13 Dec 2022 15:41:35 +0800
Subject: [PATCH 04/27] init
---
src/api/api.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/api/api.js b/src/api/api.js
index f7b7580..3ef0ff0 100644
--- a/src/api/api.js
+++ b/src/api/api.js
@@ -6,7 +6,7 @@
* @FilePath: /fe-stu/src/api/api.js
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
*/
-export const BASE = 'http://111.231.196.214:30001/manageApi'
+export const BASE = '/manageApi'
export const LOGIN = '/admin/CheckUser/userLogin post'
// export const FILE_UPLOAD = 'http://111.231.196.214:30001/file/upload'
export const FILE_UPLOAD = '/file/upload'
From 19bfce36fe33ed8676803fcf970e46c7c38066c1 Mon Sep 17 00:00:00 2001
From: yuping <82253452@qq.com>
Date: Tue, 13 Dec 2022 17:02:07 +0800
Subject: [PATCH 05/27] init
---
src/api/ThirdApi.js | 4 +
src/api/request.js | 36 +++++++
src/api/utils.js | 14 +++
src/views/roadmap/PathDetails.vue | 27 ++---
vite.config.js | 161 +++++++++++++++---------------
5 files changed, 151 insertions(+), 91 deletions(-)
create mode 100644 src/api/ThirdApi.js
diff --git a/src/api/ThirdApi.js b/src/api/ThirdApi.js
new file mode 100644
index 0000000..7988a32
--- /dev/null
+++ b/src/api/ThirdApi.js
@@ -0,0 +1,4 @@
+export const BASE = 'https://u-pre.boe.com'
+export const GET_USER_LIST = `/userbasic/user/list post`
+
+
diff --git a/src/api/request.js b/src/api/request.js
index 8a71ade..f33c90a 100644
--- a/src/api/request.js
+++ b/src/api/request.js
@@ -1,6 +1,7 @@
import router from "@/router";
import {reactive, ref, toRefs, watch} from "vue";
import axios from 'axios';
+import {getCookie} from "@/api/utils";
export function usePage(_url, param) {
@@ -109,4 +110,39 @@ export async function request(_url, params) {
console.log(e)
// router.push({path: '/login'})
})
+}
+
+export async function boeRequest(_url, params) {
+ const s = _url.split(' ')
+ let url = s[0]
+ const method = s[1]?.toLowerCase() || 'get'
+ if (method === 'get') {
+ let paramsArray = [];
+ //拼接参数
+ if (params) {
+ Object.keys(params).forEach(key => paramsArray.push(key + '=' + params[key]))
+ if (url.search(/\?/) === -1) {
+ url += '?' + paramsArray.join('&')
+ } else {
+ url += '&' + paramsArray.join('&')
+ }
+ }
+ }
+ const body = method !== 'get' ? params || {} : {}
+ return axios({
+ url,
+ method,
+ headers: {
+ token: getCookie('token'),
+ ...method !== 'get' ? {'Content-Type': 'application/json'} : {}
+ },
+ baseURL: '',
+ ...method !== 'get' ? {data: JSON.stringify(body)} : {}
+ }).then(resp => resp.data).then(response => {
+ return response
+ }).catch(e => {
+ console.log(2222)
+ console.log(e)
+ // router.push({path: '/login'})
+ })
}
\ No newline at end of file
diff --git a/src/api/utils.js b/src/api/utils.js
index bf71f6e..33fd183 100644
--- a/src/api/utils.js
+++ b/src/api/utils.js
@@ -1,3 +1,7 @@
+import {watch, ref} from "vue";
+import {boeRequest} from "@/api/request";
+import {BASE, GET_USER_LIST} from "@/api/ThirdApi";
+
export function useImage(src) {
return new URL(`../assets/image/${src}`, import.meta.url).href
}
@@ -10,4 +14,14 @@ export function setCookie(name, value, perpetual) {
export function getCookie(name) {
return document.cookie?.split(";").find(e => e.includes(name)).replace(`${name}=`, '') || ''
+}
+
+export function useUserInfoAvatar(id) {
+ const avatar = ref(import.meta.env.DEV ? `${BASE}/upload` : '')
+ watch(id, () => {
+ id.value && boeRequest(GET_USER_LIST, {id: id.value}).then(res => {
+ avatar.value = avatar.value + res.result.userInfoList[0].avatar
+ })
+ })
+ return avatar
}
\ No newline at end of file
diff --git a/src/views/roadmap/PathDetails.vue b/src/views/roadmap/PathDetails.vue
index b2a8020..cef50d8 100644
--- a/src/views/roadmap/PathDetails.vue
+++ b/src/views/roadmap/PathDetails.vue
@@ -182,7 +182,7 @@
class="teacheritem"
:style="{'border-bottom': '1px solid rgba(56, 125, 247, 0.2)'}"
>
-
+