fix package vulnerabilities

This commit is contained in:
Ian Miller 2018-06-18 11:43:15 -04:00
parent dbe3439c44
commit 9fd34eaf80
2 changed files with 7617 additions and 2166 deletions

9755
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -8,7 +8,7 @@
"build": "babel src -d build", "build": "babel src -d build",
"lint": "eslint src/**; exit 0", "lint": "eslint src/**; exit 0",
"lint:watch": "esw -w lib/**", "lint:watch": "esw -w lib/**",
"prepublish": "npm run build" "prepare": "npm run build"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
@ -28,22 +28,22 @@
"homepage": "https://github.com/ianmiller347/feather-icons-react#readme", "homepage": "https://github.com/ianmiller347/feather-icons-react#readme",
"devDependencies": { "devDependencies": {
"babel-cli": "^6.26.0", "babel-cli": "^6.26.0",
"babel-core": "^6.26.0", "babel-core": "^6.26.3",
"babel-eslint": "^8.0.1", "babel-eslint": "^8.2.3",
"babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-react": "^6.24.1", "babel-preset-react": "^6.24.1",
"eslint": "^4.10.0", "eslint": "^4.19.1",
"eslint-plugin-import": "^2.8.0", "eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsx-a11y": "^6.0.2", "eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.4.0", "eslint-plugin-react": "^7.9.1",
"eslint-watch": "^3.1.3", "eslint-watch": "^3.1.5",
"prop-types": "^15.6.0", "prop-types": "^15.6.1",
"react": "^16.0.0", "react": "^16.4.1",
"react-dom": "^16.0.0", "react-dom": "^16.4.1",
"react-scripts": "^1.0.16" "react-scripts": "^1.1.4"
}, },
"dependencies": { "dependencies": {
"babel-preset-env": "^1.6.1", "babel-preset-env": "^1.7.0",
"dompurify": "^1.0.3" "dompurify": "^1.0.5"
} }
} }