@govuk-pay/pay-js-commons 7.0.69 → 7.0.71
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 +8 -7
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.71",
|
|
4
4
|
"description": "Reusable js scripts for GOV.UK Pay Node.js projects",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": "^22.22.0",
|
|
@@ -159,23 +159,24 @@
|
|
|
159
159
|
"brace-expansion": "^1.1.12"
|
|
160
160
|
},
|
|
161
161
|
"browserify": {
|
|
162
|
-
"brace-expansion": "^1.1.
|
|
162
|
+
"brace-expansion": "^1.1.18"
|
|
163
163
|
},
|
|
164
164
|
"eslint-plugin-import": {
|
|
165
|
-
"brace-expansion": "^1.1.
|
|
165
|
+
"brace-expansion": "^1.1.18"
|
|
166
166
|
},
|
|
167
167
|
"jest": {
|
|
168
|
-
"brace-expansion": "^1.1.
|
|
168
|
+
"brace-expansion": "^1.1.18",
|
|
169
|
+
"js-yaml": "3.15.0"
|
|
169
170
|
},
|
|
170
171
|
"standard": {
|
|
171
|
-
"brace-expansion": "^1.1.
|
|
172
|
+
"brace-expansion": "^1.1.18",
|
|
172
173
|
"js-yaml": "^4.3.0"
|
|
173
174
|
},
|
|
174
175
|
"watchify": {
|
|
175
|
-
"brace-expansion": "^1.1.
|
|
176
|
+
"brace-expansion": "^1.1.18"
|
|
176
177
|
},
|
|
177
178
|
"xo": {
|
|
178
|
-
"brace-expansion": "^1.1.
|
|
179
|
+
"brace-expansion": "^1.1.18",
|
|
179
180
|
"js-yaml": "^4.3.0"
|
|
180
181
|
}
|
|
181
182
|
},
|