Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Commit

Permalink
chore: Update dependencies to fix npm audit (#158)
Browse files Browse the repository at this point in the history
* chore: Update dependencies to fix npm audit

- lodash update to 4.17.x mongodb-js/mongodb-tools@a9667c3
- old poc of building mongodb-runner as tsandalone binary with https://www.npmjs.com/package/lone

* chore: bump node driver

* chore(ci): node version bump

mongodb-js/compass#1873
  • Loading branch information
imlucas authored Jan 6, 2020
1 parent adc92c9 commit 72c6a06
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 75 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sudo: false
language: node_js
node_js:
- 10.2.1
- 12.4.0
before_install:
- npm i -g npm
script:
Expand Down
12 changes: 6 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ branches:
- master

# build version format
version: "{build}"
version: '{build}'

# what combinations to test
environment:
global:
DEBUG: '*'
matrix:
- nodejs_version: 10.2.1
- nodejs_version: 12.4.0

# Get the stable version of node
install:
Expand All @@ -27,13 +27,13 @@ build: 'off'
test_script:
# Output useful info for debugging.
- node --version && npm --version
- ps: "npm test # PowerShell" # Pass comment to PS for easier debugging
- ps: 'npm test # PowerShell' # Pass comment to PS for easier debugging
- cmd: npm test

matrix:
fast_finish: true

cache:
- C:\Users\appveyor\AppData\Roaming\npm\node_modules -> package.json # global npm modules
- C:\Users\appveyor\AppData\Roaming\npm-cache -> package.json # npm cache
- node_modules -> package.json # local npm modules
- C:\Users\appveyor\AppData\Roaming\npm\node_modules -> package.json # global npm modules
- C:\Users\appveyor\AppData\Roaming\npm-cache -> package.json # npm cache
- node_modules -> package.json # local npm modules
64 changes: 0 additions & 64 deletions gulpfile.js

This file was deleted.

6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,18 +50,16 @@
"lodash.defaults": "^4.2.0",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"mongodb": "^3.3.2",
"mongodb": "^3.4.0",
"mongodb-dbpath": "^0.0.1",
"mongodb-tools": "github:mongodb-js/mongodb-tools#8da4724189dfdf7b0d02d87db14b7ce94adf6342",
"mongodb-tools": "github:mongodb-js/mongodb-tools#0d1a90f49796c41f6d47c7c7999fe384014a16a0",
"mongodb-version-manager": "^1.4.3",
"untildify": "^4.0.0",
"which": "^2.0.1"
},
"devDependencies": {
"eslint-config-mongodb-js": "^5.0.3",
"github-release": "^0.2.0",
"kill-mongodb": "^1.0.1",
"lone": "^0.5.0",
"mocha": "^6.2.1",
"mongodb-js-precommit": "^2.0.0",
"tmp": "^0.1.0"
Expand Down

0 comments on commit 72c6a06

Please sign in to comment.