diff --git a/Source/QuestionsTabApp/package-lock.json b/Source/QuestionsTabApp/package-lock.json index ab4ad10..9a81fb3 100644 --- a/Source/QuestionsTabApp/package-lock.json +++ b/Source/QuestionsTabApp/package-lock.json @@ -2055,9 +2055,9 @@ "dev": true }, "@types/jasminewd2": { - "version": "2.0.8", - "resolved": "https://registry.npmjs.org/@types/jasminewd2/-/jasminewd2-2.0.8.tgz", - "integrity": "sha512-d9p31r7Nxk0ZH0U39PTH0hiDlJ+qNVGjlt1ucOoTUptxb2v+Y5VMnsxfwN+i3hK4yQnqBi3FMmoMFcd1JHDxdg==", + "version": "2.0.10", + "resolved": "https://registry.npmjs.org/@types/jasminewd2/-/jasminewd2-2.0.10.tgz", + "integrity": "sha512-J7mDz7ovjwjc+Y9rR9rY53hFWKATcIkrr9DwQWmOas4/pnIPJTXawnzjwpHm3RSxz/e3ZVUvQ7cRbd5UQLo10g==", "dev": true, "requires": { "@types/jasmine": "*" diff --git a/Source/QuestionsTabApp/package.json b/Source/QuestionsTabApp/package.json index c84cce9..0d40795 100644 --- a/Source/QuestionsTabApp/package.json +++ b/Source/QuestionsTabApp/package.json @@ -43,7 +43,7 @@ "@angular/language-service": "^8.2.6", "@types/adal": "^1.0.29", "@types/jasmine": "~3.4.0", - "@types/jasminewd2": "~2.0.6", + "@types/jasminewd2": "~2.0.10", "@types/node": "~12.7.5", "codelyzer": "~5.1.0", "jasmine-core": "~3.4.0",