diff --git a/package.json b/package.json index 7d8622955a414b..d2e64812b16eb5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "calendso", - "version": "0.1.0", + "version": "1.0.0", "private": true, "scripts": { "dev": "next dev", @@ -39,7 +39,7 @@ "classnames": "^2.3.1", "dayjs": "^1.10.6", "dayjs-business-days": "^1.0.4", - "googleapis": "^84.0.0", + "googleapis": "^86.1.0", "handlebars": "^4.7.7", "ical.js": "^1.4.0", "ics": "^2.31.0", diff --git a/yarn.lock b/yarn.lock index 588c58df7335cd..6a4e0758acd498 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3797,10 +3797,10 @@ googleapis-common@^5.0.2: url-template "^2.0.8" uuid "^8.0.0" -googleapis@^84.0.0: - version "84.0.0" - resolved "https://registry.yarnpkg.com/googleapis/-/googleapis-84.0.0.tgz#55b534b234c2df1af0b0f33c0394f31ac23a20d0" - integrity sha512-5WWLwmraulw3p55lu0gNpLz2FME1gcuR7QxgmUdAVHMiVN4LEasYjJV9p36gxcf2TMe6bn6+PgQ/63+CvBEgoQ== +googleapis@^86.1.0: + version "86.1.0" + resolved "https://registry.yarnpkg.com/googleapis/-/googleapis-86.1.0.tgz#9550cfa1aeebfd254d0e17f279bf8b8e34be7bbf" + integrity sha512-gcYXoH5/xXBLDyLYPZHtxw89DKqxtRhFOF907ph8HYpUeKDQARIhjOauYkX8Pp8fwhUvCFtydx7jOkYolthbbQ== dependencies: google-auth-library "^7.0.2" googleapis-common "^5.0.2"