@govuk-pay/pay-js-commons 7.0.67 → 7.0.68
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 +30 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@govuk-pay/pay-js-commons",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.68",
|
|
4
4
|
"description": "Reusable js scripts for GOV.UK Pay Node.js projects",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": "^22.22.0",
|
|
@@ -149,7 +149,35 @@
|
|
|
149
149
|
},
|
|
150
150
|
"overrides": {
|
|
151
151
|
"axios": "1.18.0",
|
|
152
|
-
"form-data": "^4.0.6"
|
|
152
|
+
"form-data": "^4.0.6",
|
|
153
|
+
"mocha": {
|
|
154
|
+
"serialize-javascript": "^7.0.7",
|
|
155
|
+
"brace-expansion": "^2.1.2",
|
|
156
|
+
"js-yaml": "^4.3.0"
|
|
157
|
+
},
|
|
158
|
+
"@babel/cli": {
|
|
159
|
+
"brace-expansion": "^1.1.12"
|
|
160
|
+
},
|
|
161
|
+
"browserify": {
|
|
162
|
+
"brace-expansion": "^1.1.12"
|
|
163
|
+
},
|
|
164
|
+
"eslint-plugin-import": {
|
|
165
|
+
"brace-expansion": "^1.1.12"
|
|
166
|
+
},
|
|
167
|
+
"jest": {
|
|
168
|
+
"brace-expansion": "^1.1.12"
|
|
169
|
+
},
|
|
170
|
+
"standard": {
|
|
171
|
+
"brace-expansion": "^1.1.12",
|
|
172
|
+
"js-yaml": "^4.3.0"
|
|
173
|
+
},
|
|
174
|
+
"watchify": {
|
|
175
|
+
"brace-expansion": "^1.1.12"
|
|
176
|
+
},
|
|
177
|
+
"xo": {
|
|
178
|
+
"brace-expansion": "^1.1.12",
|
|
179
|
+
"js-yaml": "^4.3.0"
|
|
180
|
+
}
|
|
153
181
|
},
|
|
154
182
|
"resolutions": {
|
|
155
183
|
"axios": "1.18.0"
|