From 09a11536ff0892e561afd75e1d56bf08d03a4072 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 19:38:03 -0300 Subject: [PATCH] fix(deps): update all non-major (#228) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- functions/package-lock.json | 22 +++++++++------------- functions/package.json | 2 +- package-lock.json | 8 ++++---- package.json | 2 +- 4 files changed, 15 insertions(+), 19 deletions(-) diff --git a/functions/package-lock.json b/functions/package-lock.json index 515d5ee..e58a5e1 100644 --- a/functions/package-lock.json +++ b/functions/package-lock.json @@ -9,7 +9,7 @@ "@ecomplus/application-sdk": "^22.0.0-firestore.1.15.7", "@google-cloud/firestore": "^7.9.0", "express": "^4.19.2", - "firebase-admin": "^12.2.0", + "firebase-admin": "^12.3.0", "firebase-functions": "^4.9.0" }, "engines": { @@ -1657,19 +1657,18 @@ } }, "node_modules/firebase-admin": { - "version": "12.2.0", - "resolved": "https://registry.npmjs.org/firebase-admin/-/firebase-admin-12.2.0.tgz", - "integrity": "sha512-R9xxENvPA/19XJ3mv0Kxfbz9kPXd9/HrM4083LZWOO0qAQGheRzcCQamYRe+JSrV2cdKXP3ZsfFGTYMrFM0pJg==", + "version": "12.3.0", + "resolved": "https://registry.npmjs.org/firebase-admin/-/firebase-admin-12.3.0.tgz", + "integrity": "sha512-AKJcFbOZ7W8Fwcqh6Ba7FThXVoXwPdsf+E9vyjk5Z1vN1Z9mnTw88EQWfIsR91YglQ0KvWu1rvMhW65bcB4sog==", "license": "Apache-2.0", "dependencies": { - "@fastify/busboy": "^2.1.0", + "@fastify/busboy": "^3.0.0", "@firebase/database-compat": "^1.0.2", "@firebase/database-types": "^1.0.0", "@types/node": "^20.10.3", "farmhash-modern": "^1.1.0", "jsonwebtoken": "^9.0.0", "jwks-rsa": "^3.1.0", - "long": "^5.2.3", "node-forge": "^1.3.1", "uuid": "^10.0.0" }, @@ -1682,13 +1681,10 @@ } }, "node_modules/firebase-admin/node_modules/@fastify/busboy": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@fastify/busboy/-/busboy-2.1.1.tgz", - "integrity": "sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==", - "license": "MIT", - "engines": { - "node": ">=14" - } + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@fastify/busboy/-/busboy-3.0.0.tgz", + "integrity": "sha512-83rnH2nCvclWaPQQKvkJ2pdOjG4TZyEVuFDnlOF6KP08lDaaceVyw/W63mDuafQT+MKHCvXIPpE5uYWeM0rT4w==", + "license": "MIT" }, "node_modules/firebase-admin/node_modules/uuid": { "version": "10.0.0", diff --git a/functions/package.json b/functions/package.json index 12bd00b..7cadd8c 100644 --- a/functions/package.json +++ b/functions/package.json @@ -15,7 +15,7 @@ "@ecomplus/application-sdk": "^22.0.0-firestore.1.15.7", "@google-cloud/firestore": "^7.9.0", "express": "^4.19.2", - "firebase-admin": "^12.2.0", + "firebase-admin": "^12.3.0", "firebase-functions": "^4.9.0" }, "private": true diff --git a/package-lock.json b/package-lock.json index 5eba124..ea7ce38 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "dotenv": "^16.4.5", "firebase-tools": "^11.30.0", - "uglify-js": "^3.18.0" + "uglify-js": "^3.19.1" }, "devDependencies": { "@commitlint/cli": "^19.3.0", @@ -12611,9 +12611,9 @@ } }, "node_modules/uglify-js": { - "version": "3.18.0", - "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.18.0.tgz", - "integrity": "sha512-SyVVbcNBCk0dzr9XL/R/ySrmYf0s372K6/hFklzgcp2lBFyXtw4I7BOdDjlLhE1aVqaI/SHWXWmYdlZxuyF38A==", + "version": "3.19.1", + "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.19.1.tgz", + "integrity": "sha512-y/2wiW+ceTYR2TSSptAhfnEtpLaQ4Ups5zrjB2d3kuVxHj16j/QJwPl5PvuGy9uARb39J0+iKxcRPvtpsx4A4A==", "license": "BSD-2-Clause", "bin": { "uglifyjs": "bin/uglifyjs" diff --git a/package.json b/package.json index 662ed1b..4cc58ca 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "dependencies": { "dotenv": "^16.4.5", "firebase-tools": "^11.30.0", - "uglify-js": "^3.18.0" + "uglify-js": "^3.19.1" }, "devDependencies": { "@commitlint/cli": "^19.3.0",