Skip to content

Commit

Permalink
Pin dependencies (cucumber#1449)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
2 people authored and Adam-ARK committed Oct 21, 2020
1 parent f4549a2 commit 6869ba2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
"@types/bluebird": "3.5.32",
"@types/chai": "4.2.12",
"@types/dirty-chai": "2.0.2",
"@types/express": "^4.17.8",
"@types/express": "4.17.8",
"@types/fs-extra": "9.0.1",
"@types/glob": "7.1.3",
"@types/lodash": "4.14.161",
Expand Down Expand Up @@ -237,7 +237,7 @@
"eslint-plugin-prettier": "3.1.4",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-standard": "4.0.1",
"express": "^4.17.1",
"express": "4.17.1",
"fs-extra": "9.0.1",
"mocha": "8.1.3",
"mustache": "4.0.1",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@
"@types/qs" "*"
"@types/range-parser" "*"

"@types/express@^4.17.8":
"@types/[email protected]":
version "4.17.8"
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.8.tgz#3df4293293317e61c60137d273a2e96cd8d5f27a"
integrity sha512-wLhcKh3PMlyA2cNAB9sjM1BntnhPMiM0JOBwPBqttjHev2428MLEB4AYVN+d8s2iyCVZac+o41Pflm/ZH5vLXQ==
Expand Down Expand Up @@ -2087,7 +2087,7 @@ evp_bytestokey@^1.0.0, evp_bytestokey@^1.0.3:
md5.js "^1.3.4"
safe-buffer "^5.1.1"

express@^4.17.1:
[email protected]:
version "4.17.1"
resolved "https://registry.yarnpkg.com/express/-/express-4.17.1.tgz#4491fc38605cf51f8629d39c2b5d026f98a4c134"
integrity sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g==
Expand Down

0 comments on commit 6869ba2

Please sign in to comment.