From 543984a0638e4023eea7a371ebd014b163be4967 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 08:29:09 +0000 Subject: [PATCH] chore(deps): bump the production-dependencies group with 2 updates Bumps the production-dependencies group with 2 updates: [@codesandbox/sandpack-react](https://github.com/codesandbox/sandpack) and [cypress-each](https://github.com/bahmutov/cypress-each). Updates `@codesandbox/sandpack-react` from 2.12.0 to 2.12.1 - [Release notes](https://github.com/codesandbox/sandpack/releases) - [Changelog](https://github.com/codesandbox/sandpack/blob/main/CHANGELOG.md) - [Commits](https://github.com/codesandbox/sandpack/compare/v2.12.0...v2.12.1) Updates `cypress-each` from 1.13.3 to 1.14.0 - [Release notes](https://github.com/bahmutov/cypress-each/releases) - [Commits](https://github.com/bahmutov/cypress-each/compare/v1.13.3...v1.14.0) --- updated-dependencies: - dependency-name: "@codesandbox/sandpack-react" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: cypress-each 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 2d5c04e8..9677b2be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,13 +8,13 @@ "name": "accessible-components", "version": "0.1.0", "dependencies": { - "@codesandbox/sandpack-react": "^2.12.0", + "@codesandbox/sandpack-react": "^2.12.1", "@codesandbox/sandpack-themes": "^2.0.21", "airtable": "^0.12.2", "check-node-version": "^4.2.1", "cypress": "^13.6.4", "cypress-axe": "^1.5.0", - "cypress-each": "^1.13.3", + "cypress-each": "^1.14.0", "isomorphic-dompurify": "^2.3.0", "marked": "^12.0.0", "next": "^14.1.0", @@ -848,9 +848,9 @@ } }, "node_modules/@codesandbox/sandpack-react": { - "version": "2.12.0", - "resolved": "https://registry.npmjs.org/@codesandbox/sandpack-react/-/sandpack-react-2.12.0.tgz", - "integrity": "sha512-06o08hdyafGputxFvbPfiQVjWg4ASqQicuZwk5pgp4YfIx9ZZdCHDnVKD8RvTr/+PW41LGGANaimSuaifeNOEA==", + "version": "2.12.1", + "resolved": "https://registry.npmjs.org/@codesandbox/sandpack-react/-/sandpack-react-2.12.1.tgz", + "integrity": "sha512-/xCbeO25+SHli2+VhgHw4b3QQS4bc4KQL38OBvqoRqSb5JjVsnOs+nrKG6SFNTWz8mBhbzE20K4UxhLFRXY9rw==", "dependencies": { "@codemirror/autocomplete": "^6.4.0", "@codemirror/commands": "^6.1.3", @@ -3846,9 +3846,9 @@ } }, "node_modules/cypress-each": { - "version": "1.13.3", - "resolved": "https://registry.npmjs.org/cypress-each/-/cypress-each-1.13.3.tgz", - "integrity": "sha512-aNFoDuybFAQ7OObbeO5yxBGmXkGKVAcT1wLHLiL3+HQi+g+q3vECbn4J9cYOXJ7yYfbcBLh8dgQd/IG3Ls2z7A==" + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/cypress-each/-/cypress-each-1.14.0.tgz", + "integrity": "sha512-mUpF5KSSBy0kQaxYPLFswHceYoUMpXWRAJJ2LrcuHu1Vp5lgMw96lLtpDsNGID13FQhBfPSW6FmYBBCQqdJRBg==" }, "node_modules/cypress/node_modules/buffer": { "version": "5.7.1", diff --git a/package.json b/package.json index 49b7cd5e..42469d72 100644 --- a/package.json +++ b/package.json @@ -19,13 +19,13 @@ "lint-staged": "lint-staged" }, "dependencies": { - "@codesandbox/sandpack-react": "^2.12.0", + "@codesandbox/sandpack-react": "^2.12.1", "@codesandbox/sandpack-themes": "^2.0.21", "airtable": "^0.12.2", "check-node-version": "^4.2.1", "cypress": "^13.6.4", "cypress-axe": "^1.5.0", - "cypress-each": "^1.13.3", + "cypress-each": "^1.14.0", "isomorphic-dompurify": "^2.3.0", "marked": "^12.0.0", "next": "^14.1.0",