Skip to content

Commit

Permalink
feat(hycu): add product HYCU for OVHCloud (#13244)
Browse files Browse the repository at this point in the history
ref: MANAGER-14488

Signed-off-by: Thibault Barske <[email protected]>
Co-authored-by: David Arsène <[email protected]>
  • Loading branch information
2 people authored and Thibaud Crespin committed Nov 13, 2024
1 parent c622cd7 commit d76dacf
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -938,12 +938,12 @@
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.7.tgz#9a5226f92f0c5c8ead550b750f5608e766c8ce85"
integrity sha512-9uUYRm6OqQrCqQdG1iCBwBPZgN8ciDBro2nIOFaiRz1/BCxaI7CNvQbDHvsArAC7Tw9Hda/B3U+6ui9u4HWXPw==

"@babel/parser@^7.25.4", "@babel/parser@^7.25.7":
version "7.25.8"
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.8.tgz#f6aaf38e80c36129460c1657c0762db584c9d5e2"
integrity sha512-HcttkxzdPucv3nNFmfOOMfFf64KgdJVqm1KaCm25dPGMLElo9nsLvXeJECQg8UzPuBGLyTSA0ZzqCtDSzKTEoQ==
"@babel/parser@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.7.tgz#99b927720f4ddbfeb8cd195a363ed4532f87c590"
integrity sha512-aZn7ETtQsjjGG5HruveUK06cU3Hljuhd9Iojm4M8WWv3wLE6OkE5PWbDUkItmMgegmccaITudyuW5RPYrYlgWw==
dependencies:
"@babel/types" "^7.25.8"
"@babel/types" "^7.25.7"

"@babel/parser@^7.7.0":
version "7.10.3"
Expand Down Expand Up @@ -9905,7 +9905,9 @@
resolved "https://registry.npmjs.org/@vitest/spy/-/spy-1.3.1.tgz#814245d46d011b99edd1c7528f5725c64e85a88b"
integrity sha512-xAcW+S099ylC9VLU7eZfdT9myV67Nor9w9zhf0mGCYJSO+zM2839tOeROTdikOi/8Qeusffvxb/MyBSOja1Uig==
dependencies:
tinyspy "^2.2.0"
"@vitest/pretty-format" "2.1.2"
magic-string "^0.30.11"
pathe "^1.1.2"

"@vitest/[email protected]":
version "1.4.0"
Expand Down Expand Up @@ -21113,7 +21115,7 @@ magic-string@^0.30.0, magic-string@^0.30.1, magic-string@^0.30.5, magic-string@^
dependencies:
"@jridgewell/sourcemap-codec" "^1.4.15"

magic-string@^0.30.10:
magic-string@^0.30.10, magic-string@^0.30.11:
version "0.30.11"
resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.30.11.tgz#301a6f93b3e8c2cb13ac1a7a673492c0dfd12954"
integrity sha512-+Wri9p0QHMy+545hKww7YAu5NyzF8iomPL/RQazugQ9+Ez4Ic3mERMd8ZTX5rfK944j+560ZJi8iAwgak1Ac7A==
Expand Down

0 comments on commit d76dacf

Please sign in to comment.