Skip to content

Commit 1186519

Browse files
build(deps): bump path-to-regexp and express in /client (#393)
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 520da64 commit 1186519

File tree

2 files changed

+22
-18
lines changed

2 files changed

+22
-18
lines changed

client/package-lock.json

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

client/yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4666,9 +4666,9 @@ expect@^29.0.0:
46664666
jest-util "^29.5.0"
46674667

46684668
express@^4.17.3:
4669-
version "4.21.1"
4670-
resolved "https://registry.yarnpkg.com/express/-/express-4.21.1.tgz#9dae5dda832f16b4eec941a4e44aa89ec481b281"
4671-
integrity sha512-YSFlK1Ee0/GC8QaO91tHcDxJiE/X4FbpAyQWkxAvG6AXCuR65YzK8ua6D9hvi/TzUfZMpc+BwuM1IPw8fmQBiQ==
4669+
version "4.21.2"
4670+
resolved "https://registry.yarnpkg.com/express/-/express-4.21.2.tgz#cf250e48362174ead6cea4a566abef0162c1ec32"
4671+
integrity sha512-28HqgMZAmih1Czt9ny7qr6ek2qddF4FclbMzwhCREB6OFfH+rXAnuNCwo1/wFvrtbgsQDb4kSbX9de9lFbrXnA==
46724672
dependencies:
46734673
accepts "~1.3.8"
46744674
array-flatten "1.1.1"
@@ -4689,7 +4689,7 @@ express@^4.17.3:
46894689
methods "~1.1.2"
46904690
on-finished "2.4.1"
46914691
parseurl "~1.3.3"
4692-
path-to-regexp "0.1.10"
4692+
path-to-regexp "0.1.12"
46934693
proxy-addr "~2.0.7"
46944694
qs "6.13.0"
46954695
range-parser "~1.2.1"
@@ -7147,10 +7147,10 @@ path-parse@^1.0.7:
71477147
resolved "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz"
71487148
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
71497149

7150-
7151-
version "0.1.10"
7152-
resolved "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.10.tgz"
7153-
integrity sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w==
7150+
7151+
version "0.1.12"
7152+
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.12.tgz#d5e1a12e478a976d432ef3c58d534b9923164bb7"
7153+
integrity sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==
71547154

71557155
path-type@^4.0.0:
71567156
version "4.0.0"

0 commit comments

Comments
 (0)