Skip to content

Commit

Permalink
chore(deps): bump @rails/actioncable from 7.0.8 to 7.1.0
Browse files Browse the repository at this point in the history
Bumps [@rails/actioncable](https://github.com/rails/rails) from 7.0.8 to 7.1.0.
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](rails/rails@v7.0.8...v7.1.0)

---
updated-dependencies:
- dependency-name: "@rails/actioncable"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 5, 2023
1 parent c8f8453 commit 2263a6c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "support_act",
"private": true,
"dependencies": {
"@rails/actioncable": "^7.0.8",
"@rails/actioncable": "^7.1.0",
"@rails/activestorage": "^7.0.8",
"@rails/ujs": "^7.0.8",
"@rails/webpacker": "^6.0.0-rc.6",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1154,10 +1154,10 @@
"@jridgewell/resolve-uri" "^3.0.3"
"@jridgewell/sourcemap-codec" "^1.4.10"

"@rails/actioncable@^7.0.8":
version "7.0.8"
resolved "https://registry.yarnpkg.com/@rails/actioncable/-/actioncable-7.0.8.tgz#f44e7517f2d1570f1eabeea457dbeb17ed3a2d12"
integrity sha512-GjYQv89ZOOfbFw8VMNUOG33GXzyAA/TCVoD+742Ob4svm1XXUkd+w+ewqUXd+7VHQtV35y1/O78AGIPeJDTy/g==
"@rails/actioncable@^7.1.0":
version "7.1.0"
resolved "https://registry.yarnpkg.com/@rails/actioncable/-/actioncable-7.1.0.tgz#9b1543b0abf5a0a7ef7088882ee3d6092b2745b3"
integrity sha512-MBGzAQHOk+sXblpCQsM0MPxQDzvTLFwaFu8jqYbfWDejpZPszo9xaAOF/3+iv7ab1o6PFiTpdbh+PR4osofIWw==

"@rails/activestorage@^7.0.8":
version "7.0.8"
Expand Down

0 comments on commit 2263a6c

Please sign in to comment.