From 9764478fa25338b9230c7a76c51054ea891b93f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 09:35:31 +0000 Subject: [PATCH] npm(deps-dev): bump @types/google-apps-script from 1.0.64 to 1.0.67 Bumps [@types/google-apps-script](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/google-apps-script) from 1.0.64 to 1.0.67. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/google-apps-script) --- updated-dependencies: - dependency-name: "@types/google-apps-script" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8f070e9..5c53651 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.64", + "@types/google-apps-script": "^1.0.67", "@types/jest": "^29.5.2", "@typescript-eslint/eslint-plugin": "^5.60.1", "@typescript-eslint/parser": "^5.60.1", @@ -1385,9 +1385,9 @@ } }, "node_modules/@types/google-apps-script": { - "version": "1.0.64", - "resolved": "https://registry.npmjs.org/@types/google-apps-script/-/google-apps-script-1.0.64.tgz", - "integrity": "sha512-oxDnuewCGSPhlcpSiSMH9W2HkK3lV3tF/jYYqY9jdo2sKsNjeL+mH5lJiWEnqoMK8s/Sz3gxrpdsCrAFvRjTKQ==", + "version": "1.0.67", + "resolved": "https://registry.npmjs.org/@types/google-apps-script/-/google-apps-script-1.0.67.tgz", + "integrity": "sha512-sJfwEKAfWMB22SRbNqfsr7MWVjaYT97eKl8DBTB3uVLJd4jpGibcFSsVqCuFuewzJgjLzj0aSC4gbaFyf3EpXg==", "dev": true }, "node_modules/@types/graceful-fs": { @@ -8486,9 +8486,9 @@ } }, "@types/google-apps-script": { - "version": "1.0.64", - "resolved": "https://registry.npmjs.org/@types/google-apps-script/-/google-apps-script-1.0.64.tgz", - "integrity": "sha512-oxDnuewCGSPhlcpSiSMH9W2HkK3lV3tF/jYYqY9jdo2sKsNjeL+mH5lJiWEnqoMK8s/Sz3gxrpdsCrAFvRjTKQ==", + "version": "1.0.67", + "resolved": "https://registry.npmjs.org/@types/google-apps-script/-/google-apps-script-1.0.67.tgz", + "integrity": "sha512-sJfwEKAfWMB22SRbNqfsr7MWVjaYT97eKl8DBTB3uVLJd4jpGibcFSsVqCuFuewzJgjLzj0aSC4gbaFyf3EpXg==", "dev": true }, "@types/graceful-fs": { diff --git a/package.json b/package.json index c9811e6..cd62170 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "homepage": "https://github.com/ttsukagoshi/sheetsL#readme", "devDependencies": { "@google/clasp": "^2.4.2", - "@types/google-apps-script": "^1.0.64", + "@types/google-apps-script": "^1.0.67", "@types/jest": "^29.5.2", "@typescript-eslint/eslint-plugin": "^5.60.1", "@typescript-eslint/parser": "^5.60.1",