1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00

Merge pull request #165 from jakemcdermott/dependency-updates

update vulnerable dependencies
This commit is contained in:
Jake McDermott 2019-04-16 09:40:28 -04:00 committed by GitHub
commit 7c2554be8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2174 additions and 1163 deletions

View File

@ -8,7 +8,7 @@ module.exports = {
moduleNameMapper: { moduleNameMapper: {
'\\.(css|scss|less)$': '<rootDir>/__mocks__/styleMock.js' '\\.(css|scss|less)$': '<rootDir>/__mocks__/styleMock.js'
}, },
setupTestFrameworkScriptFile: '<rootDir>/jest.setup.js', setupFilesAfterEnv: ['<rootDir>/jest.setup.js'],
testMatch: [ testMatch: [
'<rootDir>/__tests__/**/*.test.{js,jsx}' '<rootDir>/__tests__/**/*.test.{js,jsx}'
], ],

3327
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -20,11 +20,11 @@
"@babel/polyfill": "^7.0.0", "@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.1.0", "@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0", "@babel/preset-react": "^7.0.0",
"@lingui/cli": "^2.7.2", "@lingui/cli": "^2.7.4",
"@lingui/macro": "^2.7.2", "@lingui/macro": "^2.7.2",
"babel-core": "^7.0.0-bridge.0", "babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1", "babel-eslint": "^10.0.1",
"babel-jest": "^23.6.0", "babel-jest": "^24.7.1",
"babel-loader": "^8.0.4", "babel-loader": "^8.0.4",
"babel-plugin-macros": "^2.4.2", "babel-plugin-macros": "^2.4.2",
"css-loader": "^1.0.0", "css-loader": "^1.0.0",
@ -37,8 +37,8 @@
"eslint-plugin-react": "^7.11.1", "eslint-plugin-react": "^7.11.1",
"file-loader": "^2.0.0", "file-loader": "^2.0.0",
"history": "^4.9.0", "history": "^4.9.0",
"jest": "^23.6.0", "jest": "^24.7.1",
"node-sass": "^4.9.3", "node-sass": "^4.11.0",
"react-hot-loader": "^4.3.3", "react-hot-loader": "^4.3.3",
"sass-loader": "^7.1.0", "sass-loader": "^7.1.0",
"style-loader": "^0.23.0", "style-loader": "^0.23.0",