From 4bb9d8b76970b9e87fdd1c9977ffd5d2858fa807 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 11:00:47 +0000 Subject: [PATCH] build(deps): bump @types/google-apps-script from 1.0.14 to 1.0.57 Bumps [@types/google-apps-script](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/google-apps-script) from 1.0.14 to 1.0.57. - [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:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 07a8fb0..305024e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -55,9 +55,9 @@ "integrity": "sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==" }, "@types/google-apps-script": { - "version": "1.0.14", - "resolved": "https://registry.npmjs.org/@types/google-apps-script/-/google-apps-script-1.0.14.tgz", - "integrity": "sha512-dxYrClArM39GGlANFbCJiBg+wBmmK5VuBW2/JBaqg6Bo/OpAcXJoQ69zml6HmuHoKJDw1WR+BRxeJ/U9L9dk8A==" + "version": "1.0.57", + "resolved": "https://registry.npmjs.org/@types/google-apps-script/-/google-apps-script-1.0.57.tgz", + "integrity": "sha512-w06Yoh+SamGpS2kGVlGy/5JkmFkLrW6u3tbglyHEu9uC9lrzqr6FyLcgVsL95Tmq9L0q//D8seqd4GZGRPPKUw==" }, "@types/minimatch": { "version": "3.0.3", diff --git a/package.json b/package.json index 9b061af..de9b995 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,6 @@ "devDependencies": {}, "dependencies": { "@google/clasp": "2.3.0", - "@types/google-apps-script": "^1.0.14" + "@types/google-apps-script": "^1.0.57" } }