akamai-edgegrid 3.5.3 → 3.5.4

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.
@@ -9,7 +9,7 @@ jobs:
9
9
  runs-on: ubuntu-latest
10
10
  strategy:
11
11
  matrix:
12
- node: [14, 16, 18, 20, 21, 22, 23]
12
+ node: [18, 20, 21, 22, 23, 24]
13
13
  name: Test Node ${{ matrix.node }}
14
14
  steps:
15
15
  - uses: actions/checkout@v2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Release notes
2
2
 
3
+ ## 3.5.4 (Jul 24, 2025)
4
+
5
+ ### Features/Enhancements
6
+
7
+ * Updated various dependencies.
8
+
3
9
  ## 3.5.3 (Apr 09, 2025)
4
10
 
5
11
  ### Features/Enhancements
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "akamai-edgegrid",
3
- "version": "3.5.3",
3
+ "version": "3.5.4",
4
4
  "description": "Authentication handler for the Akamai OPEN EdgeGrid Authentication scheme in Node.js",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -21,13 +21,13 @@
21
21
  "dependencies": {
22
22
  "axios": "^1.1.2",
23
23
  "log4js": "^6.4.0",
24
- "uuid": "^10.0.0"
24
+ "uuid": "^11.1.0"
25
25
  },
26
26
  "devDependencies": {
27
27
  "mocha": "^11.0.1",
28
28
  "mocha-junit-reporter": "^2.1.0",
29
- "nock": "^13.2.2",
29
+ "nock": "^14.0.6",
30
30
  "nyc": "^17.0.0",
31
- "tsd": "^0.31.0"
31
+ "tsd": "^0.32.0"
32
32
  }
33
33
  }