chore: apply fixes from npm audit (#35210)

- [x] I have read [freeCodeCamp's contribution guidelines](https://github.com/freeCodeCamp/freeCodeCamp/blob/master/CONTRIBUTING.md).
- [x] My pull request has a descriptive title (not a vague title like `Update index.md`)
- [x] My pull request targets the `master` branch of freeCodeCamp.
This commit is contained in:
Stuart Taylor 2019-02-14 15:09:55 +00:00 committed by mrugesh mohapatra
parent 5818b277c4
commit 05a49e36ee
9 changed files with 7922 additions and 5015 deletions

File diff suppressed because it is too large Load Diff

View File

@ -71,7 +71,7 @@
"rollbar": "^2.4.0",
"rss-parser": "^3.1.2",
"shortid": "^2.2.14",
"snyk": "^1.69.1",
"snyk": "^1.130.0",
"stripe": "^6.1.0",
"uuid": "^3.0.1",
"validator": "^9.4.1"

4098
client/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -23,8 +23,8 @@
"enzyme": "^3.6.0",
"enzyme-adapter-react-16": "^1.5.0",
"fetchr": "^0.5.37",
"gatsby": "^2.0.91",
"gatsby-cli": "^2.4.8",
"gatsby": "^2.1.2",
"gatsby-cli": "^2.4.10",
"gatsby-link": "^2.0.8",
"gatsby-plugin-create-client-paths": "^2.0.3",
"gatsby-plugin-google-fonts": "^0.0.4",
@ -35,7 +35,7 @@
"gatsby-source-filesystem": "^2.0.16",
"gatsby-transformer-remark": "^2.2.0",
"jquery": "3.3.1",
"lodash": "^4.17.10",
"lodash": "^4.17.11",
"loop-protect": "^2.1.6",
"monaco-editor-webpack-plugin": "^1.5.4",
"nanoid": "^1.2.2",
@ -87,7 +87,7 @@
"babel-plugin-transform-imports": "^1.5.0",
"chokidar": "^2.0.4",
"copy-webpack-plugin": "^4.6.0",
"eslint": "^5.5.0",
"eslint": "^5.13.0",
"eslint-config-freecodecamp": "^1.1.1",
"jest": "^23.6.0",
"prettier": "^1.14.2",

File diff suppressed because it is too large Load Diff

View File

@ -28,9 +28,9 @@
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/register": "^7.0.0",
"@babel/polyfill": "^7.2.5",
"@babel/preset-env": "^7.2.3",
"@babel/preset-env": "^7.3.1",
"@babel/register": "^7.0.0",
"@commitlint/cli": "^7.0.0",
"@commitlint/config-conventional": "^7.0.1",
"@commitlint/travis-cli": "^7.0.0",
@ -47,7 +47,7 @@
"babel-preset-stage-0": "^6.3.13",
"babel-preset-stage-3": "^6.24.1",
"babel-standalone": "^6.26.0",
"browserify": "^16.2.2",
"browserify": "^16.2.3",
"chai": "4.2.0",
"eslint": "^4.19.1",
"eslint-config-freecodecamp": "^1.1.1",
@ -63,14 +63,14 @@
"jsdom": "^12.2.0",
"lint-staged": "^7.2.0",
"live-server": "^1.2.1",
"lodash": "^4.17.10",
"lodash": "^4.17.11",
"mocha": "5.2.0",
"prettier": "^1.13.5",
"prettier-package-json": "^1.6.0",
"puppeteer": "1.11.0",
"readdirp-walk": "^1.6.0",
"rx": "^4.1.0",
"semantic-release": "^15.6.0",
"semantic-release": "^15.13.3",
"validator": "^10.4.0"
},
"keywords": [

2002
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -32,7 +32,7 @@
"faker": "^4.1.0",
"gray-matter": "^4.0.1",
"jest": "^23.6.0",
"lerna": "^3.4.0",
"lerna": "^3.11.1",
"lodash": "^4.17.11",
"npm-run-all": "^4.1.5",
"ora": "^3.0.0",

View File

@ -2310,9 +2310,9 @@
"dev": true
},
"handlebars": {
"version": "4.0.12",
"resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.0.12.tgz",
"integrity": "sha512-RhmTekP+FZL+XNhwS1Wf+bTTZpdLougwt5pcgA1tuz6Jcx0fpH/7z0qd71RKnZHBCxIRBHfBOnio4gViPemNzA==",
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.1.0.tgz",
"integrity": "sha512-l2jRuU1NAWK6AW5qqcTATWQJvNPEwkM7NEKSiv/gqOsoSQbVoWyqVEY5GS+XPQ88zLNmqASRpzfdm8d79hJS+w==",
"dev": true,
"requires": {
"async": "^2.5.0",