From 0b34ab511a78939ee244aeb3dafea49a59170e39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2024 00:45:57 +0000 Subject: [PATCH] build(deps): bump contentful in the production-dependencies group (#1946) Bumps the production-dependencies group with 1 update: [contentful](https://github.com/contentful/contentful.js). Updates `contentful` from 11.3.3 to 11.3.4 - [Release notes](https://github.com/contentful/contentful.js/releases) - [Commits](https://github.com/contentful/contentful.js/compare/v11.3.3...v11.3.4) --- updated-dependencies: - dependency-name: contentful 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6a211258..feaaf3a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5230,9 +5230,9 @@ "license": "ISC" }, "node_modules/contentful": { - "version": "11.3.3", - "resolved": "https://registry.npmjs.org/contentful/-/contentful-11.3.3.tgz", - "integrity": "sha512-85AoXgkqnHy9id912lWMwwqUc1twofCmcwLJery9EWtBhcpBPm8qVmPKVjJeqLwr+4nIsOFVdUAUgtJYqSOo8w==", + "version": "11.3.4", + "resolved": "https://registry.npmjs.org/contentful/-/contentful-11.3.4.tgz", + "integrity": "sha512-FETjNPKjwml8o40vkcKEF7+cgeowjoINZdH8Js6LqmshCTByoZ99zmhW7bKhmzlvfkhWzi/11AFA2m8jQAT5mw==", "dependencies": { "@contentful/content-source-maps": "^0.11.7", "@contentful/rich-text-types": "^16.6.1",