Skip to content

Commit

Permalink
chore(deps): bump the production-dependencies group with 6 updates
Browse files Browse the repository at this point in the history
Bumps the production-dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@codesandbox/sandpack-react](https://github.com/codesandbox/sandpack) | `2.12.0` | `2.13.5` |
| [cypress](https://github.com/cypress-io/cypress) | `13.6.4` | `13.7.0` |
| [cypress-each](https://github.com/bahmutov/cypress-each) | `1.13.3` | `1.14.0` |
| [isomorphic-dompurify](https://github.com/kkomelin/isomorphic-dompurify) | `2.3.0` | `2.5.0` |
| [marked](https://github.com/markedjs/marked) | `12.0.0` | `12.0.1` |
| [next](https://github.com/vercel/next.js) | `14.1.0` | `14.1.4` |


Updates `@codesandbox/sandpack-react` from 2.12.0 to 2.13.5
- [Release notes](https://github.com/codesandbox/sandpack/releases)
- [Changelog](https://github.com/codesandbox/sandpack/blob/main/CHANGELOG.md)
- [Commits](codesandbox/sandpack@v2.12.0...v2.13.5)

Updates `cypress` from 13.6.4 to 13.7.0
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](cypress-io/cypress@v13.6.4...v13.7.0)

Updates `cypress-each` from 1.13.3 to 1.14.0
- [Release notes](https://github.com/bahmutov/cypress-each/releases)
- [Commits](bahmutov/cypress-each@v1.13.3...v1.14.0)

Updates `isomorphic-dompurify` from 2.3.0 to 2.5.0
- [Release notes](https://github.com/kkomelin/isomorphic-dompurify/releases)
- [Commits](kkomelin/isomorphic-dompurify@v2.3.0...v2.5.0)

Updates `marked` from 12.0.0 to 12.0.1
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](markedjs/marked@v12.0.0...v12.0.1)

Updates `next` from 14.1.0 to 14.1.4
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v14.1.0...v14.1.4)

---
updated-dependencies:
- dependency-name: "@codesandbox/sandpack-react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: cypress
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: cypress-each
  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
- dependency-name: marked
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 21, 2024
1 parent 85147a1 commit 85acc37
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 80 deletions.
148 changes: 74 additions & 74 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@
"lint-staged": "lint-staged"
},
"dependencies": {
"@codesandbox/sandpack-react": "^2.12.0",
"@codesandbox/sandpack-react": "^2.13.5",
"@codesandbox/sandpack-themes": "^2.0.21",
"airtable": "^0.12.2",
"check-node-version": "^4.2.1",
"cypress": "^13.6.4",
"cypress": "^13.7.0",
"cypress-axe": "^1.5.0",
"cypress-each": "^1.13.3",
"isomorphic-dompurify": "^2.3.0",
"marked": "^12.0.0",
"next": "^14.1.0",
"cypress-each": "^1.14.0",
"isomorphic-dompurify": "^2.5.0",
"marked": "^12.0.1",
"next": "^14.1.4",
"react": "18.2.0",
"react-dom": "18.2.0"
},
Expand Down

0 comments on commit 85acc37

Please sign in to comment.