From 8b2f6efe3cf870395bd330a18f50f60a3d7608d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 11:20:37 +0000 Subject: [PATCH] npm(deps-dev): bump @google/clasp from 2.4.2 to 2.5.0 Bumps [@google/clasp](https://github.com/google/clasp) from 2.4.2 to 2.5.0. - [Release notes](https://github.com/google/clasp/releases) - [Changelog](https://github.com/google/clasp/blob/master/CHANGELOG.md) - [Commits](https://github.com/google/clasp/compare/v2.4.2...2.5.0) --- updated-dependencies: - dependency-name: "@google/clasp" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 ++++++---- package.json | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 970968b..78247e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.1.1", "license": "Apache-2.0", "devDependencies": { - "@google/clasp": "^2.4.2", + "@google/clasp": "^2.5.0", "@types/google-apps-script": "^1.0.83", "@typescript-eslint/eslint-plugin": "^6.20.0", "@typescript-eslint/parser": "^6.20.0", @@ -286,10 +286,11 @@ } }, "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": { "@sindresorhus/is": "^4.0.1", "chalk": "^4.1.2", @@ -301,6 +302,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 85a2e47..c58cc11 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ }, "homepage": "https://github.com/ttsukagoshi/website-monitoring-by-gas#readme", "devDependencies": { - "@google/clasp": "^2.4.2", + "@google/clasp": "^2.5.0", "@types/google-apps-script": "^1.0.83", "@typescript-eslint/eslint-plugin": "^6.20.0", "@typescript-eslint/parser": "^6.20.0",