From 754efe0e9e1902f5ea7cb6d4ea87819918921c84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Dec 2022 05:09:16 +0000 Subject: [PATCH] build(deps-dev): bump angular-sanitize in /src/tools/website Bumps [angular-sanitize](https://github.com/angular/angular.js) from 1.8.2 to 1.8.3. - [Release notes](https://github.com/angular/angular.js/releases) - [Changelog](https://github.com/angular/angular.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/angular/angular.js/compare/v1.8.2...v1.8.3) --- updated-dependencies: - dependency-name: angular-sanitize dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/tools/website/package-lock.json | 31 +++++++++++++++-------------- src/tools/website/package.json | 2 +- 2 files changed, 17 insertions(+), 16 deletions(-) diff --git a/src/tools/website/package-lock.json b/src/tools/website/package-lock.json index 63aebf24074..f96d8b29fb2 100644 --- a/src/tools/website/package-lock.json +++ b/src/tools/website/package-lock.json @@ -19,7 +19,7 @@ "angular-file-saver": "^1.1.3", "angular-marked": "github:mpranj/angular-marked#v1.2.4", "angular-messages": "^1.8.2", - "angular-sanitize": "^1.8.2", + "angular-sanitize": "^1.8.3", "angular-slugify": "^1.0.3", "angular-translate": "^2.18.4", "angular-translate-loader-static-files": "^2.18.4", @@ -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", + "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", @@ -229,9 +229,10 @@ "dev": true }, "node_modules/angular-sanitize": { - "version": "1.8.2", - "resolved": "https://registry.npmjs.org/angular-sanitize/-/angular-sanitize-1.8.2.tgz", - "integrity": "sha512-OB6Goa+QN3byf5asQ7XRl7DKZejm/F/ZOqa9z1skqYVOWA2hoBxoCmt9E7+i7T/TbxZP5zYzKxNZVVJNu860Hg==", + "version": "1.8.3", + "resolved": "https://registry.npmjs.org/angular-sanitize/-/angular-sanitize-1.8.3.tgz", + "integrity": "sha512-2rxdqzlUVafUeWOwvY/FtyWk1pFTyCtzreeiTytG9m4smpuAEKaIJAjYeVwWsoV+nlTOcgpwV4W1OCmR+BQbUg==", + "deprecated": "For the actively supported Angular, see https://www.npmjs.com/package/@angular/core. AngularJS support has officially ended. For extended AngularJS support options, see https://goo.gle/angularjs-path-forward.", "dev": true }, "node_modules/angular-slugify": { @@ -6231,9 +6232,9 @@ "dev": true }, "angular-sanitize": { - "version": "1.8.2", - "resolved": "https://registry.npmjs.org/angular-sanitize/-/angular-sanitize-1.8.2.tgz", - "integrity": "sha512-OB6Goa+QN3byf5asQ7XRl7DKZejm/F/ZOqa9z1skqYVOWA2hoBxoCmt9E7+i7T/TbxZP5zYzKxNZVVJNu860Hg==", + "version": "1.8.3", + "resolved": "https://registry.npmjs.org/angular-sanitize/-/angular-sanitize-1.8.3.tgz", + "integrity": "sha512-2rxdqzlUVafUeWOwvY/FtyWk1pFTyCtzreeiTytG9m4smpuAEKaIJAjYeVwWsoV+nlTOcgpwV4W1OCmR+BQbUg==", "dev": true }, "angular-slugify": { diff --git a/src/tools/website/package.json b/src/tools/website/package.json index cf7c8351b03..6c2a3dd30e3 100644 --- a/src/tools/website/package.json +++ b/src/tools/website/package.json @@ -24,7 +24,7 @@ "angular-file-saver": "^1.1.3", "angular-marked": "github:mpranj/angular-marked#v1.2.4", "angular-messages": "^1.8.2", - "angular-sanitize": "^1.8.2", + "angular-sanitize": "^1.8.3", "angular-slugify": "^1.0.3", "angular-translate": "^2.18.4", "angular-translate-loader-static-files": "^2.18.4",