From dbc34fb0f6ce327b28d062bf0c0784cce2e05b8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 05:56:39 +0000 Subject: [PATCH] chore(deps): bump the production-dependencies group with 2 updates Bumps the production-dependencies group with 2 updates: [marked](https://github.com/markedjs/marked) and [sass](https://github.com/sass/dart-sass). Updates `marked` from 11.1.0 to 11.1.1 - [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.1.0...v11.1.1) Updates `sass` from 1.69.5 to 1.69.7 - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.69.5...1.69.7) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: sass dependency-type: direct:production update-type: version-update:semver-patch 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 af6c322..fba7f73 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,8 +14,8 @@ "airtable": "^0.12.2", "dotenv": "^16.3.1", "isomorphic-dompurify": "^2.2.0", - "marked": "^11.1.0", - "sass": "^1.69.5" + "marked": "^11.1.1", + "sass": "^1.69.7" }, "devDependencies": { "eslint": "^8.56.0", @@ -4083,9 +4083,9 @@ } }, "node_modules/marked": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-11.1.0.tgz", - "integrity": "sha512-fvKJWAPEafVj1dwGwcPI5mBB/0pvViL6NlCbNDG1HOIRwwAU/jeMoFxfbRLuirO1wRH7m4yPvBqD/O1wyWvayw==", + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/marked/-/marked-11.1.1.tgz", + "integrity": "sha512-EgxRjgK9axsQuUa/oKMx5DEY8oXpKJfk61rT5iY3aRlgU6QJtUcxU5OAymdhCvWvhYcd9FKmO5eQoX8m9VGJXg==", "bin": { "marked": "bin/marked.js" }, @@ -6059,9 +6059,9 @@ "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" }, "node_modules/sass": { - "version": "1.69.5", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.69.5.tgz", - "integrity": "sha512-qg2+UCJibLr2LCVOt3OlPhr/dqVHWOa9XtZf2OjbLs/T4VPSJ00udtgJxH3neXZm+QqX8B+3cU7RaLqp1iVfcQ==", + "version": "1.69.7", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.69.7.tgz", + "integrity": "sha512-rzj2soDeZ8wtE2egyLXgOOHQvaC2iosZrkF6v3EUG+tBwEvhqUCzm0VP3k9gHF9LXbSrRhT5SksoI56Iw8NPnQ==", "dependencies": { "chokidar": ">=3.0.0 <4.0.0", "immutable": "^4.0.0", diff --git a/package.json b/package.json index 1092133..9d0322b 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "airtable": "^0.12.2", "dotenv": "^16.3.1", "isomorphic-dompurify": "^2.2.0", - "marked": "^11.1.0", - "sass": "^1.69.5" + "marked": "^11.1.1", + "sass": "^1.69.7" } }