From 0dc705c092c1940fdad0b5265261fee2b1e16bf0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 23 Sep 2024 03:04:37 +0000 Subject: [PATCH] feat: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - react from 17.0.2 to 18.3.1. See this package in npm: https://www.npmjs.com/package/react - react-dom from 17.0.2 to 18.3.1. See this package in npm: https://www.npmjs.com/package/react-dom - @craco/craco from 6.4.5 to 7.1.0. See this package in npm: https://www.npmjs.com/package/@craco/craco - @tailwindcss/aspect-ratio from 0.3.0 to 0.4.2. See this package in npm: https://www.npmjs.com/package/@tailwindcss/aspect-ratio - @tailwindcss/forms from 0.3.4 to 0.5.8. See this package in npm: https://www.npmjs.com/package/@tailwindcss/forms - @testing-library/jest-dom from 5.17.0 to 6.5.0. See this package in npm: https://www.npmjs.com/package/@testing-library/jest-dom - @testing-library/react from 11.2.7 to 16.0.1. See this package in npm: https://www.npmjs.com/package/@testing-library/react - @testing-library/user-event from 12.8.3 to 14.5.2. See this package in npm: https://www.npmjs.com/package/@testing-library/user-event - @types/jest from 26.0.24 to 29.5.12. See this package in npm: https://www.npmjs.com/package/@types/jest - @types/node from 12.20.55 to 22.5.2. See this package in npm: https://www.npmjs.com/package/@types/node - @types/react from 17.0.82 to 18.3.5. See this package in npm: https://www.npmjs.com/package/@types/react - @types/react-dom from 17.0.25 to 18.3.0. See this package in npm: https://www.npmjs.com/package/@types/react-dom - postcss from 7.0.39 to 8.4.43. See this package in npm: https://www.npmjs.com/package/postcss - autoprefixer from 9.8.8 to 10.4.20. See this package in npm: https://www.npmjs.com/package/autoprefixer - react-scripts from 4.0.3 to 5.0.1. See this package in npm: https://www.npmjs.com/package/react-scripts - swr from 1.3.0 to 2.2.5. See this package in npm: https://www.npmjs.com/package/swr - typescript from 4.9.5 to 5.5.4. See this package in npm: https://www.npmjs.com/package/typescript - web-vitals from 1.1.2 to 4.2.3. See this package in npm: https://www.npmjs.com/package/web-vitals See this project in Snyk: https://app.snyk.io/org/laurry-gee/project/e2ea3925-0541-494a-bf21-b7f68d640d15?utm_source=github&utm_medium=referral&page=upgrade-pr --- templates/pages-image-sharing/package.json | 36 +++++++++++----------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/templates/pages-image-sharing/package.json b/templates/pages-image-sharing/package.json index a661e64f2113..9d1b4b640e60 100644 --- a/templates/pages-image-sharing/package.json +++ b/templates/pages-image-sharing/package.json @@ -30,31 +30,31 @@ ] }, "dependencies": { - "@craco/craco": "^6.4.0", + "@craco/craco": "^7.1.0", "@ssttevee/multipart-parser": "^0.1.9", - "@testing-library/jest-dom": "^5.15.0", - "@testing-library/react": "^11.2.7", - "@testing-library/user-event": "^12.8.3", - "@types/jest": "^26.0.24", - "@types/node": "^12.20.36", - "@types/react": "^17.0.34", - "@types/react-dom": "^17.0.11", + "@testing-library/jest-dom": "^6.5.0", + "@testing-library/react": "^16.0.1", + "@testing-library/user-event": "^14.5.2", + "@types/jest": "^29.5.12", + "@types/node": "^22.5.2", + "@types/react": "^18.3.5", + "@types/react-dom": "^18.3.0", "jest": "^29.7.0", "moment": "^2.29.1", - "react": "^17.0.2", - "react-dom": "^17.0.2", + "react": "^18.3.1", + "react-dom": "^18.3.1", "react-router-dom": "^6.0.1", - "react-scripts": "4.0.3", - "swr": "^1.0.1", - "typescript": "^4.4.4", - "web-vitals": "^1.1.2" + "react-scripts": "5.0.1", + "swr": "^2.2.5", + "typescript": "^5.5.4", + "web-vitals": "^4.2.3" }, "devDependencies": { "@cloudflare/workers-types": "^4.20230518.0", - "@tailwindcss/aspect-ratio": "^0.3.0", - "@tailwindcss/forms": "^0.3.4", - "autoprefixer": "^9.8.8", - "postcss": "^7.0.39", + "@tailwindcss/aspect-ratio": "^0.4.2", + "@tailwindcss/forms": "^0.5.8", + "autoprefixer": "^10.4.20", + "postcss": "^8.4.43", "tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.17", "wrangler": "^3.0.0" }