Skip to content

Commit

Permalink
fix: upgrade @types/express from 4.17.11 to 4.17.13
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade @types/express from 4.17.11 to 4.17.13.

See this package in npm:
https://www.npmjs.com/package/@types/express

See this project in Snyk:
https://app.snyk.io/org/valverdealbo/project/c875137c-009f-4402-91b4-86e97c163ea2?utm_source=github&utm_medium=upgrade-pr
  • Loading branch information
snyk-bot committed Aug 16, 2021
1 parent 03d84a3 commit 25b5391
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 20 deletions.
51 changes: 33 additions & 18 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@semantic-release/git": "^9.0.0",
"@semantic-release/npm": "^7.1.1",
"@semantic-release/release-notes-generator": "^9.0.2",
"@types/express": "4.x",
"@types/express": "4.17.13",
"@types/jest": "^26.0.22",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
Expand All @@ -48,7 +48,7 @@
"typescript": "^4.2.4"
},
"dependencies": {
"@types/express": "4.x"
"@types/express": "4.17.13"
},
"scripts": {
"build": "rimraf ./dist && tsc",
Expand Down

0 comments on commit 25b5391

Please sign in to comment.