From 151c361a3e41bc490187b045e8b42c8e64647a63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Nov 2021 21:03:30 +0000 Subject: [PATCH] Bump camelcase from 6.0.0 to 6.2.1 in /functions Bumps [camelcase](https://github.com/sindresorhus/camelcase) from 6.0.0 to 6.2.1. - [Release notes](https://github.com/sindresorhus/camelcase/releases) - [Commits](https://github.com/sindresorhus/camelcase/compare/v6.0.0...v6.2.1) --- updated-dependencies: - dependency-name: camelcase dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- functions/package-lock.json | 6 +++--- functions/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/functions/package-lock.json b/functions/package-lock.json index 7783273..21046e5 100644 --- a/functions/package-lock.json +++ b/functions/package-lock.json @@ -723,9 +723,9 @@ "integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==" }, "camelcase": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.0.0.tgz", - "integrity": "sha512-8KMDF1Vz2gzOq54ONPJS65IvTUaB1cHJ2DMM7MbPmLZljDH1qpzzLsWdiN9pHh6qvkRVDTi/07+eNGch/oLU4w==" + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.2.1.tgz", + "integrity": "sha512-tVI4q5jjFV5CavAU8DXfza/TJcZutVKo/5Foskmsqcm0MsL91moHvwiGNnqaa2o6PF/7yT5ikDRcVcl8Rj6LCA==" }, "chai": { "version": "4.2.0", diff --git a/functions/package.json b/functions/package.json index 952b536..a619350 100644 --- a/functions/package.json +++ b/functions/package.json @@ -16,7 +16,7 @@ }, "main": "lib/index.js", "dependencies": { - "camelcase": "^6.0.0", + "camelcase": "^6.2.1", "firebase-admin": "^9.4.1", "firebase-function-tools": "^1.1.4", "firebase-functions": "^3.12.0",