Skip to content

Commit 039d36f

Browse files
authored
Merge pull request #126 from increments/dependabot/npm_and_yarn/express-4.19.2
Bump express from 4.19.1 to 4.19.2
2 parents efe5dee + fe2cff9 commit 039d36f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"chokidar": "^3.5.3",
7979
"debug": "^4.3.4",
8080
"dotenv": "^16.0.3",
81-
"express": "^4.19.1",
81+
"express": "^4.19.2",
8282
"gray-matter": "^4.0.3",
8383
"open": "^10.1.0",
8484
"ws": "^8.16.0"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3014,10 +3014,10 @@ expect@^29.0.0, expect@^29.7.0:
30143014
jest-message-util "^29.7.0"
30153015
jest-util "^29.7.0"
30163016

3017-
express@^4.19.1:
3018-
version "4.19.1"
3019-
resolved "https://registry.yarnpkg.com/express/-/express-4.19.1.tgz#4700635795e911600a45596138cf5b0320e78256"
3020-
integrity sha512-K4w1/Bp7y8iSiVObmCrtq8Cs79XjJc/RU2YYkZQ7wpUu5ZyZ7MtPHkqoMz4pf+mgXfNvo2qft8D9OnrH2ABk9w==
3017+
express@^4.19.2:
3018+
version "4.19.2"
3019+
resolved "https://registry.yarnpkg.com/express/-/express-4.19.2.tgz#e25437827a3aa7f2a827bc8171bbbb664a356465"
3020+
integrity sha512-5T6nhjsT+EOMzuck8JjBHARTHfMht0POzlA60WV2pMD3gyXw2LZnZ+ueGdNxG+0calOJcWKbpFcuzLZ91YWq9Q==
30213021
dependencies:
30223022
accepts "~1.3.8"
30233023
array-flatten "1.1.1"

0 commit comments

Comments
 (0)