From f31d83b8028df0e59b66601b645ce106a97522fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Apr 2023 17:44:08 +0000 Subject: [PATCH] npm(deps-dev): bump @types/google-apps-script from 1.0.57 to 1.0.59 Bumps [@types/google-apps-script](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/google-apps-script) from 1.0.57 to 1.0.59. - [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 8ab6c88..f0aa88c 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.57", + "@types/google-apps-script": "^1.0.59", "@typescript-eslint/eslint-plugin": "^5.57.0", "@typescript-eslint/parser": "^5.57.0", "eslint": "^8.37.0", @@ -544,9 +544,9 @@ } }, "node_modules/@types/google-apps-script": { - "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==", + "version": "1.0.59", + "resolved": "https://registry.npmjs.org/@types/google-apps-script/-/google-apps-script-1.0.59.tgz", + "integrity": "sha512-vOtsegVU/BrgofBsx6Ckzz4jDNp2zEwGHHc20AAouyP6YzytCF5vIBCSETBjsIHZya+nA8A/f7YaSkCe29jbvQ==", "dev": true }, "node_modules/@types/http-cache-semantics": { @@ -4739,9 +4739,9 @@ } }, "@types/google-apps-script": { - "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==", + "version": "1.0.59", + "resolved": "https://registry.npmjs.org/@types/google-apps-script/-/google-apps-script-1.0.59.tgz", + "integrity": "sha512-vOtsegVU/BrgofBsx6Ckzz4jDNp2zEwGHHc20AAouyP6YzytCF5vIBCSETBjsIHZya+nA8A/f7YaSkCe29jbvQ==", "dev": true }, "@types/http-cache-semantics": { diff --git a/package.json b/package.json index 68e10a0..efccf5e 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "homepage": "https://github.com/ttsukagoshi/website-monitoring-by-gas#readme", "devDependencies": { "@google/clasp": "^2.4.2", - "@types/google-apps-script": "^1.0.57", + "@types/google-apps-script": "^1.0.59", "@typescript-eslint/eslint-plugin": "^5.57.0", "@typescript-eslint/parser": "^5.57.0", "eslint": "^8.37.0",