From 756d24b873b5f48bea3549e5a30a8a7f3f37d6fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Aug 2022 13:06:03 +0000 Subject: [PATCH] chore(deps-dev): bump marked from 3.0.8 to 4.0.18 Bumps [marked](https://github.com/markedjs/marked) from 3.0.8 to 4.0.18. - [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/v3.0.8...v4.0.18) --- updated-dependencies: - dependency-name: marked dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 16d1cd5c..59765579 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,9 +47,9 @@ "gsap": "^3.10.4", "jwt-decode": "^3.1.2", "lint-staged": "^12.4.1", - "marked": "^3.0.8", + "marked": "^4.0.18", "npm-check-updates": "^12.5.11", - "nuxt-edge": "latest", + "nuxt-edge": "*", "nuxt-graphql-request": "^5.1.0", "obs-websocket-js": "^4.0.3", "patch-package": "^6.4.7", @@ -16765,12 +16765,12 @@ } }, "node_modules/marked": { - "version": "3.0.8", - "resolved": "https://registry.npmjs.org/marked/-/marked-3.0.8.tgz", - "integrity": "sha512-0gVrAjo5m0VZSJb4rpL59K1unJAMb/hm8HRXqasD8VeC8m91ytDPMritgFSlKonfdt+rRYYpP/JfLxgIX8yoSw==", + "version": "4.0.18", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.18.tgz", + "integrity": "sha512-wbLDJ7Zh0sqA0Vdg6aqlbT+yPxqLblpAZh1mK2+AO2twQkPywvvqQNfEPVwSSRjZ7dZcdeVBIAgiO7MMp3Dszw==", "dev": true, "bin": { - "marked": "bin/marked" + "marked": "bin/marked.js" }, "engines": { "node": ">= 12" @@ -42873,9 +42873,9 @@ } }, "marked": { - "version": "3.0.8", - "resolved": "https://registry.npmjs.org/marked/-/marked-3.0.8.tgz", - "integrity": "sha512-0gVrAjo5m0VZSJb4rpL59K1unJAMb/hm8HRXqasD8VeC8m91ytDPMritgFSlKonfdt+rRYYpP/JfLxgIX8yoSw==", + "version": "4.0.18", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.18.tgz", + "integrity": "sha512-wbLDJ7Zh0sqA0Vdg6aqlbT+yPxqLblpAZh1mK2+AO2twQkPywvvqQNfEPVwSSRjZ7dZcdeVBIAgiO7MMp3Dszw==", "dev": true }, "mathml-tag-names": { diff --git a/package.json b/package.json index cd8dc328..26d2b307 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "gsap": "^3.10.4", "jwt-decode": "^3.1.2", "lint-staged": "^12.4.1", - "marked": "^3.0.8", + "marked": "^4.0.18", "npm-check-updates": "^12.5.11", "nuxt-edge": "latest", "nuxt-graphql-request": "^5.1.0",