From a349b17c17727448cf4ec484bff59bac558e6a6d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Oct 2022 03:04:44 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-STRIPTAGS-1312310 - https://snyk.io/vuln/npm:braces:20180219 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 62d0bbd..18b913c 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ }, "homepage": "https://github.com/bigcommerce/paper", "dependencies": { - "@bigcommerce/stencil-paper-handlebars": "5.0.3", + "@bigcommerce/stencil-paper-handlebars": "5.1.6", "accept-language-parser": "~1.4.1", "messageformat": "~0.2.2" },