diff --git a/scripts/publish/firebase-docker-image/package-lock.json b/scripts/publish/firebase-docker-image/package-lock.json index 4f37a4640f0..49f75768ff5 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": { @@ -4479,9 +4479,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.12", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.12.tgz", + "integrity": "sha512-p1JfQMKaceuCbpJKAPKVqyqviZdS0eUxH9v82oWo1kb9xjQ5wA6iP3FNVAPDFlz5/p7d45lO+BpSk1tuSZMF4Q==", "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..a8f98e02d5a 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.12", "minimatch": "^10.2.3" } }