fix(core): update
This commit is contained in:
parent
9bba1ef94c
commit
d845e19934
@ -15,10 +15,11 @@
|
||||
"devDependencies": {
|
||||
"@gitzone/tsbuild": "^2.1.65",
|
||||
"@gitzone/tsbundle": "^2.0.7",
|
||||
"@gitzone/tsrun": "^1.2.39",
|
||||
"@gitzone/tstest": "^1.0.73",
|
||||
"@pushrocks/smartexpress": "^4.0.21",
|
||||
"@pushrocks/tapbundle": "^5.0.4",
|
||||
"@types/node": "^18.6.4"
|
||||
"@types/node": "^18.13.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@adobe/fetch": "^4.0.1",
|
||||
|
17
pnpm-lock.yaml
generated
17
pnpm-lock.yaml
generated
@ -4,6 +4,7 @@ specifiers:
|
||||
'@adobe/fetch': ^4.0.1
|
||||
'@gitzone/tsbuild': ^2.1.65
|
||||
'@gitzone/tsbundle': ^2.0.7
|
||||
'@gitzone/tsrun': ^1.2.39
|
||||
'@gitzone/tstest': ^1.0.73
|
||||
'@pushrocks/smartdelay': ^2.0.13
|
||||
'@pushrocks/smartenv': ^5.0.2
|
||||
@ -12,7 +13,7 @@ specifiers:
|
||||
'@pushrocks/smartpromise': ^3.1.7
|
||||
'@pushrocks/tapbundle': ^5.0.4
|
||||
'@pushrocks/webstore': ^2.0.5
|
||||
'@types/node': ^18.6.4
|
||||
'@types/node': ^18.13.0
|
||||
|
||||
dependencies:
|
||||
'@adobe/fetch': 4.0.1
|
||||
@ -25,6 +26,7 @@ dependencies:
|
||||
devDependencies:
|
||||
'@gitzone/tsbuild': 2.1.65
|
||||
'@gitzone/tsbundle': 2.0.7
|
||||
'@gitzone/tsrun': 1.2.39_@types+node@18.13.0
|
||||
'@gitzone/tstest': 1.0.74_@types+node@18.13.0
|
||||
'@pushrocks/smartexpress': 4.0.26
|
||||
'@pushrocks/tapbundle': 5.0.4
|
||||
@ -796,7 +798,7 @@ packages:
|
||||
'@pushrocks/lik': 6.0.2
|
||||
'@pushrocks/smartdelay': 2.0.13
|
||||
'@pushrocks/smartpromise': 3.1.7
|
||||
croner: 5.5.1
|
||||
croner: 5.6.0
|
||||
dayjs: 1.11.7
|
||||
is-nan: 1.3.2
|
||||
pretty-ms: 8.0.0
|
||||
@ -1352,6 +1354,11 @@ packages:
|
||||
- utf-8-validate
|
||||
dev: true
|
||||
|
||||
/@xmldom/xmldom/0.8.6:
|
||||
resolution: {integrity: sha512-uRjjusqpoqfmRkTaNuLJ2VohVr67Q5YwDATW3VU7PfzTj6IRaihGrYI7zckGZjxQPBIp63nfvJbM+Yu5ICh0Bg==}
|
||||
engines: {node: '>=10.0.0'}
|
||||
dev: true
|
||||
|
||||
/accepts/1.3.8:
|
||||
resolution: {integrity: sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==}
|
||||
engines: {node: '>= 0.6'}
|
||||
@ -1786,8 +1793,8 @@ packages:
|
||||
resolution: {integrity: sha512-aqVeeIPCf5/NZFlz4mN4MLEOs9xf4ODCmHQDs+577JFj8mK3RkKJz77h7+Rn94AijUqKdFNOUHM+v88d8p02UQ==}
|
||||
dev: true
|
||||
|
||||
/croner/5.5.1:
|
||||
resolution: {integrity: sha512-uaqPDAMt3bd3yTgB/Z+7UN1kk8fBcf3UF5tfy3a+FG18apb1bGe1xC64DrUQ9DSkHJ1t67sgQBBdd/LyoF/f2Q==}
|
||||
/croner/5.6.0:
|
||||
resolution: {integrity: sha512-sGIW6z0E9BUFhbYH91r6+b7nnsK9xhjYY2ByEpQE9CsZqC0PnYr5vP9WDVta61WjEd2iSfWW+iBNSR8A/vD4tQ==}
|
||||
engines: {node: '>=6.0'}
|
||||
|
||||
/cross-fetch/3.1.5:
|
||||
@ -3474,6 +3481,8 @@ packages:
|
||||
resolution: {integrity: sha512-mXF9AIgnvq1DP/ZM2R28tAfxP2wKZHYa2DjV0R1KCwcqSzm5Iqh1XQq9rdfAt6dp2DuPP0VHZIaCALc2v1cL5A==}
|
||||
engines: {node: '>=14.18.0', npm: '>=6.14.15'}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
'@xmldom/xmldom': 0.8.6
|
||||
dev: true
|
||||
bundledDependencies:
|
||||
- '@xmldom/xmldom'
|
||||
|
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@pushrocks/webrequest',
|
||||
version: '3.0.14',
|
||||
version: '3.0.15',
|
||||
description: 'securely request from browsers'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user