From e6207ee9e94df44870b161284be007ef972e0822 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jun 2022 22:31:11 +0000 Subject: [PATCH] Bump @angular/core from 11.0.2 to 11.0.5 Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 11.0.2 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 | 17 ++++------------- package.json | 2 +- 2 files changed, 5 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8bd622f..b7c0b05 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "angular2-highlight-js", - "version": "8.0.1", + "version": "9.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -338,9 +338,9 @@ } }, "@angular/core": { - "version": "11.0.2", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-11.0.2.tgz", - "integrity": "sha512-GyDebks5ZPHDyChDW3VvzJq00Ct0iuesNpb9z/GpKtOXqug3sGr4KgkFDUTbfizKPWyeoaLH9FQYP55215nCKQ==", + "version": "11.0.5", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-11.0.5.tgz", + "integrity": "sha512-XAXWQi7R3ucZXQwx9QK5jSKJeQyRJ53u2dQDpr7R5stzeCy1a5hrNOkZLg9zOTTPcth/6+FrOrRZP9SMdxtw3w==", "requires": { "tslib": "^2.0.0" } @@ -1635,15 +1635,6 @@ "@types/node": "*" } }, - "@types/highlight.js": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/@types/highlight.js/-/highlight.js-10.1.0.tgz", - "integrity": "sha512-77hF2dGBsOgnvZll1vymYiNUtqJ8cJfXPD6GG/2M0aLRc29PkvB7Au6sIDjIEFcSICBhCh2+Pyq6WSRS7LUm6A==", - "dev": true, - "requires": { - "highlight.js": "*" - } - }, "@types/jasmine": { "version": "3.3.16", "resolved": "https://registry.npmjs.org/@types/jasmine/-/jasmine-3.3.16.tgz", diff --git a/package.json b/package.json index 64b5fd9..39b2b6a 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@angular/cdk": "~11.0.1", "@angular/common": "~11.0.2", "@angular/compiler": "~11.0.2", - "@angular/core": "~11.0.2", + "@angular/core": "~11.0.5", "@angular/forms": "~11.0.2", "@angular/material": "^11.0.1", "@angular/platform-browser": "~11.0.2",