hof 20.3.1 → 20.3.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "hof",
3
3
  "description": "A bootstrap for HOF projects",
4
- "version": "20.3.1",
4
+ "version": "20.3.2",
5
5
  "license": "MIT",
6
6
  "main": "index.js",
7
7
  "author": "HomeOffice",
@@ -96,6 +96,7 @@
96
96
  "@cucumber/cucumber": "^7.3.0",
97
97
  "@cucumber/pretty-formatter": "^1.0.0-alpha.1",
98
98
  "@types/jest": "^26.0.14",
99
+ "@xmldom/xmldom": "~0.8.4",
99
100
  "chai": "^3.5.0",
100
101
  "chai-as-promised": "^7.1.1",
101
102
  "chai-subset": "^1.6.0",
@@ -128,8 +129,7 @@
128
129
  "supertest": "^3.0.0",
129
130
  "travis-conditions": "0.0.0",
130
131
  "watchify": "^4.0.0",
131
- "webdriverio": "^4.14.4",
132
- "xmldom": "^0.6.0"
132
+ "webdriverio": "^4.14.4"
133
133
  },
134
134
  "mocha": {
135
135
  "reporter": "spec",