Skip to content

Commit aca648f

Browse files
authored
chore(package): bump devDep mockttp (#654)
1 parent 57c8706 commit aca648f

File tree

2 files changed

+7
-26
lines changed

2 files changed

+7
-26
lines changed

package.json

+1-6
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"husky": "^7.0.1",
7474
"jest": "^27.0.6",
7575
"lint-staged": "^11.1.2",
76-
"mockttp": "^2.2.1",
76+
"mockttp": "^2.2.2",
7777
"open": "^8.2.1",
7878
"prettier": "^2.3.2",
7979
"supertest": "^6.1.5",
@@ -95,10 +95,5 @@
9595
"extends": [
9696
"@commitlint/config-conventional"
9797
]
98-
},
99-
"resolutions": {
100-
"@types/express": "^4.17.13",
101-
"@types/express-serve-static-core": "^4.17.24",
102-
"@types/serve-static": "^1.13.10"
10398
}
10499
}

yarn.lock

+6-20
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,7 @@
823823
"@types/qs" "*"
824824
"@types/range-parser" "*"
825825

826-
"@types/express@*", "@types/express@^4.0.33", "@types/express@^4.17.13":
826+
"@types/express@*", "@types/express@^4.17.13":
827827
version "4.17.13"
828828
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.13.tgz#a76e2995728999bab51a33fabce1d705a3709034"
829829
integrity sha512-6bSZTPaTIACxn48l50SR+axgrqm6qXFIxrdAKaG6PaJk3+zuUr35hBlgT7vOmJcum+OEaIBLtHV/qloEAFITeA==
@@ -896,23 +896,11 @@
896896
resolved "https://registry.yarnpkg.com/@types/mime/-/mime-1.3.2.tgz#93e25bf9ee75fe0fd80b594bc4feb0e862111b5a"
897897
integrity sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw==
898898

899-
"@types/node-forge@^0.9.1":
900-
version "0.9.4"
901-
resolved "https://registry.yarnpkg.com/@types/node-forge/-/node-forge-0.9.4.tgz#3a81edafed5022eba8e63338ef4b04def04c61f1"
902-
integrity sha512-uFhaKXdhhrLNzfNhXbXJqDwF3jXMzN9qfkdW+IAMnAfwqNZhBcE/cciMITLT0Sg6ls6JYHo3xVWNXAG1g9tm8A==
903-
dependencies:
904-
"@types/node" "*"
905-
906899
"@types/node@*":
907900
version "15.6.2"
908901
resolved "https://registry.yarnpkg.com/@types/node/-/node-15.6.2.tgz#c61d49f38af70da32424b5322eee21f97e627175"
909902
integrity sha512-dxcOx8801kMo3KlU+C+/ctWrzREAH7YvoF3aoVpRdqgs+Kf7flp+PJDN/EX5bME3suDUZHsxes9hpvBmzYlWbA==
910903

911-
"@types/node@^14.14.37":
912-
version "14.14.37"
913-
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.37.tgz#a3dd8da4eb84a996c36e331df98d82abd76b516e"
914-
integrity sha512-XYmBiy+ohOR4Lh5jE379fV2IU+6Jn4g5qASinhitfyO71b/sCo6MKsMLF5tc7Zf2CE8hViVQyYSobJNke8OvUw==
915-
916904
"@types/node@^16.6.1":
917905
version "16.6.1"
918906
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.6.1.tgz#aee62c7b966f55fc66c7b6dfa1d58db2a616da61"
@@ -4134,18 +4122,16 @@ mkdirp@^0.5.5:
41344122
dependencies:
41354123
minimist "^1.2.5"
41364124

4137-
mockttp@^2.2.1:
4138-
version "2.2.1"
4139-
resolved "https://registry.yarnpkg.com/mockttp/-/mockttp-2.2.1.tgz#6e517b276c090c6825d9c42e95aead6832706df3"
4140-
integrity sha512-0Nhp7gDnPkKNKRaJtqfDQaSYEbfYQohmf7DUTJG/Q6vP0gNblSEjr/sFGHDX6XvBraoOpSw3ePV2XDzK21VAsQ==
4125+
mockttp@^2.2.2:
4126+
version "2.2.2"
4127+
resolved "https://registry.yarnpkg.com/mockttp/-/mockttp-2.2.2.tgz#fcee10860341b70ec014886fb15ab587f9fb911f"
4128+
integrity sha512-f9sERZe+95sGBSzBt7nSXsPdTm+O2uPA/gy/Wlf544a4zKbe0fhBRfs62HCgoTYnJu3lMxlX4oxph7L+SHW/LA==
41414129
dependencies:
41424130
"@graphql-tools/schema" "^7.1.5"
41434131
"@httptoolkit/httpolyglot" "^1.0.0"
41444132
"@httptoolkit/subscriptions-transport-ws" "^0.9.19"
41454133
"@types/cors" "^2.8.6"
4146-
"@types/express" "^4.0.33"
4147-
"@types/node" "^14.14.37"
4148-
"@types/node-forge" "^0.9.1"
4134+
"@types/node" "*"
41494135
base64-arraybuffer "^0.1.5"
41504136
body-parser "^1.15.2"
41514137
cacheable-lookup "^6.0.0"

0 commit comments

Comments
 (0)