From 9708b48cc509426c3215a2a6c135eac77fff8020 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 12:09:04 +0000 Subject: [PATCH] Bump @types/google-apps-script from 1.0.71 to 1.0.72 Bumps [@types/google-apps-script](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/google-apps-script) from 1.0.71 to 1.0.72. - [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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d7adb8b2..3c3cfdaa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@smui/linear-progress": "^6.1.4", "@smui/list": "^6.0.0", "@smui/top-app-bar": "^6.0.0", - "@types/google-apps-script": "^1.0.71", + "@types/google-apps-script": "^1.0.72", "@types/google.script.client-side": "^0.1.0", "@types/jest": "^28.1.8", "@typescript-eslint/eslint-plugin": "^6.7.2", @@ -7043,9 +7043,9 @@ } }, "node_modules/@types/google-apps-script": { - "version": "1.0.71", - "resolved": "https://registry.npmjs.org/@types/google-apps-script/-/google-apps-script-1.0.71.tgz", - "integrity": "sha512-+E7xGc4sUt/X/SNJRIODgZ7KPylMdEcywoEaFK7ve5gLr5JFZEl0hBlCizh6OA3msQycszF1Uhi5IBjjZHBhhw==", + "version": "1.0.72", + "resolved": "https://registry.npmjs.org/@types/google-apps-script/-/google-apps-script-1.0.72.tgz", + "integrity": "sha512-StzlDdG6vCXddINzCLl8mNQccia+kAXJoxwzQudGqdDfDCqWCQs0bbG5y+Lr8L9fjvKE67ZPV5nTSbuKFbev0A==", "dev": true }, "node_modules/@types/google.script.client-side": { diff --git a/package.json b/package.json index e1870094..0aaba3d4 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@smui/linear-progress": "^6.1.4", "@smui/list": "^6.0.0", "@smui/top-app-bar": "^6.0.0", - "@types/google-apps-script": "^1.0.71", + "@types/google-apps-script": "^1.0.72", "@types/google.script.client-side": "^0.1.0", "@types/jest": "^28.1.8", "@typescript-eslint/eslint-plugin": "^6.7.2",