fix package vulnerabilities
This commit is contained in:
parent
dbe3439c44
commit
9fd34eaf80
9755
package-lock.json
generated
9755
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
28
package.json
28
package.json
@ -8,7 +8,7 @@
|
||||
"build": "babel src -d build",
|
||||
"lint": "eslint src/**; exit 0",
|
||||
"lint:watch": "esw -w lib/**",
|
||||
"prepublish": "npm run build"
|
||||
"prepare": "npm run build"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -28,22 +28,22 @@
|
||||
"homepage": "https://github.com/ianmiller347/feather-icons-react#readme",
|
||||
"devDependencies": {
|
||||
"babel-cli": "^6.26.0",
|
||||
"babel-core": "^6.26.0",
|
||||
"babel-eslint": "^8.0.1",
|
||||
"babel-core": "^6.26.3",
|
||||
"babel-eslint": "^8.2.3",
|
||||
"babel-plugin-transform-object-rest-spread": "^6.26.0",
|
||||
"babel-preset-react": "^6.24.1",
|
||||
"eslint": "^4.10.0",
|
||||
"eslint-plugin-import": "^2.8.0",
|
||||
"eslint-plugin-jsx-a11y": "^6.0.2",
|
||||
"eslint-plugin-react": "^7.4.0",
|
||||
"eslint-watch": "^3.1.3",
|
||||
"prop-types": "^15.6.0",
|
||||
"react": "^16.0.0",
|
||||
"react-dom": "^16.0.0",
|
||||
"react-scripts": "^1.0.16"
|
||||
"eslint": "^4.19.1",
|
||||
"eslint-plugin-import": "^2.12.0",
|
||||
"eslint-plugin-jsx-a11y": "^6.0.3",
|
||||
"eslint-plugin-react": "^7.9.1",
|
||||
"eslint-watch": "^3.1.5",
|
||||
"prop-types": "^15.6.1",
|
||||
"react": "^16.4.1",
|
||||
"react-dom": "^16.4.1",
|
||||
"react-scripts": "^1.1.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"babel-preset-env": "^1.6.1",
|
||||
"dompurify": "^1.0.3"
|
||||
"babel-preset-env": "^1.7.0",
|
||||
"dompurify": "^1.0.5"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user