From 3996be329a34c99282ece3d8e90212e29adb052c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 22:54:41 +0000 Subject: [PATCH] build(deps): bump contentful-import in the production-dependencies group (#2853) Bumps the production-dependencies group with 1 update: [contentful-import](https://github.com/contentful/contentful-import). Updates `contentful-import` from 9.4.73 to 9.4.74 - [Release notes](https://github.com/contentful/contentful-import/releases) - [Commits](https://github.com/contentful/contentful-import/compare/v9.4.73...v9.4.74) --- updated-dependencies: - dependency-name: contentful-import dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 80e6837c9..a18b3528b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "contentful-batch-libs": "^10.1.1", "contentful-collection": "^0.0.4", "contentful-export": "7.19.168", - "contentful-import": "9.4.73", + "contentful-import": "9.4.74", "contentful-management": "^11.39.0", "contentful-migration": "^4.21.0", "emojic": "^1.1.11", @@ -6259,15 +6259,16 @@ } }, "node_modules/contentful-import": { - "version": "9.4.73", - "resolved": "https://registry.npmjs.org/contentful-import/-/contentful-import-9.4.73.tgz", - "integrity": "sha512-60AvuEqyHSH8JFRb2XDTZt1EUDHvOnOMIxddHOIOGK97POGM3/lkeFjFnm8wepZHlkv/41saeshdYQEMXUdXUA==", + "version": "9.4.74", + "resolved": "https://registry.npmjs.org/contentful-import/-/contentful-import-9.4.74.tgz", + "integrity": "sha512-/F549vD0AOzbfUfx9jl5Msdow5sQxcncwxbF+fTEi5ann6viPYKaYZSYs5HFhNdtIoZDvnayD2vjdGiCmXY5lQ==", + "license": "MIT", "dependencies": { "@discoveryjs/json-ext": "^0.6.3", "bluebird": "^3.7.2", "cli-table3": "^0.6.5", "contentful-batch-libs": "^9.6.0", - "contentful-management": "^11.39.1", + "contentful-management": "^11.39.2", "date-fns": "^2.30.0", "eslint": "^8.57.1", "eslint-config-standard": "^17.1.0", diff --git a/package.json b/package.json index 638826887..1e3a1e53d 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "contentful-batch-libs": "^10.1.1", "contentful-collection": "^0.0.4", "contentful-export": "7.19.168", - "contentful-import": "9.4.73", + "contentful-import": "9.4.74", "contentful-management": "^11.39.0", "contentful-migration": "^4.21.0", "emojic": "^1.1.11",