From dcd2429b04fd4e79b2522c3a5529879cb70a203b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 05:21:46 +0000 Subject: [PATCH] Bump @types/google-apps-script from 1.0.60 to 1.0.91 Bumps [@types/google-apps-script](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/google-apps-script) from 1.0.60 to 1.0.91. - [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 | 17 +++++++++-------- package.json | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index bcba73a..c006eff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@rollup/plugin-commonjs": "^23.0.2", "@rollup/plugin-node-resolve": "^15.0.1", "@rollup/plugin-typescript": "^11.1.2", - "@types/google-apps-script": "^1.0.60", + "@types/google-apps-script": "^1.0.91", "@types/google.script.client-side": "^0.1.1", "@types/jest": "^28.1.6", "@typescript-eslint/eslint-plugin": "^5.52.0", @@ -1894,10 +1894,11 @@ "dev": true }, "node_modules/@types/google-apps-script": { - "version": "1.0.60", - "resolved": "https://registry.npmjs.org/@types/google-apps-script/-/google-apps-script-1.0.60.tgz", - "integrity": "sha512-eRPxCH6xeC2pTm3uxwtaqY9tIiIAOJhnupE2YYR001xaM0g/jg8rY+s5m9HAYRDrSCrBLahRa7ZVdV7iGbC+4A==", - "dev": true + "version": "1.0.91", + "resolved": "https://registry.npmjs.org/@types/google-apps-script/-/google-apps-script-1.0.91.tgz", + "integrity": "sha512-si93/GKuhaMPgbYUnGpU4jzqkid4+zxHi+Sm0IyGUJ/OPha5sM/hklGEyosSxsoE5Qkla3f7O64rJ05NdRQpJA==", + "dev": true, + "license": "MIT" }, "node_modules/@types/google.script.client-side": { "version": "0.1.5", @@ -12496,9 +12497,9 @@ "dev": true }, "@types/google-apps-script": { - "version": "1.0.60", - "resolved": "https://registry.npmjs.org/@types/google-apps-script/-/google-apps-script-1.0.60.tgz", - "integrity": "sha512-eRPxCH6xeC2pTm3uxwtaqY9tIiIAOJhnupE2YYR001xaM0g/jg8rY+s5m9HAYRDrSCrBLahRa7ZVdV7iGbC+4A==", + "version": "1.0.91", + "resolved": "https://registry.npmjs.org/@types/google-apps-script/-/google-apps-script-1.0.91.tgz", + "integrity": "sha512-si93/GKuhaMPgbYUnGpU4jzqkid4+zxHi+Sm0IyGUJ/OPha5sM/hklGEyosSxsoE5Qkla3f7O64rJ05NdRQpJA==", "dev": true }, "@types/google.script.client-side": { diff --git a/package.json b/package.json index a65466c..9848cda 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@rollup/plugin-commonjs": "^23.0.2", "@rollup/plugin-node-resolve": "^15.0.1", "@rollup/plugin-typescript": "^11.1.2", - "@types/google-apps-script": "^1.0.60", + "@types/google-apps-script": "^1.0.91", "@types/google.script.client-side": "^0.1.1", "@types/jest": "^28.1.6", "@typescript-eslint/eslint-plugin": "^5.52.0",