Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tgriesser committed Nov 18, 2021
1 parent 7f6a9a8 commit fa8a9cb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 0 additions & 2 deletions package.json
Expand Up @@ -226,8 +226,6 @@
"system-tests"
],
"nohoist": [
"**/@ffmpeg-installer",
"**/@ffmpeg-installer/**",
"**/webpack-preprocessor/babel-loader",
"**/webpack-batteries-included-preprocessor/ts-loader",
"**/@vue/runtime-dom",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Expand Up @@ -119,7 +119,7 @@
"uuid": "^8.3.2",
"which": "^2.0.2",
"widest-line": "^3.1.0",
"winston": "^2.4.4"
"winston": "2.4.4"
},
"devDependencies": {
"@babel/core": "7.9.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -40649,10 +40649,10 @@ windows-release@^3.1.0:
dependencies:
execa "^1.0.0"

winston@^2.4.4:
version "2.4.5"
resolved "https://registry.yarnpkg.com/winston/-/winston-2.4.5.tgz#f2e431d56154c4ea765545fc1003bd340c95b59a"
integrity sha512-TWoamHt5yYvsMarGlGEQE59SbJHqGsZV8/lwC+iCcGeAe0vUaOh+Lv6SYM17ouzC/a/LB1/hz/7sxFBtlu1l4A==
winston@2.4.4:
version "2.4.4"
resolved "https://registry.yarnpkg.com/winston/-/winston-2.4.4.tgz#a01e4d1d0a103cf4eada6fc1f886b3110d71c34b"
integrity sha512-NBo2Pepn4hK4V01UfcWcDlmiVTs7VTB1h7bgnB0rgP146bYhMxX0ypCz3lBOfNxCO4Zuek7yeT+y/zM1OfMw4Q==
dependencies:
async "~1.0.0"
colors "1.0.x"
Expand Down

1 comment on commit fa8a9cb

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on fa8a9cb Nov 18, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AppVeyor has built the win32 x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/9.0.1/appveyor-tgriesser/build/root-yarn-install-fa8a9cb09a0b882239b87511503ef2b7316d7a6f/cypress.tgz

Please sign in to comment.