From 3f8fe5f08452540a54a9ba4df4c2bab4ef876264 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jun 2022 19:44:04 +0000 Subject: [PATCH] Bump @angular/core from 4.4.6 to 11.0.5 in /playground Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 4.4.6 to 11.0.5. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/11.0.5/packages/core) --- updated-dependencies: - dependency-name: "@angular/core" dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- playground/package-lock.json | 15 +++++++++++---- playground/package.json | 2 +- playground/yarn.lock | 12 ++++++++---- 3 files changed, 20 insertions(+), 9 deletions(-) diff --git a/playground/package-lock.json b/playground/package-lock.json index 0d6fe6c..b54a52b 100644 --- a/playground/package-lock.json +++ b/playground/package-lock.json @@ -32,11 +32,18 @@ } }, "@angular/core": { - "version": "4.4.6", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-4.4.6.tgz", - "integrity": "sha1-EwMf0Q3P5DiHVBmzjyESCVi8I1Q=", + "version": "11.0.5", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-11.0.5.tgz", + "integrity": "sha512-XAXWQi7R3ucZXQwx9QK5jSKJeQyRJ53u2dQDpr7R5stzeCy1a5hrNOkZLg9zOTTPcth/6+FrOrRZP9SMdxtw3w==", "requires": { - "tslib": "1.8.1" + "tslib": "^2.0.0" + }, + "dependencies": { + "tslib": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz", + "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==" + } } }, "@angular/platform-browser": { diff --git a/playground/package.json b/playground/package.json index d3c67f8..be6644f 100644 --- a/playground/package.json +++ b/playground/package.json @@ -25,7 +25,7 @@ }, "dependencies": { "@angular/common": "^4.0.0", - "@angular/core": "^4.0.0", + "@angular/core": "^11.0.5", "@angular/platform-browser": "^4.0.0", "@angular/platform-browser-dynamic": "^4.0.0" }, diff --git a/playground/yarn.lock b/playground/yarn.lock index a0bb85b..df1a779 100644 --- a/playground/yarn.lock +++ b/playground/yarn.lock @@ -22,11 +22,11 @@ dependencies: tslib "^1.7.1" -"@angular/core@^4.0.0": - version "4.4.4" - resolved "https://registry.yarnpkg.com/@angular/core/-/core-4.4.4.tgz#bd37ecf54158f97489996c9386bd222f80a32f5c" +"@angular/core@^11.0.5": + version "11.0.5" + resolved "https://registry.yarnpkg.com/@angular/core/-/core-11.0.5.tgz#b8c448c3cd4f6dae7327cc1ba4ee2aa29c8dbc26" dependencies: - tslib "^1.7.1" + tslib "^2.0.0" "@angular/platform-browser-dynamic@^4.0.0": version "4.4.4" @@ -4725,6 +4725,10 @@ tslib@^1.7.1: version "1.7.1" resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.7.1.tgz#bc8004164691923a79fe8378bbeb3da2017538ec" +tslib@^2.0.0: + version "2.4.0" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3" + tty-browserify@0.0.0: version "0.0.0" resolved "https://registry.yarnpkg.com/tty-browserify/-/tty-browserify-0.0.0.tgz#a157ba402da24e9bf957f9aa69d524eed42901a6"