Skip to content

Commit

Permalink
Bump the javascript-dependencies group across 1 directory with 7 updates
Browse files Browse the repository at this point in the history
Bumps the javascript-dependencies group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [marked](https://github.com/markedjs/marked) | `14.1.2` | `14.1.4` |
| [vue](https://github.com/vuejs/core) | `3.5.10` | `3.5.12` |
| [@redocly/cli](https://github.com/Redocly/redocly-cli) | `1.25.4` | `1.25.11` |
| [concurrently](https://github.com/open-cli-tools/concurrently) | `9.0.1` | `9.1.0` |
| [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.30.0` | `2.31.0` |
| [webpack](https://github.com/webpack/webpack) | `5.95.0` | `5.96.1` |



Updates `marked` from 14.1.2 to 14.1.4
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](markedjs/marked@v14.1.2...v14.1.4)

Updates `vue` from 3.5.10 to 3.5.12
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.5.10...v3.5.12)

Updates `@redocly/cli` from 1.25.4 to 1.25.11
- [Release notes](https://github.com/Redocly/redocly-cli/releases)
- [Changelog](https://github.com/Redocly/redocly-cli/blob/main/docs/changelog.md)
- [Commits](https://github.com/Redocly/redocly-cli/compare/@redocly/cli@1.25.4...@redocly/cli@1.25.11)

Updates `@vue/compiler-sfc` from 3.5.10 to 3.5.12
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/commits/v3.5.12/packages/compiler-sfc)

Updates `concurrently` from 9.0.1 to 9.1.0
- [Release notes](https://github.com/open-cli-tools/concurrently/releases)
- [Commits](open-cli-tools/concurrently@v9.0.1...v9.1.0)

Updates `eslint-plugin-import` from 2.30.0 to 2.31.0
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](import-js/eslint-plugin-import@v2.30.0...v2.31.0)

Updates `webpack` from 5.95.0 to 5.96.1
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.95.0...v5.96.1)

---
updated-dependencies:
- dependency-name: marked
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: javascript-dependencies
- dependency-name: vue
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: javascript-dependencies
- dependency-name: "@redocly/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: javascript-dependencies
- dependency-name: "@vue/compiler-sfc"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: javascript-dependencies
- dependency-name: concurrently
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: javascript-dependencies
- dependency-name: eslint-plugin-import
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: javascript-dependencies
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: javascript-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 8, 2024
1 parent 704dd21 commit dc7cdd4
Show file tree
Hide file tree
Showing 2 changed files with 174 additions and 161 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
"private": true,
"devDependencies": {
"@fortawesome/fontawesome-free": "^6.6.0",
"@redocly/cli": "^1.25.4",
"@redocly/cli": "^1.25.11",
"@vue/compiler-sfc": "^3.4.21",
"concurrently": "^9.0.1",
"concurrently": "^9.1.0",
"copy-webpack-plugin": "^12.0.2",
"eslint": "^7.18.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.2.0",
"eslint-plugin-standard": "^5.0.0",
"tachyons": "^4.12.0",
"vue-loader": "^17.4.2",
"webpack": "^5.95.0",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4"
},
"scripts": {
Expand All @@ -26,8 +26,8 @@
},
"dependencies": {
"highlightjs": "^9.16.2",
"marked": "^14.1.2",
"vue": "^3.5.10"
"marked": "^14.1.4",
"vue": "^3.5.12"
},
"resolutions": {
"ansi-regex": "5.0.1",
Expand Down
Loading

0 comments on commit dc7cdd4

Please sign in to comment.