contentful-migration 4.28.1 → 4.28.2
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 +2 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
## [4.28.
|
|
1
|
+
## [4.28.2](https://github.com/contentful/contentful-migration/compare/v4.28.1...v4.28.2) (2025-03-20)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Bug Fixes
|
|
5
5
|
|
|
6
|
-
*
|
|
6
|
+
* bump axios and contentful-management to fix vuln [ZEND-6126] ([a02c08a](https://github.com/contentful/contentful-migration/commit/a02c08a7ce79df78a75dd46a624d098053a02b5b))
|
|
7
7
|
|
|
8
8
|
# Change Log
|
|
9
9
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "contentful-migration",
|
|
3
|
-
"version": "4.28.
|
|
3
|
+
"version": "4.28.2",
|
|
4
4
|
"description": "Migration tooling for contentful",
|
|
5
5
|
"author": "Contentful GmbH",
|
|
6
6
|
"license": "MIT",
|
|
@@ -51,12 +51,12 @@
|
|
|
51
51
|
],
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@hapi/hoek": "^11.0.4",
|
|
54
|
-
"axios": "^1.
|
|
54
|
+
"axios": "^1.8.4",
|
|
55
55
|
"bluebird": "^3.7.2",
|
|
56
56
|
"callsites": "^3.1.0",
|
|
57
57
|
"cardinal": "^2.1.1",
|
|
58
58
|
"chalk": "^4.0.0",
|
|
59
|
-
"contentful-management": "^11.
|
|
59
|
+
"contentful-management": "^11.48.1",
|
|
60
60
|
"didyoumean2": "^5.0.0",
|
|
61
61
|
"https-proxy-agent": "^5.0.0",
|
|
62
62
|
"inquirer": "^8.1.2",
|