diff --git a/package-lock.json b/package-lock.json index 58221086..6ea60c5c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@smui/list": "^6.0.0", "@smui/top-app-bar": "^6.0.0", "@types/google-apps-script": "^1.0.77", - "@types/google.script.client-side": "^0.1.3", + "@types/google.script.client-side": "^0.1.5", "@types/jest": "^28.1.8", "@types/node": "^20.9.2", "@typescript-eslint/eslint-plugin": "^6.11.0", @@ -5040,9 +5040,9 @@ "dev": true }, "node_modules/@types/google.script.client-side": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/@types/google.script.client-side/-/google.script.client-side-0.1.3.tgz", - "integrity": "sha512-dqpI4pgv2kF9QIyQmC1CU7+gkFY0RgG7PnXgcDJENd3flTrjRYg2TJYrdZ2O4aeRd82pzsmr2vlNnzEv0OhlrQ==", + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/@types/google.script.client-side/-/google.script.client-side-0.1.5.tgz", + "integrity": "sha512-GCQUVOtRTm13ieBw64AlxRhNAZqK0T1ttFRGqCB80tdlvE72oXlPckYJjJaEeaNCAZJHVkvjOeXMkmKXaQ7ffw==", "dev": true }, "node_modules/@types/graceful-fs": { diff --git a/package.json b/package.json index 6b083a63..9719b8f1 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@smui/list": "^6.0.0", "@smui/top-app-bar": "^6.0.0", "@types/google-apps-script": "^1.0.77", - "@types/google.script.client-side": "^0.1.3", + "@types/google.script.client-side": "^0.1.5", "@types/jest": "^28.1.8", "@types/node": "^20.9.2", "@typescript-eslint/eslint-plugin": "^6.11.0",