From 20786f966c8ae3a5d21b95670529d951892203bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 07:57:28 +0000 Subject: [PATCH] Bump tslib in /angular/directives/attribute-directives Bumps [tslib](https://github.com/Microsoft/tslib) from 2.5.0 to 2.5.2. - [Release notes](https://github.com/Microsoft/tslib/releases) - [Commits](https://github.com/Microsoft/tslib/compare/2.5.0...2.5.2) --- updated-dependencies: - dependency-name: tslib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../attribute-directives/package-lock.json | 12 +++++++++--- angular/directives/attribute-directives/package.json | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/angular/directives/attribute-directives/package-lock.json b/angular/directives/attribute-directives/package-lock.json index 1d20cce620..b583a938c5 100644 --- a/angular/directives/attribute-directives/package-lock.json +++ b/angular/directives/attribute-directives/package-lock.json @@ -188,6 +188,12 @@ "dev": true } } + }, + "tslib": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.0.tgz", + "integrity": "sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==", + "dev": true } } }, @@ -8302,9 +8308,9 @@ "dev": true }, "tslib": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.0.tgz", - "integrity": "sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==" + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.2.tgz", + "integrity": "sha512-5svOrSA2w3iGFDs1HibEVBGbDrAY82bFQ3HZ3ixB+88nsbsWQoKqDRb5UBYAUPEzbBn6dAp5gRNXglySbx1MlA==" }, "tuf-js": { "version": "1.1.1", diff --git a/angular/directives/attribute-directives/package.json b/angular/directives/attribute-directives/package.json index 439668b84a..f705c5591b 100644 --- a/angular/directives/attribute-directives/package.json +++ b/angular/directives/attribute-directives/package.json @@ -20,7 +20,7 @@ "@angular/platform-browser-dynamic": "^15.2.1", "@angular/router": "^15.2.1", "rxjs": "^7.8.0", - "tslib": "^2.0.0", + "tslib": "^2.5.2", "zone.js": "~0.13.0" }, "devDependencies": {