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.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,9 +1,9 @@
1
- ## [4.28.1](https://github.com/contentful/contentful-migration/compare/v4.28.0...v4.28.1) (2025-02-21)
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
- * changeFieldControl settings are optional ([#1468](https://github.com/contentful/contentful-migration/issues/1468)) ([8a80d28](https://github.com/contentful/contentful-migration/commit/8a80d289252ca65a48fe357bbcb7516cdd0d9ed2))
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.1",
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.7.9",
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.47.1",
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",