From bf967effd981cbef5aa5f57e8c055e5f4494cf30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Aug 2022 10:42:03 +0000 Subject: [PATCH] build(deps-dev): bump grunt-contrib-concat in /src/tools/website Bumps [grunt-contrib-concat](https://github.com/gruntjs/grunt-contrib-concat) from 1.0.1 to 2.1.0. - [Release notes](https://github.com/gruntjs/grunt-contrib-concat/releases) - [Changelog](https://github.com/gruntjs/grunt-contrib-concat/blob/main/CHANGELOG) - [Commits](https://github.com/gruntjs/grunt-contrib-concat/compare/v1.0.1...v2.1.0) --- updated-dependencies: - dependency-name: grunt-contrib-concat dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src/tools/website/package-lock.json | 111 +++++++++++++++++++++++----- src/tools/website/package.json | 2 +- 2 files changed, 93 insertions(+), 20 deletions(-) diff --git a/src/tools/website/package-lock.json b/src/tools/website/package-lock.json index 63aebf24074..20feef55034 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-contrib-concat": "^1.0.1", + "grunt-cli": "*", + "grunt-contrib-concat": "^2.1.0", "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", + "grunt-contrib-cssmin": "*", + "grunt-contrib-jshint": "*", + "grunt-contrib-less": "*", + "grunt-contrib-uglify": "*", + "grunt-contrib-watch": "*", + "grunt-preprocess": "*", "highlight.js": "^11.4.0", "jquery": "^3.6.0", - "jshint-stylish": "latest", + "jshint-stylish": "*", "ng-tags-input": "^3.2.0", "rss": "^1.2.2", "satellizer": "^0.15.5", @@ -2203,19 +2203,62 @@ } }, "node_modules/grunt-contrib-concat": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/grunt-contrib-concat/-/grunt-contrib-concat-1.0.1.tgz", - "integrity": "sha1-YVCYYwhOhx1+ht5IwBUlntl3Rb0=", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/grunt-contrib-concat/-/grunt-contrib-concat-2.1.0.tgz", + "integrity": "sha512-Vnl95JIOxfhEN7bnYIlCgQz41kkbi7tsZ/9a4usZmxNxi1S2YAIOy8ysFmO8u4MN26Apal1O106BwARdaNxXQw==", "dev": true, "dependencies": { - "chalk": "^1.0.0", + "chalk": "^4.1.2", "source-map": "^0.5.3" }, "engines": { - "node": ">=0.10.0" + "node": ">=0.12.0" }, "peerDependencies": { - "grunt": ">=0.4.0" + "grunt": ">=1.4.1" + } + }, + "node_modules/grunt-contrib-concat/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/grunt-contrib-concat/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/grunt-contrib-concat/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" } }, "node_modules/grunt-contrib-connect": { @@ -7918,13 +7961,43 @@ } }, "grunt-contrib-concat": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/grunt-contrib-concat/-/grunt-contrib-concat-1.0.1.tgz", - "integrity": "sha1-YVCYYwhOhx1+ht5IwBUlntl3Rb0=", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/grunt-contrib-concat/-/grunt-contrib-concat-2.1.0.tgz", + "integrity": "sha512-Vnl95JIOxfhEN7bnYIlCgQz41kkbi7tsZ/9a4usZmxNxi1S2YAIOy8ysFmO8u4MN26Apal1O106BwARdaNxXQw==", "dev": true, "requires": { - "chalk": "^1.0.0", + "chalk": "^4.1.2", "source-map": "^0.5.3" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } } }, "grunt-contrib-connect": { diff --git a/src/tools/website/package.json b/src/tools/website/package.json index cf7c8351b03..d1863c10011 100644 --- a/src/tools/website/package.json +++ b/src/tools/website/package.json @@ -39,7 +39,7 @@ "grunt": "^1.3.0", "grunt-browserify": "^6.0.0", "grunt-cli": "latest", - "grunt-contrib-concat": "^1.0.1", + "grunt-contrib-concat": "^2.1.0", "grunt-contrib-connect": "^3.0.0", "grunt-contrib-copy": "^1.0.0", "grunt-contrib-cssmin": "latest",