Skip to content

Commit

Permalink
Set resolution for msgpackr #265
Browse files Browse the repository at this point in the history
Contributed on behalf of STMicroelectronics

Signed-off-by: Johannes Faltermeier <jfaltermeier@eclipsesource.com>
  • Loading branch information
jfaltermeier committed Jun 7, 2023
1 parent f156e05 commit 3274e71
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
1 change: 1 addition & 0 deletions next/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ def buildNext(boolean runTests, int sleepBetweenRetries) {
sh "git config user.name \"Not a real user\""
sh "git fetch origin next"
sh "git merge FETCH_HEAD"
sh "node --version"

sh "export NODE_OPTIONS=--max_old_space_size=4096"

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
],
"resolutions": {
"@types/puppeteer": "^5.4.0",
"**/msgpackr": "1.8.3",
"**/multer": "1.4.4-lts.1"
}
}
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9550,7 +9550,7 @@ ms@2.1.3, ms@^2.0.0, ms@^2.1.1:
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==

msgpackr-extract@^3.0.2:
msgpackr-extract@^3.0.0:
version "3.0.2"
resolved "https://registry.yarnpkg.com/msgpackr-extract/-/msgpackr-extract-3.0.2.tgz#e05ec1bb4453ddf020551bcd5daaf0092a2c279d"
integrity sha512-SdzXp4kD/Qf8agZ9+iTu6eql0m3kWm1A2y1hkpTeVNENutaB0BwHlSvAIaMxwntmRUAUjon2V4L8Z/njd0Ct8A==
Expand All @@ -9564,12 +9564,12 @@ msgpackr-extract@^3.0.2:
"@msgpackr-extract/msgpackr-extract-linux-x64" "3.0.2"
"@msgpackr-extract/msgpackr-extract-win32-x64" "3.0.2"

msgpackr@^1.6.1:
version "1.9.0"
resolved "https://registry.yarnpkg.com/msgpackr/-/msgpackr-1.9.0.tgz#189040b2cfb75ec4066f6e4f45983fab5f8ebacb"
integrity sha512-iiFP5UVxvdYFnxuFD3GrQ4eXr8LYRs6TsNQcps39+yLwMqg1ObJ+WUhgYkyfkts/uH1qSjrRNIttJ3lS56HrZQ==
msgpackr@1.8.3, msgpackr@^1.6.1:
version "1.8.3"
resolved "https://registry.yarnpkg.com/msgpackr/-/msgpackr-1.8.3.tgz#78c1b91359f72707f4abeaca40cc423bd2d75185"
integrity sha512-m2JefwcKNzoHYXkH/5jzHRxAw7XLWsAdvu0FOJ+OLwwozwOV/J6UA62iLkfIMbg7G8+dIuRwgg6oz+QoQ4YkoA==
optionalDependencies:
msgpackr-extract "^3.0.2"
msgpackr-extract "^3.0.0"

multer@1.4.4-lts.1:
version "1.4.4-lts.1"
Expand Down

0 comments on commit 3274e71

Please sign in to comment.