From 1855a1cc33dcc6b6ca5825ac79a3ce46a232cd1b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Sep 2024 09:15:42 +0000 Subject: [PATCH] fix: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - @types/node from 18.11.18 to 18.19.47. See this package in npm: https://www.npmjs.com/package/@types/node - @types/react from 18.0.27 to 18.3.4. See this package in npm: https://www.npmjs.com/package/@types/react - @types/react-dom from 18.0.10 to 18.3.0. See this package in npm: https://www.npmjs.com/package/@types/react-dom - classnames from 2.3.1 to 2.5.1. See this package in npm: https://www.npmjs.com/package/classnames - date-fns from 2.28.0 to 2.30.0. See this package in npm: https://www.npmjs.com/package/date-fns - remark from 14.0.2 to 14.0.3. See this package in npm: https://www.npmjs.com/package/remark - remark-html from 15.0.1 to 15.0.2. See this package in npm: https://www.npmjs.com/package/remark-html - typescript from 4.9.4 to 4.9.5. See this package in npm: https://www.npmjs.com/package/typescript See this project in Snyk: https://app.snyk.io/org/sammyfilly/project/3161836e-c6ff-43b0-9a7b-164d8ac127a7?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/cms-kontent-ai/package.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/examples/cms-kontent-ai/package.json b/examples/cms-kontent-ai/package.json index 1e967c6517d2f..2d68c53963d66 100644 --- a/examples/cms-kontent-ai/package.json +++ b/examples/cms-kontent-ai/package.json @@ -6,19 +6,19 @@ "start": "next start" }, "dependencies": { - "@types/node": "18.11.18", - "@types/react": "18.0.27", - "@types/react-dom": "18.0.10", + "@types/node": "18.19.47", + "@types/react": "18.3.4", + "@types/react-dom": "18.3.0", "@kontent-ai/delivery-sdk": "^12.4.2", - "classnames": "2.3.1", - "date-fns": "2.28.0", + "classnames": "2.5.1", + "date-fns": "2.30.0", "gray-matter": "4.0.3", "next": "latest", "react": "^18.2.0", "react-dom": "^18.2.0", - "remark": "14.0.2", - "remark-html": "15.0.1", - "typescript": "4.9.4" + "remark": "14.0.3", + "remark-html": "15.0.2", + "typescript": "4.9.5" }, "devDependencies": { "autoprefixer": "10.4.7",