diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-06-08 07:52:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-08 07:52:24 +0000 |
commit | d889c8629d545e38e67ee592803965c6c35dd568 (patch) | |
tree | 0f4c1ee3dacf7375f0ffd7caab2152a31ee02a60 /package.json | |
parent | df2727ae44651316b7d9afd127058523bd2442b0 (diff) | |
download | nextcloud-server-d889c8629d545e38e67ee592803965c6c35dd568.tar.gz nextcloud-server-d889c8629d545e38e67ee592803965c6c35dd568.zip |
chore(deps-dev): Bump tslib from 2.5.0 to 2.5.3
Bumps [tslib](https://github.com/Microsoft/tslib) from 2.5.0 to 2.5.3.
- [Release notes](https://github.com/Microsoft/tslib/releases)
- [Commits](https://github.com/Microsoft/tslib/compare/2.5.0...v2.5.3)
---
updated-dependencies:
- dependency-name: tslib
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 3ea4dbe3ac2..9da2a4d49dd 100644 --- a/package.json +++ b/package.json @@ -171,7 +171,7 @@ "tar": "^6.1.15", "ts-loader": "^9.4.2", "ts-node": "^10.9.1", - "tslib": "^2.4.1", + "tslib": "^2.5.3", "typescript": "^4.9.3", "vue-loader": "^15.9.8", "vue-template-compiler": "^2.7.14", |