@axway/amplify-request 3.0.9 → 3.0.10

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 +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ # v3.0.10 (Jun 30, 2022)
2
+
3
+ * chore: Updated dependencies.
4
+
1
5
  # v3.0.9 (May 11, 2022)
2
6
 
3
7
  * chore: Updated dependencies.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axway/amplify-request",
3
- "version": "3.0.9",
3
+ "version": "3.0.10",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -29,7 +29,7 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "@axway/amplify-utils": "^1.0.9",
32
- "got": "^11.8.3",
32
+ "got": "^11.8.5",
33
33
  "http-proxy-agent": "^5.0.0",
34
34
  "https-proxy-agent": "^5.0.1",
35
35
  "pretty-bytes": "^5.6.0",
@@ -45,5 +45,5 @@
45
45
  "engines": {
46
46
  "node": ">=12.13.0"
47
47
  },
48
- "gitHead": "6ec9926e9b0beea7e775467a6f573c12a5b16e76"
48
+ "gitHead": "43f2b8c1cc8d89f054479eb82503134f790f6da4"
49
49
  }