From 808319b624a8d5b18bed13122bde6bc662e74754 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jun 2025 20:57:29 +0000 Subject: [PATCH] Bump brace-expansion Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 2.0.1 to 2.0.2. - [Release notes](https://github.com/juliangruber/brace-expansion/releases) - [Commits](https://github.com/juliangruber/brace-expansion/compare/v2.0.1...v2.0.2) --- updated-dependencies: - dependency-name: brace-expansion dependency-version: 2.0.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .../Functions/.functions/functions/package-lock.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/functions/testapp/Assets/Firebase/Sample/Functions/.functions/functions/package-lock.json b/functions/testapp/Assets/Firebase/Sample/Functions/.functions/functions/package-lock.json index 22192d5e..4d0647e5 100644 --- a/functions/testapp/Assets/Firebase/Sample/Functions/.functions/functions/package-lock.json +++ b/functions/testapp/Assets/Firebase/Sample/Functions/.functions/functions/package-lock.json @@ -8,6 +8,9 @@ "dependencies": { "firebase-admin": "^11.8.0", "firebase-functions": "^4.3.1" + }, + "engines": { + "node": "18" } }, "node_modules/@babel/helper-string-parser": { @@ -680,9 +683,10 @@ } }, "node_modules/brace-expansion": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", - "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz", + "integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==", + "license": "MIT", "optional": true, "dependencies": { "balanced-match": "^1.0.0"