Skip to content

Commit

Permalink
Fixed npm install in docker, updated insecure packages !6
Browse files Browse the repository at this point in the history
  • Loading branch information
hsource committed Sep 14, 2019
1 parent 867e215 commit bb4e9f8
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 64 deletions.
90 changes: 29 additions & 61 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"install-and-watch": "npm install && npx webpack --watch",
"install-and-watch": "npm install --no-audit && npx webpack --watch",
"prettier": "prettier **/*.{js,jsx,ts,tsx}",
"storybook": "start-storybook -p 9001 -s client -c .storybook",
"build-crawler": "babel --out-dir dist/crawler --extensions .ts,.tsx,.js,.jsx --copy-files crawler",
Expand Down Expand Up @@ -50,12 +50,12 @@
"@types/lodash": "^4.14.120",
"babel-eslint": "^10.0.1",
"jquery": "^3.4.1",
"lodash": "^4.17.11",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"mysql2": "^1.6.5",
"rainbowvis.js": "^1.0.1",
"react-updaters": "^2.1.3",
"sequelize": "^4.42.0",
"sequelize": "^4.44.3",
"sqlite3": "^4.0.6"
}
}

0 comments on commit bb4e9f8

Please sign in to comment.