diff --git a/package-lock.json b/package-lock.json index 527a4f94c..a23149cfb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@babel/preset-react": "^7.28.5", "@babel/runtime": "^7.28.4", "@dmsnell/diff-match-patch": "^1.1.0", - "@googleapis/drive": "^18.0.0", + "@googleapis/drive": "^19.2.0", "@sanity/diff-match-patch": "^3.2.0", "body-parser": "^2.2.0", "classnames": "^2.5.1", @@ -2295,9 +2295,9 @@ } }, "node_modules/@googleapis/drive": { - "version": "18.0.0", - "resolved": "https://registry.npmjs.org/@googleapis/drive/-/drive-18.0.0.tgz", - "integrity": "sha512-nk4TirsHttwZSOjBEBjltCPDKUqwFso59G3WitNE+EGNVSVseSEq981f8Dmjq2ah0/fk3i206wuCU4PUCwcoTQ==", + "version": "19.2.0", + "resolved": "https://registry.npmjs.org/@googleapis/drive/-/drive-19.2.0.tgz", + "integrity": "sha512-XzhQ+CNwW54umLecZLzQ5Q2RborJD1+u2YzJIT/BOpne+VJfsCyxWVG0nxYQmcGdiFXJPeW5+V3sdP/A/nt3eA==", "license": "Apache-2.0", "dependencies": { "googleapis-common": "^8.0.0" @@ -14742,7 +14742,8 @@ }, "node_modules/vitreum": { "version": "6.0.4", - "resolved": "git+https://git@github.com/calculuschild/vitreum.git#9d55fd6fb7e85e7070de798c4f9d5b983c1b7dba", + "resolved": "git+https://git@github.com/calculuschild/vitreum.git#929c351881c4229550374421c7e2890a94f4dca7", + "integrity": "sha512-dclfZIgvZU4pOeju1U7CjfGcAMNY+HwhYxF5O1cB6j9EtBrUXQh5+8XlYvNrw2XIcjWIxWcWaCpAQgJxKssfbQ==", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 38b24a7a4..c058b1af9 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "@babel/preset-react": "^7.28.5", "@babel/runtime": "^7.28.4", "@dmsnell/diff-match-patch": "^1.1.0", - "@googleapis/drive": "^18.0.0", + "@googleapis/drive": "^19.2.0", "@sanity/diff-match-patch": "^3.2.0", "body-parser": "^2.2.0", "classnames": "^2.5.1",