Skip to content

Commit b573684

Browse files
committed
chore(deps): update dependency @types/express to v4.17.13
1 parent aadbcd0 commit b573684

File tree

2 files changed

+6
-22
lines changed

2 files changed

+6
-22
lines changed

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"devDependencies": {
2222
"@sourcegraph/tsconfig": "^4.0.1",
23-
"@types/express": "^4.17.11",
23+
"@types/express": "4.17.13",
2424
"@types/humps": "^2.0.0",
2525
"@types/node": "^14.14.20",
2626
"@types/stream-to-array": "^2.3.0",

server/yarn.lock

Lines changed: 5 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@
5353
"@types/qs" "*"
5454
"@types/range-parser" "*"
5555

56-
"@types/express@^4.17.11":
57-
version "4.17.11"
58-
resolved "https://registry.npmjs.org/@types/express/-/express-4.17.11.tgz#debe3caa6f8e5fcda96b47bd54e2f40c4ee59545"
59-
integrity sha512-no+R6rW60JEc59977wIxreQVsIEOAYwgCqldrA/vkpCnbD7MqTefO97lmoBe4WE0F156bC4uLSP1XHDOySnChg==
56+
"@types/[email protected].13":
57+
version "4.17.13"
58+
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.13.tgz#a76e2995728999bab51a33fabce1d705a3709034"
59+
integrity sha512-6bSZTPaTIACxn48l50SR+axgrqm6qXFIxrdAKaG6PaJk3+zuUr35hBlgT7vOmJcum+OEaIBLtHV/qloEAFITeA==
6060
dependencies:
6161
"@types/body-parser" "*"
6262
"@types/express-serve-static-core" "^4.17.18"
@@ -411,7 +411,7 @@ http-cache-semantics@^4.0.0:
411411
resolved "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz#49e91c5cbf36c9b94bcfcd71c23d5249ec74e390"
412412
integrity sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==
413413

414-
414+
[email protected], http-errors@~1.7.2:
415415
version "1.7.2"
416416
resolved "https://registry.npmjs.org/http-errors/-/http-errors-1.7.2.tgz#4f5029cf13239f31036e5b2e55292bcfbcc85c8f"
417417
integrity sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg==
@@ -422,17 +422,6 @@ [email protected]:
422422
statuses ">= 1.5.0 < 2"
423423
toidentifier "1.0.0"
424424

425-
http-errors@~1.7.2:
426-
version "1.7.3"
427-
resolved "https://registry.npmjs.org/http-errors/-/http-errors-1.7.3.tgz#6c619e4f9c60308c38519498c14fbb10aacebb06"
428-
integrity sha512-ZTTX0MWrsQ2ZAhA1cejAwDLycFsd7I7nVtnkT3Ol0aqodaKW+0CTZDQ1uBv5whptCnc8e8HeRRJxRs0kmm/Qfw==
429-
dependencies:
430-
depd "~1.1.2"
431-
inherits "2.0.4"
432-
setprototypeof "1.1.1"
433-
statuses ">= 1.5.0 < 2"
434-
toidentifier "1.0.0"
435-
436425
http2-wrapper@^1.0.0-beta.5.2:
437426
version "1.0.0-beta.5.2"
438427
resolved "https://registry.npmjs.org/http2-wrapper/-/http2-wrapper-1.0.0-beta.5.2.tgz#8b923deb90144aea65cf834b016a340fc98556f3"
@@ -458,11 +447,6 @@ [email protected]:
458447
resolved "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
459448
integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=
460449

461-
462-
version "2.0.4"
463-
resolved "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
464-
integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
465-
466450
467451
version "1.9.1"
468452
resolved "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz#bff38543eeb8984825079ff3a2a8e6cbd46781b3"

0 commit comments

Comments
 (0)