From b7f09c5ab380f01f02e40c7be1c021210da8ceef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 05:02:13 +0000 Subject: [PATCH] build(deps): bump chownr in /experiments/rest_api_express 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] --- experiments/rest_api_express/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/experiments/rest_api_express/package-lock.json b/experiments/rest_api_express/package-lock.json index 4e41aec..26fd7fb 100644 --- a/experiments/rest_api_express/package-lock.json +++ b/experiments/rest_api_express/package-lock.json @@ -79,9 +79,9 @@ "integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=" }, "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==" }, "code-point-at": { "version": "1.1.0",