diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-08-02 08:07:32 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-02 08:07:32 +0000 |
commit | cb56d2cc08dcb2d8c4acf63c397d26e65fce1a4d (patch) | |
tree | 43daf11b876e51ac3218c4b0deeb60177b2c544a /package.json | |
parent | 24b423dec2d666200530e14bc78aad9b3546c896 (diff) | |
download | nextcloud-server-cb56d2cc08dcb2d8c4acf63c397d26e65fce1a4d.tar.gz nextcloud-server-cb56d2cc08dcb2d8c4acf63c397d26e65fce1a4d.zip |
build(deps-dev): bump typescript from 5.4.3 to 5.4.5
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.3 to 5.4.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.3...v5.4.5)
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 2c50f0d3416..7fa07a1fec9 100644 --- a/package.json +++ b/package.json @@ -182,7 +182,7 @@ "ts-loader": "^9.5.0", "ts-node": "^10.9.1", "tslib": "^2.6.2", - "typescript": "^5.4.2", + "typescript": "^5.4.5", "vue-loader": "^15.9.8", "vue-template-compiler": "^2.7.16", "wait-on": "^7.2.0", |