diff --git a/Source/QuestionsTabApp/package-lock.json b/Source/QuestionsTabApp/package-lock.json index ab4ad10..3d8957a 100644 --- a/Source/QuestionsTabApp/package-lock.json +++ b/Source/QuestionsTabApp/package-lock.json @@ -6544,9 +6544,9 @@ } }, "jasmine-core": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-3.4.0.tgz", - "integrity": "sha512-HU/YxV4i6GcmiH4duATwAbJQMlE0MsDIR5XmSVxURxKHn3aGAdbY1/ZJFmVRbKtnLwIxxMJD7gYaPsypcbYimg==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-4.0.1.tgz", + "integrity": "sha512-w+JDABxQCkxbGGxg+a2hUVZyqUS2JKngvIyLGu/xiw2ZwgsoSB0iiecLQsQORSeaKQ6iGrCyWG86RfNDuoA7Lg==", "dev": true }, "jasmine-spec-reporter": { @@ -6783,6 +6783,14 @@ "dev": true, "requires": { "jasmine-core": "^3.3" + }, + "dependencies": { + "jasmine-core": { + "version": "3.99.1", + "resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-3.99.1.tgz", + "integrity": "sha512-Hu1dmuoGcZ7AfyynN3LsfruwMbxMALMka+YtZeGoLuDEySVmVAPaonkNoBRIw/ectu8b9tVQCJNgp4a4knp+tg==", + "dev": true + } } }, "karma-jasmine-html-reporter": { diff --git a/Source/QuestionsTabApp/package.json b/Source/QuestionsTabApp/package.json index c84cce9..cd65596 100644 --- a/Source/QuestionsTabApp/package.json +++ b/Source/QuestionsTabApp/package.json @@ -46,7 +46,7 @@ "@types/jasminewd2": "~2.0.6", "@types/node": "~12.7.5", "codelyzer": "~5.1.0", - "jasmine-core": "~3.4.0", + "jasmine-core": "~4.0.1", "jasmine-spec-reporter": "~4.2.1", "karma": "~4.3.0", "karma-chrome-launcher": "~3.1.0",