From 29e90491c62fc582f8b8e64a77717b06c70e2ed3 Mon Sep 17 00:00:00 2001 From: bc-rmalyavc Date: Wed, 7 Jun 2023 14:06:06 +0300 Subject: [PATCH] chore: DATA-11047 Bump stencil-utils version --- CHANGELOG.md | 1 + package-lock.json | 20 +++++++++++++------- package.json | 2 +- 3 files changed, 15 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b11668fd63..0b3ce31a13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Draft - (sanitize product.description) in the theme results to ‘error length of description’ from Google indexing for lengthy product description [#2363](https://github.com/bigcommerce/cornerstone/pull/2363) - Added style configs to payment buttons [#2361](https://github.com/bigcommerce/cornerstone/pull/2361) +- Bump Stencil utils to 6.15.1 [#2365][https://github.com/bigcommerce/cornerstone/pull/2365] ## 6.11.0 (05-24-2023) - Reverted fix for sold-out badge appearance [#2354](https://github.com/bigcommerce/cornerstone/pull/2354) diff --git a/package-lock.json b/package-lock.json index b90d19b3c6..3ef9789be6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1065,11 +1065,12 @@ "dev": true }, "@bigcommerce/stencil-utils": { - "version": "6.15.0", - "resolved": "https://registry.npmjs.org/@bigcommerce/stencil-utils/-/stencil-utils-6.15.0.tgz", - "integrity": "sha512-AqT0i/0udrbBKgsy/qGcl9Lk0Zw4vQKmyzfrRSZ7LQjvB9u7mou7dldcpi9RQX2NjDxtwru8OQH605jfW75knw==", + "version": "6.15.1", + "resolved": "https://registry.npmjs.org/@bigcommerce/stencil-utils/-/stencil-utils-6.15.1.tgz", + "integrity": "sha512-bamjczIoB3vL4tsBJ5YdKAsZNtc+Nu4rPMGWIYqzKSaSB0vhhEDJTuC6Yk3vfmk8BxMqyJkq1bCx5qxpHz2nLg==", "requires": { "eventemitter3": "^4.0.4", + "uuid": "^9.0.0", "whatwg-fetch": "^3.4.0" } }, @@ -6826,7 +6827,7 @@ "http-link-header": { "version": "0.8.0", "resolved": "https://registry.npmjs.org/http-link-header/-/http-link-header-0.8.0.tgz", - "integrity": "sha512-qsh/wKe1Mk1vtYEFr+LpQBFWTO1gxZQBdii2D0Umj+IUQ23r5sT088Rhpq4XzpSyIpaX7vwjB8Rrtx8u9JTg+Q==", + "integrity": "sha1-oitBoMmx4tj6wb8baXxr1TLV9eQ=", "dev": true }, "http-proxy-agent": { @@ -6880,7 +6881,7 @@ "image-ssim": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/image-ssim/-/image-ssim-0.2.0.tgz", - "integrity": "sha512-W7+sO6/yhxy83L0G7xR8YAc5Z5QFtYEXXRV6EaE8tuYBZJnA3gVgp3q7X7muhLZVodeb9UfvjSbwt9VJwjIYAg==", + "integrity": "sha1-g7Qsei5uS4VQVHf+aRf128VkIOU=", "dev": true }, "import-fresh": { @@ -11340,7 +11341,7 @@ "ms": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", "dev": true } } @@ -12464,7 +12465,7 @@ "parse-cache-control": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/parse-cache-control/-/parse-cache-control-1.0.1.tgz", - "integrity": "sha512-60zvsJReQPX5/QP0Kzfd/VrpjScIQ7SHBW6bFCYfEP+fp0Eppr1SHhIO5nd1PjZtvclzSzES9D/p5nFJurwfWg==", + "integrity": "sha1-juqz5U+laSD+Fro493+iGqzC104=", "dev": true }, "parse-entities": { @@ -15476,6 +15477,11 @@ "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=", "dev": true }, + "uuid": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.0.tgz", + "integrity": "sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==" + }, "v8-compile-cache": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.2.0.tgz", diff --git a/package.json b/package.json index 1295336dbd..a2417b532e 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "author": "BigCommerce", "license": "MIT", "dependencies": { - "@bigcommerce/stencil-utils": "6.15.0", + "@bigcommerce/stencil-utils": "6.15.1", "core-js": "^3.9.0", "creditcards": "^4.2.0", "easyzoom": "^2.5.3",