diff --git a/package-lock.json b/package-lock.json index aae38ca..9c410db 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.83", + "@types/google-apps-script": "^1.0.92", "@types/jest": "^29.5.12", "@typescript-eslint/eslint-plugin": "^7.15.0", "@typescript-eslint/parser": "^7.15.0", @@ -1528,9 +1528,9 @@ } }, "node_modules/@types/google-apps-script": { - "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==", + "version": "1.0.92", + "resolved": "https://registry.npmjs.org/@types/google-apps-script/-/google-apps-script-1.0.92.tgz", + "integrity": "sha512-QWkcGH0Ll0NjPXfnMuMT1rH3ics/6s9DKZiAB8pQIZNfSrRaJIqoChOuR7Sr+n5oe5XF1NPJ4RVPE3Bvfh9heQ==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index cc84abf..ed23b0a 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "homepage": "https://github.com/ttsukagoshi/gas-template#readme", "devDependencies": { "@google/clasp": "^2.4.2", - "@types/google-apps-script": "^1.0.83", + "@types/google-apps-script": "^1.0.92", "@types/jest": "^29.5.12", "@typescript-eslint/eslint-plugin": "^7.15.0", "@typescript-eslint/parser": "^7.15.0",