diff --git a/package.json b/package.json index 39a5484f9184..852ca9b38829 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "@types/glob": "^7.1.3", "@types/gulp": "4.0.8", "@types/inquirer": "^7.3.1", - "@types/jasmine": "^3.5.4", + "@types/jasmine": "^3.6.0", "@types/marked": "^1.2.1", "@types/merge2": "^0.3.30", "@types/minimist": "^1.2.0", @@ -127,8 +127,8 @@ "highlight.js": "^10.4.0", "husky": "5.0.6", "inquirer": "^7.1.0", - "jasmine": "^3.5.0", - "jasmine-core": "^3.5.0", + "jasmine": "^3.6.0", + "jasmine-core": "^3.6.0", "kagekiri": "^1.0.18", "karma": "^4.4.1", "karma-browserstack-launcher": "^1.6.0", diff --git a/tslint.json b/tslint.json index 99a8f8115a64..6076ace7e711 100644 --- a/tslint.json +++ b/tslint.json @@ -100,7 +100,7 @@ "no-namespace": true, "jsdoc-format": [true, "check-multiline-start"], "no-duplicate-imports": true, - "await-promise": true, + "await-promise": [true, "PromiseLike"], "array-type": [true, "array"], // Codelyzer diff --git a/yarn.lock b/yarn.lock index bc21e5955e87..b0cb83800c4c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1959,10 +1959,10 @@ resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.3.tgz#4ba8ddb720221f432e443bd5f9117fd22cfd4762" integrity sha512-sz7iLqvVUg1gIedBOvlkxPlc8/uVzyS5OwGz1cKjXzkl3FpL3al0crU8YGU1WoHkxn0Wxbw5tyi6hvzJKNzFsw== -"@types/jasmine@^3.5.4": - version "3.5.4" - resolved "https://registry.yarnpkg.com/@types/jasmine/-/jasmine-3.5.4.tgz#8f9b7b03cc6204d2048b08128dac1f341bfe0591" - integrity sha512-Uc/obv/lRh1t6RMOV6wkiAfYSZ0AOSTJqVl0Th8bHFcDhw4rQ0L60sxVnmOJj+RXbVboAE1Fd/mBclQWARRAsQ== +"@types/jasmine@^3.6.0": + version "3.6.3" + resolved "https://registry.yarnpkg.com/@types/jasmine/-/jasmine-3.6.3.tgz#824df555b8a5114f91619e78d8f59624d6f23050" + integrity sha512-5QKAG8WfC9XrOgYLXPrxv1G2IIUE6zDyzTWamhNWJO0LqPRUbZ0q0zGHDhDJ7MpFloUuyME/jpBIdPjq3/P3jA== "@types/lodash.debounce@^4.0.6": version "4.0.6" @@ -7734,7 +7734,7 @@ istanbul@^0.4.5: which "^1.1.1" wordwrap "^1.0.0" -jasmine-core@^3.5.0, jasmine-core@^3.6.0, jasmine-core@~3.6.0: +jasmine-core@^3.6.0, jasmine-core@~3.6.0: version "3.6.0" resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-3.6.0.tgz#491f3bb23941799c353ceb7a45b38a950ebc5a20" integrity sha512-8uQYa7zJN8hq9z+g8z1bqCfdC8eoDAeVnM5sfqs7KHv9/ifoJ500m018fpFc7RDaO6SWCLCXwo/wPSNcdYTgcw== @@ -7761,7 +7761,7 @@ jasmine@2.8.0: glob "^7.0.6" jasmine-core "~2.8.0" -jasmine@^3.5.0: +jasmine@^3.6.0: version "3.6.4" resolved "https://registry.yarnpkg.com/jasmine/-/jasmine-3.6.4.tgz#1f8e4a0d5028a2dc66942b73b9fef4c32be97ad5" integrity sha512-hIeOou6y0BgCOKYgXYveQvlY+PTHgDPajFf+vLCYbMTQ+VjAP9+EQv0nuC9+gyCAAWISRFauB1XUb9kFuOKtcQ==