diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-01-17 22:35:23 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2022-01-17 22:35:23 -0500 |
commit | a6497617126893e2e7974016a32583dfe0384089 (patch) | |
tree | b858649f2901acd8b7febe823e64aaf8f55a9e4a | |
parent | a3a8ed93c7754a288957f6712ee1002f173bf4d4 (diff) | |
download | bazarr-a6497617126893e2e7974016a32583dfe0384089.tar.gz bazarr-a6497617126893e2e7974016a32583dfe0384089.zip |
no log: Bump typescript from 4.4.3 to 4.5.4 in /frontend (#1684)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.4.3 to 4.5.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.4.3...v4.5.4)
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | frontend/package-lock.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 97c387af9..a9b656842 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -20378,9 +20378,9 @@ } }, "node_modules/typescript": { - "version": "4.4.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.3.tgz", - "integrity": "sha512-4xfscpisVgqqDfPaJo5vkd+Qd/ItkoagnHpufr+i2QCHBsNYp+G7UAoyFl8aPtx879u38wPV65rZ8qbGZijalA==", + "version": "4.5.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.4.tgz", + "integrity": "sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -37923,9 +37923,9 @@ } }, "typescript": { - "version": "4.4.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.3.tgz", - "integrity": "sha512-4xfscpisVgqqDfPaJo5vkd+Qd/ItkoagnHpufr+i2QCHBsNYp+G7UAoyFl8aPtx879u38wPV65rZ8qbGZijalA==" + "version": "4.5.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.4.tgz", + "integrity": "sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==" }, "unbox-primitive": { "version": "1.0.1", |