@govuk-pay/pay-js-commons 3.3.5 → 3.3.6
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.
|
@@ -18,9 +18,9 @@ jobs:
|
|
|
18
18
|
- name: Checkout
|
|
19
19
|
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
|
|
20
20
|
- name: Setup
|
|
21
|
-
uses: actions/setup-node@
|
|
21
|
+
uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a
|
|
22
22
|
with:
|
|
23
|
-
node-version: 12.22.
|
|
23
|
+
node-version: 12.22.10
|
|
24
24
|
- name: Cache NPM packages
|
|
25
25
|
uses: actions/cache@c64c572235d810460d0d6876e9c705ad5002b353
|
|
26
26
|
with:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@govuk-pay/pay-js-commons",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.6",
|
|
4
4
|
"description": "Reusable js scripts for GOV.UK Pay Node.js projects",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -127,11 +127,11 @@
|
|
|
127
127
|
"karma-source-map-support": "^1.2.0",
|
|
128
128
|
"lint-staged": "^12.0.2",
|
|
129
129
|
"mocha": "^9.1.0",
|
|
130
|
-
"sinon": "^
|
|
130
|
+
"sinon": "^13.0.0",
|
|
131
131
|
"standard": "^16.0.3",
|
|
132
132
|
"uglify-js": "^3.6.0",
|
|
133
133
|
"watchify": "^4.0.0",
|
|
134
|
-
"xo": "^0.
|
|
134
|
+
"xo": "^0.48.0"
|
|
135
135
|
},
|
|
136
136
|
"directories": {
|
|
137
137
|
"lib": "lib"
|
|
@@ -141,6 +141,6 @@
|
|
|
141
141
|
"moment-timezone": "0.5.34",
|
|
142
142
|
"rfc822-validate": "1.0.0",
|
|
143
143
|
"slugify": "1.6.5",
|
|
144
|
-
"winston": "3.
|
|
144
|
+
"winston": "3.6.0"
|
|
145
145
|
}
|
|
146
146
|
}
|
package/.tool-versions
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
nodejs 12.17.0
|