Skip to content

Commit 3225a6d

Browse files
authored
Merge pull request #141 from storyblok/bugfix/git-clone-security-vulnerability
fix: git clone security vulnerability
2 parents c82794a + 5a7a80a commit 3225a6d

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
"figlet": "^1.5.0",
4141
"form-data": "^3.0.0",
4242
"fs-extra": "^9.0.1",
43-
"git-clone": "^0.1.0",
43+
"git-clone": "^0.2.0",
4444
"inquirer": "^7.3.2",
4545
"json-schema-to-typescript": "^13.1.2",
4646
"lodash": "^4.17.21",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2775,10 +2775,10 @@ get-symbol-description@^1.0.0:
27752775
call-bind "^1.0.2"
27762776
get-intrinsic "^1.1.1"
27772777

2778-
git-clone@^0.1.0:
2779-
version "0.1.0"
2780-
resolved "https://registry.npmjs.org/git-clone/-/git-clone-0.1.0.tgz"
2781-
integrity sha1-DXYWN3gJOu9/HDAjjyqe8/B6Lrk=
2778+
git-clone@^0.2.0:
2779+
version "0.2.0"
2780+
resolved "https://registry.yarnpkg.com/git-clone/-/git-clone-0.2.0.tgz#9dce00facbab227d2562150052cd4a3a7ec15c41"
2781+
integrity sha512-1UAkEPIFbyjHaddljUKvPhhLRnrKaImT71T7rdvSvWLXw95nLdhdi6Qmlx0KOWoV1qqvHGLq5lMLJEZM0JXk8A==
27822782

27832783
glob-parent@^5.1.2:
27842784
version "5.1.2"

0 commit comments

Comments
 (0)