hof 24.1.0 → 24.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hof",
|
|
3
3
|
"description": "A bootstrap for HOF projects",
|
|
4
|
-
"version": "24.
|
|
4
|
+
"version": "24.3.0",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"author": "HomeOffice",
|
|
@@ -90,7 +90,8 @@
|
|
|
90
90
|
"underscore": "^1.13.7",
|
|
91
91
|
"urijs": "^1.19.11",
|
|
92
92
|
"uuid": "^11.1.1",
|
|
93
|
-
"winston": "^3.18.3"
|
|
93
|
+
"winston": "^3.18.3",
|
|
94
|
+
"vite": "^7.3.5"
|
|
94
95
|
},
|
|
95
96
|
"devDependencies": {
|
|
96
97
|
"@cucumber/cucumber": "^7.3.2",
|
|
@@ -124,7 +125,6 @@
|
|
|
124
125
|
"sinon-chai": "^3.7.0",
|
|
125
126
|
"supertest": "^3.4.2",
|
|
126
127
|
"travis-conditions": "0.0.0",
|
|
127
|
-
"vite": "^7.3.5",
|
|
128
128
|
"vitest": "^4.0.8",
|
|
129
129
|
"watchify": "^4.0.0",
|
|
130
130
|
"webdriverio": "^5.0.0"
|
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
"exit": "true"
|
|
141
141
|
},
|
|
142
142
|
"resolutions": {
|
|
143
|
-
"form-data": "^
|
|
143
|
+
"form-data": "^4.0.6",
|
|
144
144
|
"js-yaml": "^4.2.0",
|
|
145
145
|
"qs": "^6.14.1",
|
|
146
146
|
"serialize-javascript": "^7.0.3",
|