diff --git a/package-lock.json b/package-lock.json index cc2a973..b1be47c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "devDependencies": { "@google/clasp": "^2.4.2", - "@types/google-apps-script": "^1.0.79", + "@types/google-apps-script": "^1.0.82", "@types/jest": "^29.5.11", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", @@ -1493,9 +1493,9 @@ } }, "node_modules/@types/google-apps-script": { - "version": "1.0.79", - "resolved": "https://registry.npmjs.org/@types/google-apps-script/-/google-apps-script-1.0.79.tgz", - "integrity": "sha512-yXxlfBbIecRZnC2ZkoMdfsqtn5hszR5BnnC/yPFEDGtrW5c1KyUTHctoHKmvOUV6wlZlSlornzL83B/bBWlO6A==", + "version": "1.0.82", + "resolved": "https://registry.npmjs.org/@types/google-apps-script/-/google-apps-script-1.0.82.tgz", + "integrity": "sha512-umYZj3h057s/sF3aGo0JDiuXLVkqj2rfu6D+OzHlYjKV1fGCjL62L1tndSxe4h7oiHEEgdubFkOLZ7O6xB3L9g==", "dev": true }, "node_modules/@types/graceful-fs": { diff --git a/package.json b/package.json index 8f83371..a302698 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "homepage": "https://github.com/ttsukagoshi/sheetsL#readme", "devDependencies": { "@google/clasp": "^2.4.2", - "@types/google-apps-script": "^1.0.79", + "@types/google-apps-script": "^1.0.82", "@types/jest": "^29.5.11", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0",