diff --git a/package-lock.json b/package-lock.json index bb3c5dd..9b1846e 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.56", + "@types/google-apps-script": "^1.0.57", "@typescript-eslint/eslint-plugin": "^5.48.0", "@typescript-eslint/parser": "^5.48.0", "eslint": "^8.31.0", @@ -298,9 +298,9 @@ } }, "node_modules/@types/google-apps-script": { - "version": "1.0.56", - "resolved": "https://registry.npmjs.org/@types/google-apps-script/-/google-apps-script-1.0.56.tgz", - "integrity": "sha512-3YGOtRlnWPSARl/n2BKt0qiIA6Y3/5BLC2zH9s/jcu+1rpxR07noLCFxTZ2BQBIfDl6+Vs9iKjLTgdbbL8q/mg==", + "version": "1.0.57", + "resolved": "https://registry.npmjs.org/@types/google-apps-script/-/google-apps-script-1.0.57.tgz", + "integrity": "sha512-w06Yoh+SamGpS2kGVlGy/5JkmFkLrW6u3tbglyHEu9uC9lrzqr6FyLcgVsL95Tmq9L0q//D8seqd4GZGRPPKUw==", "dev": true }, "node_modules/@types/http-cache-semantics": { @@ -4690,9 +4690,9 @@ } }, "@types/google-apps-script": { - "version": "1.0.56", - "resolved": "https://registry.npmjs.org/@types/google-apps-script/-/google-apps-script-1.0.56.tgz", - "integrity": "sha512-3YGOtRlnWPSARl/n2BKt0qiIA6Y3/5BLC2zH9s/jcu+1rpxR07noLCFxTZ2BQBIfDl6+Vs9iKjLTgdbbL8q/mg==", + "version": "1.0.57", + "resolved": "https://registry.npmjs.org/@types/google-apps-script/-/google-apps-script-1.0.57.tgz", + "integrity": "sha512-w06Yoh+SamGpS2kGVlGy/5JkmFkLrW6u3tbglyHEu9uC9lrzqr6FyLcgVsL95Tmq9L0q//D8seqd4GZGRPPKUw==", "dev": true }, "@types/http-cache-semantics": { diff --git a/package.json b/package.json index d2360be..55bc4b9 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.56", + "@types/google-apps-script": "^1.0.57", "@typescript-eslint/eslint-plugin": "^5.48.0", "@typescript-eslint/parser": "^5.48.0", "eslint": "^8.31.0",