diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-01-12 06:11:07 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-12 06:11:07 +0000 |
commit | 92ecee4466f6101faa62ab859b170fed62f0acb1 (patch) | |
tree | 724472d4e8d2383c882f036acf5ad984aaa7a408 | |
parent | e565857cbf48f6ae94f0dc93b7d1c605d8101468 (diff) | |
download | skyblock-api-92ecee4466f6101faa62ab859b170fed62f0acb1.tar.gz skyblock-api-92ecee4466f6101faa62ab859b170fed62f0acb1.tar.bz2 skyblock-api-92ecee4466f6101faa62ab859b170fed62f0acb1.zip |
Bump typescript from 4.5.2 to 4.5.4 (#162)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.2 to 4.5.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.5.2...v4.5.4)
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | package-lock.json | 14 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json index f432be0..cbc9029 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "dotenv": "^11.0.0", "mocha": "^9.1.3", "ts-node": "^10.4.0", - "typescript": "^4.5.2" + "typescript": "^4.5.4" }, "engines": { "node": ">=16.0.0" @@ -1939,9 +1939,9 @@ } }, "node_modules/typescript": { - "version": "4.5.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.2.tgz", - "integrity": "sha512-5BlMof9H1yGt0P8/WF+wPNw6GfctgGjXp5hkblpyT+8rkASSmkUKMXrxR0Xg8ThVCi/JnHQiKXeBaEwCeQwMFw==", + "version": "4.5.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.4.tgz", + "integrity": "sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==", "dev": true, "bin": { "tsc": "bin/tsc", @@ -3636,9 +3636,9 @@ } }, "typescript": { - "version": "4.5.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.2.tgz", - "integrity": "sha512-5BlMof9H1yGt0P8/WF+wPNw6GfctgGjXp5hkblpyT+8rkASSmkUKMXrxR0Xg8ThVCi/JnHQiKXeBaEwCeQwMFw==", + "version": "4.5.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.4.tgz", + "integrity": "sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==", "dev": true }, "unpipe": { diff --git a/package.json b/package.json index 23c8e35..e4906c3 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "dotenv": "^11.0.0", "mocha": "^9.1.3", "ts-node": "^10.4.0", - "typescript": "^4.5.2" + "typescript": "^4.5.4" }, "type": "module" } |