Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

Commit

Permalink
Merge pull request #17 from mongodb-js/dependabot/npm_and_yarn/semver…
Browse files Browse the repository at this point in the history
…-7.1.1

Bump semver from 5.7.0 to 7.1.1
  • Loading branch information
imlucas committed Jan 22, 2020
2 parents 1ba019e + 0828783 commit 1cc5ea1
Show file tree
Hide file tree
Showing 3 changed files with 131 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config/project.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const packageJson = require(path.join(__dirname, '/../package.json'));

// Gets a valid version range for the current electron dependency declared in our package.json
// Eg: "^1.6.1" would yield ">=1.6.1"
const electronVersion = semver.Range(packageJson.devDependencies.electron).set[0][0].value; // eslint-disable-line new-cap
const electronVersion = new semver.Range(packageJson.devDependencies.electron).set[0][0].value; // eslint-disable-line new-cap

module.exports = {
path: {
Expand Down
132 changes: 129 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
"reflux-state-mixin": "^0.7.0",
"resolve": "^1.4.0",
"rimraf": "^2.6.1",
"semver": "^5.4.1",
"semver": "^7.1.1",
"shebang-loader": "0.0.1",
"sinon": "^7.2.3",
"sinon-chai": "^3.3.0",
Expand Down

0 comments on commit 1cc5ea1

Please sign in to comment.