From a380d32bd5e93c44a3d0388eb8491ee7f1bc94a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 15:07:44 -0600 Subject: [PATCH] chore(deps): bump the production-dependencies group with 2 updates (#198) Bumps the production-dependencies group with 2 updates: [isomorphic-dompurify](https://github.com/kkomelin/isomorphic-dompurify) and [sass](https://github.com/sass/dart-sass). Updates `isomorphic-dompurify` from 2.8.0 to 2.9.0 - [Release notes](https://github.com/kkomelin/isomorphic-dompurify/releases) - [Commits](https://github.com/kkomelin/isomorphic-dompurify/compare/v2.8.0...v2.9.0) Updates `sass` from 1.75.0 to 1.76.0 - [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.75.0...1.76.0) --- updated-dependencies: - dependency-name: isomorphic-dompurify dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: sass dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 24 ++++++++++++------------ package.json | 4 ++-- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 387c067..fb55a07 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,9 +14,9 @@ "airtable": "^0.12.2", "dotenv": "^16.4.5", "esbuild": "^0.20.2", - "isomorphic-dompurify": "^2.8.0", + "isomorphic-dompurify": "^2.9.0", "marked": "^12.0.2", - "sass": "^1.75.0" + "sass": "^1.76.0" }, "devDependencies": { "@eslint/js": "^9.2.0", @@ -1644,9 +1644,9 @@ } }, "node_modules/dompurify": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.1.1.tgz", - "integrity": "sha512-tVP8C/GJwnABOn/7cx/ymx/hXpmBfWIPihC1aOEvS8GbMqy3pgeYtJk1HXN3CO7tu+8bpY18f6isjR5Cymj0TQ==" + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.1.2.tgz", + "integrity": "sha512-hLGGBI1tw5N8qTELr3blKjAML/LY4ANxksbS612UiJyDfyf/2D092Pvm+S7pmeTGJRqvlJkFzBoHBQKgQlOQVg==" }, "node_modules/domutils": { "version": "2.8.0", @@ -2828,12 +2828,12 @@ } }, "node_modules/isomorphic-dompurify": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/isomorphic-dompurify/-/isomorphic-dompurify-2.8.0.tgz", - "integrity": "sha512-8c+MZ8cKDqsqT9ZCOpoeiaG5AAkvdp8S+VPn2iuxRox0lbE8d039nKRhVDHbEdrqyJoEmPYAFAJzJpRUc0OJfg==", + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/isomorphic-dompurify/-/isomorphic-dompurify-2.9.0.tgz", + "integrity": "sha512-iVtiFB+4hoU/1mIiOYOxFUE3hAiOSoKtTNQndLQul1aWKV9miVx127duUTk0+q/sqexjg87iFjcQYQPNvmEHgw==", "dependencies": { "@types/dompurify": "^3.0.5", - "dompurify": "^3.1.1", + "dompurify": "^3.1.2", "jsdom": "^24.0.0" }, "engines": { @@ -4115,9 +4115,9 @@ "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" }, "node_modules/sass": { - "version": "1.75.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.75.0.tgz", - "integrity": "sha512-ShMYi3WkrDWxExyxSZPst4/okE9ts46xZmJDSawJQrnte7M1V9fScVB+uNXOVKRBt0PggHOwoZcn8mYX4trnBw==", + "version": "1.76.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.76.0.tgz", + "integrity": "sha512-nc3LeqvF2FNW5xGF1zxZifdW3ffIz5aBb7I7tSvOoNu7z1RQ6pFt9MBuiPtjgaI62YWrM/txjWlOCFiGtf2xpw==", "dependencies": { "chokidar": ">=3.0.0 <4.0.0", "immutable": "^4.0.0", diff --git a/package.json b/package.json index a5d2f5a..ea868ea 100644 --- a/package.json +++ b/package.json @@ -39,9 +39,9 @@ "airtable": "^0.12.2", "dotenv": "^16.4.5", "esbuild": "^0.20.2", - "isomorphic-dompurify": "^2.8.0", + "isomorphic-dompurify": "^2.9.0", "marked": "^12.0.2", - "sass": "^1.75.0" + "sass": "^1.76.0" }, "browserslist": [ ">0.5%",