From ec9d34a97a3703429bc02bdd9502003be3775c49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 21:27:56 +0000 Subject: [PATCH] chore(deps): bump the npm_and_yarn group across 1 directory with 5 updates Bumps the npm_and_yarn group with 5 updates in the /ui directory: | Package | From | To | | --- | --- | --- | | [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `9.1.13` | `19.0.1` | | [bootstrap](https://github.com/twbs/bootstrap) | `4.3.1` | `5.0.0` | | [node-sass](https://github.com/sass/node-sass) | `4.14.1` | `9.0.0` | | [axios](https://github.com/axios/axios) | `0.21.4` | `1.7.8` | | [karma](https://github.com/karma-runner/karma) | `1.7.1` | `6.3.16` | Updates `@angular/core` from 9.1.13 to 19.0.1 - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/19.0.1/packages/core) Updates `bootstrap` from 4.3.1 to 5.0.0 - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v4.3.1...v5.0.0) Updates `node-sass` from 4.14.1 to 9.0.0 - [Release notes](https://github.com/sass/node-sass/releases) - [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md) - [Commits](https://github.com/sass/node-sass/compare/v4.14.1...v9.0.0) Updates `axios` from 0.21.4 to 1.7.8 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.21.4...v1.7.8) Updates `karma` from 1.7.1 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/1.7.1...v6.3.16) --- updated-dependencies: - dependency-name: "@angular/core" dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: bootstrap dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: node-sass dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: axios dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: karma dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- ui/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/package.json b/ui/package.json index bed575b04..8434ea508 100644 --- a/ui/package.json +++ b/ui/package.json @@ -39,7 +39,7 @@ "@angular/cdk": "^9.1.2", "@angular/common": "^9.0.4", "@angular/compiler": "^9.0.4", - "@angular/core": "^9.0.4", + "@angular/core": "^19.0.1", "@angular/forms": "^9.0.4", "@angular/material": "^9.1.0", "@angular/platform-browser": "^9.0.4", @@ -51,7 +51,7 @@ "@nebular/security": "5.0.0", "@nebular/theme": "5.0.0", "@swimlane/ngx-charts": "^13.0.2", - "bootstrap": "4.3.1", + "bootstrap": "5.0.0", "classlist.js": "1.1.20150312", "core-js": "2.5.1", "dotenv": "^10.0.0", @@ -65,7 +65,7 @@ "ng2-completer": "^9.0.1", "ngx-monaco-editor": "9.0.0", "ngx-mqtt": "^7.0.14", - "node-sass": "^4.12.0", + "node-sass": "^9.0.0", "normalize.css": "6.0.0", "rxjs": "6.5.4", "rxjs-compat": "6.3.0", @@ -88,7 +88,7 @@ "@types/jasmine": "2.5.54", "@types/jasminewd2": "2.0.3", "@types/node": "12.20.42", - "axios": "^0.21.1", + "axios": "^1.7.8", "body-parser": "^1.19.0", "codelyzer": "^5.1.2", "conventional-changelog-cli": "1.3.4", @@ -98,7 +98,7 @@ "husky": "0.13.3", "jasmine-core": "2.6.4", "jasmine-spec-reporter": "4.1.1", - "karma": "1.7.1", + "karma": "6.3.16", "karma-chrome-launcher": "2.1.1", "karma-cli": "1.0.1", "karma-coverage-istanbul-reporter": "1.3.0",