diff --git a/functions/package-lock.json b/functions/package-lock.json index f95137b..6517390 100644 --- a/functions/package-lock.json +++ b/functions/package-lock.json @@ -8,7 +8,7 @@ "dependencies": { "@ecomplus/application-sdk": "^22.0.0-firestore.1.15.7", "@google-cloud/firestore": "^6.8.0", - "express": "^4.21.1", + "express": "^4.21.2", "firebase-admin": "^11.11.1", "firebase-functions": "^4.9.0" }, @@ -1144,9 +1144,9 @@ } }, "node_modules/express": { - "version": "4.21.1", - "resolved": "https://registry.npmjs.org/express/-/express-4.21.1.tgz", - "integrity": "sha512-YSFlK1Ee0/GC8QaO91tHcDxJiE/X4FbpAyQWkxAvG6AXCuR65YzK8ua6D9hvi/TzUfZMpc+BwuM1IPw8fmQBiQ==", + "version": "4.21.2", + "resolved": "https://registry.npmjs.org/express/-/express-4.21.2.tgz", + "integrity": "sha512-28HqgMZAmih1Czt9ny7qr6ek2qddF4FclbMzwhCREB6OFfH+rXAnuNCwo1/wFvrtbgsQDb4kSbX9de9lFbrXnA==", "license": "MIT", "dependencies": { "accepts": "~1.3.8", @@ -1168,7 +1168,7 @@ "methods": "~1.1.2", "on-finished": "2.4.1", "parseurl": "~1.3.3", - "path-to-regexp": "0.1.10", + "path-to-regexp": "0.1.12", "proxy-addr": "~2.0.7", "qs": "6.13.0", "range-parser": "~1.2.1", @@ -1183,6 +1183,10 @@ }, "engines": { "node": ">= 0.10.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" } }, "node_modules/extend": { @@ -2242,9 +2246,9 @@ } }, "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==", + "version": "0.1.12", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.12.tgz", + "integrity": "sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==", "license": "MIT" }, "node_modules/prelude-ls": { diff --git a/functions/package.json b/functions/package.json index c0899c6..d28ca44 100644 --- a/functions/package.json +++ b/functions/package.json @@ -14,7 +14,7 @@ "dependencies": { "@ecomplus/application-sdk": "^22.0.0-firestore.1.15.7", "@google-cloud/firestore": "^6.8.0", - "express": "^4.21.1", + "express": "^4.21.2", "firebase-admin": "^11.11.1", "firebase-functions": "^4.9.0" }, diff --git a/package-lock.json b/package-lock.json index 2258988..48b2bc3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "3.0.1", "license": "MIT", "dependencies": { - "dotenv": "^16.4.5", + "dotenv": "^16.4.7", "firebase-tools": "^11.30.0", "uglify-js": "^3.19.3" }, @@ -1782,9 +1782,10 @@ } }, "node_modules/dotenv": { - "version": "16.4.5", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.5.tgz", - "integrity": "sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==", + "version": "16.4.7", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.7.tgz", + "integrity": "sha512-47qPchRCykZC03FhkYAhrvwU4xDBFIj1QPqaarj6mdM/hgUzfPHcpkHJOn3mJAufFeeAxAzeGsr5X0M4k6fLZQ==", + "license": "BSD-2-Clause", "engines": { "node": ">=12" }, diff --git a/package.json b/package.json index c8ab84b..c25c461 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ }, "homepage": "https://github.com/ecomplus/application-starter#readme", "dependencies": { - "dotenv": "^16.4.5", + "dotenv": "^16.4.7", "firebase-tools": "^11.30.0", "uglify-js": "^3.19.3" },