From 7b8b3d547e935e8565edc34bb7381131bd4c11c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 20:24:34 +0000 Subject: [PATCH] Bump tslib from 2.6.3 to 2.7.0 in the production-dependencies group Bumps the production-dependencies group with 1 update: [tslib](https://github.com/Microsoft/tslib). Updates `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:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 9819e5d..035a873 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "node-notifier": "^10.0.1", "pg": "^8.12.0", "ssh2": "^1.15.0", - "tslib": "^2.6.3" + "tslib": "^2.7.0" }, "devDependencies": { "@heroku-cli/schema": "^1.0.25", diff --git a/yarn.lock b/yarn.lock index 596191b..70e50d8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5095,9 +5095,9 @@ tslib@^1.8.1, tslib@^1.9.3: version "1.14.1" resolved "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz" -tslib@^2.0.0, tslib@^2.1.0, tslib@^2.3.1, tslib@^2.4.1, tslib@^2.5.0, tslib@^2.6.3: - version "2.6.3" - resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.3.tgz#0438f810ad7a9edcde7a241c3d80db693c8cbfe0" +tslib@^2.0.0, tslib@^2.1.0, tslib@^2.3.1, tslib@^2.4.1, tslib@^2.5.0, tslib@^2.7.0: + version "2.7.0" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.7.0.tgz#d9b40c5c40ab59e8738f297df3087bf1a2690c01" tsutils@^3.21.0: version "3.21.0"