From 9bb392f1d6bf92c0128034239d75dbf08b9312f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2024 08:04:11 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 2 directories with 5 updates Bumps the npm_and_yarn group with 3 updates in the / directory: [highcharts](https://github.com/highcharts/highcharts-dist), [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) and [karma](https://github.com/karma-runner/karma). Bumps the npm_and_yarn group with 2 updates in the /examples directory: [webpack](https://github.com/webpack/webpack) and [webpack-dev-server](https://github.com/webpack/webpack-dev-server). Updates `highcharts` from 5.0.15 to 11.4.8 - [Commits](https://github.com/highcharts/highcharts-dist/commits/v11.4.8) Updates `@angular/core` from 2.4.10 to 18.2.2 - [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/18.2.2/packages/core) Updates `karma` from 1.7.1 to 6.4.4 - [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.4.4) Updates `webpack` from 1.15.0 to 5.94.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v1.15.0...v5.94.0) Updates `webpack-dev-server` from 1.16.5 to 5.0.4 - [Release notes](https://github.com/webpack/webpack-dev-server/releases) - [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-dev-server/compare/v1.16.5...v5.0.4) --- updated-dependencies: - dependency-name: highcharts dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: "@angular/core" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: karma dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: webpack dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: webpack-dev-server dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- examples/package.json | 4 ++-- package.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/package.json b/examples/package.json index 45e98132..b5cd4862 100644 --- a/examples/package.json +++ b/examples/package.json @@ -3,8 +3,8 @@ "version": "1.0.0", "devDependencies": { "typescript": "^2.0.1", - "webpack": "^1.12.9", - "webpack-dev-server": "^1.14.0", + "webpack": "^5.94.0", + "webpack-dev-server": "^5.0.4", "ts-loader": "^0.9.5" } } diff --git a/package.json b/package.json index b30cf344..3e25fcec 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@angular/common": "^2.1.1", "@angular/compiler": "^2.1.1", "@angular/compiler-cli": "^2.1.1", - "@angular/core": "^2.1.1", + "@angular/core": "^18.2.2", "@angular/http": "^2.1.1", "@angular/platform-browser": "^2.1.1", "@angular/platform-browser-dynamic": "^2.1.1", @@ -38,7 +38,7 @@ "core-js": "^2.4.1", "http-server": "^0.9.0", "jasmine-core": "~2.5.2", - "karma": "^1.3.0", + "karma": "^6.4.4", "karma-chrome-launcher": "^2.0.0", "karma-jasmine": "^1.0.2", "reflect-metadata": "^0.1.8", @@ -52,6 +52,6 @@ }, "dependencies": { "@types/highcharts": "^4.2.36", - "highcharts": "^5.0.2" + "highcharts": "^11.4.8" } }