diff --git a/src/tools/website/package-lock.json b/src/tools/website/package-lock.json index 63aebf24074..884cb383d6f 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.6.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.6.0", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.6.0.tgz", + "integrity": "sha512-ig1eqDzJaB0pqEvlPVIpSSyMaO92bH1N2rJpLMN/nX396wTpDA4Eq0uK+7I/2XG17pFaaKE0kjV/XPeGt7Evjw==", "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.6.0", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.6.0.tgz", + "integrity": "sha512-ig1eqDzJaB0pqEvlPVIpSSyMaO92bH1N2rJpLMN/nX396wTpDA4Eq0uK+7I/2XG17pFaaKE0kjV/XPeGt7Evjw==", "dev": true }, "hmac-drbg": { diff --git a/src/tools/website/package.json b/src/tools/website/package.json index cf7c8351b03..83d9753ad99 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.6.0", "jquery": "^3.6.0", "jshint-stylish": "latest", "ng-tags-input": "^3.2.0",