mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-12 01:00:34 +08:00
Housekeeping
This commit is contained in:
parent
f4bff4bf74
commit
d7f087285b
10
package.json
10
package.json
@ -78,15 +78,15 @@
|
||||
"dependencies": {
|
||||
"@sukka/listdir": "^0.2.0",
|
||||
"@vercel/fetch-retry": "^5.1.3",
|
||||
"ci-info": "^3.5.0",
|
||||
"ci-info": "^3.6.1",
|
||||
"fs-extra": "^10.1.0",
|
||||
"picocolors": "^1.0.0",
|
||||
"piscina": "^3.2.0",
|
||||
"table": "^6.8.0",
|
||||
"tldts": "^5.7.97",
|
||||
"undici": "5.11.0"
|
||||
"table": "^6.8.1",
|
||||
"tldts": "^5.7.100",
|
||||
"undici": "5.12.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"wireit": "^0.7.2"
|
||||
"wireit": "^0.7.3"
|
||||
}
|
||||
}
|
||||
|
||||
47
pnpm-lock.yaml
generated
47
pnpm-lock.yaml
generated
@ -3,28 +3,28 @@ lockfileVersion: 5.4
|
||||
specifiers:
|
||||
'@sukka/listdir': ^0.2.0
|
||||
'@vercel/fetch-retry': ^5.1.3
|
||||
ci-info: ^3.5.0
|
||||
ci-info: ^3.6.1
|
||||
fs-extra: ^10.1.0
|
||||
picocolors: ^1.0.0
|
||||
piscina: ^3.2.0
|
||||
table: ^6.8.0
|
||||
tldts: ^5.7.97
|
||||
undici: 5.11.0
|
||||
wireit: ^0.7.2
|
||||
table: ^6.8.1
|
||||
tldts: ^5.7.100
|
||||
undici: 5.12.0
|
||||
wireit: ^0.7.3
|
||||
|
||||
dependencies:
|
||||
'@sukka/listdir': 0.2.0
|
||||
'@vercel/fetch-retry': 5.1.3
|
||||
ci-info: 3.5.0
|
||||
ci-info: 3.6.1
|
||||
fs-extra: 10.1.0
|
||||
picocolors: 1.0.0
|
||||
piscina: 3.2.0
|
||||
table: 6.8.0
|
||||
tldts: 5.7.97
|
||||
undici: 5.11.0
|
||||
table: 6.8.1
|
||||
tldts: 5.7.100
|
||||
undici: 5.12.0
|
||||
|
||||
devDependencies:
|
||||
wireit: 0.7.2
|
||||
wireit: 0.7.3
|
||||
|
||||
packages:
|
||||
|
||||
@ -146,8 +146,9 @@ packages:
|
||||
fsevents: 2.3.2
|
||||
dev: true
|
||||
|
||||
/ci-info/3.5.0:
|
||||
resolution: {integrity: sha512-yH4RezKOGlOhxkmhbeNuC4eYZKAUsEaGtBuBzDDP1eFUKiccDWzBABxBfOx31IDwDIXMTxWuwAxUGModvkbuVw==}
|
||||
/ci-info/3.6.1:
|
||||
resolution: {integrity: sha512-up5ggbaDqOqJ4UqLKZ2naVkyqSJQgJi5lwD6b6mM748ysrghDBX0bx/qJTUHzw7zu6Mq4gycviSF5hJnwceD8w==}
|
||||
engines: {node: '>=8'}
|
||||
dev: false
|
||||
|
||||
/color-convert/2.0.1:
|
||||
@ -447,8 +448,8 @@ packages:
|
||||
ansi-regex: 5.0.1
|
||||
dev: false
|
||||
|
||||
/table/6.8.0:
|
||||
resolution: {integrity: sha512-s/fitrbVeEyHKFa7mFdkuQMWlH1Wgw/yEXMt5xACT4ZpzWFluehAxRtUUQKPuWhaLAWhFcVx6w3oC8VKaUfPGA==}
|
||||
/table/6.8.1:
|
||||
resolution: {integrity: sha512-Y4X9zqrCftUhMeH2EptSSERdVKt/nEdijTOacGD/97EKjhQ/Qs8RTlEGABSJNNN8lac9kheH+af7yAkEWlgneA==}
|
||||
engines: {node: '>=10.0.0'}
|
||||
dependencies:
|
||||
ajv: 8.8.2
|
||||
@ -458,15 +459,15 @@ packages:
|
||||
strip-ansi: 6.0.1
|
||||
dev: false
|
||||
|
||||
/tldts-core/5.7.97:
|
||||
resolution: {integrity: sha512-qxcuOSdlpee8rjH0gxbV26iONL91Foqe5nB/Gv/4Dh14cAX4DDhGGhpJnXbNP/7nxa8Nmvwx8k9/Wvr9IhUJRA==}
|
||||
/tldts-core/5.7.100:
|
||||
resolution: {integrity: sha512-56+vie1oPcJZQiPfnvIIpbyTttUketsjV7lrw/hkMMa/EACPjjDctobWwF3153gR2l+c9O+nYiHkXIL1Cmr9eQ==}
|
||||
dev: false
|
||||
|
||||
/tldts/5.7.97:
|
||||
resolution: {integrity: sha512-0A9BMNpg2RyzmOkEQRTRVfHUr1j7e2RxL2SgH/E/rLq//Fl8TNQ6D8NloCV66wOt3NeTzONrCDYFhBlN+SGRGg==}
|
||||
/tldts/5.7.100:
|
||||
resolution: {integrity: sha512-R0NW4rcbaBR97sFst7c1M3zjYyrLnQabN90chxMzCchlnzENX12ly3B44hu046GMdsHrupKVEXiJL/HRMSCM9w==}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
tldts-core: 5.7.97
|
||||
tldts-core: 5.7.100
|
||||
dev: false
|
||||
|
||||
/to-regex-range/5.0.1:
|
||||
@ -476,8 +477,8 @@ packages:
|
||||
is-number: 7.0.0
|
||||
dev: true
|
||||
|
||||
/undici/5.11.0:
|
||||
resolution: {integrity: sha512-oWjWJHzFet0Ow4YZBkyiJwiK5vWqEYoH7BINzJAJOLedZ++JpAlCbUktW2GQ2DS2FpKmxD/JMtWUUWl1BtghGw==}
|
||||
/undici/5.12.0:
|
||||
resolution: {integrity: sha512-zMLamCG62PGjd9HHMpo05bSLvvwWOZgGeiWlN/vlqu3+lRo3elxktVGEyLMX+IO7c2eflLjcW74AlkhEZm15mg==}
|
||||
engines: {node: '>=12.18'}
|
||||
dependencies:
|
||||
busboy: 1.6.0
|
||||
@ -494,8 +495,8 @@ packages:
|
||||
punycode: 2.1.1
|
||||
dev: false
|
||||
|
||||
/wireit/0.7.2:
|
||||
resolution: {integrity: sha512-Zjq50QH5hguk64hXfJmJJpLGgi8TUy7780w0u2VXK325qWxJtw1fP6HhOYcdjTWeoYLWQDDkTytQ119y/UMseg==}
|
||||
/wireit/0.7.3:
|
||||
resolution: {integrity: sha512-aWGzt12iQew3s9BakINSVDXn9Q57UiQiI0i3t6jTjXB1FxPYnjP1HKnDZUYbzxv0+C6PVS042BailmPmccDpPw==}
|
||||
engines: {node: '>=14.14.0'}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user