From d590c2f0611c03cc8b42256aa3fa3003591b54a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Mar 2023 22:29:33 +0000 Subject: [PATCH 1/2] build(deps): bump cachix/install-nix-action from 19 to 20 Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 19 to 20. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v19...v20) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/prettier.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index c6920b2..4cbf9e8 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v3 - name: Install the Nix package manager - uses: cachix/install-nix-action@v19 + uses: cachix/install-nix-action@v20 - name: Checks run: nix run nixpkgs#nodePackages.prettier -- --check . From 7d1788167099fbe13f2af3951a781bfc57adf824 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 May 2023 22:04:08 +0000 Subject: [PATCH 2/2] build(deps): update ecphp/cas-lib requirement from ^2.0 to ^3.0 Updates the requirements on [ecphp/cas-lib](https://github.com/ecphp/cas-lib) to permit the latest version. - [Release notes](https://github.com/ecphp/cas-lib/releases) - [Changelog](https://github.com/ecphp/cas-lib/blob/master/CHANGELOG.md) - [Commits](https://github.com/ecphp/cas-lib/compare/2.0.0...3.0.0) --- updated-dependencies: - dependency-name: ecphp/cas-lib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index eff7e69..4777a31 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "ext-json": "*", "ext-libxml": "*", "ext-simplexml": "*", - "ecphp/cas-lib": "^2.0", + "ecphp/cas-lib": "^3.0", "laravel/framework": "^9 || ^10" }, "require-dev": {