From 9be23a382d0b6ce50990a5f43b2647e538fa4f69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 06:05:53 +0000 Subject: [PATCH] Bump chownr from 1.0.1 to 1.1.4 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] --- package-lock.json | 13 +++++++------ yarn.lock | 5 +++-- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1c82c7f..e358d6d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2587,6 +2587,13 @@ } } }, + "chownr": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz", + "integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==", + "dev": true, + "optional": true + }, "ci-info": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-1.4.0.tgz", @@ -5468,12 +5475,6 @@ "concat-map": "0.0.1" } }, - "chownr": { - "version": "1.0.1", - "bundled": true, - "dev": true, - "optional": true - }, "code-point-at": { "version": "1.1.0", "bundled": true, diff --git a/yarn.lock b/yarn.lock index f8cdc6b..ebb8453 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1790,8 +1790,9 @@ chokidar@^2.0.0, chokidar@^2.0.2: fsevents "^1.2.2" chownr@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.0.1.tgz#e2a75042a9551908bebd25b8523d5f9769d79181" + version "1.1.4" + resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.4.tgz#6fc9d7b42d32a583596337666e7d08084da2cc6b" + integrity sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg== ci-info@^1.3.0: version "1.4.0"