diff --git a/package-lock.json b/package-lock.json index 71e2ff1..b4101d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@types/gapi": "^0.0.44", "@types/gapi.client": "^1.0.5", "@types/gapi.client.drive": "^3.0.15", - "@types/google.accounts": "^0.0.6", + "@types/google.accounts": "^0.0.7", "@types/node": "18.14.6", "@types/react": "18.0.28", "@types/react-dom": "18.0.11", @@ -2217,9 +2217,9 @@ } }, "node_modules/@types/google.accounts": { - "version": "0.0.6", - "resolved": "https://registry.npmjs.org/@types/google.accounts/-/google.accounts-0.0.6.tgz", - "integrity": "sha512-6+SAci9zmUjZFdKVghK0oeBOnf+uVT2Actd+SMC7AjUsejp+VuAw6OkTwasZrEo6I1By/Hlt+mKhuXvfLrcYMQ==" + "version": "0.0.7", + "resolved": "https://registry.npmjs.org/@types/google.accounts/-/google.accounts-0.0.7.tgz", + "integrity": "sha512-AAA2+/s/Oa9ETgaWY6JM2P3h8RiQ1FkdyI7QYKMY3hbIkwGbjEBLX0L6FpazVxHnq68ruDyl8Fi5v0tEwSyfeg==" }, "node_modules/@types/graceful-fs": { "version": "4.1.6", @@ -11270,9 +11270,9 @@ } }, "@types/google.accounts": { - "version": "0.0.6", - "resolved": "https://registry.npmjs.org/@types/google.accounts/-/google.accounts-0.0.6.tgz", - "integrity": "sha512-6+SAci9zmUjZFdKVghK0oeBOnf+uVT2Actd+SMC7AjUsejp+VuAw6OkTwasZrEo6I1By/Hlt+mKhuXvfLrcYMQ==" + "version": "0.0.7", + "resolved": "https://registry.npmjs.org/@types/google.accounts/-/google.accounts-0.0.7.tgz", + "integrity": "sha512-AAA2+/s/Oa9ETgaWY6JM2P3h8RiQ1FkdyI7QYKMY3hbIkwGbjEBLX0L6FpazVxHnq68ruDyl8Fi5v0tEwSyfeg==" }, "@types/graceful-fs": { "version": "4.1.6", diff --git a/package.json b/package.json index a405a8e..99f8cb1 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@types/gapi": "^0.0.44", "@types/gapi.client": "^1.0.5", "@types/gapi.client.drive": "^3.0.15", - "@types/google.accounts": "^0.0.6", + "@types/google.accounts": "^0.0.7", "@types/node": "18.14.6", "@types/react": "18.0.28", "@types/react-dom": "18.0.11",