From 3f3c557051a507cf8ab5c8c8eff0b0c697b27177 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2025 07:58:05 +0000 Subject: [PATCH] Bump marked from 4.0.16 to 15.0.7 Bumps [marked](https://github.com/markedjs/marked) from 4.0.16 to 15.0.7. - [Release notes](https://github.com/markedjs/marked/releases) - [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json) - [Commits](https://github.com/markedjs/marked/compare/v4.0.16...v15.0.7) --- updated-dependencies: - dependency-name: marked dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pnpm-lock.yaml | 12 ++++++------ polaris.shopify.com/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5f9ab453bdc..d92f8186da3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -638,8 +638,8 @@ importers: specifier: ^4.3.2 version: 4.3.2 marked: - specifier: ^4.0.16 - version: 4.0.16 + specifier: ^15.0.7 + version: 15.0.7 ora: specifier: ^5.4.1 version: 5.4.1 @@ -9381,7 +9381,7 @@ packages: engines: {node: '>= 8.10.0'} dependencies: anymatch: 3.1.2 - braces: 3.0.3 + braces: 3.0.2 glob-parent: 5.1.2 is-binary-path: 2.1.0 is-glob: 4.0.3 @@ -16100,9 +16100,9 @@ packages: resolution: {integrity: sha512-y8j3a5/DkJCmS5x4dMCQL+OR0+2EAq3DOtio1COSHsmW2BGXnNCK3v12hJt1LrUz5iZH5g0LmuYOjDdI+czghA==} dev: false - /marked@4.0.16: - resolution: {integrity: sha512-wahonIQ5Jnyatt2fn8KqF/nIqZM8mh3oRu2+l5EANGMhu6RFjiSG52QNE2eWzFMI94HqYSgN184NurgNG6CztA==} - engines: {node: '>= 12'} + /marked@15.0.7: + resolution: {integrity: sha512-dgLIeKGLx5FwziAnsk4ONoGwHwGPJzselimvlVskE9XLN4Orv9u2VA3GWw/lYUqjfA0rUT/6fqKwfZJapP9BEg==} + engines: {node: '>= 18'} hasBin: true dev: true diff --git a/polaris.shopify.com/package.json b/polaris.shopify.com/package.json index f7194d50344..e066c0fc80e 100644 --- a/polaris.shopify.com/package.json +++ b/polaris.shopify.com/package.json @@ -94,7 +94,7 @@ "is-ci": "^3.0.1", "js-yaml": "^4.1.0", "lodash.set": "^4.3.2", - "marked": "^4.0.16", + "marked": "^15.0.7", "ora": "^5.4.1", "patch-package": "^6.4.7", "p-map": "^5.5.0",