Skip to content

Commit

Permalink
Merge branch 'flutter:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoamador authored Jan 30, 2024
2 parents 24d1f77 + 91e2257 commit e84e08e
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scorecards-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

# Upload the results as artifacts (optional).
- name: "Upload artifact"
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8
with:
name: SARIF file
path: results.sarif
Expand Down
6 changes: 3 additions & 3 deletions app_dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies:
json_annotation: 4.8.1
logging: 1.2.0
meta: 1.11.0
mime: 1.0.4
mime: 1.0.5
mutex: 3.1.0
neat_cache: 2.0.3
path: 1.9.0
Expand All @@ -42,14 +42,14 @@ dependencies:
yaml: 3.1.2

dev_dependencies:
analyzer: 6.3.0
analyzer: 6.4.0
build_runner: 2.4.8
fake_async: 1.3.1
flutter_lints: 3.0.1
json_serializable: 6.7.1
mockito: 5.4.4
platform: 3.1.4
test: 1.25.1
test: 1.25.2

builders:
json_serializable: 3.3.0
2 changes: 1 addition & 1 deletion auto_submit/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dev_dependencies:
json_serializable: 6.7.1
flutter_lints: 3.0.1
mockito: 5.4.4
test: 1.25.1
test: 1.25.2

builders:
json_serializable: 3.3.0
2 changes: 1 addition & 1 deletion cipd_packages/codesign/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ environment:

dev_dependencies:
lints: 3.0.0
test: 1.25.1
test: 1.25.2
dependencies:
archive: 3.4.10
args: 2.4.2
Expand Down
4 changes: 2 additions & 2 deletions cipd_packages/device_doctor/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ environment:
sdk: ">=2.18.0 <4.0.0"

dependencies:
analyzer: 6.3.0
analyzer: 6.4.0
args: 2.4.2
logging: 1.2.0
meta: 1.11.0
Expand All @@ -19,4 +19,4 @@ dev_dependencies:
build_runner: 2.4.8
fake_async: 1.3.1
mockito: 5.4.4
test: 1.25.1
test: 1.25.2
14 changes: 7 additions & 7 deletions gh_actions/third_party/no-response/package-lock.json

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

2 changes: 1 addition & 1 deletion gh_actions/third_party/no-response/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"@octokit/webhooks-types": "^7.3.1",
"@types/jest": "^29.5.11",
"@types/node": "^20.11.5",
"@types/node": "^20.11.10",
"@typescript-eslint/parser": "^6.18.1",
"@vercel/ncc": "^0.38.1",
"eslint": "^8.56.0",
Expand Down

0 comments on commit e84e08e

Please sign in to comment.