From 0fdfabb2610f639e8028b6f55e742a4275c55255 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 22:32:17 +0000 Subject: [PATCH] chore(deps): bump the production-dependencies group with 2 updates Bumps the production-dependencies group with 2 updates: [isomorphic-dompurify](https://github.com/kkomelin/isomorphic-dompurify) and [marked](https://github.com/markedjs/marked). Updates `isomorphic-dompurify` from 1.11.0 to 1.12.0 - [Release notes](https://github.com/kkomelin/isomorphic-dompurify/releases) - [Commits](https://github.com/kkomelin/isomorphic-dompurify/compare/v1.11.0...v1.12.0) Updates `marked` from 11.0.0 to 11.1.0 - [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/v11.0.0...v11.1.0) --- updated-dependencies: - dependency-name: isomorphic-dompurify dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4c067dd..bb7c52a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,8 +13,8 @@ "@sindresorhus/slugify": "^1.1.2", "airtable": "^0.12.2", "dotenv": "^16.3.1", - "isomorphic-dompurify": "^1.11.0", - "marked": "^11.0.0", + "isomorphic-dompurify": "^1.12.0", + "marked": "^11.1.0", "sass": "^1.69.5" }, "devDependencies": { @@ -3619,9 +3619,9 @@ } }, "node_modules/isomorphic-dompurify": { - "version": "1.11.0", - "resolved": "https://registry.npmjs.org/isomorphic-dompurify/-/isomorphic-dompurify-1.11.0.tgz", - "integrity": "sha512-1Z8C9oPnbNGajiL9zAdf265aDWr8/PY8wvHR435uLxH8mnfurM9YklzmOZm6gH5XQkmIxIfAONq35eASx2xmKQ==", + "version": "1.12.0", + "resolved": "https://registry.npmjs.org/isomorphic-dompurify/-/isomorphic-dompurify-1.12.0.tgz", + "integrity": "sha512-E/3IKMkFt5qWeWD6RC7caDfS0NroDfCsn6OYvUtJGAQwSteR13m9IardqFCHMJG12uR/nFcuTjULgGW2w3bw3g==", "dependencies": { "@types/dompurify": "^3.0.3", "dompurify": "^3.0.6", @@ -4066,9 +4066,9 @@ } }, "node_modules/marked": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-11.0.0.tgz", - "integrity": "sha512-2GsW34uXaFEGTQ/+3rCnNC6vUYTAgFuDLGl70v/aWinA5mIJtTrrFAmfbLOfVvgPyxXuDVL9He/7reCK+6j3Sw==", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-11.1.0.tgz", + "integrity": "sha512-fvKJWAPEafVj1dwGwcPI5mBB/0pvViL6NlCbNDG1HOIRwwAU/jeMoFxfbRLuirO1wRH7m4yPvBqD/O1wyWvayw==", "bin": { "marked": "bin/marked.js" }, diff --git a/package.json b/package.json index 7d2d563..7a79fe9 100644 --- a/package.json +++ b/package.json @@ -33,8 +33,8 @@ "@sindresorhus/slugify": "^1.1.2", "airtable": "^0.12.2", "dotenv": "^16.3.1", - "isomorphic-dompurify": "^1.11.0", - "marked": "^11.0.0", + "isomorphic-dompurify": "^1.12.0", + "marked": "^11.1.0", "sass": "^1.69.5" } }