Skip to content

Commit be5433a

Browse files
Merge pull request #75 from getditto/teodor/sdks-1483-getdittoreact-ditto-has-a-high-severity-vulnerability-in-tar
fix: update tar-fs to 3.0.9 to resolve security vulnerability
2 parents d631484 + d57a13e commit be5433a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"react-dom": ">=16.0.0"
4141
},
4242
"resolutions": {
43-
"tar-fs": "3.0.8"
43+
"tar-fs": "3.0.9"
4444
},
4545
"devDependencies": {
4646
"@dittolive/ditto": "^4.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6057,10 +6057,10 @@ synckit@^0.9.1:
60576057
"@pkgr/core" "^0.1.0"
60586058
tslib "^2.6.2"
60596059

6060-
tar-fs@3.0.8, tar-fs@^3.0.6:
6061-
version "3.0.8"
6062-
resolved "https://registry.yarnpkg.com/tar-fs/-/tar-fs-3.0.8.tgz#8f62012537d5ff89252d01e48690dc4ebed33ab7"
6063-
integrity sha512-ZoROL70jptorGAlgAYiLoBLItEKw/fUxg9BSYK/dF/GAGYFJOJJJMvjPAKDJraCXFwadD456FCuvLWgfhMsPwg==
6060+
tar-fs@3.0.9, tar-fs@^3.0.6:
6061+
version "3.0.9"
6062+
resolved "https://registry.yarnpkg.com/tar-fs/-/tar-fs-3.0.9.tgz#d570793c6370d7078926c41fa422891566a0b617"
6063+
integrity sha512-XF4w9Xp+ZQgifKakjZYmFdkLoSWd34VGKcsTCwlNWM7QG3ZbaxnTsaBwnjFZqHRf/rROxaR8rXnbtwdvaDI+lA==
60646064
dependencies:
60656065
pump "^3.0.0"
60666066
tar-stream "^3.1.5"

0 commit comments

Comments
 (0)