8000 chore: Bump activesupport from 6.1.7.3 to 6.1.7.6 by dependabot[bot] · Pull Request #728 · chatwoot/chatwoot-mobile-app · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chore: Bump activesupport from 6.1.7.3 to 6.1.7.6 #728

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 26, 2023

Conversation

dependabot[bot]
Copy link
Contributor
@dependabot dependabot bot commented on behalf of github Aug 24, 2023

Bumps activesupport from 6.1.7.3 to 6.1.7.6.

Release notes

Sourced from activesupport's releases.

v6.1.7.6

No changes between this and 6.1.7.5. This release was just to fix file permissions in the previous release.

6.1.7.5 Release

Active Support

  • Use a temporary file for storing unencrypted files while editing

    [CVE-2023-38037]

Active Model

  • No changes.

Active Record

  • No changes.

Action View

  • No changes.

Action Pack

  • No changes.

Active Job

  • No changes.

Action Mailer

  • No changes.

Action Cable

... (truncated)

Commits
  • 56bcc0a Preparing for 6.1.7.6 release
  • 1f03e9d Bumping version for new release
  • 3a1b615 Preparing for 6.1.7.5 release
  • c2af578 bumping version / changelog
  • c85cc66 Use a temporary file for storing unencrypted files while editing
  • 7d949d7 Preparing for 6.1.7.4 release
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash 10000 and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [activesupport](https://github.com/rails/rails) from 6.1.7.3 to 6.1.7.6.
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v7.0.7.2/activesupport/CHANGELOG.md)
- [Commits](rails/rails@v6.1.7.3...v6.1.7.6)

---
updated-dependencies:
- dependency-name: activesupport
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Aug 24, 2023
@muhsin-k muhsin-k self-assigned this Aug 24, 2023
@sojan-official sojan-official merged commit 7ed2f55 into develop Aug 26, 2023
@sojan-official sojan-official deleted the dependabot/bundler/activesupport-6.1.7.6 branch August 26, 2023 00:25
muhsin-k added a commit that referenced this pull request Dec 19, 2023
* chore: Bump version to 1.10.0 (#714)

* build: Version 1.10.1 (#715)

* chore: Bump semver from 5.7.1 to 5.7.2 (#717)

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](npm/node-semver@v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore: Bump word-wrap from 1.2.3 to 1.2.4 (#718)

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](jonschlinkert/word-wrap@1.2.3...1.2.4)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore: Bump tough-cookie from 4.1.2 to 4.1.3 (#716)

Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.1.2 to 4.1.3.
- [Release notes](https://github.com/salesforce/tough-cookie/releases)
- [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md)
- [Commits](salesforce/tough-cookie@v4.1.2...v4.1.3)

---
updated-dependencies:
- dependency-name: tough-cookie
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>

* feat: Refresh conversations and messages when the app start from the b.g (#720)

* fix: Attachment cropping in full screen (#721)

* fix: Sort messages by created date (#722)

* chore: enable herms in android (#724)

* chore: Stability improvements (#725)

* chore: Release iOS v1.10.7

* fix: Auto height issues in email messages (#727)

* chore: Translation updates (#729)

* chore: Bump activesupport from 6.1.7.3 to 6.1.7.6 (#728)

Bumps [activesupport](https://github.com/rails/rails) from 6.1.7.3 to 6.1.7.6.
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v7.0.7.2/activesupport/CHANGELOG.md)
- [Commits](rails/rails@v6.1.7.3...v6.1.7.6)

---
updated-dependencies:
- dependency-name: activesupport
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore: Upgrade react native from `0.70.x` to `0.72.x` (#730)

* chore: upgrade all the packages to latest version

* chore: bumps node to 16.17.1

* chore: android/ios 1.10.13

* Update AndroidManifest.xml

* Update config.yml

* Update config.yml

* Update config.yml

* Update config.yml

* fix: change notification permission flow for android>32

* chore: add analytics event for FORGOT_PASSWORD

* chore: fix warnings

* fix: android share issues

* chore: fix attachment issues

* chore: android/ios 1.10.14

* fix: file upload issues in android

* fix: file upload issues in android

* chore: android/ios 1.10.15

* chore: android v1.10.16

* chore: bump node

* chore: Android v1.10.17

---------

Co-authored-by: Sojan Jose <sojan@pepalo.com>

* chore: Upgrade minor packages (#733)

* fix: Non-serializable value update in auth slice (#735)

* chore: Bump `react-native-webview` (#736)

* chore: Upgrade rn web view

* Update Podfile.lock

* fix: Email message full body width (#737)

* fix: App is crashing when the label is added first time (#738)

* chore: Android/iOS v1.10.19

* chore: Bump react-devtools-core from 4.28.0 to 4.28.4 (#742)

Bumps [react-devtools-core](https://github.com/facebook/react/tree/HEAD/packages/react-devtools-core) from 4.28.0 to 4.28.4.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/HEAD/packages/react-devtools-core)

---
updated-dependencies:
- dependency-name: react-devtools-core
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat: Changes to include delivery reports for all channels (#745)

* feat: Add changes to include delivery reports for all channels

* chore: fixes

* chore: Bump @babel/traverse from 7.22.10 to 7.23.2 (#740)

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.10 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>

* fix: package.json & yarn.lock to reduce vulnerabilities (#743)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AXIOS-6032459

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>

* chore: Bump sharp from 0.32.5 to 0.32.6 (#746)

Bumps [sharp](https://github.com/lovell/sharp) from 0.32.5 to 0.32.6.
- [Release notes](https://github.com/lovell/sharp/releases)
- [Changelog](https://github.com/lovell/sharp/blob/main/docs/changelog.md)
- [Commits](lovell/sharp@v0.32.5...v0.32.6)

---
updated-dependencies:
- dependency-name: sharp
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>

* core: Translation updates (#739)

* feat: Replace SectionList with Flashlist in chat screen (#747)

* chore: Replace SectionList with FlashList

* Update MessageList.js

* More cleanup

* Update conversationSlice.selector.js

* chore: fix padding issue

* Update MessageDeliveryStatus.js

* chore: Android/iOS v1.10.20

---------

Co-authored-by: iamsivin <iamsivin@gmail.com>

* feat: Add contact slice (#748)

* feat: Add contact slice

* minor fixes

* Android/iOS v1.10.21

* feat: Fix last message id logic in chat screen (#749)

* feat: Add contact slice

* minor fixes

* Android/iOS v1.10.21

* Android/iOS v1.10.22

* chore: Android/iOS v1.10.23

* chore: Android/iOS v1.10.25

* chore: Android/iOS v1.10.26

* fix: Moved fonts to main assets folder (#750)

* Moved fonts to main assets folder

* added for android linking

* added for ios manifest as well

* Revert "fix: Moved fonts to main assets folder (#750)"

This reverts commit 175e029.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chatwoot Bot <92152627+chatwoot-bot@users.noreply.github.com>
Co-authored-by: Sojan Jose <sojan@pepalo.com>
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: iamsivin <iamsivin@gmail.com>
Co-authored-by: Zach Aronwald <73761112+zaronwald@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0