8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51fc39c commit 59fc270Copy full SHA for 59fc270
History.md
@@ -1,7 +1,14 @@
1
+unreleased
2
+==========
3
+
4
+ * deps: path-to-regexp@0.1.11
5
+ - Throws an error on invalid path values
6
7
4.21.1 / 2024-10-08
8
==========
9
-* Backported a fix for [CVE-2024-47764](https://nvd.nist.gov/vuln/detail/CVE-2024-47764)
10
+ * Backported a fix for [CVE-2024-47764](https://nvd.nist.gov/vuln/detail/CVE-2024-47764)
11
12
13
4.21.0 / 2024-09-11
14
package.json
@@ -51,7 +51,7 @@
51
"methods": "~1.1.2",
52
"on-finished": "2.4.1",
53
"parseurl": "~1.3.3",
54
- "path-to-regexp": "0.1.10",
+ "path-to-regexp": "0.1.11",
55
"proxy-addr": "~2.0.7",
56
"qs": "6.13.0",
57
"range-parser": "~1.2.1",
0 commit comments