Update api-testing to 1.4.2

Change-Id: I6ad2dd62be31f9ebee13cf81159242daebf4389e
This commit is contained in:
Clara Andrew-Wani 2020-11-10 12:59:00 -05:00
parent 0315bd365a
commit 510e16e1d8
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -840,9 +840,9 @@
}
},
"api-testing": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/api-testing/-/api-testing-1.4.0.tgz",
"integrity": "sha512-68WygMzyEAptdltDxj+KJFqzTZvPqKnIze4XE1GFuIBJ0ZXoXIHQlfagIbgLbw+g659WoLaiuPKsOZpJJecPDA==",
"version": "1.4.2",
"resolved": "https://registry.npmjs.org/api-testing/-/api-testing-1.4.2.tgz",
"integrity": "sha512-2aYVnH7AV1ksNdXCDkoHlbp4fpHMupgjdhR08Soa5z5Q4E7YXcTLGuKF/ALjlcfB6L4QH22xcBLxJf5UwvFDTg==",
"dev": true,
"requires": {
"chai": "^4.2.0",

View file

@ -12,7 +12,7 @@
"@wdio/mocha-framework": "6.1.14",
"@wdio/spec-reporter": "6.1.14",
"@wdio/sync": "6.1.14",
"api-testing": "^1.4.0",
"api-testing": "^1.4.2",
"mocha": "^7.1.1",
"eslint-config-wikimedia": "0.17.0",
"grunt": "1.3.0",