notifications-node-client 5.2.1 → 5.2.3

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/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## 5.2.3 - 2022-11-22
2
+
3
+ * Bump follow-redirects from 1.14.7 to 1.15.2
4
+
5
+ ## 5.2.2 - 2022-11-16
6
+
7
+ * Upgrade ansi-regex dependencies to mitigate CVE-2021-3807.
8
+
1
9
  ## 5.2.1 - 2022-10-19
2
10
 
3
11
  * Support strings in calls to `prepareUpload`. `fs.readFile` can return strings if an encoding is provided, and the client didn't handle these correctly.
package/README.md CHANGED
@@ -6,5 +6,5 @@ Useful links:
6
6
 
7
7
  - [Documentation](https://docs.notifications.service.gov.uk/node.html)
8
8
  - [NPM package](https://www.npmjs.com/package/notifications-node-client)
9
- - [Changelog](https://github.com/alphagov/notifications-node-client/blob/master/CHANGELOG.md)
10
- - [Contributing to this client](https://github.com/alphagov/notifications-node-client/blob/master/CONTRIBUTING.md)
9
+ - [Changelog](https://github.com/alphagov/notifications-node-client/blob/main/CHANGELOG.md)
10
+ - [Contributing to this client](https://github.com/alphagov/notifications-node-client/blob/main/CONTRIBUTING.md)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "notifications-node-client",
3
- "version": "5.2.1",
3
+ "version": "5.2.3",
4
4
  "homepage": "https://docs.notifications.service.gov.uk/node.html",
5
5
  "repository": {
6
6
  "type": "git",