From f7eaa5ec299fc045ea5a16adce357e385c313069 Mon Sep 17 00:00:00 2001 From: Steve Gravrock Date: Mon, 16 May 2022 19:46:27 -0700 Subject: [PATCH] Fixed failing CI builds for Node 12 and 14 See https://github.com/npm/cli/issues/4896 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 70821221..5e4bf5df 100644 --- a/package.json +++ b/package.json @@ -43,8 +43,8 @@ "grunt-contrib-concat": "^2.0.0", "grunt-css-url-embed": "^1.11.1", "grunt-sass": "^3.0.2", - "jasmine": "github:jasmine/jasmine-npm#main", - "jasmine-browser-runner": "github:jasmine/jasmine-browser#main", + "jasmine": "^4.1.0", + "jasmine-browser-runner": "^1.0.0", "jsdom": "^19.0.0", "load-grunt-tasks": "^5.1.0", "prettier": "1.17.1",