Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
fakoua committed Jan 8, 2024
1 parent 888ee68 commit 78cfc76
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/soap_client.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { encodeBase64 } from "https://deno.land/std@0.210.0/encoding/base64.ts";
import { encodeBase64 } from "https://deno.land/std@0.211.0/encoding/base64.ts";
import {
BasicAuthentication,
constructHost,
Expand Down
2 changes: 1 addition & 1 deletion src/winrm_context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import {
message_shellid,
} from "./soap_messages.ts";
import { SoapClient } from "./soap_client.ts";
import { decodeBase64 } from "https://deno.land/std@0.210.0/encoding/base64.ts";
import { decodeBase64 } from "https://deno.land/std@0.211.0/encoding/base64.ts";

/**
* WinRM Class
Expand Down

0 comments on commit 78cfc76

Please sign in to comment.