From ee6b7bd97ed69c84218e52bdc7339340fed8ac10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jun 2022 19:51:51 +0000 Subject: [PATCH] Bump @angular/core from 5.0.1 to 11.0.5 Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 5.0.1 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] --- package-lock.json | 30 +++++++++++++++++++++++++----- package.json | 2 +- 2 files changed, 26 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 25bde9a..eaa7ad9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,11 +44,18 @@ } }, "@angular/core": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-5.0.1.tgz", - "integrity": "sha1-pKdK/H4gWNMLgmPrbWbarOn0J7o=", + "version": "11.0.5", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-11.0.5.tgz", + "integrity": "sha512-XAXWQi7R3ucZXQwx9QK5jSKJeQyRJ53u2dQDpr7R5stzeCy1a5hrNOkZLg9zOTTPcth/6+FrOrRZP9SMdxtw3w==", "requires": { - "tslib": "1.9.0" + "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/forms": { @@ -508,7 +515,8 @@ "dev": true }, "bignumber.js": { - "version": "git+https://github.com/frozeman/bignumber.js-nolookahead.git#57692b3ecfc98bbdd6b3a516cb2353652ea49934" + "version": "git+https://github.com/frozeman/bignumber.js-nolookahead.git#57692b3ecfc98bbdd6b3a516cb2353652ea49934", + "from": "git+https://github.com/frozeman/bignumber.js-nolookahead.git#57692b3ecfc98bbdd6b3a516cb2353652ea49934" }, "binary-extensions": { "version": "1.11.0", @@ -3757,6 +3765,16 @@ "@angular/core": "5.0.1", "@types/jquery": "2.0.48", "ion-rangeslider": "2.2.0" + }, + "dependencies": { + "@angular/core": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-5.0.1.tgz", + "integrity": "sha512-YxqCVXOsOebvL+YJJzoatJ3AoUg+F6Nq7QFfJumZQ9FktWdgjx2JHdc+fRdTLTKW4jHDBcipYUICaY4yZ1z/yQ==", + "requires": { + "tslib": "^1.7.1" + } + } } }, "ngx-qrcode2": { @@ -7061,6 +7079,7 @@ "dependencies": { "bignumber.js": { "version": "git+https://github.com/debris/bignumber.js.git#94d7146671b9719e00a09c29b01a691bc85048c2", + "from": "git+https://github.com/debris/bignumber.js.git#94d7146671b9719e00a09c29b01a691bc85048c2", "dev": true }, "web3": { @@ -7092,6 +7111,7 @@ "dependencies": { "bignumber.js": { "version": "git+https://github.com/debris/bignumber.js.git#c7a38de919ed75e6fb6ba38051986e294b328df9", + "from": "git+https://github.com/debris/bignumber.js.git#c7a38de919ed75e6fb6ba38051986e294b328df9", "dev": true }, "web3": { diff --git a/package.json b/package.json index 76e6729..4f3311f 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@angular/common": "5.0.1", "@angular/compiler": "5.0.1", "@angular/compiler-cli": "5.0.1", - "@angular/core": "5.0.1", + "@angular/core": "11.0.5", "@angular/forms": "5.0.1", "@angular/http": "5.0.1", "@angular/platform-browser": "5.0.1",