From a3307babc1eb7adf6bfe579ca54bad9daae46ced Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Nov 2022 16:38:48 +0000 Subject: [PATCH] npm(deps-dev): bump @types/google-apps-script from 1.0.55 to 1.0.56 Bumps [@types/google-apps-script](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/google-apps-script) from 1.0.55 to 1.0.56. - [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 17b42c3..7b98a7e 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.55", + "@types/google-apps-script": "^1.0.56", "@typescript-eslint/eslint-plugin": "^5.42.0", "@typescript-eslint/parser": "^5.42.0", "eslint": "^8.26.0", @@ -535,9 +535,9 @@ } }, "node_modules/@types/google-apps-script": { - "version": "1.0.55", - "resolved": "https://registry.npmjs.org/@types/google-apps-script/-/google-apps-script-1.0.55.tgz", - "integrity": "sha512-rrZ2jUdroRbbbDNEYTi5HbxiJYa4K5cpanIzRaiK5bnI0GxRtROZUT8Zjt6IIrPp1SUL+8w+T5bR8ZLwF9FkBA==", + "version": "1.0.56", + "resolved": "https://registry.npmjs.org/@types/google-apps-script/-/google-apps-script-1.0.56.tgz", + "integrity": "sha512-3YGOtRlnWPSARl/n2BKt0qiIA6Y3/5BLC2zH9s/jcu+1rpxR07noLCFxTZ2BQBIfDl6+Vs9iKjLTgdbbL8q/mg==", "dev": true }, "node_modules/@types/http-cache-semantics": { @@ -4795,9 +4795,9 @@ } }, "@types/google-apps-script": { - "version": "1.0.55", - "resolved": "https://registry.npmjs.org/@types/google-apps-script/-/google-apps-script-1.0.55.tgz", - "integrity": "sha512-rrZ2jUdroRbbbDNEYTi5HbxiJYa4K5cpanIzRaiK5bnI0GxRtROZUT8Zjt6IIrPp1SUL+8w+T5bR8ZLwF9FkBA==", + "version": "1.0.56", + "resolved": "https://registry.npmjs.org/@types/google-apps-script/-/google-apps-script-1.0.56.tgz", + "integrity": "sha512-3YGOtRlnWPSARl/n2BKt0qiIA6Y3/5BLC2zH9s/jcu+1rpxR07noLCFxTZ2BQBIfDl6+Vs9iKjLTgdbbL8q/mg==", "dev": true }, "@types/http-cache-semantics": { diff --git a/package.json b/package.json index 1b09e1a..ee96915 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.55", + "@types/google-apps-script": "^1.0.56", "@typescript-eslint/eslint-plugin": "^5.42.0", "@typescript-eslint/parser": "^5.42.0", "eslint": "^8.26.0",