From 0ff67c1924f3932bde764e7e458d6c337755ae94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 07:29:58 +0700 Subject: [PATCH] build(deps): bump change_case from 1.1.0 to 2.0.1 (#47) Bumps [change_case](https://github.com/mrgnhnt96/change_case) from 1.1.0 to 2.0.1. - [Release notes](https://github.com/mrgnhnt96/change_case/releases) - [Changelog](https://github.com/mrgnhnt96/change_case/blob/main/CHANGELOG.md) - [Commits](https://github.com/mrgnhnt96/change_case/commits) --- updated-dependencies: - dependency-name: change_case dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 2cb5501..3eb987c 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -141,10 +141,10 @@ packages: dependency: "direct main" description: name: change_case - sha256: f4e08feaa845e75e4f5ad2b0e15f24813d7ea6c27e7b78252f0c17f752cf1157 + sha256: "47c48c36f95f20c6d0ba03efabceff261d05026cca322cc2c4c01c343371b5bb" url: "https://pub.dev" source: hosted - version: "1.1.0" + version: "2.0.1" characters: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index d53364b..130a652 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -8,7 +8,7 @@ environment: dependencies: bloc: ^8.1.2 - change_case: ^1.0.2 + change_case: ^2.0.1 crypto: ^3.0.2 dartz: ^0.10.1 equatable: ^2.0.3