diff options
author | 2021-02-11 06:08:19 +0000 | |
---|---|---|
committer | 2021-02-11 06:08:19 +0000 | |
commit | d2b60cacb612fab7975f9a9ef07571950763b57b (patch) | |
tree | 90df8e72e0b27d1a4466ab059aa6cb7c7f9404a5 | |
parent | Merge pull request #133 from python-discord/github-annotations-eslint (diff) |
Bump typescript from 4.1.4 to 4.1.5
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.1.4 to 4.1.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.1.4...v4.1.5)
Signed-off-by: dependabot[bot] <[email protected]>
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | yarn.lock | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index f4b6b12..a36627c 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "react-transition-group": "4.4.1", "smoothscroll-polyfill": "0.4.4", "swc-loader": "0.1.12", - "typescript": "4.1.4", + "typescript": "4.1.5", "webpack": "5.21.2", "webpack-cli": "4.5.0", "webpack-manifest-plugin": "3.0.0", @@ -8694,10 +8694,10 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" - version "4.1.4" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.4.tgz#f058636e2f4f83f94ddaae07b20fd5e14598432f" - integrity sha512-+Uru0t8qIRgjuCpiSPpfGuhHecMllk5Zsazj5LZvVsEStEjmIRRBZe+jHjGQvsgS7M1wONy2PQXd67EMyV6acg== + version "4.1.5" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.5.tgz#123a3b214aaff3be32926f0d8f1f6e704eb89a72" + integrity sha512-6OSu9PTIzmn9TCDiovULTnET6BgXtDYL4Gg4szY+cGsc3JP1dQL8qvE8kShTRx1NIw4Q9IBHlwODjkjWEtMUyA== unicode-canonical-property-names-ecmascript@^1.0.4: version "1.0.4" |