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

Commit 72c6a06

Browse files
authored
chore: Update dependencies to fix npm audit (#158)
* 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
1 parent adc92c9 commit 72c6a06

File tree

4 files changed

+9
-75
lines changed

4 files changed

+9
-75
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- 10.2.1
4+
- 12.4.0
55
before_install:
66
- npm i -g npm
77
script:

appveyor.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ branches:
88
- master
99

1010
# build version format
11-
version: "{build}"
11+
version: '{build}'
1212

1313
# what combinations to test
1414
environment:
1515
global:
1616
DEBUG: '*'
1717
matrix:
18-
- nodejs_version: 10.2.1
18+
- nodejs_version: 12.4.0
1919

2020
# Get the stable version of node
2121
install:
@@ -27,13 +27,13 @@ build: 'off'
2727
test_script:
2828
# Output useful info for debugging.
2929
- node --version && npm --version
30-
- ps: "npm test # PowerShell" # Pass comment to PS for easier debugging
30+
- ps: 'npm test # PowerShell' # Pass comment to PS for easier debugging
3131
- cmd: npm test
3232

3333
matrix:
3434
fast_finish: true
3535

3636
cache:
37-
- C:\Users\appveyor\AppData\Roaming\npm\node_modules -> package.json # global npm modules
38-
- C:\Users\appveyor\AppData\Roaming\npm-cache -> package.json # npm cache
39-
- node_modules -> package.json # local npm modules
37+
- C:\Users\appveyor\AppData\Roaming\npm\node_modules -> package.json # global npm modules
38+
- C:\Users\appveyor\AppData\Roaming\npm-cache -> package.json # npm cache
39+
- node_modules -> package.json # local npm modules

gulpfile.js

Lines changed: 0 additions & 64 deletions
This file was deleted.

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,18 +50,16 @@
5050
"lodash.defaults": "^4.2.0",
5151
"minimist": "^1.2.0",
5252
"mkdirp": "^0.5.1",
53-
"mongodb": "^3.3.2",
53+
"mongodb": "^3.4.0",
5454
"mongodb-dbpath": "^0.0.1",
55-
"mongodb-tools": "github:mongodb-js/mongodb-tools#8da4724189dfdf7b0d02d87db14b7ce94adf6342",
55+
"mongodb-tools": "github:mongodb-js/mongodb-tools#0d1a90f49796c41f6d47c7c7999fe384014a16a0",
5656
"mongodb-version-manager": "^1.4.3",
5757
"untildify": "^4.0.0",
5858
"which": "^2.0.1"
5959
},
6060
"devDependencies": {
6161
"eslint-config-mongodb-js": "^5.0.3",
62-
"github-release": "^0.2.0",
6362
"kill-mongodb": "^1.0.1",
64-
"lone": "^0.5.0",
6563
"mocha": "^6.2.1",
6664
"mongodb-js-precommit": "^2.0.0",
6765
"tmp": "^0.1.0"

0 commit comments

Comments
 (0)