Skip to content

Commit

Permalink
build(deps): bump the prod-dependencies group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the prod-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@codemirror/lang-javascript](https://github.com/codemirror/lang-javascript) | `6.1.4` | `6.2.1` |
| [@uiw/react-codemirror](https://github.com/uiwjs/react-codemirror) | `4.19.9` | `4.21.21` |
| [classnames](https://github.com/JedWatson/classnames) | `2.3.2` | `2.5.1` |
| [jquery](https://github.com/jquery/jquery) | `3.6.0` | `3.7.1` |
| [js-cookie](https://github.com/js-cookie/js-cookie) | `2.2.1` | `3.0.5` |


Updates `@codemirror/lang-javascript` from 6.1.4 to 6.2.1
- [Changelog](https://github.com/codemirror/lang-javascript/blob/main/CHANGELOG.md)
- [Commits](codemirror/lang-javascript@6.1.4...6.2.1)

Updates `@uiw/react-codemirror` from 4.19.9 to 4.21.21
- [Release notes](https://github.com/uiwjs/react-codemirror/releases)
- [Commits](uiwjs/react-codemirror@v4.19.9...v4.21.21)

Updates `classnames` from 2.3.2 to 2.5.1
- [Changelog](https://github.com/JedWatson/classnames/blob/main/HISTORY.md)
- [Commits](JedWatson/classnames@v2.3.2...v2.5.1)

Updates `jquery` from 3.6.0 to 3.7.1
- [Release notes](https://github.com/jquery/jquery/releases)
- [Commits](jquery/jquery@3.6.0...3.7.1)

Updates `js-cookie` from 2.2.1 to 3.0.5
- [Release notes](https://github.com/js-cookie/js-cookie/releases)
- [Changelog](https://github.com/js-cookie/js-cookie/blob/main/.release-it.json)
- [Commits](js-cookie/js-cookie@v2.2.1...v3.0.5)

---
updated-dependencies:
- dependency-name: "@codemirror/lang-javascript"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: "@uiw/react-codemirror"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: classnames
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: jquery
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: js-cookie
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 1, 2024
1 parent 4c79623 commit 3038fea
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 72 deletions.
143 changes: 76 additions & 67 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
},
"dependencies": {
"@codemirror/lang-html": "^6.4.2",
"@codemirror/lang-javascript": "^6.1.4",
"@uiw/react-codemirror": "^4.19.9",
"@codemirror/lang-javascript": "^6.2.1",
"@uiw/react-codemirror": "^4.21.21",
"bootstrap-sass": "^3.4.1",
"classnames": "^2.3.2",
"classnames": "^2.5.1",
"font-awesome": "4.7.0",
"jquery": "^3.6.0",
"js-cookie": "^2.2.1",
"jquery": "^3.7.1",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21",
"popper.js": "^1.16.1",
"prop-types": "^15.7.2",
Expand Down

0 comments on commit 3038fea

Please sign in to comment.