diff --git a/package-lock.json b/package-lock.json index 970968b..d5ebc64 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.97", "@typescript-eslint/eslint-plugin": "^6.20.0", "@typescript-eslint/parser": "^6.20.0", "eslint": "^8.56.0", @@ -481,10 +481,11 @@ } }, "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==", - "dev": true + "version": "1.0.97", + "resolved": "https://registry.npmjs.org/@types/google-apps-script/-/google-apps-script-1.0.97.tgz", + "integrity": "sha512-T8hpQ4Yi7AUvd4fnzHfmo0joGG0j1GUC8TywvRtnKgTAv0vU/DXy4nNgw4VfcOD9ZDdJc0rGoZvWhHORipzFNQ==", + "dev": true, + "license": "MIT" }, "node_modules/@types/http-cache-semantics": { "version": "4.0.4", diff --git a/package.json b/package.json index 85a2e47..7c57288 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "homepage": "https://github.com/ttsukagoshi/website-monitoring-by-gas#readme", "devDependencies": { "@google/clasp": "^2.4.2", - "@types/google-apps-script": "^1.0.83", + "@types/google-apps-script": "^1.0.97", "@typescript-eslint/eslint-plugin": "^6.20.0", "@typescript-eslint/parser": "^6.20.0", "eslint": "^8.56.0",