提交 d36d836c 编写于 作者: fxy060608's avatar fxy060608

chore: bump cypress from 7.3.0to 10.7.0

上级 fd9c7a80
...@@ -54,7 +54,7 @@ jobs: ...@@ -54,7 +54,7 @@ jobs:
npx cypress version --component node npx cypress version --component node
- name: Cypress run - name: Cypress run
uses: cypress-io/github-action@v2.3.6 uses: cypress-io/github-action@v4
with: with:
install: false install: false
start: npm run dev:ssr start: npm run dev:ssr
......
const { defineConfig } = require('cypress')
module.exports = defineConfig({
pageLoadTimeout: 200000,
e2e: {
// We've imported your old cypress plugins here.
// You may want to clean this up later by importing these.
setupNodeEvents(on, config) {
return require('./cypress/plugins/index.js')(on, config)
},
baseUrl: 'http://localhost:3000',
},
})
{
"baseUrl": "http://localhost:3000",
"pageLoadTimeout": 200000
}
...@@ -19,8 +19,8 @@ ...@@ -19,8 +19,8 @@
"devDependencies": { "devDependencies": {
"@dcloudio/vite-plugin-uni": "../../vite-plugin-uni", "@dcloudio/vite-plugin-uni": "../../vite-plugin-uni",
"compression": "^1.7.4", "compression": "^1.7.4",
"cypress": "^7.3.0", "cypress": "^10.7.0",
"serve-static": "^1.14.1", "serve-static": "^1.15.0",
"vite": "2.9.14" "vite": "2.9.14"
} }
} }
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
"@dcloudio/uni-shared": "3.0.0-alpha-3060120220907003", "@dcloudio/uni-shared": "3.0.0-alpha-3060120220907003",
"@types/pako": "1.0.2", "@types/pako": "1.0.2",
"@vue/compiler-sfc": "3.2.39", "@vue/compiler-sfc": "3.2.39",
"autoprefixer": "^10.4.8", "autoprefixer": "^10.4.9",
"pako": "^1.0.11", "pako": "^1.0.11",
"postcss": "^8.4.13", "postcss": "^8.4.13",
"vue": "3.2.39" "vue": "3.2.39"
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
"@vue/compiler-sfc": "3.2.39", "@vue/compiler-sfc": "3.2.39",
"@vue/server-renderer": "3.2.39", "@vue/server-renderer": "3.2.39",
"@vue/shared": "3.2.39", "@vue/shared": "3.2.39",
"autoprefixer": "^10.4.8", "autoprefixer": "^10.4.9",
"base64url": "^3.0.1", "base64url": "^3.0.1",
"chokidar": "^3.5.3", "chokidar": "^3.5.3",
"compare-versions": "^3.6.0", "compare-versions": "^3.6.0",
......
...@@ -113,8 +113,8 @@ importers: ...@@ -113,8 +113,8 @@ importers:
'@dcloudio/uni-h5': ../../uni-h5 '@dcloudio/uni-h5': ../../uni-h5
'@dcloudio/vite-plugin-uni': ../../vite-plugin-uni '@dcloudio/vite-plugin-uni': ../../vite-plugin-uni
compression: ^1.7.4 compression: ^1.7.4
cypress: ^7.3.0 cypress: ^10.7.0
serve-static: ^1.14.1 serve-static: ^1.15.0
vite: 2.9.14 vite: 2.9.14
vue: 3.2.39 vue: 3.2.39
vue-router: ^4.1.5 vue-router: ^4.1.5
...@@ -129,7 +129,7 @@ importers: ...@@ -129,7 +129,7 @@ importers:
devDependencies: devDependencies:
'@dcloudio/vite-plugin-uni': link:../../vite-plugin-uni '@dcloudio/vite-plugin-uni': link:../../vite-plugin-uni
compression: 1.7.4 compression: 1.7.4
cypress: 7.7.0 cypress: 10.7.0
serve-static: 1.15.0 serve-static: 1.15.0
vite: 2.9.14 vite: 2.9.14
...@@ -193,7 +193,7 @@ importers: ...@@ -193,7 +193,7 @@ importers:
'@dcloudio/uni-uts-vite': 3.0.0-alpha-3060120220907003 '@dcloudio/uni-uts-vite': 3.0.0-alpha-3060120220907003
'@types/pako': 1.0.2 '@types/pako': 1.0.2
'@vue/compiler-sfc': 3.2.39 '@vue/compiler-sfc': 3.2.39
autoprefixer: ^10.4.8 autoprefixer: ^10.4.9
pako: ^1.0.11 pako: ^1.0.11
postcss: ^8.4.13 postcss: ^8.4.13
vue: 3.2.39 vue: 3.2.39
...@@ -209,7 +209,7 @@ importers: ...@@ -209,7 +209,7 @@ importers:
'@dcloudio/uni-shared': link:../uni-shared '@dcloudio/uni-shared': link:../uni-shared
'@types/pako': 1.0.2 '@types/pako': 1.0.2
'@vue/compiler-sfc': 3.2.39 '@vue/compiler-sfc': 3.2.39
autoprefixer: 10.4.8_postcss@8.4.14 autoprefixer: 10.4.9_postcss@8.4.14
pako: 1.0.11 pako: 1.0.11
postcss: 8.4.14 postcss: 8.4.14
vue: 3.2.39 vue: 3.2.39
...@@ -324,7 +324,7 @@ importers: ...@@ -324,7 +324,7 @@ importers:
'@vue/compiler-sfc': 3.2.39 '@vue/compiler-sfc': 3.2.39
'@vue/server-renderer': 3.2.39 '@vue/server-renderer': 3.2.39
'@vue/shared': 3.2.39 '@vue/shared': 3.2.39
autoprefixer: ^10.4.8 autoprefixer: ^10.4.9
base64url: ^3.0.1 base64url: ^3.0.1
chokidar: ^3.5.3 chokidar: ^3.5.3
compare-versions: ^3.6.0 compare-versions: ^3.6.0
...@@ -367,7 +367,7 @@ importers: ...@@ -367,7 +367,7 @@ importers:
'@vue/compiler-sfc': 3.2.39 '@vue/compiler-sfc': 3.2.39
'@vue/server-renderer': 3.2.39_vue@3.2.39 '@vue/server-renderer': 3.2.39_vue@3.2.39
'@vue/shared': 3.2.39 '@vue/shared': 3.2.39
autoprefixer: 10.4.8_postcss@8.4.14 autoprefixer: 10.4.9_postcss@8.4.14
base64url: 3.0.1 base64url: 3.0.1
chokidar: 3.5.3 chokidar: 3.5.3
compare-versions: 3.6.0 compare-versions: 3.6.0
...@@ -2922,8 +2922,8 @@ packages: ...@@ -2922,8 +2922,8 @@ packages:
'@types/node': 18.0.0 '@types/node': 18.0.0
dev: true dev: true
/@types/sinonjs__fake-timers/6.0.4: /@types/sinonjs__fake-timers/8.1.1:
resolution: {integrity: sha512-IFQTJARgMUBF+xVd2b+hIgXWrZEjND3vJtRCvIelcFB5SIXfjV4bOHbHJ0eXKh+0COrBRc8MqteKAz/j88rE0A==} resolution: {integrity: sha512-0kSuKjAS0TrGLJ0M/+8MaFkGsQhZpB6pxOmvS3K8FYI72K//YmdfoW9X2qPsAKh1mkwxGD5zib9s1FIFed6E8g==}
dev: true dev: true
/@types/sizzle/2.3.3: /@types/sizzle/2.3.3:
...@@ -2954,7 +2954,7 @@ packages: ...@@ -2954,7 +2954,7 @@ packages:
resolution: {integrity: sha512-8uALY5LTvSuHgloDVUvWP3pIauILm+8/0pDMokuDYIoNsOkSwd5AiHBTSEJjKTDcZr5z8UpgOWZkxBF4iJftoA==} resolution: {integrity: sha512-8uALY5LTvSuHgloDVUvWP3pIauILm+8/0pDMokuDYIoNsOkSwd5AiHBTSEJjKTDcZr5z8UpgOWZkxBF4iJftoA==}
requiresBuild: true requiresBuild: true
dependencies: dependencies:
'@types/node': 14.18.21 '@types/node': 18.0.0
dev: true dev: true
optional: true optional: true
...@@ -3446,15 +3446,15 @@ packages: ...@@ -3446,15 +3446,15 @@ packages:
engines: {node: '>= 4.0.0'} engines: {node: '>= 4.0.0'}
dev: true dev: true
/autoprefixer/10.4.8_postcss@8.4.14: /autoprefixer/10.4.9_postcss@8.4.14:
resolution: {integrity: sha512-75Jr6Q/XpTqEf6D2ltS5uMewJIx5irCU1oBYJrWjFenq/m12WRRrz6g15L1EIoYvPLXTbEry7rDOwrcYNj77xw==} resolution: {integrity: sha512-Uu67eduPEmOeA0vyJby5ghu1AAELCCNSsLAjK+lz6kYzNM5sqnBO36MqfsjhPjQF/BaJM5U/UuFYyl7PavY/wQ==}
engines: {node: ^10 || ^12 || >=14} engines: {node: ^10 || ^12 || >=14}
hasBin: true hasBin: true
peerDependencies: peerDependencies:
postcss: ^8.1.0 postcss: ^8.1.0
dependencies: dependencies:
browserslist: 4.21.3 browserslist: 4.21.3
caniuse-lite: 1.0.30001380 caniuse-lite: 1.0.30001399
fraction.js: 4.2.0 fraction.js: 4.2.0
normalize-range: 0.1.2 normalize-range: 0.1.2
picocolors: 1.0.0 picocolors: 1.0.0
...@@ -3588,6 +3588,10 @@ packages: ...@@ -3588,6 +3588,10 @@ packages:
resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
dev: true dev: true
/base64-js/1.5.1:
resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==}
dev: true
/base64url/3.0.1: /base64url/3.0.1:
resolution: {integrity: sha512-ir1UPr3dkwexU7FdV8qBBbNDRUhMmIekYMFZfi+C/sLNnRESKPl23nB9b2pltqfOQNnGzsDdId90AEtG5tCx4A==} resolution: {integrity: sha512-ir1UPr3dkwexU7FdV8qBBbNDRUhMmIekYMFZfi+C/sLNnRESKPl23nB9b2pltqfOQNnGzsDdId90AEtG5tCx4A==}
engines: {node: '>=6.0.0'} engines: {node: '>=6.0.0'}
...@@ -3739,7 +3743,7 @@ packages: ...@@ -3739,7 +3743,7 @@ packages:
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
hasBin: true hasBin: true
dependencies: dependencies:
caniuse-lite: 1.0.30001380 caniuse-lite: 1.0.30001399
electron-to-chromium: 1.4.225 electron-to-chromium: 1.4.225
node-releases: 2.0.6 node-releases: 2.0.6
update-browserslist-db: 1.0.5_browserslist@4.21.3 update-browserslist-db: 1.0.5_browserslist@4.21.3
...@@ -3773,6 +3777,13 @@ packages: ...@@ -3773,6 +3777,13 @@ packages:
resolution: {integrity: sha512-571s0T7nZWK6vB67HI5dyUF7wXiNcfaPPPTl6zYCNApANjIvYJTg7hlud/+cJpdAhS7dVzqMLmfhfHR3rAcOjQ==} resolution: {integrity: sha512-571s0T7nZWK6vB67HI5dyUF7wXiNcfaPPPTl6zYCNApANjIvYJTg7hlud/+cJpdAhS7dVzqMLmfhfHR3rAcOjQ==}
dev: true dev: true
/buffer/5.7.1:
resolution: {integrity: sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==}
dependencies:
base64-js: 1.5.1
ieee754: 1.2.1
dev: true
/builtin-modules/3.3.0: /builtin-modules/3.3.0:
resolution: {integrity: sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==} resolution: {integrity: sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==}
engines: {node: '>=6'} engines: {node: '>=6'}
...@@ -3821,8 +3832,8 @@ packages: ...@@ -3821,8 +3832,8 @@ packages:
/caniuse-lite/1.0.30001355: /caniuse-lite/1.0.30001355:
resolution: {integrity: sha512-Sd6pjJHF27LzCB7pT7qs+kuX2ndurzCzkpJl6Qct7LPSZ9jn0bkOA8mdgMgmqnQAWLVOOGjLpc+66V57eLtb1g==} resolution: {integrity: sha512-Sd6pjJHF27LzCB7pT7qs+kuX2ndurzCzkpJl6Qct7LPSZ9jn0bkOA8mdgMgmqnQAWLVOOGjLpc+66V57eLtb1g==}
/caniuse-lite/1.0.30001380: /caniuse-lite/1.0.30001399:
resolution: {integrity: sha512-OO+pPubxx16lkI7TVrbFpde8XHz66SMwstl1YWpg6uMGw56XnhYVwtPIjvX4kYpzwMwQKr4DDce394E03dQPGg==} resolution: {integrity: sha512-4vQ90tMKS+FkvuVWS5/QY1+d805ODxZiKFzsU8o/RsVJz49ZSRR8EjykLJbqhzdPgadbX6wB538wOzle3JniRA==}
/caseless/0.12.0: /caseless/0.12.0:
resolution: {integrity: sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==} resolution: {integrity: sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==}
...@@ -4215,8 +4226,8 @@ packages: ...@@ -4215,8 +4226,8 @@ packages:
/csstype/2.6.20: /csstype/2.6.20:
resolution: {integrity: sha512-/WwNkdXfckNgw6S5R125rrW8ez139lBHWouiBvX8dfMFtcn6V81REDqnH7+CRpRipfYlyU1CmOnOxrmGcFOjeA==} resolution: {integrity: sha512-/WwNkdXfckNgw6S5R125rrW8ez139lBHWouiBvX8dfMFtcn6V81REDqnH7+CRpRipfYlyU1CmOnOxrmGcFOjeA==}
/cypress/7.7.0: /cypress/10.7.0:
resolution: {integrity: sha512-uYBYXNoI5ym0UxROwhQXWTi8JbUEjpC6l/bzoGZNxoKGsLrC1SDPgIDJMgLX/MeEdPL0UInXLDUWN/rSyZUCjQ==} resolution: {integrity: sha512-gTFvjrUoBnqPPOu9Vl5SBHuFlzx/Wxg/ZXIz2H4lzoOLFelKeF7mbwYUOzgzgF0oieU2WhJAestQdkgwJMMTvQ==}
engines: {node: '>=12.0.0'} engines: {node: '>=12.0.0'}
hasBin: true hasBin: true
requiresBuild: true requiresBuild: true
...@@ -4224,11 +4235,12 @@ packages: ...@@ -4224,11 +4235,12 @@ packages:
'@cypress/request': 2.88.10 '@cypress/request': 2.88.10
'@cypress/xvfb': 1.2.4_supports-color@8.1.1 '@cypress/xvfb': 1.2.4_supports-color@8.1.1
'@types/node': 14.18.21 '@types/node': 14.18.21
'@types/sinonjs__fake-timers': 6.0.4 '@types/sinonjs__fake-timers': 8.1.1
'@types/sizzle': 2.3.3 '@types/sizzle': 2.3.3
arch: 2.2.0 arch: 2.2.0
blob-util: 2.0.2 blob-util: 2.0.2
bluebird: 3.7.2 bluebird: 3.7.2
buffer: 5.7.1
cachedir: 2.3.0 cachedir: 2.3.0
chalk: 4.1.2 chalk: 4.1.2
check-more-types: 2.24.0 check-more-types: 2.24.0
...@@ -4255,12 +4267,12 @@ packages: ...@@ -4255,12 +4267,12 @@ packages:
minimist: 1.2.6 minimist: 1.2.6
ospath: 1.2.2 ospath: 1.2.2
pretty-bytes: 5.6.0 pretty-bytes: 5.6.0
ramda: 0.27.2 proxy-from-env: 1.0.0
request-progress: 3.0.0 request-progress: 3.0.0
semver: 7.3.7
supports-color: 8.1.1 supports-color: 8.1.1
tmp: 0.2.1 tmp: 0.2.1
untildify: 4.0.0 untildify: 4.0.0
url: 0.11.0
yauzl: 2.10.0 yauzl: 2.10.0
dev: true dev: true
...@@ -4994,7 +5006,7 @@ packages: ...@@ -4994,7 +5006,7 @@ packages:
dev: true dev: true
/extsprintf/1.3.0: /extsprintf/1.3.0:
resolution: {integrity: sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=} resolution: {integrity: sha512-11Ndz7Nv+mvAC1j0ktTa7fAb0vLyGGX+rMHNBYQviQDGU0Hw7lhctJANqbPhu9nV9/izT/IntTgZ7Im/9LJs9g==}
engines: {'0': node >=0.6.0} engines: {'0': node >=0.6.0}
dev: true dev: true
...@@ -5170,7 +5182,7 @@ packages: ...@@ -5170,7 +5182,7 @@ packages:
engines: {node: '>=10'} engines: {node: '>=10'}
dependencies: dependencies:
at-least-node: 1.0.0 at-least-node: 1.0.0
graceful-fs: 4.2.9 graceful-fs: 4.2.10
jsonfile: 6.1.0 jsonfile: 6.1.0
universalify: 2.0.0 universalify: 2.0.0
dev: true dev: true
...@@ -5309,7 +5321,7 @@ packages: ...@@ -5309,7 +5321,7 @@ packages:
resolution: {integrity: sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==} resolution: {integrity: sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==}
/graceful-fs/4.2.9: /graceful-fs/4.2.9:
resolution: {integrity: sha512-NtNxqUcXgpW2iMrfqSfR73Glt39K+BLwWsPs94yR63v45T0Wbej7eRmL5cWfwEgqXnmjQp3zaJTshdRW/qC2ZQ==, registry: https://registry.yarnpkg.com/} resolution: {integrity: sha512-NtNxqUcXgpW2iMrfqSfR73Glt39K+BLwWsPs94yR63v45T0Wbej7eRmL5cWfwEgqXnmjQp3zaJTshdRW/qC2ZQ==, registry: https://registry.yarnpkg.com/, tarball: https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.9.tgz}
dev: true dev: true
/has-flag/3.0.0: /has-flag/3.0.0:
...@@ -5451,6 +5463,10 @@ packages: ...@@ -5451,6 +5463,10 @@ packages:
resolution: {integrity: sha512-zfNREywMuf0NzDo9mVsL0yegjsirJxHpKHvWcyRozIqQy89g0a3U+oBPOCN4cc0oCiOuYgZHimzaW/R46G1Mpg==} resolution: {integrity: sha512-zfNREywMuf0NzDo9mVsL0yegjsirJxHpKHvWcyRozIqQy89g0a3U+oBPOCN4cc0oCiOuYgZHimzaW/R46G1Mpg==}
dev: true dev: true
/ieee754/1.2.1:
resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==}
dev: true
/ignore/4.0.6: /ignore/4.0.6:
resolution: {integrity: sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==} resolution: {integrity: sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==}
engines: {node: '>= 4'} engines: {node: '>= 4'}
...@@ -7203,6 +7219,10 @@ packages: ...@@ -7203,6 +7219,10 @@ packages:
ipaddr.js: 1.9.1 ipaddr.js: 1.9.1
dev: false dev: false
/proxy-from-env/1.0.0:
resolution: {integrity: sha1-M8UDmPcOp+uW0h97gXYwpVeRx+4=}
dev: true
/prr/0.0.0: /prr/0.0.0:
resolution: {integrity: sha512-LmUECmrW7RVj6mDWKjTXfKug7TFGdiz9P18HMcO4RHL+RW7MCOGNvpj5j47Rnp6ne6r4fZ2VzyUWEpKbg+tsjQ==} resolution: {integrity: sha512-LmUECmrW7RVj6mDWKjTXfKug7TFGdiz9P18HMcO4RHL+RW7MCOGNvpj5j47Rnp6ne6r4fZ2VzyUWEpKbg+tsjQ==}
dev: true dev: true
...@@ -7237,10 +7257,6 @@ packages: ...@@ -7237,10 +7257,6 @@ packages:
once: 1.4.0 once: 1.4.0
dev: true dev: true
/punycode/1.3.2:
resolution: {integrity: sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0=}
dev: true
/punycode/2.1.1: /punycode/2.1.1:
resolution: {integrity: sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==} resolution: {integrity: sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==}
engines: {node: '>=6'} engines: {node: '>=6'}
...@@ -7267,19 +7283,9 @@ packages: ...@@ -7267,19 +7283,9 @@ packages:
engines: {node: '>=0.6'} engines: {node: '>=0.6'}
dev: true dev: true
/querystring/0.2.0:
resolution: {integrity: sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA=}
engines: {node: '>=0.4.x'}
deprecated: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
dev: true
/queue-microtask/1.2.3: /queue-microtask/1.2.3:
resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==}
/ramda/0.27.2:
resolution: {integrity: sha512-SbiLPU40JuJniHexQSAgad32hfwd+DRUdwF2PlVuI5RZD0/vahUco7R8vD86J/tcEKKF9vZrUVwgtmGCqlCKyA==}
dev: true
/randombytes/2.1.0: /randombytes/2.1.0:
resolution: {integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==} resolution: {integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==}
dependencies: dependencies:
...@@ -8237,13 +8243,6 @@ packages: ...@@ -8237,13 +8243,6 @@ packages:
punycode: 2.1.1 punycode: 2.1.1
dev: true dev: true
/url/0.11.0:
resolution: {integrity: sha512-kbailJa29QrtXnxgq+DdCEGlbTeYM2eJUxsz6vjZavrCYPMIFHMKQmSKYAIuUK2i7hgPm28a8piX5NTUtM/LKQ==}
dependencies:
punycode: 1.3.2
querystring: 0.2.0
dev: true
/util-deprecate/1.0.2: /util-deprecate/1.0.2:
resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==}
......
...@@ -40,7 +40,7 @@ const pkgs = { ...@@ -40,7 +40,7 @@ const pkgs = {
next: '3.0.14', next: '3.0.14',
}, },
autoprefixer: { autoprefixer: {
latest: '10.4.8', latest: '10.4.9',
}, },
'rollup-plugin-copy': { 'rollup-plugin-copy': {
latest: '3.4.0', latest: '3.4.0',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册