hof 19.14.17-beta.4 → 19.14.17

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 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "hof",
3
3
  "description": "A bootstrap for HOF projects",
4
- "version": "19.14.17-beta.4",
4
+ "version": "19.14.17",
5
5
  "license": "MIT",
6
6
  "main": "index.js",
7
7
  "author": "HomeOffice",
@@ -140,6 +140,7 @@
140
140
  "resolutions": {
141
141
  "underscore": "^1.12.1",
142
142
  "cached-path-relative": "^1.1.0",
143
- "shell-quote": "^1.7.3"
143
+ "shell-quote": "^1.7.3",
144
+ "qs": "^6.11.0"
144
145
  }
145
146
  }