From 67a467a1a0baa46691c122146643266b0cd69a82 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Sep 2024 06:35:59 +0000 Subject: [PATCH] fix: upgrade handlebars from 4.7.6 to 4.7.8 Snyk has created this PR to upgrade handlebars from 4.7.6 to 4.7.8. See this package in npm: handlebars See this project in Snyk: https://app.snyk.io/org/k-azadzoi/project/e0463143-d996-4be5-b308-91d061425490?utm_source=github&utm_medium=referral&page=upgrade-pr --- firebase/project/web/package-lock.json | 14 +++++++------- firebase/project/web/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/firebase/project/web/package-lock.json b/firebase/project/web/package-lock.json index c7206cb..e0ffa6c 100644 --- a/firebase/project/web/package-lock.json +++ b/firebase/project/web/package-lock.json @@ -16,12 +16,12 @@ "integrity": "sha1-VQKYfchxS+M5IJfzLgBxyd7gfPY=" }, "handlebars": { - "version": "4.7.6", - "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.6.tgz", - "integrity": "sha512-1f2BACcBfiwAfStCKZNrUCgqNZkGsAT7UM3kkYtXuLo0KnaVfjKOyf7PRzB6++aK9STyT1Pd2ZCPe3EGOXleXA==", + "version": "4.7.8", + "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.8.tgz", + "integrity": "sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==", "requires": { "minimist": "^1.2.5", - "neo-async": "^2.6.0", + "neo-async": "^2.6.2", "source-map": "^0.6.1", "uglify-js": "^3.1.4", "wordwrap": "^1.0.0" @@ -33,9 +33,9 @@ "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==" }, "neo-async": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.1.tgz", - "integrity": "sha512-iyam8fBuCUpWeKPGpaNMetEocMt364qkCsfL9JuhjXX6dRnguRVOfk2GZaDpPjcOKiiXCPINZC1GczQ7iTq3Zw==" + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", + "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==" }, "source-map": { "version": "0.6.1", diff --git a/firebase/project/web/package.json b/firebase/project/web/package.json index 4dbd3bc..5377dad 100644 --- a/firebase/project/web/package.json +++ b/firebase/project/web/package.json @@ -9,7 +9,7 @@ "cleanup-templates": "node ./scripts/render-templates.js cleanup" }, "dependencies": { - "handlebars": "^4.7.6", + "handlebars": "^4.7.8", "walk": "^2.3.14" } }