Skip to content

Commit

Permalink
Merge pull request #141 from storyblok/bugfix/git-clone-security-vuln…
Browse files Browse the repository at this point in the history
…erability

fix: git clone security vulnerability
  • Loading branch information
alvarosabu authored Dec 16, 2024
2 parents c82794a + 5a7a80a commit 3225a6d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"figlet": "^1.5.0",
"form-data": "^3.0.0",
"fs-extra": "^9.0.1",
"git-clone": "^0.1.0",
"git-clone": "^0.2.0",
"inquirer": "^7.3.2",
"json-schema-to-typescript": "^13.1.2",
"lodash": "^4.17.21",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2775,10 +2775,10 @@ get-symbol-description@^1.0.0:
call-bind "^1.0.2"
get-intrinsic "^1.1.1"

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

glob-parent@^5.1.2:
version "5.1.2"
Expand Down

0 comments on commit 3225a6d

Please sign in to comment.