Skip to content

Commit 6b2f86b

Browse files
build(deps): bump tslib to 2.7.0 (#53)
* build(deps): bump tslib from 2.6.3 to 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](microsoft/tslib@v2.6.3...v2.7.0) --- updated-dependencies: - dependency-name: tslib dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update CHANGELOG.md --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sebastian Köhler <74658813+SebastianKohler@users.noreply.github.com>
1 parent 6c9d256 commit 6b2f86b

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/), and this
1616

1717
- Update `nginx` to 1.26.2.
1818
- Deps: update `@angular` to 18.2.2.
19+
- Deps: update `tslib` to 2.7.0.
1920
- Deps (transitive): update `micromatch` to 4.0.8.
2021

2122

package-lock.json

+10-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"docx": "^8.5.0",
2828
"openai": "^4.53.2",
2929
"rxjs": "~7.8.1",
30-
"tslib": "^2.6.3",
30+
"tslib": "^2.7.0",
3131
"zone.js": "~0.14.10"
3232
},
3333
"devDependencies": {

0 commit comments

Comments
 (0)