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

chore: Update dependencies to fix npm audit #158

Merged
merged 3 commits into from
Jan 6, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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