From 39a24f04bc5824c752f2323064f89bc76daac7be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 15:11:43 +0000 Subject: [PATCH] Bump node-fetch and chromatic in /context Bumps [node-fetch](https://github.com/node-fetch/node-fetch) to 2.7.0 and updates ancestor dependency [chromatic](https://github.com/chromaui/chromatic-cli). These dependencies need to be updated together. Updates `node-fetch` from 2.6.0 to 2.7.0 - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.0...v2.7.0) Updates `chromatic` from 5.10.2 to 5.10.2 - [Changelog](https://github.com/chromaui/chromatic-cli/blob/main/CHANGELOG.md) - [Commits](https://github.com/chromaui/chromatic-cli/compare/v5.10.2...v5.10.2) --- updated-dependencies: - dependency-name: node-fetch dependency-type: indirect - dependency-name: chromatic dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- context/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/context/package.json b/context/package.json index 6eb5f7db4b..f318446680 100644 --- a/context/package.json +++ b/context/package.json @@ -90,7 +90,7 @@ "@types/styled-components": "^5.1.26", "@typescript-eslint/eslint-plugin": "^6.7.0", "@typescript-eslint/parser": "^6.7.0", - "chromatic": "^5.9.2", + "chromatic": "^5.10.2", "compression-webpack-plugin": "^10.0.0", "css-loader": "^6.8.1", "eslint": "^8.49.0",