From 52228f8502d8de112c1fa0c534773a1e60c1f2d8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 21 Dec 2024 06:30:12 +0000 Subject: [PATCH] feat: upgrade path-to-regexp from 0.1.10 to 8.2.0 Snyk has created this PR to upgrade path-to-regexp from 0.1.10 to 8.2.0. See this package in npm: path-to-regexp See this project in Snyk: https://app.snyk.io/org/lisagorewitdecker/project/cc4ca963-8ca6-4596-8f06-11b48b4c51f9?utm_source=github&utm_medium=referral&page=upgrade-pr --- .../package-lock.json | 31 ++++++++++++------- .../package.json | 4 +-- 2 files changed, 22 insertions(+), 13 deletions(-) diff --git a/enhancing-ngif-with-else-condition/package-lock.json b/enhancing-ngif-with-else-condition/package-lock.json index 8d0a9f23..7050e1c0 100644 --- a/enhancing-ngif-with-else-condition/package-lock.json +++ b/enhancing-ngif-with-else-condition/package-lock.json @@ -19,13 +19,12 @@ "bootstrap-icons": "^1.10.5", "http-proxy-middleware": ">=3.0.3", "ip": "<= 2.0.1", + "postcss": ">=8.4.49", "rxjs": "~7.8.0", "tslib": "^2.8.0", "webpack": ">=5.96.1", "webpack-dev-middleware": ">=6.1.2", - "zone.js": "~0.15.0", - "path-to-regexp": ">=0.1.12", - "nanoid": ">=3.3.8" + "zone.js": "~0.15.0" }, "devDependencies": { "@angular-devkit/build-angular": "^18.2.6", @@ -42,14 +41,13 @@ "karma-coverage": "~2.2.0", "karma-jasmine": "~5.1.0", "karma-jasmine-html-reporter": "~2.0.0", - "postcss": "^8.4.49", + "path-to-regexp": "^8.2.0", + "postcss": ">=8.4.49", "rxjs": "~7.8.0", "tslib": "^2.8.0", "webpack": ">=5.96.1", "webpack-dev-middleware": ">=6.1.2", - "zone.js": "~0.15.0", - "path-to-regexp": ">=0.1.12", - "nanoid": ">=3.3.8" + "zone.js": "~0.15.0" } }, "node_modules/@ampproject/remapping": { @@ -7125,6 +7123,13 @@ "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", "dev": true }, + "node_modules/express/node_modules/path-to-regexp": { + "version": "0.1.10", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.10.tgz", + "integrity": "sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w==", + "dev": true, + "license": "MIT" + }, "node_modules/express/node_modules/statuses": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", @@ -10970,10 +10975,14 @@ } }, "node_modules/path-to-regexp": { - "version": "0.1.10", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.10.tgz", - "integrity": "sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w==", - "dev": true + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.2.0.tgz", + "integrity": "sha512-TdrF7fW9Rphjq4RjrW0Kp2AW0Ahwu9sRGTkS6bvDi0SCwZlEZYmcfDbEsTz8RVk0EHIS/Vd1bv3JhG+1xZuAyQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=16" + } }, "node_modules/path-type": { "version": "5.0.0", diff --git a/enhancing-ngif-with-else-condition/package.json b/enhancing-ngif-with-else-condition/package.json index 395cd8f5..b842e187 100644 --- a/enhancing-ngif-with-else-condition/package.json +++ b/enhancing-ngif-with-else-condition/package.json @@ -27,7 +27,7 @@ "postcss": ">=8.4.49", "zone.js": "~0.15.0", "ip": "<= 2.0.1", - "path-to-regexp": ">=0.1.12" + "path-to-regexp": ">=8.2.0" }, "devDependencies": { "@angular-devkit/build-angular": "^18.2.6", @@ -50,6 +50,6 @@ "postcss": ">=8.4.49", "zone.js": "~0.15.0", "ip": "<= 2.0.1", - "path-to-regexp": ">=0.1.12" + "path-to-regexp": ">=8.2.0" } }