From 90c2ab6afa2de4099df0453b8cb9ae8c1be0cb63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 04:41:53 +0000 Subject: [PATCH] Bump add-to-calendar-button-react from 2.4.3 to 2.6.15 in /client Bumps [add-to-calendar-button-react](https://github.com/add2cal/add-to-calendar-button-react) from 2.4.3 to 2.6.15. - [Release notes](https://github.com/add2cal/add-to-calendar-button-react/releases) - [Commits](https://github.com/add2cal/add-to-calendar-button-react/compare/v2.4.3...v2.6.15) --- updated-dependencies: - dependency-name: add-to-calendar-button-react dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 35 ++++++++++++++++++----------------- client/package.json | 2 +- 2 files changed, 19 insertions(+), 18 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 1d12272..3f3dc88 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -11,7 +11,7 @@ "@testing-library/jest-dom": "^6.4.2", "@testing-library/react": "^15.0.2", "@testing-library/user-event": "^14.5.2", - "add-to-calendar-button-react": "^2.4.3", + "add-to-calendar-button-react": "^2.6.15", "bootstrap": "^5.3.3", "react": "^18.2.0", "react-dom": "^18.2.0", @@ -4729,27 +4729,27 @@ } }, "node_modules/add-to-calendar-button": { - "version": "2.4.3", - "resolved": "https://registry.npmjs.org/add-to-calendar-button/-/add-to-calendar-button-2.4.3.tgz", - "integrity": "sha512-oIdWHG+6COZsxwBgB8uGfpMxb8177GbDdXx2Kb+SjftM3CkVp2VFJjBbOzklfW01zr1e9jIGObuhyp9+xiFiig==", + "version": "2.6.15", + "resolved": "https://registry.npmjs.org/add-to-calendar-button/-/add-to-calendar-button-2.6.15.tgz", + "integrity": "sha512-WIpv0mGOWPyI04+AhcdDVxW//QmLmUQZwgXuhzFEo07DdtKMa6tvN/iSinvQHCo27X0+VxQCDXpFYbgXog3ZXA==", "dependencies": { - "timezones-ical-library": "^1.7.1" + "timezones-ical-library": "^1.8.2" }, "engines": { - "node": ">=16.18.1", - "npm": ">=8.19.2" + "node": ">=18.17.0", + "npm": ">=9.6.7" } }, "node_modules/add-to-calendar-button-react": { - "version": "2.4.3", - "resolved": "https://registry.npmjs.org/add-to-calendar-button-react/-/add-to-calendar-button-react-2.4.3.tgz", - "integrity": "sha512-XkBeL0evhlwxgKuTOA86jn+gDALSZ8qYXaYDZNK+ji4GpzPYrBGnKcOgituh378ZcZ1ajRrAsIFnGU0y5YArug==", + "version": "2.6.15", + "resolved": "https://registry.npmjs.org/add-to-calendar-button-react/-/add-to-calendar-button-react-2.6.15.tgz", + "integrity": "sha512-g1OM0UXU2GnAztdRWzRADJahO8FSGpugoN1rp0cu6jg54eX6kJucfzl0LjtqVtcY2vGLyb4r6kyu+uSKsLbtBg==", "dependencies": { - "add-to-calendar-button": "^2.4.3" + "add-to-calendar-button": "^2.6.15" }, "engines": { - "node": ">=16.18.1", - "npm": ">=8.19.2" + "node": ">=18.17.0", + "npm": ">=9.6.7" }, "peerDependencies": { "react": ">=18.0.0", @@ -17439,11 +17439,12 @@ "integrity": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==" }, "node_modules/timezones-ical-library": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/timezones-ical-library/-/timezones-ical-library-1.7.2.tgz", - "integrity": "sha512-QxZd7SowEZ5/Kg6ZJuBYI2BUqmyDj5HdI9RSWSQtzYm3UeVd5ziFpEBjw715zCzQca6V4xIiHc5j95tUzDTOyg==", + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/timezones-ical-library/-/timezones-ical-library-1.8.2.tgz", + "integrity": "sha512-0bbCp+xXtTUOcBo7bAGkzK5yMiNnY/FmJblTlnkGcqW5O+SChvWNtvsOX9WqbU5/8sT+Nl/MKQ7c9qafIkUstA==", "engines": { - "node": ">=14.20.0" + "node": ">=18.17.0", + "npm": ">=9.6.7" } }, "node_modules/tmpl": { diff --git a/client/package.json b/client/package.json index 7a1deba..d245eab 100644 --- a/client/package.json +++ b/client/package.json @@ -7,7 +7,7 @@ "@testing-library/jest-dom": "^6.4.2", "@testing-library/react": "^15.0.2", "@testing-library/user-event": "^14.5.2", - "add-to-calendar-button-react": "^2.4.3", + "add-to-calendar-button-react": "^2.6.15", "bootstrap": "^5.3.3", "react": "^18.2.0", "react-dom": "^18.2.0",