Skip to content

Commit

Permalink
fix: resolution for semver in docker as well (#4168)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarconr committed Jul 6, 2023
1 parent 6b1dabb commit a9d1750
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
3 changes: 2 additions & 1 deletion docker/package.json
Expand Up @@ -33,7 +33,8 @@
"ssh2": "^1.4.0",
"json-schema": "^0.4.0",
"minimatch": "^5.0.0",
"path-scurry": "1.6.3"
"path-scurry": "1.6.3",
"semver": "^7.5.3"
},
"overrides": {
"set-value": "^4.0.1",
Expand Down
7 changes: 1 addition & 6 deletions docker/yarn.lock
Expand Up @@ -2322,12 +2322,7 @@ sanitize-filename@^1.6.3:
dependencies:
truncate-utf8-bytes "^1.0.0"

semver@^5.0.3, semver@^5.3.0:
version "5.7.1"
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==

semver@^7.3.5, semver@^7.3.8, semver@^7.5.3:
semver@^5.0.3, semver@^5.3.0, semver@^7.3.5, semver@^7.3.8, semver@^7.5.3:
version "7.5.3"
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.3.tgz#161ce8c2c6b4b3bdca6caadc9fa3317a4c4fe88e"
integrity sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==
Expand Down

0 comments on commit a9d1750

Please sign in to comment.