Skip to content

Commit

Permalink
Merge pull request #602 from serverless-heaven/fix/lodash-security
Browse files Browse the repository at this point in the history
Bumps lodash from 4.17.15 to 4.17.19
  • Loading branch information
miguel-a-calles-mba committed Jul 23, 2020
2 parents d7fc77f + 5e8c6b5 commit 01abd82
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
5 changes: 3 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
environment:
matrix:
- NODEJS_VERSION: "10"
- nodejs_version: "10"
- nodejs_version: "12"

install:
# Get the version of Node.js
- ps: Install-Product node $Env:NODEJS_VERSION
- ps: Install-Product node $env:nodejs_version
# install modules
- npm install
- node --version
Expand Down
File renamed without changes.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
os: linux
dist: xenial
language: node_js

matrix:
jobs:
include:
- node_js: '10'
- node_js: '12'

sudo: false

install:
- travis_retry npm install

Expand Down
6 changes: 3 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 @@ -53,7 +53,7 @@
"fs-extra": "^8.1.0",
"glob": "^7.1.4",
"is-builtin-module": "^3.0.0",
"lodash": "^4.17.15",
"lodash": "^4.17.19",
"semver": "^6.2.0",
"ts-node": "^8.3.0"
},
Expand Down

0 comments on commit 01abd82

Please sign in to comment.