Skip to content

Commit

Permalink
updating multer to fix vulnarability issue (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
snevesbarros authored Mar 18, 2023
1 parent 63d97ce commit 1933f18
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 97 deletions.
122 changes: 26 additions & 96 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"mongoose": "^6.3.2",
"mpath": ">=0.9.0",
"mquery": ">=4.0.2",
"multer": "^1.4.4",
"multer": "v1.4.4-lts.1",
"pino": "^7.11.0",
"pug": "^3.0.2",
"randomstring": "^1.2.2",
Expand Down
1 change: 1 addition & 0 deletions test/execution.tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ describe('Execution API Tests', () => {
// add a build and ensure it's returned in the the full list.
});

// TODO: this breaks reporting?
// describe('POST /execution', () => {
// it('successfully create execution with valid details', (done) => {
// const createTestExecutionRequest = {
Expand Down

0 comments on commit 1933f18

Please sign in to comment.