From 01da7b706927ae3dd90b34e7f8e04ce7bc405e24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 11:05:22 +0000 Subject: [PATCH] build(deps-dev): bump highlight.js in /src/tools/website Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 11.4.0 to 11.8.0. - [Release notes](https://github.com/highlightjs/highlight.js/releases) - [Changelog](https://github.com/highlightjs/highlight.js/blob/main/CHANGES.md) - [Commits](https://github.com/highlightjs/highlight.js/compare/11.4.0...11.8.0) --- updated-dependencies: - dependency-name: highlight.js dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/tools/website/package-lock.json | 30 ++++++++++++++--------------- src/tools/website/package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/src/tools/website/package-lock.json b/src/tools/website/package-lock.json index 63aebf24074..f73a1b5573b 100644 --- a/src/tools/website/package-lock.json +++ b/src/tools/website/package-lock.json @@ -32,19 +32,19 @@ "fs-extra": "^0.30.0", "grunt": "^1.3.0", "grunt-browserify": "^6.0.0", - "grunt-cli": "latest", + "grunt-cli": "*", "grunt-contrib-concat": "^1.0.1", "grunt-contrib-connect": "^3.0.0", "grunt-contrib-copy": "^1.0.0", - "grunt-contrib-cssmin": "latest", - "grunt-contrib-jshint": "latest", - "grunt-contrib-less": "latest", - "grunt-contrib-uglify": "latest", - "grunt-contrib-watch": "latest", - "grunt-preprocess": "latest", - "highlight.js": "^11.4.0", + "grunt-contrib-cssmin": "*", + "grunt-contrib-jshint": "*", + "grunt-contrib-less": "*", + "grunt-contrib-uglify": "*", + "grunt-contrib-watch": "*", + "grunt-preprocess": "*", + "highlight.js": "^11.8.0", "jquery": "^3.6.0", - "jshint-stylish": "latest", + "jshint-stylish": "*", "ng-tags-input": "^3.2.0", "rss": "^1.2.2", "satellizer": "^0.15.5", @@ -2895,9 +2895,9 @@ } }, "node_modules/highlight.js": { - "version": "11.4.0", - "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.4.0.tgz", - "integrity": "sha512-nawlpCBCSASs7EdvZOYOYVkJpGmAOKMYZgZtUqSRqodZE0GRVcFKwo1RcpeOemqh9hyttTdd5wDBwHkuSyUfnA==", + "version": "11.8.0", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.8.0.tgz", + "integrity": "sha512-MedQhoqVdr0U6SSnWPzfiadUcDHfN/Wzq25AkXiQv9oiOO/sG0S7XkvpFIqWBl9Yq1UYyYOOVORs5UW2XlPyzg==", "dev": true, "engines": { "node": ">=12.0.0" @@ -8432,9 +8432,9 @@ } }, "highlight.js": { - "version": "11.4.0", - "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.4.0.tgz", - "integrity": "sha512-nawlpCBCSASs7EdvZOYOYVkJpGmAOKMYZgZtUqSRqodZE0GRVcFKwo1RcpeOemqh9hyttTdd5wDBwHkuSyUfnA==", + "version": "11.8.0", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.8.0.tgz", + "integrity": "sha512-MedQhoqVdr0U6SSnWPzfiadUcDHfN/Wzq25AkXiQv9oiOO/sG0S7XkvpFIqWBl9Yq1UYyYOOVORs5UW2XlPyzg==", "dev": true }, "hmac-drbg": { diff --git a/src/tools/website/package.json b/src/tools/website/package.json index cf7c8351b03..90b206768c7 100644 --- a/src/tools/website/package.json +++ b/src/tools/website/package.json @@ -48,7 +48,7 @@ "grunt-contrib-uglify": "latest", "grunt-contrib-watch": "latest", "grunt-preprocess": "latest", - "highlight.js": "^11.4.0", + "highlight.js": "^11.8.0", "jquery": "^3.6.0", "jshint-stylish": "latest", "ng-tags-input": "^3.2.0",