fix(core): update

This commit is contained in:
Philipp Kunz 2023-04-03 14:12:53 +02:00
parent a49f1cd110
commit 31888a7f07
3 changed files with 12 additions and 1 deletions

View File

@ -15,6 +15,7 @@
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.65",
"@gitzone/tsrun": "^1.2.39",
"@gitzone/tstest": "^1.0.74",
"@pushrocks/tapbundle": "^5.0.4",
"@types/node": "^18.15.11"

View File

@ -12,6 +12,9 @@ devDependencies:
'@gitzone/tsbuild':
specifier: ^2.1.65
version: 2.1.65
'@gitzone/tsrun':
specifier: ^1.2.39
version: 1.2.39(@types/node@18.15.11)
'@gitzone/tstest':
specifier: ^1.0.74
version: 1.0.74(@types/node@18.15.11)
@ -1351,6 +1354,11 @@ packages:
- utf-8-validate
dev: true
/@xmldom/xmldom@0.8.7:
resolution: {integrity: sha512-sI1Ly2cODlWStkINzqGrZ8K6n+MTSbAeQnAipGyL+KZCXuHaRlj2gyyy8B/9MvsFFqN7XHryQnB2QwhzvJXovg==}
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'}
@ -3515,6 +3523,8 @@ packages:
resolution: {integrity: sha512-mXF9AIgnvq1DP/ZM2R28tAfxP2wKZHYa2DjV0R1KCwcqSzm5Iqh1XQq9rdfAt6dp2DuPP0VHZIaCALc2v1cL5A==}
engines: {node: '>=14.18.0', npm: '>=6.14.15'}
hasBin: true
dependencies:
'@xmldom/xmldom': 0.8.7
dev: true
bundledDependencies:
- '@xmldom/xmldom'

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@uptime.link/interfaces',
version: '2.0.6',
version: '2.0.7',
description: 'TypeScript interface for the uptime.link API and modules'
}