From eb03751d8dba63c32f7ea1acbc4ea77f9df70249 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 16 Sep 2024 22:26:19 +0000 Subject: [PATCH] fix: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - @types/node from 16.18.96 to 16.18.106. See this package in npm: https://www.npmjs.com/package/@types/node - asciinema-player from 3.7.1 to 3.8.0. See this package in npm: https://www.npmjs.com/package/asciinema-player - dayjs from 1.11.11 to 1.11.13. See this package in npm: https://www.npmjs.com/package/dayjs - eslint-plugin-jsx-a11y from 6.8.0 to 6.9.0. See this package in npm: https://www.npmjs.com/package/eslint-plugin-jsx-a11y - eslint-plugin-react from 7.34.1 to 7.35.0. See this package in npm: https://www.npmjs.com/package/eslint-plugin-react - react-bootstrap from 2.10.2 to 2.10.4. See this package in npm: https://www.npmjs.com/package/react-bootstrap - react-icons from 4.3.1 to 4.12.0. See this package in npm: https://www.npmjs.com/package/react-icons - react-router-dom from 6.23.0 to 6.26.1. See this package in npm: https://www.npmjs.com/package/react-router-dom - spdx-license-ids from 3.0.17 to 3.0.20. See this package in npm: https://www.npmjs.com/package/spdx-license-ids See this project in Snyk: https://app.snyk.io/org/patooworld/project/b68e2b89-2bcc-460b-95b0-0ea2b62ce916?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 2db1fda..ccee956 100644 --- a/package.json +++ b/package.json @@ -5,20 +5,20 @@ "dependencies": { "@testing-library/jest-dom": "^5.16.1", "@vitejs/plugin-react": "^3.0.0", - "asciinema-player": "^3.0.1", + "asciinema-player": "^3.8.0", "bootstrap": "^5.1.3", - "dayjs": "^1.10.7", + "dayjs": "^1.11.13", "json2typescript": "^1.5.0-rc.0", "react": "^17.0.2", - "react-bootstrap": "^2.1.1", + "react-bootstrap": "^2.10.4", "react-dom": "^17.0.2", "react-helmet": "^6.1.0", - "react-icons": "4.3.1", + "react-icons": "4.12.0", "react-image": "^4.0.3", - "react-router-dom": "^6.2.1", + "react-router-dom": "^6.26.1", "react-syntax-highlighter": "^15.5.0", "rollup-plugin-visualizer": "^5.8.3", - "spdx-license-ids": "^3.0.11", + "spdx-license-ids": "^3.0.20", "vite": "^4.5.3", "web-vitals": "^2.1.3" }, @@ -50,7 +50,7 @@ "@testing-library/react": "^12.1.2", "@testing-library/user-event": "^13.5.0", "@types/jest": "^27.4.0", - "@types/node": "^16.18.101", + "@types/node": "^16.18.106", "@types/react": "^17.0.38", "@types/react-dom": "^17.0.11", "@types/react-helmet": "^6.1.5", @@ -61,9 +61,9 @@ "eslint-config-airbnb-typescript": "^16.1.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-import": "^2.25.4", - "eslint-plugin-jsx-a11y": "^6.5.1", + "eslint-plugin-jsx-a11y": "^6.9.0", "eslint-plugin-prettier": "^4.0.0", - "eslint-plugin-react": "^7.28.0", + "eslint-plugin-react": "^7.35.0", "eslint-plugin-react-hooks": "^4.3.0", "prettier": "^2.5.1", "typescript": "^4.5.4"