From 2f6aaf86b34cada9d0e75ac338dff3bce6f6216b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 09:39:32 +0000 Subject: [PATCH] chore(deps): bump react-github-calendar from 4.5.11 to 5.0.0 Bumps [react-github-calendar](https://github.com/grubersjoe/react-github-calendar) from 4.5.11 to 5.0.0. - [Release notes](https://github.com/grubersjoe/react-github-calendar/releases) - [Commits](https://github.com/grubersjoe/react-github-calendar/commits/v5.0) --- updated-dependencies: - dependency-name: react-github-calendar dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 76 ++++++++++++++++++++++++++++++++++++++++++----- package.json | 2 +- 2 files changed, 69 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0b49f67..166a75b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "react": "^19.2.0", "react-bootstrap": "^2.10.10", "react-dom": "^19.2.0", - "react-github-calendar": "^4.5.11", + "react-github-calendar": "^5.0.0", "react-icons": "^5.5.0", "react-router-dom": "^7.9.4", "react-scripts": "^5.0.1", @@ -2745,6 +2745,59 @@ "node": "^12.22.0 || ^14.17.0 || >=16.0.0" } }, + "node_modules/@floating-ui/core": { + "version": "1.7.3", + "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.7.3.tgz", + "integrity": "sha512-sGnvb5dmrJaKEZ+LDIpguvdX3bDlEllmv4/ClQ9awcmCZrlx5jQyyMWFM5kBI+EyNOCDDiKk8il0zeuX3Zlg/w==", + "license": "MIT", + "dependencies": { + "@floating-ui/utils": "^0.2.10" + } + }, + "node_modules/@floating-ui/dom": { + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.7.4.tgz", + "integrity": "sha512-OOchDgh4F2CchOX94cRVqhvy7b3AFb+/rQXyswmzmGakRfkMgoWVjfnLWkRirfLEfuD4ysVW16eXzwt3jHIzKA==", + "license": "MIT", + "dependencies": { + "@floating-ui/core": "^1.7.3", + "@floating-ui/utils": "^0.2.10" + } + }, + "node_modules/@floating-ui/react": { + "version": "0.27.16", + "resolved": "https://registry.npmjs.org/@floating-ui/react/-/react-0.27.16.tgz", + "integrity": "sha512-9O8N4SeG2z++TSM8QA/KTeKFBVCNEz/AGS7gWPJf6KFRzmRWixFRnCnkPHRDwSVZW6QPDO6uT0P2SpWNKCc9/g==", + "license": "MIT", + "dependencies": { + "@floating-ui/react-dom": "^2.1.6", + "@floating-ui/utils": "^0.2.10", + "tabbable": "^6.0.0" + }, + "peerDependencies": { + "react": ">=17.0.0", + "react-dom": ">=17.0.0" + } + }, + "node_modules/@floating-ui/react-dom": { + "version": "2.1.6", + "resolved": "https://registry.npmjs.org/@floating-ui/react-dom/-/react-dom-2.1.6.tgz", + "integrity": "sha512-4JX6rEatQEvlmgU80wZyq9RT96HZJa88q8hp0pBd+LrczeDI4o6uA2M+uvxngVHo4Ihr8uibXxH6+70zhAFrVw==", + "license": "MIT", + "dependencies": { + "@floating-ui/dom": "^1.7.4" + }, + "peerDependencies": { + "react": ">=16.8.0", + "react-dom": ">=16.8.0" + } + }, + "node_modules/@floating-ui/utils": { + "version": "0.2.10", + "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.10.tgz", + "integrity": "sha512-aGTxbpbg8/b5JfU1HXSrbH3wXZuLPJcNEcZQFMxLs3oSzgtVu6nFPkbbGGUvBcUjKV2YyB9Wxxabo+HEH9tcRQ==", + "license": "MIT" + }, "node_modules/@humanwhocodes/config-array": { "version": "0.13.0", "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.13.0.tgz", @@ -17650,11 +17703,12 @@ } }, "node_modules/react-activity-calendar": { - "version": "2.7.15", - "resolved": "https://registry.npmjs.org/react-activity-calendar/-/react-activity-calendar-2.7.15.tgz", - "integrity": "sha512-sPO4tDJp+sRbV8F/LhUZ/woHmi4dg0Phd+Kt1Jw0orSfGfEqGCm7fFXiTIAvuuAwpwxqPEYEnfNzOLEfUrdg1A==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/react-activity-calendar/-/react-activity-calendar-3.0.1.tgz", + "integrity": "sha512-vyZ7tiJeRJ80hi9BEE4sf4kuFzEFZ8NywUnwtguqITr+7Uow5mxNcMJHHV/Ycj0Qv5iq7PV7xCqRzmdlSNkUMw==", "license": "MIT", "dependencies": { + "@floating-ui/react": "^0.27.12", "date-fns": "^4.1.0" }, "peerDependencies": { @@ -17927,12 +17981,12 @@ "license": "MIT" }, "node_modules/react-github-calendar": { - "version": "4.5.11", - "resolved": "https://registry.npmjs.org/react-github-calendar/-/react-github-calendar-4.5.11.tgz", - "integrity": "sha512-tDUjAIYILYtPmPUrA/KKuCcGY9A0PcRQEjnOGcAoqV2qeaibh3IQ+YznQOYr78PsBfLIVtq4nZYYM3QadjGu+Q==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/react-github-calendar/-/react-github-calendar-5.0.0.tgz", + "integrity": "sha512-llz+9OOTtyZw0K858W/bfcjbm6cARm87JFxEVXjG6yXKPdvgJi0kx2YKxnzJnnzisCOEAVg/LJtKxa+QE2FnTw==", "license": "MIT", "dependencies": { - "react-activity-calendar": "^2.7.15" + "react-activity-calendar": "^3.0.1" }, "peerDependencies": { "react": "^18.0.0 || ^19.0.0" @@ -20110,6 +20164,12 @@ "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==", "license": "MIT" }, + "node_modules/tabbable": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/tabbable/-/tabbable-6.3.0.tgz", + "integrity": "sha512-EIHvdY5bPLuWForiR/AN2Bxngzpuwn1is4asboytXtpTgsArc+WmSJKVLlhdh71u7jFcryDqB2A8lQvj78MkyQ==", + "license": "MIT" + }, "node_modules/tailwindcss": { "version": "3.4.17", "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.17.tgz", diff --git a/package.json b/package.json index b56230e..da65366 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "react": "^19.2.0", "react-bootstrap": "^2.10.10", "react-dom": "^19.2.0", - "react-github-calendar": "^4.5.11", + "react-github-calendar": "^5.0.0", "react-icons": "^5.5.0", "react-router-dom": "^7.9.4", "react-scripts": "^5.0.1",