From 0b4d456864b4add82f35cd29321064e64cc497a6 Mon Sep 17 00:00:00 2001 From: Jeramy Soucy Date: Wed, 18 Sep 2024 15:42:32 +0200 Subject: [PATCH] Consolidate `has-property-descriptors` versions in lock file (#193244) ## Summary This PR consolidates versions of `has-property-descriptors` in the yarn lock file. It's a follow-up to https://github.com/elastic/kibana/pull/193130, which auto-merged before fixing this. --- yarn.lock | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/yarn.lock b/yarn.lock index 757606dd3a386..69add7bee9e55 100644 --- a/yarn.lock +++ b/yarn.lock @@ -15315,14 +15315,7 @@ has-glob@^1.0.0: dependencies: is-glob "^3.0.0" -has-property-descriptors@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz#610708600606d36961ed04c196193b6a607fa861" - integrity sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ== - dependencies: - get-intrinsic "^1.1.1" - -has-property-descriptors@^1.0.2: +has-property-descriptors@^1.0.0, has-property-descriptors@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz#963ed7d071dc7bf5f084c5bfbe0d1b6222586854" integrity sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==