From 1961ec891e4fba445d1a042a5015c2a995ac3ce6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 14:06:19 +0000 Subject: [PATCH] chore(deps-dev): bump the npm_and_yarn group across 1 directory with 7 updates Bumps the npm_and_yarn group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [angular](https://github.com/angular/angular.js) | `1.6.1` | `1.8.3` | | [angular-sanitize](https://github.com/angular/angular.js) | `1.6.1` | `1.8.3` | | [grunt](https://github.com/gruntjs/grunt) | `0.4.5` | `1.6.1` | | [grunt-karma](https://github.com/karma-runner/grunt-karma) | `0.12.2` | `4.0.2` | | [karma](https://github.com/karma-runner/karma) | `0.13.22` | `6.3.16` | | [marked](https://github.com/markedjs/marked) | `0.3.19` | `17.0.4` | | [shelljs](https://github.com/shelljs/shelljs) | `0.6.1` | `0.10.0` | Updates `angular` from 1.6.1 to 1.8.3 - [Changelog](https://github.com/angular/angular.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/angular/angular.js/compare/v1.6.1...v1.8.3) Updates `angular-sanitize` from 1.6.1 to 1.8.3 - [Changelog](https://github.com/angular/angular.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/angular/angular.js/compare/v1.6.1...v1.8.3) Updates `grunt` from 0.4.5 to 1.6.1 - [Release notes](https://github.com/gruntjs/grunt/releases) - [Changelog](https://github.com/gruntjs/grunt/blob/main/CHANGELOG) - [Commits](https://github.com/gruntjs/grunt/compare/v0.4.5...v1.6.1) Updates `grunt-karma` from 0.12.2 to 4.0.2 - [Release notes](https://github.com/karma-runner/grunt-karma/releases) - [Changelog](https://github.com/karma-runner/grunt-karma/blob/master/CHANGELOG.md) - [Commits](https://github.com/karma-runner/grunt-karma/compare/v0.12.2...v4.0.2) Updates `karma` from 0.13.22 to 6.3.16 - [Release notes](https://github.com/karma-runner/karma/releases) - [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md) - [Commits](https://github.com/karma-runner/karma/compare/v0.13.22...v6.3.16) Updates `marked` from 0.3.19 to 17.0.4 - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v0.3.19...v17.0.4) Updates `shelljs` from 0.6.1 to 0.10.0 - [Release notes](https://github.com/shelljs/shelljs/releases) - [Changelog](https://github.com/shelljs/shelljs/blob/main/CHANGELOG.md) - [Commits](https://github.com/shelljs/shelljs/commits/v0.10.0) --- updated-dependencies: - dependency-name: angular dependency-version: 1.8.3 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: angular-sanitize dependency-version: 1.8.3 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: grunt dependency-version: 1.6.1 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: grunt-karma dependency-version: 4.0.2 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: karma dependency-version: 6.3.16 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: marked dependency-version: 17.0.4 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: shelljs dependency-version: 0.10.0 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index ca5cfe407d..7c9dde2e1d 100644 --- a/package.json +++ b/package.json @@ -30,10 +30,10 @@ "url": "https://github.com/angular-ui/bootstrap.git" }, "devDependencies": { - "angular": "1.6.1", + "angular": "1.8.3", "angular-mocks": "1.6.1", - "angular-sanitize": "1.6.1", - "grunt": "^0.4.5", + "angular-sanitize": "1.8.3", + "grunt": "^1.6.1", "grunt-cli": "^1.2.0", "grunt-contrib-concat": "^1.0.0", "grunt-contrib-copy": "^1.0.0", @@ -43,19 +43,19 @@ "grunt-ddescribe-iit": "0.0.6", "grunt-eslint": "^17.3.1", "grunt-html2js": "^0.3.0", - "grunt-karma": "^0.12.0", + "grunt-karma": "^4.0.2", "jasmine-core": "^2.2.0", - "karma": "0.13.22", + "karma": "6.3.16", "karma-chrome-launcher": "^0.2.0", "karma-coverage": "^0.5.0", "karma-firefox-launcher": "^0.1.4", "karma-jasmine": "^0.3.5", "load-grunt-tasks": "^3.3.0", "lodash": "^4.1.0", - "marked": "^0.3.5", + "marked": "^17.0.4", "node-static": "^0.7.8", "semver": "^5.0.1", - "shelljs": "^0.6.0" + "shelljs": "^0.10.0" }, "license": "MIT" }