-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #47 from janl/fix/proto
fix: prototype pollution
- Loading branch information
Showing
6 changed files
with
6,265 additions
and
2,683 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,12 @@ | ||
language: "node_js" | ||
node_js: | ||
# keep latest first, so gk-lockfile can work its magic | ||
# https://github.com/greenkeeperio/greenkeeper-lockfile#testing-multiple-node-versions | ||
- 14.0 | ||
- 12.0 | ||
- 10.0 | ||
- 8.0 | ||
- 6.0 | ||
- node | ||
before_install: | ||
# package-lock.json was introduced in npm@5 | ||
- npm install -g npm@5 | ||
- npm install -g greenkeeper-lockfile@1 | ||
before_script: greenkeeper-lockfile-update | ||
after_script: greenkeeper-lockfile-upload | ||
install: | ||
- npm install | ||
# Avoid double build on PRs (See https://github.com/travis-ci/travis-ci/issues/1147) | ||
branches: | ||
only: | ||
- master |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.