From 1784de1abb461390a7c3161e6179d3adea30cf95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 16:08:29 +0000 Subject: [PATCH] chore(deps-dev): bump @types/jasmine in the testing group Bumps the testing group with 1 update: [@types/jasmine](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jasmine). Updates `@types/jasmine` from 5.1.4 to 5.1.5 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jasmine) --- updated-dependencies: - dependency-name: "@types/jasmine" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: testing ... Signed-off-by: dependabot[bot] --- examples/fdc3-chart-and-grid/js-datagrid/package.json | 2 +- .../js-datagrid/package.json | 2 +- package-lock.json | 8 +++++--- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/examples/fdc3-chart-and-grid/js-datagrid/package.json b/examples/fdc3-chart-and-grid/js-datagrid/package.json index c9e258ea3..6b6a92d7b 100644 --- a/examples/fdc3-chart-and-grid/js-datagrid/package.json +++ b/examples/fdc3-chart-and-grid/js-datagrid/package.json @@ -31,7 +31,7 @@ "@angular-devkit/build-angular": "17.3.11", "@angular/cli": "17.3.11", "@angular/compiler-cli": "17.3.12", - "@types/jasmine": "5.1.4", + "@types/jasmine": "5.1.5", "jasmine-core": "5.4.0", "karma": "6.4.4", "karma-chrome-launcher": "~3.2.0", diff --git a/examples/js-chart-and-grid-messagerouter/js-datagrid/package.json b/examples/js-chart-and-grid-messagerouter/js-datagrid/package.json index ca98ffd50..374737464 100644 --- a/examples/js-chart-and-grid-messagerouter/js-datagrid/package.json +++ b/examples/js-chart-and-grid-messagerouter/js-datagrid/package.json @@ -31,7 +31,7 @@ "@angular-devkit/build-angular": "17.3.11", "@angular/cli": "17.3.11", "@angular/compiler-cli": "17.3.12", - "@types/jasmine": "5.1.4", + "@types/jasmine": "5.1.5", "jasmine-core": "5.4.0", "karma": "6.4.4", "karma-chrome-launcher": "~3.2.0", diff --git a/package-lock.json b/package-lock.json index 9bbf22ac6..3ba171078 100644 --- a/package-lock.json +++ b/package-lock.json @@ -62,7 +62,7 @@ "@angular-devkit/build-angular": "17.3.11", "@angular/cli": "17.3.11", "@angular/compiler-cli": "17.3.12", - "@types/jasmine": "5.1.4", + "@types/jasmine": "5.1.5", "jasmine-core": "5.4.0", "karma": "6.4.4", "karma-chrome-launcher": "~3.2.0", @@ -332,7 +332,7 @@ "@angular-devkit/build-angular": "17.3.11", "@angular/cli": "17.3.11", "@angular/compiler-cli": "17.3.12", - "@types/jasmine": "5.1.4", + "@types/jasmine": "5.1.5", "jasmine-core": "5.4.0", "karma": "6.4.4", "karma-chrome-launcher": "~3.2.0", @@ -6271,7 +6271,9 @@ } }, "node_modules/@types/jasmine": { - "version": "5.1.4", + "version": "5.1.5", + "resolved": "https://registry.npmjs.org/@types/jasmine/-/jasmine-5.1.5.tgz", + "integrity": "sha512-SaCZ3kM5NjOiJqMRYwHpLbTfUC2Dyk1KS3QanNFsUYPGTk70CWVK/J9ueun6zNhw/UkgV7xl8V4ZLQZNRbfnNw==", "dev": true, "license": "MIT" },