From 8e2b785b69df2f13f773cbf9114146977585134b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 00:36:07 +0000 Subject: [PATCH] build(deps): bump the production-dependencies group with 2 updates (#2767) Bumps the production-dependencies group with 2 updates: [contentful-export](https://github.com/contentful/contentful-export) and [contentful-import](https://github.com/contentful/contentful-import). Updates `contentful-export` from 7.19.154 to 7.19.155 - [Release notes](https://github.com/contentful/contentful-export/releases) - [Commits](https://github.com/contentful/contentful-export/compare/v7.19.154...v7.19.155) Updates `contentful-import` from 9.4.59 to 9.4.61 - [Release notes](https://github.com/contentful/contentful-import/releases) - [Commits](https://github.com/contentful/contentful-import/compare/v9.4.59...v9.4.61) --- updated-dependencies: - dependency-name: contentful-export dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-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 | 20 ++++++++++---------- package.json | 4 ++-- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6ba7860e1..71fd35783 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,8 +20,8 @@ "cli-table3": "^0.6.0", "command-exists": "^1.2.7", "contentful-collection": "^0.0.4", - "contentful-export": "7.19.154", - "contentful-import": "9.4.59", + "contentful-export": "7.19.155", + "contentful-import": "9.4.61", "contentful-management": "^11.0.1", "contentful-migration": "^4.21.0", "emojic": "^1.1.11", @@ -6219,9 +6219,9 @@ "integrity": "sha512-AvrnEeMTJtRy9SeuHrLbk/bntLwEE9FrhPfFcBp08md0Nz3N7a2+SmZgF5ZTyBRVc9pHjg+Fg6+O5c9q7Tj5HQ==" }, "node_modules/contentful-export": { - "version": "7.19.154", - "resolved": "https://registry.npmjs.org/contentful-export/-/contentful-export-7.19.154.tgz", - "integrity": "sha512-0+NQZrSCNmDwpSbvC+5+muu8V4IZJ3mroPynq9ZqhHfnC+53ZSJ6HpKWsKpUhCb1xbT4sf0X0GHxqo5KN3QaJg==", + "version": "7.19.155", + "resolved": "https://registry.npmjs.org/contentful-export/-/contentful-export-7.19.155.tgz", + "integrity": "sha512-IU+xVzHoAZa4DGMi2KA8IA8FeinOFKqeEOf6fRAPSc6/eAAaJB88znoUm1FbXG8JFCUvzhGVN/Fh31qUEAPZ3g==", "dependencies": { "bfj": "^8.0.0", "bluebird": "^3.3.3", @@ -6308,17 +6308,17 @@ } }, "node_modules/contentful-import": { - "version": "9.4.59", - "resolved": "https://registry.npmjs.org/contentful-import/-/contentful-import-9.4.59.tgz", - "integrity": "sha512-B07zNZDe4ngdG3jRVNa4AXGoVB1SE56GFoiwnX+QooSoOc5ryu0AD9VPcYH7sT3nlPDkRx9P/LBYZNYuP9iqTQ==", + "version": "9.4.61", + "resolved": "https://registry.npmjs.org/contentful-import/-/contentful-import-9.4.61.tgz", + "integrity": "sha512-XBRTpCVzph2jnYsw8v+yV/cQO2IEKpVHQ1P/SBtXwAguLyUcIi//sHDL42rAPKAf95cLqId/UJQd5SrOnF4LSw==", "dependencies": { "@discoveryjs/json-ext": "^0.5.7", "bluebird": "^3.7.2", "cli-table3": "^0.6.5", "contentful-batch-libs": "^9.6.0", - "contentful-management": "^11.35.0", + "contentful-management": "^11.35.1", "date-fns": "^2.30.0", - "eslint": "^8.57.0", + "eslint": "^8.57.1", "eslint-config-standard": "^17.1.0", "joi": "^17.13.1", "listr": "^0.14.1", diff --git a/package.json b/package.json index a3b548d1b..b85a36fab 100644 --- a/package.json +++ b/package.json @@ -90,8 +90,8 @@ "cli-table3": "^0.6.0", "command-exists": "^1.2.7", "contentful-collection": "^0.0.4", - "contentful-export": "7.19.154", - "contentful-import": "9.4.59", + "contentful-export": "7.19.155", + "contentful-import": "9.4.61", "contentful-management": "^11.0.1", "contentful-migration": "^4.21.0", "emojic": "^1.1.11",