From 354b5b2e6e767f27207305b6c81db646c8666430 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 11:16:29 +0200 Subject: [PATCH] Bump snowpack from 3.5.4 to 3.5.5 in /ui/changes (#2386) Bumps [snowpack](https://github.com/snowpackjs/snowpack) from 3.5.4 to 3.5.5. - [Release notes](https://github.com/snowpackjs/snowpack/releases) - [Changelog](https://github.com/snowpackjs/snowpack/blob/main/CHANGELOG.md) - [Commits](https://github.com/snowpackjs/snowpack/compare/snowpack@3.5.4...snowpack@3.5.5) --- updated-dependencies: - dependency-name: snowpack dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ui/changes/package-lock.json | 12 ++++++------ ui/changes/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ui/changes/package-lock.json b/ui/changes/package-lock.json index fbc6b237..3f6b1a22 100644 --- a/ui/changes/package-lock.json +++ b/ui/changes/package-lock.json @@ -933,9 +933,9 @@ } }, "make-fetch-happen": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-9.0.1.tgz", - "integrity": "sha512-c2IxuRxsPKpW9ftCUnsbbAD3rBZNGsuRNwexAbWI8Eh9jlEVPrxZYK5ffgYRAVTQBegqrqR3DlWrsvvLhi4xQA==", + "version": "9.0.2", + "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-9.0.2.tgz", + "integrity": "sha512-UkAWAuXPXSSlVviTjH2We20mtj1NnZW2Qq/oTY2dyMbRQ5CR3Xed3akCDMnM7j6axrMY80lhgM7loNE132PfAw==", "dev": true, "requires": { "agentkeepalive": "^4.1.3", @@ -1508,9 +1508,9 @@ "dev": true }, "snowpack": { - "version": "3.5.4", - "resolved": "https://registry.npmjs.org/snowpack/-/snowpack-3.5.4.tgz", - "integrity": "sha512-knm8Xv1Zh1/UW0jLuqu2f0VARN5WjZVeRWsFoSzdoXTsXaxctROVungRRirr++m4KhzHC32EG9K4+y28p1nknA==", + "version": "3.5.5", + "resolved": "https://registry.npmjs.org/snowpack/-/snowpack-3.5.5.tgz", + "integrity": "sha512-Ij+ETrYo6S1/AQ4O+AVixbXmbBHb+iOzmM9WWLLIu9QE4U12Im05lWobqbEBBXG9V4dNwQKdGe5rP1d40JnglA==", "dev": true, "requires": { "cli-spinners": "^2.5.0", diff --git a/ui/changes/package.json b/ui/changes/package.json index 72c7c1c7..1cc19ee9 100644 --- a/ui/changes/package.json +++ b/ui/changes/package.json @@ -13,7 +13,7 @@ "license": "ISC", "devDependencies": { "prettier": "^2.3.0", - "snowpack": "^3.5.4" + "snowpack": "^3.5.5" }, "dependencies": { "apexcharts": "^3.26.3",