@govuk-pay/pay-js-commons 6.0.19 → 6.0.20

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.
Files changed (2) hide show
  1. package/README.md +10 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -197,3 +197,13 @@ This pull request must be reviewed and merged by a developer.
197
197
  Once the release pull request is merged, GitHub Actions will publish the new versioned package to NPM.
198
198
 
199
199
  __IMPORTANT__: Other pull requests will be blocked from merging until the release pull request is merged or closed.
200
+
201
+ ## Licence
202
+
203
+ [MIT License](https://github.com/alphagov/pay-js-commons/blob/master/LICENSE)
204
+
205
+ ## Vulnerability Disclosure
206
+
207
+ GOV.UK Pay aims to stay secure for everyone.
208
+ If you are a security researcher and have discovered a security vulnerability in this code, we appreciate your help in disclosing it to us in a responsible manner.
209
+ Please refer to our [vulnerability disclosure policy](https://www.gov.uk/help/report-vulnerability) and our [security.txt](https://vdp.cabinetoffice.gov.uk/.well-known/security.txt) file for details.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@govuk-pay/pay-js-commons",
3
- "version": "6.0.19",
3
+ "version": "6.0.20",
4
4
  "description": "Reusable js scripts for GOV.UK Pay Node.js projects",
5
5
  "engines": {
6
6
  "node": "^18.17.1"