build(deps-dev): bump typescript from 4.5.5 to 4.7.2 (#133)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-05-31 09:15:20 +02:00 committed by GitHub
parent 8d7807f212
commit 5c4e8469cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -42,7 +42,7 @@
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"ts-jest": "^27.1.4", "ts-jest": "^27.1.4",
"ts-node": "^10.7.0", "ts-node": "^10.7.0",
"typescript": "^4.5.5" "typescript": "^4.7.2"
}, },
"engines": { "engines": {
"bee": "1.6.0", "bee": "1.6.0",
@ -8848,9 +8848,9 @@
} }
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "4.5.5", "version": "4.7.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.5.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.2.tgz",
"integrity": "sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==", "integrity": "sha512-Mamb1iX2FDUpcTRzltPxgWMKy3fhg0TN378ylbktPGPK/99KbDtMQ4W1hwgsbPAsG3a0xKa1vmw4VKZQbkvz5A==",
"dev": true, "dev": true,
"bin": { "bin": {
"tsc": "bin/tsc", "tsc": "bin/tsc",
@ -15880,9 +15880,9 @@
} }
}, },
"typescript": { "typescript": {
"version": "4.5.5", "version": "4.7.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.5.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.2.tgz",
"integrity": "sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==", "integrity": "sha512-Mamb1iX2FDUpcTRzltPxgWMKy3fhg0TN378ylbktPGPK/99KbDtMQ4W1hwgsbPAsG3a0xKa1vmw4VKZQbkvz5A==",
"dev": true "dev": true
}, },
"universalify": { "universalify": {

View File

@ -69,7 +69,7 @@
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"ts-jest": "^27.1.4", "ts-jest": "^27.1.4",
"ts-node": "^10.7.0", "ts-node": "^10.7.0",
"typescript": "^4.5.5" "typescript": "^4.7.2"
}, },
"engines": { "engines": {
"node": ">=12.0.0", "node": ">=12.0.0",