diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-09-21 03:07:44 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-21 03:07:44 +0000 |
commit | 43392502632b228c63df9e6c5a3c0087b60c4473 (patch) | |
tree | c2cebde15c0c2b1bc43e6ff4d534704fb9218e91 /package.json | |
parent | a33a2e2f9ca8b8ebbd9352994ccba676ce302f83 (diff) | |
download | nextcloud-server-43392502632b228c63df9e6c5a3c0087b60c4473.tar.gz nextcloud-server-43392502632b228c63df9e6c5a3c0087b60c4473.zip |
chore(deps-dev): Bump tslib from 2.6.3 to 2.7.0dependabot/npm_and_yarn/tslib-2.7.0
Bumps [tslib](https://github.com/Microsoft/tslib) from 2.6.3 to 2.7.0.
- [Release notes](https://github.com/Microsoft/tslib/releases)
- [Commits](https://github.com/Microsoft/tslib/compare/v2.6.3...v2.7.0)
---
updated-dependencies:
- dependency-name: tslib
dependency-type: direct:development
update-type: version-update:semver-minor
...
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 19e5ae36ada..42e505b84dd 100644 --- a/package.json +++ b/package.json @@ -184,7 +184,7 @@ "tar": "^7.4.3", "ts-loader": "^9.5.0", "ts-node": "^10.9.1", - "tslib": "^2.6.2", + "tslib": "^2.7.0", "typescript": "^5.5.4", "vitest": "^2.0.5", "vue-loader": "^15.9.8", |