diff --git a/package-lock.json b/package-lock.json index c67f4221..28b100ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@smui/linear-progress": "^7.0.0", "@smui/list": "^7.0.0", "@smui/top-app-bar": "^7.0.0", - "@types/google-apps-script": "^1.0.89", + "@types/google-apps-script": "^1.0.91", "@types/google.script.client-side": "^0.1.5", "@types/jest": "^29.5.14", "@types/node": "^22.10.2", @@ -4033,11 +4033,10 @@ } }, "node_modules/@types/google-apps-script": { - "version": "1.0.89", - "resolved": "https://registry.npmjs.org/@types/google-apps-script/-/google-apps-script-1.0.89.tgz", - "integrity": "sha512-Vbvuyno3JnmFDwt4gOLSZKg3/EKLyViVhGqDt1oowY19M1x7Tl1sxOMSnAPdVGH5X/k2pcDWAh+poNaU8Jxwkw==", - "dev": true, - "license": "MIT" + "version": "1.0.91", + "resolved": "https://registry.npmjs.org/@types/google-apps-script/-/google-apps-script-1.0.91.tgz", + "integrity": "sha512-si93/GKuhaMPgbYUnGpU4jzqkid4+zxHi+Sm0IyGUJ/OPha5sM/hklGEyosSxsoE5Qkla3f7O64rJ05NdRQpJA==", + "dev": true }, "node_modules/@types/google.script.client-side": { "version": "0.1.5", diff --git a/package.json b/package.json index 88d634ea..740a4b95 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@smui/linear-progress": "^7.0.0", "@smui/list": "^7.0.0", "@smui/top-app-bar": "^7.0.0", - "@types/google-apps-script": "^1.0.89", + "@types/google-apps-script": "^1.0.91", "@types/google.script.client-side": "^0.1.5", "@types/jest": "^29.5.14", "@types/node": "^22.10.2",