From 7b19b9ca1dc23eaa0100b3eb377615bda8638463 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Feb 2022 11:03:06 +0000 Subject: [PATCH] npm(deps-dev): bump @types/google-apps-script from 1.0.41 to 1.0.45 Bumps [@types/google-apps-script](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/google-apps-script) from 1.0.41 to 1.0.45. - [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 0b201ff..438e83b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "devDependencies": { "@google/clasp": "^2.4.1", - "@types/google-apps-script": "^1.0.41", + "@types/google-apps-script": "^1.0.45", "@typescript-eslint/eslint-plugin": "^5.8.1", "@typescript-eslint/parser": "^5.8.1", "eslint": "^8.6.0", @@ -273,9 +273,9 @@ } }, "node_modules/@types/google-apps-script": { - "version": "1.0.41", - "resolved": "https://registry.npmjs.org/@types/google-apps-script/-/google-apps-script-1.0.41.tgz", - "integrity": "sha512-Lv8Tila1iNUynITT0H4lR59fcdkZ1JOPQiuthaOoG/agAbWYkZLeaR6yLIeRydFQ2bQqVgOrAXlmu8Ut8uUcOA==", + "version": "1.0.45", + "resolved": "https://registry.npmjs.org/@types/google-apps-script/-/google-apps-script-1.0.45.tgz", + "integrity": "sha512-LOkwOeaoxt11splrb1REllLkRkpcwINHgsxzFHLFlwICzC8ld+UEUr8JJN4x4BVvzp7z/ZM1bDXJmD541CGzcw==", "dev": true }, "node_modules/@types/http-cache-semantics": { @@ -4234,9 +4234,9 @@ } }, "@types/google-apps-script": { - "version": "1.0.41", - "resolved": "https://registry.npmjs.org/@types/google-apps-script/-/google-apps-script-1.0.41.tgz", - "integrity": "sha512-Lv8Tila1iNUynITT0H4lR59fcdkZ1JOPQiuthaOoG/agAbWYkZLeaR6yLIeRydFQ2bQqVgOrAXlmu8Ut8uUcOA==", + "version": "1.0.45", + "resolved": "https://registry.npmjs.org/@types/google-apps-script/-/google-apps-script-1.0.45.tgz", + "integrity": "sha512-LOkwOeaoxt11splrb1REllLkRkpcwINHgsxzFHLFlwICzC8ld+UEUr8JJN4x4BVvzp7z/ZM1bDXJmD541CGzcw==", "dev": true }, "@types/http-cache-semantics": { diff --git a/package.json b/package.json index 5d82bb6..4290838 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.1", - "@types/google-apps-script": "^1.0.41", + "@types/google-apps-script": "^1.0.45", "@typescript-eslint/eslint-plugin": "^5.8.1", "@typescript-eslint/parser": "^5.8.1", "eslint": "^8.6.0",