Skip to content

Commit d8d5a6f

Browse files
committed
unpin got versions
1 parent af69529 commit d8d5a6f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

components/youtube_data_api/actions/upload-channel-banner/common.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import fs from "fs";
2-
import got from "got@13.0.0";
2+
import got from "got";
33
import { ConfigurationError } from "@pipedream/platform";
44

55
export default {

components/youtube_data_api/actions/upload-thumbnail/common.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import fs from "fs";
2-
import got from "got@12.4.1";
2+
import got from "got";
33
import { ConfigurationError } from "@pipedream/platform";
44

55
export default {

components/youtube_data_api/actions/upload-video/common.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import fs from "fs";
2-
import got from "got@13.0.0";
2+
import got from "got";
33

44
export default {
55
async run({ $ }) {

0 commit comments

Comments
 (0)