diff --git a/scripts/publish/firebase-docker-image/package-lock.json b/scripts/publish/firebase-docker-image/package-lock.json index 68e71a60ef7..721d1a9de3a 100644 --- a/scripts/publish/firebase-docker-image/package-lock.json +++ b/scripts/publish/firebase-docker-image/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { - "firebase-tools": "latest" + "firebase-tools": "*" } }, "node_modules/@apidevtools/json-schema-ref-parser": { @@ -4491,9 +4491,9 @@ } }, "node_modules/hono": { - "version": "4.11.7", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.11.7.tgz", - "integrity": "sha512-l7qMiNee7t82bH3SeyUCt9UF15EVmaBvsppY2zQtrbIhl/yzBTny+YUxsVjSjQ6gaqaeVtZmGocom8TzBlA4Yw==", + "version": "4.12.14", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.14.tgz", + "integrity": "sha512-am5zfg3yu6sqn5yjKBNqhnTX7Cv+m00ox+7jbaKkrLMRJ4rAdldd1xPd/JzbBWspqaQv6RSTrgFN95EsfhC+7w==", "license": "MIT", "peer": true, "engines": { diff --git a/scripts/publish/firebase-docker-image/package.json b/scripts/publish/firebase-docker-image/package.json index 6d807957943..a03d54e8fdd 100644 --- a/scripts/publish/firebase-docker-image/package.json +++ b/scripts/publish/firebase-docker-image/package.json @@ -5,7 +5,7 @@ "overrides": { "tar": "^7.5.8", "diff": "^4.0.4", - "hono": "^4.11.7", + "hono": "^4.12.14", "minimatch": "^10.2.3" } }