diff --git a/next/Jenkinsfile b/next/Jenkinsfile index 88e934a26..12094908d 100644 --- a/next/Jenkinsfile +++ b/next/Jenkinsfile @@ -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" diff --git a/package.json b/package.json index 852533188..352b692db 100644 --- a/package.json +++ b/package.json @@ -51,6 +51,7 @@ ], "resolutions": { "@types/puppeteer": "^5.4.0", + "**/msgpackr": "1.8.3", "**/multer": "1.4.4-lts.1" } } diff --git a/yarn.lock b/yarn.lock index 57926f351..0ae0487e2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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== @@ -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"