diff --git a/package-lock.json b/package-lock.json index aae38ca..3e7d573 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "2.1.0", "license": "Apache-2.0", "devDependencies": { - "@google/clasp": "^2.4.2", + "@google/clasp": "^2.5.0", "@types/google-apps-script": "^1.0.83", "@types/jest": "^29.5.12", "@typescript-eslint/eslint-plugin": "^7.15.0", @@ -773,9 +773,9 @@ } }, "node_modules/@google/clasp": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/@google/clasp/-/clasp-2.4.2.tgz", - "integrity": "sha512-SrHzWSotR8c7mNBVwH81sFCc4HhoDrCevicJehQlvrvgdTvLIiU0Pfb5EYCzWUPBSC4Ez/nvW6wxsgaK7RrPjQ==", + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/@google/clasp/-/clasp-2.5.0.tgz", + "integrity": "sha512-HkZnUP5UibGEYXpk89HR24pFctb9VBlrpjCrU6sjepkQOtpr/Y9rrSP3N7EVrqUDg4/JQmmPQ8Z2ybN4XtdOxg==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -789,6 +789,7 @@ "find-up": "^6.0.0", "fs-extra": "^10.0.0", "fuzzy": "^0.1.3", + "gaxios": "^4.2.1", "google-auth-library": "^7.6.2", "googleapis": "^84.0.0", "inquirer": "^8.1.2", diff --git a/package.json b/package.json index cc84abf..86e694f 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ }, "homepage": "https://github.com/ttsukagoshi/gas-template#readme", "devDependencies": { - "@google/clasp": "^2.4.2", + "@google/clasp": "^2.5.0", "@types/google-apps-script": "^1.0.83", "@types/jest": "^29.5.12", "@typescript-eslint/eslint-plugin": "^7.15.0",