Unverified Commit a14c4dde authored by Marcos Iglesias's avatar Marcos Iglesias Committed by GitHub

Updates NPM dependencies to fix security vulnerabilities (#444)

* Updates jquery to 3.5.1

* General dependency update with npm update

* Fixes our NPM dependencies with npm audit fix and adjusts some Redux typings

* Updates Jest to 25.5.4

* Updates eslint to 6.8.0
parent 39579802
......@@ -257,4 +257,4 @@ export const mapDispatchToProps = (dispatch: any) => {
return bindActionCreators({ getPreviewData }, dispatch);
};
export default connect<StateFromProps, {}, ComponentProps>(mapStateToProps, mapDispatchToProps)(DataPreviewButton);
export default connect<StateFromProps, DispatchFromProps, ComponentProps>(mapStateToProps, mapDispatchToProps)(DataPreviewButton);
......@@ -93,4 +93,4 @@ export const mapStateToProps = (state: GlobalState, ownProps: OwnProps) => {
};
};
export default connect<{}, {}, OwnProps>(mapStateToProps)(SearchItem);
export default connect<StateFromProps, {}, OwnProps>(mapStateToProps)(SearchItem);
import { UpdateMethod } from './Enums';
import { User } from './User';
import { Badge } from 'interfaces/Tags';
import { Badge } from './Tags';
interface PartitionData {
is_partitioned: boolean;
......
......@@ -25,88 +25,88 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@types/enzyme": "^3.10.3",
"@types/jasmine-matchers": "^0.2.31",
"@types/jest": "^24.0.23",
"@types/node": "^10.12.10",
"@types/react-redux": "^6.0.0",
"@types/react-router": "^4.0.25",
"@types/react-tagsinput": "^3.19.2",
"@types/webpack": "^4.41.2",
"@babel/cli": "^7.7.7",
"@babel/core": "^7.7.7",
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.6",
"@babel/polyfill": "^7.8.7",
"@babel/preset-env": "^7.9.6",
"@babel/preset-react": "^7.9.4",
"@babel/preset-stage-0": "^7.8.3",
"@types/enzyme": "^3.10.5",
"@types/jasmine-matchers": "^0.2.32",
"@types/jest": "^24.9.1",
"@types/node": "^10.17.21",
"@types/react-redux": "^6.0.14",
"@types/react-router": "^4.4.5",
"@types/react-tagsinput": "^3.19.7",
"@types/webpack": "^4.41.12",
"babel-jest": "^24.9.0",
"babel-loader": "^8.0.6",
"@babel/polyfill": "^7.7.0",
"@babel/preset-env": "^7.7.7",
"babel-loader": "^8.1.0",
"babel-preset-es2015": "^6.24.1",
"@babel/preset-react": "^7.7.4",
"@babel/preset-stage-0": "^7.0.0",
"bootstrap-sass": "^3.4.1",
"clean-webpack-plugin": "^0.1.19",
"cross-env": "^5.2.1",
"css-loader": "^3.2.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.15.1",
"enzyme-to-json": "^3.3.4",
"eslint": "^4.9.0",
"css-loader": "^3.5.3",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"enzyme-to-json": "^3.4.4",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.20.0",
"html-webpack-plugin": "^3.2.0",
"jest": "^24.9.0",
"jest": "^25.5.4",
"jest-css-modules": "^2.1.0",
"mini-css-extract-plugin": "^0.4.5",
"node-sass": "^4.13.1",
"postcss": "^7.0.6",
"prettier": "^1.12.1",
"redux-mock-store": "^1.5.3",
"redux-saga": "^1.0.0",
"node-sass": "^4.14.1",
"postcss": "^7.0.30",
"prettier": "^1.19.1",
"redux-mock-store": "^1.5.4",
"redux-saga": "^1.1.3",
"redux-saga-test-plan": "4.0.0-beta.3",
"sass-loader": "^7.1.0",
"sass-loader": "^7.3.1",
"style-loader": "^0.20.3",
"terser-webpack-plugin": "^2.3.2",
"ts-jest": "^24.1.0",
"ts-loader": "^6.2.1",
"ts-node": "^8.5.2",
"terser-webpack-plugin": "^2.3.6",
"ts-jest": "^24.3.0",
"ts-loader": "^6.2.2",
"ts-node": "^8.10.1",
"tsconfig-paths": "^3.9.0",
"tslint": "^5.20.1",
"tslint-config-airbnb": "^5.8.0",
"tslint-config-prettier": "^1.12.0",
"tslint-config-prettier": "^1.18.0",
"tslint-eslint-rules": "^5.2.0",
"tslint-react": "^3.6.0",
"typescript": "^3.1.1",
"webpack": "^4.41.3",
"webpack-cli": "^3.1.1",
"webpack-merge": "^4.1.4",
"webpack-sources": "^1.1.0",
"typescript": "^3.9.2",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-merge": "^4.2.2",
"webpack-sources": "^1.4.3",
"webworkify-webpack": "2.1.0"
},
"dependencies": {
"autosize": "^4.0.2",
"axios": "0.19.0",
"form-serialize": "^0.7.2",
"jquery": "^3.4.0",
"moment-timezone": "^0.5.21",
"react": "^16.3.3",
"jquery": "^3.5.0",
"moment-timezone": "^0.5.28",
"react": "^16.13.1",
"react-avatar": "^2.5.1",
"react-bootstrap": "^0.32.1",
"react-bootstrap": "^0.32.4",
"react-document-title": "^2.0.3",
"react-dom": "^16.3.3",
"react-js-pagination": "^3.0.2",
"react-dom": "^16.13.1",
"react-js-pagination": "^3.0.3",
"react-linkify": "^0.2.2",
"react-markdown": "^4.2.2",
"react-markdown": "^4.3.1",
"react-redux": "^5.1.0",
"react-router-dom": "^4.2.2",
"react-router-dom": "^4.3.1",
"react-sanitized-html": "^2.0.0",
"react-select": "^2.1.1",
"react-select": "^2.4.4",
"redux": "^4.0.0",
"redux-promise": "^0.5.3",
"sanitize-html": "^1.16.1",
"sanitize-html": "^1.23.0",
"simple-query-string": "^1.3.2",
"throttle-debounce": "^2.1.0",
"urijs": "^1.19.1"
"urijs": "^1.19.2"
},
"optionalDependencies": {
"fsevents": "*"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment