Skip to content

Commit 3ac5797

Browse files
Bump path-to-regexp and express (#275)
Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `path-to-regexp` from 0.1.10 to 0.1.12 - [Release notes](https://github.com/pillarjs/path-to-regexp/releases) - [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md) - [Commits](pillarjs/path-to-regexp@v0.1.10...v0.1.12) Updates `express` from 4.21.1 to 4.21.2 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/4.21.2/History.md) - [Commits](expressjs/express@4.21.1...4.21.2) --- updated-dependencies: - dependency-name: path-to-regexp dependency-type: indirect - dependency-name: express dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e2ab3c4 commit 3ac5797

File tree

2 files changed

+19
-15
lines changed

2 files changed

+19
-15
lines changed

package-lock.json

Lines changed: 11 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3967,9 +3967,9 @@ expand-brackets@^2.1.4:
39673967
to-regex "^3.0.1"
39683968

39693969
express@^4.17.1:
3970-
version "4.21.1"
3971-
resolved "https://registry.yarnpkg.com/express/-/express-4.21.1.tgz#9dae5dda832f16b4eec941a4e44aa89ec481b281"
3972-
integrity sha512-YSFlK1Ee0/GC8QaO91tHcDxJiE/X4FbpAyQWkxAvG6AXCuR65YzK8ua6D9hvi/TzUfZMpc+BwuM1IPw8fmQBiQ==
3970+
version "4.21.2"
3971+
resolved "https://registry.yarnpkg.com/express/-/express-4.21.2.tgz#cf250e48362174ead6cea4a566abef0162c1ec32"
3972+
integrity sha512-28HqgMZAmih1Czt9ny7qr6ek2qddF4FclbMzwhCREB6OFfH+rXAnuNCwo1/wFvrtbgsQDb4kSbX9de9lFbrXnA==
39733973
dependencies:
39743974
accepts "~1.3.8"
39753975
array-flatten "1.1.1"
@@ -3990,7 +3990,7 @@ express@^4.17.1:
39903990
methods "~1.1.2"
39913991
on-finished "2.4.1"
39923992
parseurl "~1.3.3"
3993-
path-to-regexp "0.1.10"
3993+
path-to-regexp "0.1.12"
39943994
proxy-addr "~2.0.7"
39953995
qs "6.13.0"
39963996
range-parser "~1.2.1"
@@ -6353,10 +6353,10 @@ path-parse@^1.0.7:
63536353
resolved "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz"
63546354
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
63556355

6356-
6357-
version "0.1.10"
6358-
resolved "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.10.tgz"
6359-
integrity sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w==
6356+
6357+
version "0.1.12"
6358+
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.12.tgz#d5e1a12e478a976d432ef3c58d534b9923164bb7"
6359+
integrity sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==
63606360

63616361
path-type@^3.0.0:
63626362
version "3.0.0"

0 commit comments

Comments
 (0)