From c42b800870480d98d46f54768a40f96940ab3c4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 12:30:53 +0000 Subject: [PATCH] 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, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index cde7f3b6..3075dcc4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "devDependencies": { "@eslint-community/eslint-plugin-eslint-comments": "^4.4.1", "@eslint/js": "^9.18.0", - "@google/clasp": "^2.4.2", + "@google/clasp": "^2.5.0", "@material/theme": "^14.0.0", "@playwright/test": "^1.49.1", "@smui/button": "^7.0.0", @@ -1041,11 +1041,10 @@ } }, "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", @@ -1057,6 +1056,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 87965856..2f78e124 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "devDependencies": { "@eslint-community/eslint-plugin-eslint-comments": "^4.4.1", "@eslint/js": "^9.18.0", - "@google/clasp": "^2.4.2", + "@google/clasp": "^2.5.0", "@material/theme": "^14.0.0", "@playwright/test": "^1.49.1", "@smui/button": "^7.0.0",