From 3e92ce8f70ecb40c0090ddb2ca6e4aba2430fc54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 08:31:42 +0000 Subject: [PATCH] chore(deps): bump the production-dependencies group across 1 directory with 2 updates Bumps the production-dependencies group with 2 updates in the / directory: [cypress](https://github.com/cypress-io/cypress) and [isomorphic-dompurify](https://github.com/kkomelin/isomorphic-dompurify). Updates `cypress` from 13.8.1 to 13.10.0 - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md) - [Commits](https://github.com/cypress-io/cypress/compare/v13.8.1...v13.10.0) Updates `isomorphic-dompurify` from 2.9.0 to 2.11.0 - [Release notes](https://github.com/kkomelin/isomorphic-dompurify/releases) - [Commits](https://github.com/kkomelin/isomorphic-dompurify/compare/v2.9.0...v2.11.0) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: isomorphic-dompurify dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- 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 89f78c4c..8e352860 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,10 +12,10 @@ "@codesandbox/sandpack-themes": "^2.0.21", "airtable": "^0.12.2", "check-node-version": "^4.2.1", - "cypress": "^13.8.1", + "cypress": "^13.10.0", "cypress-axe": "^1.5.0", "cypress-each": "^1.14.0", - "isomorphic-dompurify": "^2.9.0", + "isomorphic-dompurify": "^2.11.0", "marked": "^12.0.2", "next": "^14.2.3", "react": "18.3.1", @@ -3794,9 +3794,9 @@ "dev": true }, "node_modules/cypress": { - "version": "13.8.1", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.8.1.tgz", - "integrity": "sha512-Uk6ovhRbTg6FmXjeZW/TkbRM07KPtvM5gah1BIMp4Y2s+i/NMxgaLw0+PbYTOdw1+egE0FP3mWRiGcRkjjmhzA==", + "version": "13.10.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.10.0.tgz", + "integrity": "sha512-tOhwRlurVOQbMduX+KonoMeQILs2cwR3yHGGENoFvvSoLUBHmJ8b9/n21gFSDqjlOJ+SRVcwuh+fG/JDsHsT6Q==", "hasInstallScript": true, "dependencies": { "@cypress/request": "^3.0.0", @@ -4196,9 +4196,9 @@ } }, "node_modules/dompurify": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.1.2.tgz", - "integrity": "sha512-hLGGBI1tw5N8qTELr3blKjAML/LY4ANxksbS612UiJyDfyf/2D092Pvm+S7pmeTGJRqvlJkFzBoHBQKgQlOQVg==" + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.1.4.tgz", + "integrity": "sha512-2gnshi6OshmuKil8rMZuQCGiUF3cUxHY3NGDzUAdUx/NPEe5DVnO8BDoAQouvgwnx0R/+a6jUn36Z0FSdq8vww==" }, "node_modules/dotenv": { "version": "16.4.5", @@ -6466,12 +6466,12 @@ "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" }, "node_modules/isomorphic-dompurify": { - "version": "2.9.0", - "resolved": "https://registry.npmjs.org/isomorphic-dompurify/-/isomorphic-dompurify-2.9.0.tgz", - "integrity": "sha512-iVtiFB+4hoU/1mIiOYOxFUE3hAiOSoKtTNQndLQul1aWKV9miVx127duUTk0+q/sqexjg87iFjcQYQPNvmEHgw==", + "version": "2.11.0", + "resolved": "https://registry.npmjs.org/isomorphic-dompurify/-/isomorphic-dompurify-2.11.0.tgz", + "integrity": "sha512-PNGGCbbSH7+zF45UKu4Kh+yI8hm1bWA8kIZQow4KMImnjYQtrqJA0ZmwHamYUU7+M5tQ84z7xXMWmZF/v5t5eA==", "dependencies": { "@types/dompurify": "^3.0.5", - "dompurify": "^3.1.2", + "dompurify": "^3.1.4", "jsdom": "^24.0.0" }, "engines": { diff --git a/package.json b/package.json index 4493e6bd..869bb6ee 100644 --- a/package.json +++ b/package.json @@ -23,10 +23,10 @@ "@codesandbox/sandpack-themes": "^2.0.21", "airtable": "^0.12.2", "check-node-version": "^4.2.1", - "cypress": "^13.8.1", + "cypress": "^13.10.0", "cypress-axe": "^1.5.0", "cypress-each": "^1.14.0", - "isomorphic-dompurify": "^2.9.0", + "isomorphic-dompurify": "^2.11.0", "marked": "^12.0.2", "next": "^14.2.3", "react": "18.3.1",