diff --git a/package-lock.json b/package-lock.json index 2e1308d..03a3241 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "date-fns": "2.30.0", "date-fns-tz": "2.0.0", "googleapis": "128.0.0", - "ics": "3.5.0", + "ics": "3.6.2", "mongoose": "8.0.3", "next": "^14.0.1", "next-auth": "4.24.5", @@ -7164,9 +7164,9 @@ } }, "node_modules/ics": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/ics/-/ics-3.5.0.tgz", - "integrity": "sha512-4jXcwh0cyGyE9FaoHE/zFjpac0t6CIPGLQ5rPr9x/Uj3YmVDIIYLa01lpgp1GsUGdhsEwa/PgCm1/kocRItOEg==", + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/ics/-/ics-3.6.2.tgz", + "integrity": "sha512-TeETc1VX+/7ityXhAeKv8xvzs1SEzzUiQzn0d77cC8Hh0rgW3fVnPQlUpl5nr8uL+yRN7/QVG2fquEE4+SiO+A==", "dependencies": { "nanoid": "^3.1.23", "yup": "^1.2.0" diff --git a/package.json b/package.json index 9258258..13e92e7 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "date-fns": "2.30.0", "date-fns-tz": "2.0.0", "googleapis": "128.0.0", - "ics": "3.5.0", + "ics": "3.6.2", "mongoose": "8.0.3", "next": "^14.0.1", "next-auth": "4.24.5",