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 /package-lock.json | |
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>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 6 |
1 files changed, 3 insertions, 3 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": { |