contentful-migration 4.26.1-beta.1 → 4.26.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 -5
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
## [4.26.
|
|
1
|
+
## [4.26.2](https://github.com/contentful/contentful-migration/compare/v4.26.1...v4.26.2) (2024-12-30)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Bug Fixes
|
|
5
5
|
|
|
6
|
-
*
|
|
7
|
-
* bump semantic release ([3c0aaa1](https://github.com/contentful/contentful-migration/commit/3c0aaa1985740762e30e95ed1ad551a2c6e1cdb9))
|
|
8
|
-
* remove unused dep [EXT-5198] ([22fb625](https://github.com/contentful/contentful-migration/commit/22fb6252ba087e72fd897e5fb169439e3e6c1fb0))
|
|
9
|
-
* support beta releases ([0eeadea](https://github.com/contentful/contentful-migration/commit/0eeadea99d6cb048876583d84ece86715dc3dd45))
|
|
6
|
+
* explicitly upgrade axios to 1.7.9 [ZEND-5779] ([#1448](https://github.com/contentful/contentful-migration/issues/1448)) ([ae24699](https://github.com/contentful/contentful-migration/commit/ae246998cb9e726109b9bb21f04c224d1f7f30c3))
|
|
10
7
|
|
|
11
8
|
# Change Log
|
|
12
9
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "contentful-migration",
|
|
3
|
-
"version": "4.26.
|
|
3
|
+
"version": "4.26.2",
|
|
4
4
|
"description": "Migration tooling for contentful",
|
|
5
5
|
"author": "Contentful GmbH",
|
|
6
6
|
"license": "MIT",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
],
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@hapi/hoek": "^11.0.4",
|
|
54
|
-
"axios": "^1.7.
|
|
54
|
+
"axios": "^1.7.9",
|
|
55
55
|
"bluebird": "^3.7.2",
|
|
56
56
|
"callsites": "^3.1.0",
|
|
57
57
|
"cardinal": "^2.1.1",
|