Skip to content

Commit

Permalink
Merge pull request #1555 from bjoernricks/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
bjoernricks authored Aug 8, 2019
2 parents df390f3 + 8a13030 commit 34cf09d
Show file tree
Hide file tree
Showing 78 changed files with 2,876 additions and 2,951 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#1466](https://github.com/greenbone/gsa/pull/1466) [#1467](https://github.com/greenbone/gsa/pull/1467)

### Changed
- Updated dependencies [#1555](https://github.com/greenbone/gsa/pull/1555)
- Changed schedule dialog (added Now button) to help users jump to current time ASAP [#1519](https://github.com/greenbone/gsa/pull/1519)
- Changed the filter dialogues for tasks and overrides [#1511](https://github.com/greenbone/gsa/pull/1511)
- modified filterdialogs for reports and vulnerabilities [#1503](https://github.com/greenbone/gsa/pull/1503)
Expand Down
38 changes: 19 additions & 19 deletions gsa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,38 +27,38 @@
"@vx/axis": "^0.0.183",
"@vx/gradient": "^0.0.183",
"@vx/shape": "^0.0.179",
"babel-loader": "^8.0.5",
"core-js": "^2.6.5",
"babel-loader": "8.0.5",
"core-js": "^3.1.4",
"d3-cloud": "^1.2.5",
"d3-color": "^1.2.3",
"d3-color": "^1.3.0",
"d3-force": "^2.0.0",
"d3-format": "^1.3.2",
"d3-hierarchy": "^1.1.8",
"d3-interpolate": "^1.3.2",
"d3-scale": "^2.1.2",
"d3-scale": "^3.0.1",
"d3-shape": "^1.3.3",
"downshift": "^3.2.10",
"fast-deep-equal": "^1.1.0",
"fast-deep-equal": "^2.0.1",
"fast-xml-parser": "^3.12.16",
"glamor": "^2.20.40",
"history": "^4.7.2",
"hoist-non-react-statics": "^3.3.0",
"i18next": "^14.0.1",
"i18next-xhr-backend": "1.5.1",
"i18next": "^17.0.9",
"i18next-xhr-backend": "3.1.1",
"ical.js": "^1.3.0",
"memoize-one": "^5.0.0",
"moment": "^2.24.0",
"moment-timezone": "^0.5.23",
"moment-timezone": "^0.5.26",
"prop-types": "^15.6.2",
"qhistory": "^1.0.3",
"qs": "^6.6.0",
"react": "^16.8.6",
"react-beautiful-dnd": "^7.1.3",
"react-datepicker": "^1.8.0",
"react-dom": "^16.8.6",
"react-redux": "^7.0.1",
"react-router-dom": "^4.3.1",
"react-scripts": "3.0.0",
"react-redux": "^7.1.0",
"react-router-dom": "^5.0.1",
"react-scripts": "^3.0.1",
"redux": "^4.0.1",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
Expand All @@ -78,16 +78,16 @@
"build-storybook": "NODE_PATH=src build-storybook"
},
"devDependencies": {
"@storybook/react": "^5.0.6",
"@storybook/react": "^5.1.10",
"@testing-library/jest-dom": "^4.0.0",
"@testing-library/react": "^8.0.8",
"@types/jest": "^24.0.12",
"eslint-config-prettier": "^4.0.0",
"husky": "^1.3.1",
"jest-dom": "^3.0.0",
"jest-junit": "^6.0.1",
"eslint-config-prettier": "^6.0.0",
"husky": "^2.7.0",
"jest-junit": "^7.0.0",
"jest-styled-components": "^6.3.3",
"lint-staged": "^8.1.3",
"prettier": "1.16.4",
"react-testing-library": "^7.0.0"
"lint-staged": "^9.2.1",
"prettier": "^1.18.2"
},
"jest": {
"collectCoverageFrom": [
Expand Down
2 changes: 1 addition & 1 deletion gsa/src/gmp/__tests__/parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*/
import 'core-js/fn/object/keys';
import 'core-js/features/object/keys';

import {isDate, isDuration} from 'gmp/models/date';

Expand Down
4 changes: 2 additions & 2 deletions gsa/src/gmp/capabilities/capabilities.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*/
import 'core-js/fn/set';
import 'core-js/fn/symbol';
import 'core-js/features/set';
import 'core-js/features/symbol';

import {isDefined} from '../utils/identity';
import {map} from '../utils/array';
Expand Down
2 changes: 1 addition & 1 deletion gsa/src/gmp/commands/policies.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*/
import 'core-js/fn/object/entries';
import 'core-js/features/object/entries';

import logger from '../log';

Expand Down
2 changes: 1 addition & 1 deletion gsa/src/gmp/commands/roles.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*/
import 'core-js/fn/set';
import 'core-js/features/set';

import registerCommand from '../command';

Expand Down
2 changes: 1 addition & 1 deletion gsa/src/gmp/commands/scanconfigs.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*/
import 'core-js/fn/object/entries';
import 'core-js/features/object/entries';

import logger from '../log';

Expand Down
2 changes: 1 addition & 1 deletion gsa/src/gmp/gmp.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*/
import 'core-js/fn/object/entries';
import 'core-js/features/object/entries';

import {isDefined} from './utils/identity';
import {isEmpty} from './utils/string';
Expand Down
6 changes: 3 additions & 3 deletions gsa/src/gmp/http/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*/
import 'core-js/fn/object/entries';
import 'core-js/fn/string/ends-with';
import 'core-js/fn/string/starts-with';
import 'core-js/features/object/entries';
import 'core-js/features/string/ends-with';
import 'core-js/features/string/starts-with';

import {isDefined} from '../utils/identity';

Expand Down
4 changes: 2 additions & 2 deletions gsa/src/gmp/locale/__tests__/languages.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*/
import 'core-js/fn/object/keys';
import 'core-js/fn/object/values';
import 'core-js/features/object/keys';
import 'core-js/features/object/values';

import {isString} from 'gmp/utils/identity';

Expand Down
4 changes: 2 additions & 2 deletions gsa/src/gmp/locale/lang.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*/
import 'core-js/fn/string/includes';
import 'core-js/fn/array/includes';
import 'core-js/features/string/includes';
import 'core-js/features/array/includes';

import i18next from 'i18next';
import XHRBackend from 'i18next-xhr-backend';
Expand Down
2 changes: 1 addition & 1 deletion gsa/src/gmp/locale/languages.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*/
import 'core-js/fn/object/keys';
import 'core-js/features/object/keys';

export const BROWSER_LANGUAGE = 'Browser Language';

Expand Down
4 changes: 2 additions & 2 deletions gsa/src/gmp/log.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*/
import 'core-js/fn/object/entries';
import 'core-js/fn/object/values';
import 'core-js/features/object/entries';
import 'core-js/features/object/values';

import {isDefined, isString} from './utils/identity';

Expand Down
2 changes: 1 addition & 1 deletion gsa/src/gmp/models/__tests__/audit.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*/

import 'core-js/fn/object/entries';
import 'core-js/features/object/entries';

import Audit, {
HOSTS_ORDERING_RANDOM,
Expand Down
2 changes: 1 addition & 1 deletion gsa/src/gmp/models/__tests__/task.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*/

import 'core-js/fn/object/entries';
import 'core-js/features/object/entries';

import Task, {
HOSTS_ORDERING_RANDOM,
Expand Down
2 changes: 1 addition & 1 deletion gsa/src/gmp/models/alert.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*/
import 'core-js/fn/object/entries';
import 'core-js/features/object/entries';

import {isDefined, isObject} from '../utils/identity';
import {isEmpty} from '../utils/string';
Expand Down
2 changes: 1 addition & 1 deletion gsa/src/gmp/models/cve.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*/
import 'core-js/fn/object/entries';
import 'core-js/features/object/entries';

import {isDefined} from 'gmp/utils/identity';
import {isEmpty} from 'gmp/utils/string';
Expand Down
4 changes: 2 additions & 2 deletions gsa/src/gmp/models/event.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*/
import 'core-js/fn/object/entries';
import 'core-js/fn/object/values';
import 'core-js/features/object/entries';
import 'core-js/features/object/values';

import ical from 'ical.js';

Expand Down
4 changes: 2 additions & 2 deletions gsa/src/gmp/models/filter.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*/
import 'core-js/fn/array/find-index';
import 'core-js/fn/array/includes';
import 'core-js/features/array/find-index';
import 'core-js/features/array/includes';

import {isDefined, isString} from '../utils/identity';
import {forEach, map} from '../utils/array';
Expand Down
2 changes: 1 addition & 1 deletion gsa/src/gmp/models/filter/filterterm.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*/
import 'core-js/fn/string/includes';
import 'core-js/features/string/includes';

import {isDefined} from '../../utils/identity';

Expand Down
2 changes: 1 addition & 1 deletion gsa/src/gmp/models/nvt.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*/
import 'core-js/fn/string/starts-with';
import 'core-js/features/string/starts-with';

import {isDefined, isArray, isString} from 'gmp/utils/identity';
import {isEmpty, split} from 'gmp/utils/string';
Expand Down
2 changes: 1 addition & 1 deletion gsa/src/gmp/models/ovaldef.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*/
import 'core-js/fn/object/entries';
import 'core-js/features/object/entries';

import {map} from 'gmp/utils/array';
import {isDefined} from 'gmp/utils/identity';
Expand Down
8 changes: 4 additions & 4 deletions gsa/src/gmp/models/report/parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*/
import 'core-js/fn/object/entries';
import 'core-js/fn/object/values';
import 'core-js/fn/string/includes';
import 'core-js/fn/string/starts-with';
import 'core-js/features/object/entries';
import 'core-js/features/object/values';
import 'core-js/features/string/includes';
import 'core-js/features/string/starts-with';

import {isDefined} from 'gmp/utils/identity';
import {isEmpty} from 'gmp/utils/string';
Expand Down
2 changes: 1 addition & 1 deletion gsa/src/gmp/models/report/port.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*/
import 'core-js/fn/string/includes';
import 'core-js/features/string/includes';

import {isDefined} from '../../utils/identity';

Expand Down
2 changes: 1 addition & 1 deletion gsa/src/gmp/models/report/tlscertificate.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*/
import 'core-js/fn/object/entries';
import 'core-js/features/object/entries';

import {isDefined} from '../../utils/identity';

Expand Down
2 changes: 1 addition & 1 deletion gsa/src/gmp/models/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*/

import 'core-js/fn/object/entries';
import 'core-js/features/object/entries';

import {isDefined} from '../utils/identity';

Expand Down
4 changes: 2 additions & 2 deletions gsa/src/gmp/parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*/
import 'core-js/fn/object/entries';
import 'core-js/fn/string/starts-with';
import 'core-js/features/object/entries';
import 'core-js/features/string/starts-with';

import {isDefined, isString, isNumber} from './utils/identity';
import {isEmpty} from './utils/string';
Expand Down
6 changes: 3 additions & 3 deletions gsa/src/gmp/utils/array.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*/
import 'core-js/fn/array/includes';
import 'core-js/fn/object/is';
import 'core-js/fn/symbol';
import 'core-js/features/array/includes';
import 'core-js/features/object/is';
import 'core-js/features/symbol';

import {hasValue, isDefined, isArray} from './identity';

Expand Down
2 changes: 1 addition & 1 deletion gsa/src/gmp/utils/object.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*/
import 'core-js/fn/object/keys';
import 'core-js/features/object/keys';

export const exclude = (object, func) =>
Object.keys(object)
Expand Down
2 changes: 1 addition & 1 deletion gsa/src/setupTests.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*/
import 'core-js/fn/string/starts-with';
import 'core-js/features/string/starts-with';

import {initLocale} from 'gmp/locale/lang';

Expand Down
2 changes: 1 addition & 1 deletion gsa/src/web/components/bar/statusbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*/
import 'core-js/fn/string/includes';
import 'core-js/features/string/includes';

import React from 'react';

Expand Down
2 changes: 1 addition & 1 deletion gsa/src/web/components/chart/donut.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*/
import 'core-js/fn/array/for-each';
import 'core-js/features/array/for-each';

import React from 'react';

Expand Down
2 changes: 1 addition & 1 deletion gsa/src/web/components/chart/line.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*/

import 'core-js/library/fn/array/find';
import 'core-js/features/array/find';

import memoize from 'memoize-one';

Expand Down
Loading

0 comments on commit 34cf09d

Please sign in to comment.