diff --git a/explore/package-lock.json b/explore/package-lock.json index 249de156..7834b342 100644 --- a/explore/package-lock.json +++ b/explore/package-lock.json @@ -7,7 +7,7 @@ "name": "discogsography-explore-tests", "dependencies": { "dompurify": "^3.4.14", - "marked": "^18.0.10" + "marked": "^18.0.11" }, "devDependencies": { "@testing-library/dom": "^10.4.1", @@ -2011,9 +2011,9 @@ } }, "node_modules/marked": { - "version": "18.0.10", - "resolved": "https://registry.npmjs.org/marked/-/marked-18.0.10.tgz", - "integrity": "sha512-FJeH4bRpYoXiggcgriCGItKCSv3xkngJc4QCZ/rkQCogU3VYaLxYJoZl8Nw/b4+x7iij/pd+09mZ6A1dXzpL0A==", + "version": "18.0.11", + "resolved": "https://registry.npmjs.org/marked/-/marked-18.0.11.tgz", + "integrity": "sha512-HnslJfsZkRPBDJRHvVtAaWlZHEpSu7u8LgQuJCELjRKuWR+hpq4A7sLq3p8HaI9ypVoXDXxV34CsQJEe1+J5Aw==", "license": "MIT", "bin": { "marked": "bin/marked.js" diff --git a/explore/package.json b/explore/package.json index 5ae415ad..33bcdbf6 100644 --- a/explore/package.json +++ b/explore/package.json @@ -1,7 +1,7 @@ { "dependencies": { "dompurify": "^3.4.14", - "marked": "^18.0.10" + "marked": "^18.0.11" }, "devDependencies": { "@testing-library/dom": "^10.4.1",