From 89b3aad91a417e5f4ef2ce6659c0a1456ce39579 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 09:58:33 +0000 Subject: [PATCH] npm(deps-dev): bump @types/google-apps-script from 1.0.79 to 1.0.82 Bumps [@types/google-apps-script](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/google-apps-script) from 1.0.79 to 1.0.82. - [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 cc2a973..b1be47c 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.79", + "@types/google-apps-script": "^1.0.82", "@types/jest": "^29.5.11", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", @@ -1493,9 +1493,9 @@ } }, "node_modules/@types/google-apps-script": { - "version": "1.0.79", - "resolved": "https://registry.npmjs.org/@types/google-apps-script/-/google-apps-script-1.0.79.tgz", - "integrity": "sha512-yXxlfBbIecRZnC2ZkoMdfsqtn5hszR5BnnC/yPFEDGtrW5c1KyUTHctoHKmvOUV6wlZlSlornzL83B/bBWlO6A==", + "version": "1.0.82", + "resolved": "https://registry.npmjs.org/@types/google-apps-script/-/google-apps-script-1.0.82.tgz", + "integrity": "sha512-umYZj3h057s/sF3aGo0JDiuXLVkqj2rfu6D+OzHlYjKV1fGCjL62L1tndSxe4h7oiHEEgdubFkOLZ7O6xB3L9g==", "dev": true }, "node_modules/@types/graceful-fs": { diff --git a/package.json b/package.json index 8f83371..a302698 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "homepage": "https://github.com/ttsukagoshi/sheetsL#readme", "devDependencies": { "@google/clasp": "^2.4.2", - "@types/google-apps-script": "^1.0.79", + "@types/google-apps-script": "^1.0.82", "@types/jest": "^29.5.11", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0",