Skip to content

Commit da6fd85

Browse files
chore(deps-dev): bump express from 4.19.1 to 4.19.2 (#201)
Bumps [express](https://github.com/expressjs/express) from 4.19.1 to 4.19.2. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](expressjs/express@4.19.1...4.19.2) --- updated-dependencies: - dependency-name: express dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6ddf802 commit da6fd85

File tree

2 files changed

+9
-21
lines changed

2 files changed

+9
-21
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"eslint": "8.57.0",
2727
"eslint-config-prettier": "9.1.0",
2828
"eslint-plugin-jest": "27.9.0",
29-
"express": "4.19.1",
29+
"express": "4.19.2",
3030
"glob": "8.1.0",
3131
"jest": "29.7.0",
3232
"less-middleware": "2.2.1",

yarn.lock

+8-20
Original file line numberDiff line numberDiff line change
@@ -1723,12 +1723,7 @@ [email protected]:
17231723
dependencies:
17241724
safe-buffer "5.2.1"
17251725

1726-
content-type@~1.0.4:
1727-
version "1.0.4"
1728-
resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.4.tgz#e138cc75e040c727b1966fe5e5f8c9aee256fe3b"
1729-
integrity sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==
1730-
1731-
content-type@~1.0.5:
1726+
content-type@~1.0.4, content-type@~1.0.5:
17321727
version "1.0.5"
17331728
resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.5.tgz#8b773162656d1d1086784c8f23a54ce6d73d7918"
17341729
integrity sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==
@@ -1817,20 +1812,13 @@ [email protected], debug@^2.2.0, debug@^2.3.3:
18171812
dependencies:
18181813
ms "2.0.0"
18191814

1820-
[email protected], debug@^4.3.1, debug@^4.3.2, debug@^4.3.4:
1815+
[email protected], debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4:
18211816
version "4.3.4"
18221817
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
18231818
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
18241819
dependencies:
18251820
ms "2.1.2"
18261821

1827-
debug@^4.1.0, debug@^4.1.1:
1828-
version "4.3.1"
1829-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.1.tgz#f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee"
1830-
integrity sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==
1831-
dependencies:
1832-
ms "2.1.2"
1833-
18341822
decode-uri-component@^0.2.0:
18351823
version "0.2.2"
18361824
resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.2.tgz#e69dbe25d37941171dd540e024c444cd5188e1e9"
@@ -2243,10 +2231,10 @@ expect@^29.7.0:
22432231
jest-message-util "^29.7.0"
22442232
jest-util "^29.7.0"
22452233

2246-
2247-
version "4.19.1"
2248-
resolved "https://registry.yarnpkg.com/express/-/express-4.19.1.tgz#4700635795e911600a45596138cf5b0320e78256"
2249-
integrity sha512-K4w1/Bp7y8iSiVObmCrtq8Cs79XjJc/RU2YYkZQ7wpUu5ZyZ7MtPHkqoMz4pf+mgXfNvo2qft8D9OnrH2ABk9w==
2234+
2235+
version "4.19.2"
2236+
resolved "https://registry.yarnpkg.com/express/-/express-4.19.2.tgz#e25437827a3aa7f2a827bc8171bbbb664a356465"
2237+
integrity sha512-5T6nhjsT+EOMzuck8JjBHARTHfMht0POzlA60WV2pMD3gyXw2LZnZ+ueGdNxG+0calOJcWKbpFcuzLZ91YWq9Q==
22502238
dependencies:
22512239
accepts "~1.3.8"
22522240
array-flatten "1.1.1"
@@ -4515,11 +4503,11 @@ run-parallel@^1.1.9:
45154503
dependencies:
45164504
queue-microtask "^1.2.2"
45174505

4518-
[email protected], safe-buffer@^5.0.1, safe-buffer@~5.1.0, safe-buffer@~5.1.1:
4506+
[email protected], safe-buffer@~5.1.0, safe-buffer@~5.1.1:
45194507
version "5.1.2"
45204508
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"
45214509

4522-
4510+
[email protected], safe-buffer@^5.0.1:
45234511
version "5.2.1"
45244512
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6"
45254513
integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==

0 commit comments

Comments
 (0)