Skip to content

Commit

Permalink
dependencies(semver): upgrade to 7.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hasezoey committed Apr 29, 2023
1 parent 19b9ffd commit 9c09ed6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -77,7 +77,7 @@
"lodash": "^4.17.20",
"loglevel": "^1.8.1",
"reflect-metadata": "^0.1.13",
"semver": "^7.3.8",
"semver": "^7.5.0",
"tslib": "^2.5.0"
},
"publishConfig": {
Expand Down
7 changes: 7 additions & 0 deletions yarn.lock
Expand Up @@ -6607,6 +6607,13 @@ semver@^6.0.0, semver@^6.3.0:
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==

semver@^7.5.0:
version "7.5.0"
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.0.tgz#ed8c5dc8efb6c629c88b23d41dc9bf40c1d96cd0"
integrity sha512-+XC0AD/R7Q2mPSRuy2Id0+CGTZ98+8f+KvwirxOKIEyid+XSx6HbC63p+O4IndTHuX5Z+JxQ0TghCkO5Cg/2HA==
dependencies:
lru-cache "^6.0.0"

set-blocking@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7"
Expand Down

0 comments on commit 9c09ed6

Please sign in to comment.