From 7e12e7b525df80dbbf7fc7e7e3301146cabc0b36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 07:22:18 +0000 Subject: [PATCH] Bump terminate from 2.6.1 to 2.8.0 Bumps [terminate](https://github.com/dwyl/terminate) from 2.6.1 to 2.8.0. - [Release notes](https://github.com/dwyl/terminate/releases) - [Commits](https://github.com/dwyl/terminate/compare/v2.6.1...v2.8.0) --- updated-dependencies: - dependency-name: terminate dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pnpm-lock.yaml | 8 ++++---- polaris.shopify.com/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f5bb92fca47..ca505122d00 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -532,8 +532,8 @@ importers: specifier: ^3.0.1 version: 3.0.1 terminate: - specifier: ^2.6.1 - version: 2.6.1 + specifier: ^2.8.0 + version: 2.8.0 use-dark-mode: specifier: ^2.3.1 version: 2.3.1(react@18.2.0) @@ -21296,8 +21296,8 @@ packages: supports-hyperlinks: 2.3.0 dev: true - /terminate@2.6.1: - resolution: {integrity: sha512-0kdr49oam98yvjkVY+gfUaT3SMaJI6Sc+yijJjU+qhat+0NQKQn60OsIZZeKyVgTO0/33nRa3HowRbpw3A7u9A==} + /terminate@2.8.0: + resolution: {integrity: sha512-bcbjJEg0wY5nuJXvGxxHfmoEPkyHLCctUKO6suwtxy7jVSgGcgPeGwpbLDLELFhIaxCGRr3dPvyNg1yuz2V0eg==} engines: {node: '>=12'} dependencies: ps-tree: 1.2.0 diff --git a/polaris.shopify.com/package.json b/polaris.shopify.com/package.json index 73d96c3173b..38dfe959acf 100644 --- a/polaris.shopify.com/package.json +++ b/polaris.shopify.com/package.json @@ -57,7 +57,7 @@ "remark-gfm": "^3.0.1", "remark-slug": "^7.0.1", "remark-unwrap-images": "^3.0.1", - "terminate": "^2.6.1", + "terminate": "^2.8.0", "use-dark-mode": "^2.3.1", "uuid": "^9.0.0", "vfile": "^5.3.7",