Skip to content

Commit ca10076

Browse files
authored
Merge pull request #103 from arethetypeswrong/bug/101
Update @andrewbranch/untar.js
2 parents 647f05c + abbb896 commit ca10076

File tree

5 files changed

+376
-3
lines changed

5 files changed

+376
-3
lines changed

.changeset/pretty-papayas-hear.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@arethetypeswrong/core": patch
3+
---
4+
5+
Update @andrewbranch/untar.js to fix bug where long filenames could be missing a slash after unpacking, causing false positive resolution errors.

package-lock.json

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"./package.json": "./package.json"
4848
},
4949
"dependencies": {
50-
"@andrewbranch/untar.js": "^1.0.0",
50+
"@andrewbranch/untar.js": "^1.0.3",
5151
"fetch-ponyfill": "^7.1.0",
5252
"fflate": "^0.7.4",
5353
"semver": "^7.5.4",
757 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)