From 25736b687a0a7bc61f8e12bb2f0e8ee994d5e6db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 04:13:05 +0000 Subject: [PATCH] Bump chownr in /ASP.NET Core Basics/src/AngularWithCli/ClientApp Bumps [chownr](https://github.com/isaacs/chownr) from 1.0.1 to 1.1.4. - [Release notes](https://github.com/isaacs/chownr/releases) - [Commits](https://github.com/isaacs/chownr/compare/v1.0.1...v1.1.4) --- updated-dependencies: - dependency-name: chownr dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .../src/AngularWithCli/ClientApp/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ASP.NET Core Basics/src/AngularWithCli/ClientApp/package-lock.json b/ASP.NET Core Basics/src/AngularWithCli/ClientApp/package-lock.json index 12c87c5..82329f2 100644 --- a/ASP.NET Core Basics/src/AngularWithCli/ClientApp/package-lock.json +++ b/ASP.NET Core Basics/src/AngularWithCli/ClientApp/package-lock.json @@ -1226,9 +1226,9 @@ } }, "chownr": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.0.1.tgz", - "integrity": "sha1-4qdQQqlVGQi+vSW4Uj1fl2nXkYE=", + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz", + "integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==", "dev": true }, "cipher-base": {