diff --git a/package-lock.json b/package-lock.json index 317d9174..204984a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,12 +19,12 @@ "react-scripts": "5.0.1" }, "devDependencies": { - "@contentful/app-scripts": "1.32.0", + "@contentful/app-scripts": "1.32.2", "@testing-library/jest-dom": "6.6.3", "@testing-library/react": "12.1.5", "@tsconfig/create-react-app": "1.0.3", "@types/jest": "29.5.14", - "@types/node": "18.19.68", + "@types/node": "18.19.69", "@types/react": "18.3.18", "@types/react-dom": "18.3.5", "cross-env": "7.0.3", @@ -2094,9 +2094,9 @@ "license": "MIT" }, "node_modules/@contentful/app-scripts": { - "version": "1.32.0", - "resolved": "https://registry.npmjs.org/@contentful/app-scripts/-/app-scripts-1.32.0.tgz", - "integrity": "sha512-/GMELvjnlBx8Q1IR4tnocYRAcggZGC77UuoViOlxgEOyC5Ibd6e/EdzwB1kC99G3zefgfDeu9XfsP/h0jKjk2A==", + "version": "1.32.2", + "resolved": "https://registry.npmjs.org/@contentful/app-scripts/-/app-scripts-1.32.2.tgz", + "integrity": "sha512-4JGgllIDzd3vmSx7kTlZm0dSOaTol3P+X1plKmXBrxzWHllT5lNT8dcIpDXYk+KNg/A4TDWPvSegvEh3FmVJqA==", "dev": true, "license": "MIT", "dependencies": { @@ -2107,10 +2107,10 @@ "bottleneck": "2.19.5", "chalk": "4.1.2", "commander": "12.1.0", - "contentful-management": "11.40.2", + "contentful-management": "11.40.3", "dotenv": "16.4.7", "esbuild": "^0.24.0", - "ignore": "6.0.2", + "ignore": "7.0.0", "inquirer": "8.2.6", "lodash": "4.17.21", "open": "8.4.2", @@ -2125,22 +2125,6 @@ "npm": ">=6" } }, - "node_modules/@contentful/app-scripts/node_modules/contentful-management": { - "version": "11.40.2", - "resolved": "https://registry.npmjs.org/contentful-management/-/contentful-management-11.40.2.tgz", - "integrity": "sha512-DjbGkExhhT5C/tMjotvrf6yMb3LRS9aiwikj7X628N5DwgLy+AyAgYwad1gyIIc7NF7XXBMCmP0BzC0oq88ZjQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@contentful/rich-text-types": "^16.6.1", - "axios": "^1.7.4", - "contentful-sdk-core": "^9.0.1", - "fast-copy": "^3.0.0" - }, - "engines": { - "node": ">=18" - } - }, "node_modules/@contentful/app-sdk": { "version": "4.29.3", "resolved": "https://registry.npmjs.org/@contentful/app-sdk/-/app-sdk-4.29.3.tgz", @@ -5812,9 +5796,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "18.19.68", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.68.tgz", - "integrity": "sha512-QGtpFH1vB99ZmTa63K4/FU8twThj4fuVSBkGddTp7uIL/cuoLWIUSL2RcOaigBhfR+hg5pgGkBnkoOxrTVBMKw==", + "version": "18.19.69", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.69.tgz", + "integrity": "sha512-ECPdY1nlaiO/Y6GUnwgtAAhLNaQ53AyIVz+eILxpEo5OvuqE6yWkqWBIb5dU0DqhKQtMeny+FBD3PK6lm7L5xQ==", "license": "MIT", "dependencies": { "undici-types": "~5.26.4" @@ -12799,9 +12783,9 @@ "license": "BSD-3-Clause" }, "node_modules/ignore": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-6.0.2.tgz", - "integrity": "sha512-InwqeHHN2XpumIkMvpl/DCJVrAHgCsG5+cn1XlnLWGwtZBm8QJfSusItfrwx81CTp5agNZqpKU2J/ccC5nGT4A==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.0.tgz", + "integrity": "sha512-lcX8PNQygAa22u/0BysEY8VhaFRzlOkvdlKczDPnJvrkJD1EuqzEky5VYYKM2iySIuaVIDv9N190DfSreSLw2A==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 272b6e22..5a866c33 100644 --- a/package.json +++ b/package.json @@ -42,12 +42,12 @@ ] }, "devDependencies": { - "@contentful/app-scripts": "1.32.0", + "@contentful/app-scripts": "1.32.2", "@testing-library/jest-dom": "6.6.3", "@testing-library/react": "12.1.5", "@tsconfig/create-react-app": "1.0.3", "@types/jest": "29.5.14", - "@types/node": "18.19.68", + "@types/node": "18.19.69", "@types/react": "18.3.18", "@types/react-dom": "18.3.5", "cross-env": "7.0.3",