diff --git a/package-lock.json b/package-lock.json index cc2a973..51d4c6a 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.83", "@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.83", + "resolved": "https://registry.npmjs.org/@types/google-apps-script/-/google-apps-script-1.0.83.tgz", + "integrity": "sha512-o+QNeNZxPAfYHzRiLHjub9qF0IILg21r9MzYlnrIHUT+/wcC70aqDfedmzKTgtzsj79zvoTZD0cjGgy46+1Ynw==", "dev": true }, "node_modules/@types/graceful-fs": { diff --git a/package.json b/package.json index 8f83371..9d1f1a0 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.83", "@types/jest": "^29.5.11", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0",