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

build(deps): Bump the pub group across 1 directory with 5 updates #1590

Closed
Closed
Show file tree
Hide file tree
Changes from all 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
28 changes: 14 additions & 14 deletions packages/dart/sshnoports/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ packages:
dependency: transitive
description:
name: at_auth
sha256: f4fec32e2a1ca8827604b5e54a7611ddad092c6ba607c138675c1cba5215b038
sha256: "4fba41a421cc55e0f53b2a506500d61d7a374bcf073e57927b9aeb457676cb5d"
url: "https://pub.dev"
source: hosted
version: "2.0.7"
version: "2.0.9"
at_base2e15:
dependency: transitive
description:
Expand All @@ -75,18 +75,18 @@ packages:
dependency: transitive
description:
name: at_chops
sha256: "7660aa2722fe5612e12e666bff2f19165f41ae8f90dd4b9c59dfd03365fb998e"
sha256: "99a2c3cdefd9b8da22944348e1dab7db012be38823b189861365fc9fde807dad"
url: "https://pub.dev"
source: hosted
version: "2.1.0"
version: "2.2.0"
at_cli_commons:
dependency: "direct main"
description:
name: at_cli_commons
sha256: "558625a307f34e92d4690dc8ff34965140a1a397b907411088820c4c99c46ff5"
sha256: "1683ec641d307cdcbbdae95b1296338c42c976261588fb3204b39db0ab493018"
url: "https://pub.dev"
source: hosted
version: "1.2.1"
version: "1.3.0"
at_client:
dependency: "direct main"
description:
Expand All @@ -99,10 +99,10 @@ packages:
dependency: transitive
description:
name: at_commons
sha256: bf3ad3e13075833c47783b19b53f01f23b6c329e6fc050aa8ede249fffd18768
sha256: "08a7be508c85f9b21d09a1d95225bb5164d20426c6d8564e1c31a74843b67ca7"
url: "https://pub.dev"
source: hosted
version: "5.0.1"
version: "5.1.0"
at_demo_data:
dependency: transitive
description:
Expand All @@ -123,18 +123,18 @@ packages:
dependency: "direct main"
description:
name: at_onboarding_cli
sha256: "5af020d0fb5b8d17d822154c936115846d8019ae9c7d854aa7eb23898beaff84"
sha256: f3eb8789671fd1580607d94b045992e9fee2ac3eb19797decc47466ac8a7d242
url: "https://pub.dev"
source: hosted
version: "1.7.0"
version: "1.8.0"
at_persistence_secondary_server:
dependency: transitive
description:
name: at_persistence_secondary_server
sha256: f312dc1827648bbdeb55f8e9867c232ef38f0dde64025ff5b3d339050483c5ea
sha256: "9d6fcf1ca0bcfbfc0b67d117cdbbb6b50a5b97a89e4ec4941490ea7098a67e04"
url: "https://pub.dev"
source: hosted
version: "3.0.65"
version: "3.0.66"
at_persistence_spec:
dependency: transitive
description:
Expand Down Expand Up @@ -811,10 +811,10 @@ packages:
dependency: "direct dev"
description:
name: test
sha256: "7afaf571fe4476e3cf7c5f822daa5a295dbbca227b52cb246d6ed3216e282f44"
sha256: be7697dcfa9d47333e6ceb38400b4c8b8de15dc97023e8eb219189ba19c5d423
url: "https://pub.dev"
source: hosted
version: "1.25.10"
version: "1.25.11"
test_api:
dependency: transitive
description:
Expand Down
10 changes: 5 additions & 5 deletions packages/dart/sshnoports/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ dependencies:
noports_core:
path: "../noports_core"
version: 6.2.1
at_onboarding_cli: 1.7.0
at_cli_commons: 1.2.1
at_onboarding_cli: 1.8.0
at_cli_commons: 1.3.0
at_client: 3.3.0
args: 2.5.0
args: 2.6.0
socket_connector: 2.3.3
dartssh2: 2.8.2
dartssh2: 2.11.0
duration: 4.0.3
at_utils: 3.0.19
logging: 1.3.0
Expand All @@ -34,7 +34,7 @@ dependency_overrides:

dev_dependencies:
lints: ^5.0.0
test: ^1.25.10
test: ^1.25.11
mocktail: ^1.0.4
build_runner: ^2.4.13
build_version: ^2.1.1
Loading