notifications-node-client 7.0.5 → 7.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 7.0.6 - 2023-11-13
2
+
3
+ * Bump axios from 1.2.6 to 1.6.1
4
+
1
5
  ## 7.0.5 - 2023-11-13
2
6
 
3
7
  * Fix a few cases of assignment to undeclared (global) variables
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "notifications-node-client",
3
- "version": "7.0.5",
3
+ "version": "7.0.6",
4
4
  "homepage": "https://docs.notifications.service.gov.uk/node.html",
5
5
  "repository": {
6
6
  "type": "git",
@@ -21,7 +21,7 @@
21
21
  "license": "MIT",
22
22
  "dependencies": {
23
23
  "jsonwebtoken": "^9.0.0",
24
- "axios": "^1.2.0"
24
+ "axios": "^1.6.1"
25
25
  },
26
26
  "devDependencies": {
27
27
  "chai": "4.1.2",