diff --git a/package-lock.json b/package-lock.json index 4cdd9b2a..b60a76d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10236,9 +10236,9 @@ "integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==" }, "path-to-regexp": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-3.1.0.tgz", - "integrity": "sha512-PtHLisEvUOepjc+sStXxJ/pDV/s5UBTOKWJY2SOz3e6E/iN/jLknY9WL72kTwRrwXDUbZTEAtSnJbz2fF127DA==" + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-3.3.0.tgz", + "integrity": "sha512-qyCH421YQPS2WFDxDjftfc1ZR5WKQzVzqsp4n9M2kQhVOo/ByahFoUNJfl58kOcEGfQ//7weFTDhm+ss8Ecxgw==" }, "path-type": { "version": "1.1.0", diff --git a/package.json b/package.json index 743b1c1b..36337d9e 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "nodemailer": "6.4.15", "optipng": "2.2.0", "passthrough-counter": "1.0.0", - "path-to-regexp": "3.1.0", + "path-to-regexp": "3.3.0", "pngquant": "3.1.0", "project-name-generator": "2.1.9", "randomstring": "1.1.5",