Skip to content

Commit 265467b

Browse files
committed
fix: update tar direct dependency to ^7.5.13
1 parent 8201987 commit 265467b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"license": "Apache-2.0",
7373
"dependencies": {
7474
"lerna": "^5.1.6",
75-
"tar": "^7.5.8"
75+
"tar": "^7.5.13"
7676
},
7777
"workspaces": [
7878
"packages/*"
@@ -150,7 +150,7 @@
150150
"minimist": "^1.2.6",
151151
"node-fetch": "^2.6.7",
152152
"parse-url": "^8.1.0",
153-
"tar": "^7.5.11",
153+
"tar": "^7.5.13",
154154
"xml2js": "0.5.0",
155155
"tmp": "^0.2.4",
156156
"minimatch": "^3.1.3",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17660,7 +17660,7 @@ tar-stream@~2.2.0:
1766017660
inherits "^2.0.3"
1766117661
readable-stream "^3.1.1"
1766217662

17663-
tar@^6.1.0, tar@^6.1.11, tar@^6.1.2, tar@^7.5.11, tar@^7.5.8:
17663+
tar@^6.1.0, tar@^6.1.11, tar@^6.1.2, tar@^7.5.13:
1766417664
version "7.5.13"
1766517665
resolved "https://registry.yarnpkg.com/tar/-/tar-7.5.13.tgz#0d214ed56781a26edc313581c0e2d929ceeb866d"
1766617666
integrity sha512-tOG/7GyXpFevhXVh8jOPJrmtRpOTsYqUIkVdVooZYJS/z8WhfQUX8RJILmeuJNinGAMSu1veBr4asSHFt5/hng==

0 commit comments

Comments
 (0)