From 25e3ec68af016475605c84ea6699adade753a38d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 04:12:32 +0000 Subject: [PATCH] Bump jasmine from 3.99.0 to 4.5.0 Bumps [jasmine](https://github.com/jasmine/jasmine-npm) from 3.99.0 to 4.5.0. - [Release notes](https://github.com/jasmine/jasmine-npm/releases) - [Changelog](https://github.com/jasmine/jasmine-npm/blob/main/RELEASE.md) - [Commits](https://github.com/jasmine/jasmine-npm/compare/v3.99.0...v4.5.0) --- updated-dependencies: - dependency-name: jasmine dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4f50b5c..1e4dd3c 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "cordova-paramedic": "git+https://github.com/apache/cordova-paramedic", "cordova-plugin-xml": "^0.1.2", "eslint": "^6.5.1", - "jasmine": "^3.2.0" + "jasmine": "^4.5.0" }, "scripts": { "test": "npm run eslint",