Skip to content

Commit

Permalink
Merge pull request #704 from cypress-io/fix/serve-deps-snyk
Browse files Browse the repository at this point in the history
Fix/serve deps snyk
  • Loading branch information
jaffrepaul committed Jan 5, 2023
2 parents d2a9e4e + 034103d commit 84894fb
Show file tree
Hide file tree
Showing 10 changed files with 1,748 additions and 2,644 deletions.
1,676 changes: 636 additions & 1,040 deletions examples/v10/config/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/v10/config/package.json
Expand Up @@ -18,6 +18,6 @@
"start-server-and-test": "1.11.5"
},
"dependencies": {
"serve": "11.3.0"
"serve": "^14.1.2"
}
}
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"test": "cypress run",
"build": "echo building ... server ... done!",
"start": "serve public"
"start": "serve -p 5000 public"
},
"author": "",
"license": "ISC",
Expand All @@ -15,6 +15,6 @@
"cypress": "10.0.0"
},
"dependencies": {
"serve": "11.3.0"
"serve": "^14.1.2"
}
}
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"test": "cypress run",
"build": "echo building ... server ... done!",
"start": "serve public"
"start": "serve -p 5000 public"
},
"author": "",
"license": "ISC",
Expand All @@ -15,6 +15,6 @@
"cypress": "10.0.0"
},
"dependencies": {
"serve": "11.3.0"
"serve": "^14.1.2"
}
}

0 comments on commit 84894fb

Please sign in to comment.