diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-29 15:53:54 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-29 15:53:54 -0500 |
commit | 3ded9c5f10a6fe537e004ee1ecd29c425067235b (patch) | |
tree | aa925de595cf2fe672df6f6e15f219ded49f7ac8 | |
parent | 8f149a779b7cf25ef20694b8c2ed307a07dea81c (diff) | |
download | skyblock-api-3ded9c5f10a6fe537e004ee1ecd29c425067235b.tar.gz skyblock-api-3ded9c5f10a6fe537e004ee1ecd29c425067235b.tar.bz2 skyblock-api-3ded9c5f10a6fe537e004ee1ecd29c425067235b.zip |
Bump typescript from 4.2.4 to 4.3.2 (#43)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.2.4 to 4.3.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.2.4...v4.3.2)
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 | 6 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json index 16129d7..8cc4c67 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1400,9 +1400,9 @@ } }, "typescript": { - "version": "4.2.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.4.tgz", - "integrity": "sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg==", + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.2.tgz", + "integrity": "sha512-zZ4hShnmnoVnAHpVHWpTcxdv7dWP60S2FsydQLV8V5PbS3FifjWFFRiHSWpDJahly88PRyV5teTSLoq4eG7mKw==", "dev": true }, "unpipe": { diff --git a/package.json b/package.json index 473dd2d..1946658 100644 --- a/package.json +++ b/package.json @@ -46,6 +46,6 @@ "dotenv": "^10.0.0", "mocha": "^8.4.0", "ts-node": "^9.1.1", - "typescript": "^4.2.4" + "typescript": "^4.3.2" } } |