From ff255a011da7d1f15ce26dd5c47e60a5a1b4372c Mon Sep 17 00:00:00 2001 From: Erik Christensen Date: Thu, 11 Jan 2024 11:47:41 -0800 Subject: [PATCH] fix: bump paper handlebars - webdav cache control --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index be19205..82d5bb5 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ }, "homepage": "https://github.com/bigcommerce/paper", "dependencies": { - "@bigcommerce/stencil-paper-handlebars": "5.9.5", + "@bigcommerce/stencil-paper-handlebars": "https://github.com/bigcommerce/paper-handlebars#MERC-9364", "accept-language-parser": "~1.4.1", "messageformat": "~0.2.2" },