Skip to content
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

minor space #2709

Closed
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lang/es.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Hello": "hola",
"Hello": "hola",
"User Name": "Nombre de usuario",
"we've": "tenemos",
"got you covered": "te cubrió",
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies:
get_it: ^8.0.3
graphql_flutter: ^5.1.2
hive: ^2.2.3
http: ^1.2.2
http: ^1.2.3
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codebase verification

Version 1.2.3 of the HTTP package does not exist

The latest stable version available on pub.dev is 1.2.2. Please update the dependency to:

http: ^1.2.2
🔗 Analysis chain

Verify the HTTP package version update.

The HTTP package version has been updated to ^1.2.3. Let's verify:

  1. If this is the latest stable version
  2. If there are any security advisories
🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Check latest version and security advisories
curl -s https://pub.dev/api/packages/http | jq '.latest.version'

# Check for any security advisories in GitHub
gh api graphql -f query='
{
  securityVulnerabilities(first: 5, ecosystem: PUB, package: "http") {
    nodes {
      advisory {
        summary
        severity
        publishedAt
      }
      vulnerableVersionRange
    }
  }
}'

Length of output: 526

🧰 Tools
🪛 GitHub Actions: PR Workflow

[error] Unauthorized modification or deletion of sensitive file. This file requires special permission to modify. Apply the 'ignore-sensitive-files-pr' label to override this restriction.

image_cropper: ^5.0.1
image_picker: ^1.1.2
intl: ^0.19.0
Expand Down Expand Up @@ -116,4 +116,4 @@ flutter:
- asset: assets/fonts/OpenSans-SemiBold.ttf
weight: 600
- asset: assets/fonts/OpenSans-Bold.ttf
weight: 800
weight: 800
Loading