Skip to content

Commit

Permalink
fix: upgrade semver from 7.5.2 to 7.6.0 (#279)
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade semver from 7.5.2 to 7.6.0.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/lirantal/project/f67650ab-646c-4345-90a4-62a090b90128?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
lirantal and snyk-bot authored Jun 19, 2024
1 parent fb7f7b7 commit 16a67b4
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 @@ -76,7 +76,7 @@
"figures": "^2.0.0",
"glob": "^7.2.3",
"lockfile-lint": "^3.0.9",
"semver": "7.5.2"
"semver": "7.6.0"
},
"devDependencies": {
"standard": "^12.0.1"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1722,10 +1722,10 @@ sax@>=0.6.0:
version "5.5.0"
resolved "https://registry.npmjs.org/semver/-/semver-5.5.0.tgz#dc4bbc7a6ca9d916dee5d43516f0092b58f7b8ab"

semver@7.5.2:
version "7.5.2"
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.2.tgz#5b851e66d1be07c1cdaf37dfc856f543325a2beb"
integrity sha512-SoftuTROv/cRjCze/scjGyiDtcUyxw1rgYQSZY7XTmtR5hX+dm76iDbTH8TkLPHCQmlbQVSSbNZCPM2hb0knnQ==
semver@7.6.0:
version "7.6.0"
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.0.tgz#1a46a4db4bffcccd97b743b5005c8325f23d4e2d"
integrity sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==
dependencies:
lru-cache "^6.0.0"

Expand Down

0 comments on commit 16a67b4

Please sign in to comment.