Skip to content

Commit 04593d4

Browse files
Bump path-to-regexp and express in /Documentation (#215)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f12f138 commit 04593d4

File tree

2 files changed

+19
-15
lines changed

2 files changed

+19
-15
lines changed

Documentation/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.

Documentation/yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3891,9 +3891,9 @@ execa@^5.0.0:
38913891
strip-final-newline "^2.0.0"
38923892

38933893
express@^4.17.3:
3894-
version "4.21.1"
3895-
resolved "https://registry.npmjs.org/express/-/express-4.21.1.tgz"
3896-
integrity sha512-YSFlK1Ee0/GC8QaO91tHcDxJiE/X4FbpAyQWkxAvG6AXCuR65YzK8ua6D9hvi/TzUfZMpc+BwuM1IPw8fmQBiQ==
3894+
version "4.21.2"
3895+
resolved "https://registry.yarnpkg.com/express/-/express-4.21.2.tgz#cf250e48362174ead6cea4a566abef0162c1ec32"
3896+
integrity sha512-28HqgMZAmih1Czt9ny7qr6ek2qddF4FclbMzwhCREB6OFfH+rXAnuNCwo1/wFvrtbgsQDb4kSbX9de9lFbrXnA==
38973897
dependencies:
38983898
accepts "~1.3.8"
38993899
array-flatten "1.1.1"
@@ -3914,7 +3914,7 @@ express@^4.17.3:
39143914
methods "~1.1.2"
39153915
on-finished "2.4.1"
39163916
parseurl "~1.3.3"
3917-
path-to-regexp "0.1.10"
3917+
path-to-regexp "0.1.12"
39183918
proxy-addr "~2.0.7"
39193919
qs "6.13.0"
39203920
range-parser "~1.2.1"
@@ -6335,10 +6335,10 @@ path-parse@^1.0.7:
63356335
resolved "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz"
63366336
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
63376337

6338-
path-to-regexp@0.1.10:
6339-
version "0.1.10"
6340-
resolved "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.10.tgz"
6341-
integrity sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w==
6338+
path-to-regexp@0.1.12:
6339+
version "0.1.12"
6340+
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.12.tgz#d5e1a12e478a976d432ef3c58d534b9923164bb7"
6341+
integrity sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==
63426342

63436343
path-to-regexp@3.3.0:
63446344
version "3.3.0"

0 commit comments

Comments
 (0)