Merge pull request #165 from docker/security-fixes

Security fixes
master
Guillaume Lours 3 years ago committed by GitHub
commit 91bf79038f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

File diff suppressed because it is too large Load Diff

@ -19,7 +19,7 @@
"express": "^4.17.1", "express": "^4.17.1",
"lodash": "^4.17.13", "lodash": "^4.17.13",
"mongodb": "^3.0.7", "mongodb": "^3.0.7",
"mongoose": "^5.0.15", "mongoose": "^6.0.9",
"simple-node-logger": "^18.12.23", "simple-node-logger": "^18.12.23",
"validator": "^10.1.0" "validator": "^10.1.0"
}, },

File diff suppressed because it is too large Load Diff

@ -15,7 +15,7 @@
}, },
"dependencies": { "dependencies": {
"express": "^4.17.1", "express": "^4.17.1",
"knex": "^0.20.13", "knex": "^0.95.11",
"morgan": "^1.10.0", "morgan": "^1.10.0",
"mysql2": "^2.1.0" "mysql2": "^2.1.0"
}, },
@ -23,7 +23,7 @@
"chai": "^4.2.0", "chai": "^4.2.0",
"chai-http": "^4.3.0", "chai-http": "^4.3.0",
"cross-env": "^7.0.2", "cross-env": "^7.0.2",
"mocha": "^7.1.1", "mocha": "^9.1.2",
"nodemon": "^2.0.4" "nodemon": "^2.0.4"
} }
} }

@ -12,14 +12,20 @@
"vue": "^2.6.14" "vue": "^2.6.14"
}, },
"devDependencies": { "devDependencies": {
"@babel/eslint-parser": "^7.15.8",
"@vue/cli-plugin-babel": "^4.5.13", "@vue/cli-plugin-babel": "^4.5.13",
"@vue/cli-plugin-eslint": "^4.5.13", "@vue/cli-plugin-eslint": "^4.5.13",
"@vue/cli-service": "^4.5.13", "@vue/cli-service": "^4.5.13",
"babel-eslint": "^10.1.0", "eslint": "^7.32.0",
"eslint": "^7.28.0", "eslint-plugin-vue": "^7.19.1",
"eslint-plugin-vue": "^7.10.0",
"vue-template-compiler": "^2.6.14" "vue-template-compiler": "^2.6.14"
}, },
"resolutions": {
"glob-parent": "5.1.2",
"set-value": "4.0.1",
"nth-check": "2.0.1",
"ansi-regex": "5.0.1"
},
"eslintConfig": { "eslintConfig": {
"root": true, "root": true,
"env": { "env": {
@ -30,7 +36,7 @@
"eslint:recommended" "eslint:recommended"
], ],
"parserOptions": { "parserOptions": {
"parser": "babel-eslint" "parser": "@babel/eslint-parser"
}, },
"rules": {} "rules": {}
}, },

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save