From 542ef9020af085d034986faee85aa855b98ddd09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Oct 2022 11:50:07 +0000 Subject: [PATCH] build(deps-dev): bump underscore in /src/tools/website Bumps [underscore](https://github.com/jashkenas/underscore) from 1.13.2 to 1.13.6. - [Release notes](https://github.com/jashkenas/underscore/releases) - [Commits](https://github.com/jashkenas/underscore/compare/1.13.2...1.13.6) --- updated-dependencies: - dependency-name: underscore dependency-type: direct:development update-type: version-update:semver-patch ... 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..970dd24b525 100644 --- a/src/tools/website/package-lock.json +++ b/src/tools/website/package-lock.json @@ -32,24 +32,24 @@ "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", + "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", "slugify": "^1.5.0", - "underscore": "^1.12.1", + "underscore": "^1.13.6", "xmlbuilder": "^15.1.1" } }, @@ -5740,9 +5740,9 @@ } }, "node_modules/underscore": { - "version": "1.13.2", - "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.2.tgz", - "integrity": "sha512-ekY1NhRzq0B08g4bGuX4wd2jZx5GnKz6mKSqFL4nqBlfyMGiG10gDFhDTMEfYmDL6Jy0FUIZp7wiRB+0BP7J2g==", + "version": "1.13.6", + "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.6.tgz", + "integrity": "sha512-+A5Sja4HP1M08MaXya7p5LvjuM7K6q/2EaC0+iovj/wOcMsTzMvDFbasi/oSapiwOlt252IqsKqPjCl7huKS0A==", "dev": true }, "node_modules/underscore.string": { @@ -10709,9 +10709,9 @@ } }, "underscore": { - "version": "1.13.2", - "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.2.tgz", - "integrity": "sha512-ekY1NhRzq0B08g4bGuX4wd2jZx5GnKz6mKSqFL4nqBlfyMGiG10gDFhDTMEfYmDL6Jy0FUIZp7wiRB+0BP7J2g==", + "version": "1.13.6", + "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.6.tgz", + "integrity": "sha512-+A5Sja4HP1M08MaXya7p5LvjuM7K6q/2EaC0+iovj/wOcMsTzMvDFbasi/oSapiwOlt252IqsKqPjCl7huKS0A==", "dev": true }, "underscore.string": { diff --git a/src/tools/website/package.json b/src/tools/website/package.json index cf7c8351b03..9d3836aa217 100644 --- a/src/tools/website/package.json +++ b/src/tools/website/package.json @@ -55,7 +55,7 @@ "rss": "^1.2.2", "satellizer": "^0.15.5", "slugify": "^1.5.0", - "underscore": "^1.12.1", + "underscore": "^1.13.6", "xmlbuilder": "^15.1.1" }, "scripts": {