From 9c937159a6ab129973fc641bbce9d69f705d2cae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 16:37:11 +0000 Subject: [PATCH] build(deps): bump path-to-regexp in /lib/rhema-express Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) from 0.1.7 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](https://github.com/pillarjs/path-to-regexp/compare/v0.1.7...v0.1.12) --- updated-dependencies: - dependency-name: path-to-regexp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- lib/rhema-express/package-lock.json | 6 +++--- lib/rhema-express/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/rhema-express/package-lock.json b/lib/rhema-express/package-lock.json index 8edfc11..702aa64 100644 --- a/lib/rhema-express/package-lock.json +++ b/lib/rhema-express/package-lock.json @@ -2371,9 +2371,9 @@ "dev": true }, "path-to-regexp": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", - "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=" + "version": "0.1.12", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.12.tgz", + "integrity": "sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==" }, "pbkdf2-password": { "version": "1.2.1", diff --git a/lib/rhema-express/package.json b/lib/rhema-express/package.json index ec8201e..a75fbfb 100644 --- a/lib/rhema-express/package.json +++ b/lib/rhema-express/package.json @@ -20,7 +20,7 @@ "methods": "~1.1.2", "on-finished": "~2.3.0", "parseurl": "~1.3.2", - "path-to-regexp": "0.1.7", + "path-to-regexp": "0.1.12", "proxy-addr": "~2.0.4", "qs": "6.7.3", "range-parser": "~1.2.0",