Update package versions
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Brandon Watson 2021-12-22 21:06:48 -05:00
parent 362a5e9d7c
commit 728d3a64a2
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -514,9 +514,9 @@
"integrity": "sha512-6rt+RN7aOi1nGMyC4Xa5DdYiukl2UWCbcJft7YhxReBGQD7OAM8Pbxw6YMo4r2diNEA8FEmu32YOn9rhaiE5yw==" "integrity": "sha512-6rt+RN7aOi1nGMyC4Xa5DdYiukl2UWCbcJft7YhxReBGQD7OAM8Pbxw6YMo4r2diNEA8FEmu32YOn9rhaiE5yw=="
}, },
"typescript": { "typescript": {
"version": "4.3.2", "version": "4.5.4",
"resolved": "http://linuxhost.me:4873/typescript/-/typescript-4.3.2.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.4.tgz",
"integrity": "sha512-zZ4hShnmnoVnAHpVHWpTcxdv7dWP60S2FsydQLV8V5PbS3FifjWFFRiHSWpDJahly88PRyV5teTSLoq4eG7mKw==", "integrity": "sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==",
"dev": true "dev": true
}, },
"tz-offset": { "tz-offset": {

View File

@ -36,6 +36,6 @@
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^13.11.1", "@types/node": "^13.11.1",
"typescript": "^4.3.2" "typescript": "^4.5.4"
} }
} }