V3-1243 audit all node code and vulnerabilities part 1 (#1881)

This commit is contained in:
Yehor Butko 2019-05-02 16:48:47 +03:00 committed by GitHub
parent ff50a2ba11
commit ba78ad8c0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 7 deletions

View File

@ -20,8 +20,6 @@
"graphql-tag": "^2.10.0",
"moment": "^2.24.0",
"vue": "^2.5.17",
"vue-apollo": "^3.0.0-beta.25",
"vue-class-component": "^6.0.0",
"vue-clipboards": "^1.2.4",
"vue-property-decorator": "^7.0.0",
"vue-router": "^3.0.1",
@ -33,16 +31,16 @@
"@types/jest": "^23.1.4",
"@types/sinon": "^5.0.5",
"@vue/cli-plugin-babel": "^3.0.5",
"@vue/cli-plugin-typescript": "^3.0.5",
"@vue/cli-plugin-unit-jest": "^3.4.1",
"@vue/cli-service": "^3.0.5",
"@vue/cli-plugin-typescript": "^3.6.0",
"@vue/cli-plugin-unit-jest": "^3.6.3",
"@vue/cli-service": "^3.6.0",
"@vue/test-utils": "^1.0.0-beta.25",
"babel-core": "7.0.0-bridge.0",
"css-loader": "^1.0.0",
"eslint": "^5.9.0",
"eslint-plugin-vue": "^5.0.0",
"jest-fetch-mock": "^2.1.0",
"node-sass": "^4.9.0",
"node-sass": "^4.11.0",
"sass-loader": "^7.0.1",
"sinon": "^7.0.0",
"ts-jest": "^23.0.0",

View File

@ -1,4 +1,4 @@
// Copyright (C) 2018 Storj Labs, Inc.
// Copyright (C) 2019 Storj Labs, Inc.
// See LICENSE for copying information.
import apollo from '@/utils/apolloManager';