Skip to content

Commit 122be17

Browse files
committed
chore: update dependencies
1 parent dc20820 commit 122be17

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

packages/pulumi-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"lodash": "^4.17.21",
2525
"read-json-sync": "2.0.1",
2626
"semver": "^7.7.3",
27-
"tar": "^6.2.1"
27+
"tar": "^7.5.6"
2828
},
2929
"devDependencies": {
3030
"@types/lodash": "^4.17.21",

packages/pulumi-sdk/src/downloadBinaries.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import os from "os";
2-
// @ts-expect-error `tar` has no types.
3-
import tar from "tar";
2+
import * as tar from "tar";
43
import fs from "fs";
54
import path from "path";
65
// @ts-expect-error `tar` has no types.

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16351,7 +16351,7 @@ __metadata:
1635116351
read-json-sync: "npm:2.0.1"
1635216352
rimraf: "npm:^6.1.2"
1635316353
semver: "npm:^7.7.3"
16354-
tar: "npm:^6.2.1"
16354+
tar: "npm:^7.5.6"
1635516355
typescript: "npm:5.9.3"
1635616356
languageName: unknown
1635716357
linkType: soft
@@ -26493,9 +26493,9 @@ __metadata:
2649326493
linkType: hard
2649426494

2649526495
"lodash-es@npm:^4.17.15":
26496-
version: 4.17.21
26497-
resolution: "lodash-es@npm:4.17.21"
26498-
checksum: 10/03f39878ea1e42b3199bd3f478150ab723f93cc8730ad86fec1f2804f4a07c6e30deaac73cad53a88e9c3db33348bb8ceeb274552390e7a75d7849021c02df43
26496+
version: 4.17.23
26497+
resolution: "lodash-es@npm:4.17.23"
26498+
checksum: 10/1feae200df22eb0bd93ca86d485e77784b8a9fb1d13e91b66e9baa7a7e5e04be088c12a7e20c2250fc0bd3db1bc0ef0affc7d9e3810b6af2455a3c6bf6dde59e
2649926499
languageName: node
2650026500
linkType: hard
2650126501

@@ -33436,7 +33436,7 @@ __metadata:
3343633436
languageName: node
3343733437
linkType: hard
3343833438

33439-
"tar@npm:^7.4.3":
33439+
"tar@npm:^7.4.3, tar@npm:^7.5.6":
3344033440
version: 7.5.6
3344133441
resolution: "tar@npm:7.5.6"
3344233442
dependencies:

0 commit comments

Comments
 (0)