From 4ca6b1e65269a8b3c409e55f115b048c32b2b3ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Aug 2021 19:12:57 +0000 Subject: [PATCH] Bump jasmine-core from 2.99.1 to 3.9.0 Bumps [jasmine-core](https://github.com/jasmine/jasmine) from 2.99.1 to 3.9.0. - [Release notes](https://github.com/jasmine/jasmine/releases) - [Changelog](https://github.com/jasmine/jasmine/blob/main/RELEASE.md) - [Commits](https://github.com/jasmine/jasmine/compare/v2.99.1...v3.9.0) --- updated-dependencies: - dependency-name: jasmine-core 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 8b29a97..f73cfe9 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "grunt-contrib-uglify": "^3.0.1", "grunt-contrib-watch": "~1.1.0", "grunt-karma": "^2.0.0", - "jasmine-core": "^2.4.1", + "jasmine-core": "^3.9.0", "jasmine-node": "^1.14.5", "jshint": "^2.9.1", "jshint-stylish": "^2.1.0",