Skip to content

Commit 5bcb69e

Browse files
chore(deps): bump has-property-descriptors from 1.0.1 to 1.0.2
Bumps [has-property-descriptors](https://github.com/inspect-js/has-property-descriptors) from 1.0.1 to 1.0.2. - [Changelog](https://github.com/inspect-js/has-property-descriptors/blob/main/CHANGELOG.md) - [Commits](inspect-js/has-property-descriptors@v1.0.1...v1.0.2) --- updated-dependencies: - dependency-name: has-property-descriptors dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2dc370f commit 5bcb69e

File tree

1 file changed

+27
-4
lines changed

1 file changed

+27
-4
lines changed

yarn.lock

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,18 @@ errs@^0.3.2:
390390
resolved "https://registry.yarnpkg.com/errs/-/errs-0.3.2.tgz#798099b2dbd37ca2bc749e538a7c1307d0b50499"
391391
integrity sha512-r+/tydov04FSwTi+PrGd0IdY195Y1jZW2g27TJ+cErU8vvr9V4hHYxtRF8bMjv4zYEhap7wK7zBQ2i99LRo6kA==
392392

393+
es-define-property@^1.0.0:
394+
version "1.0.0"
395+
resolved "https://registry.yarnpkg.com/es-define-property/-/es-define-property-1.0.0.tgz#c7faefbdff8b2696cf5f46921edfb77cc4ba3845"
396+
integrity sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==
397+
dependencies:
398+
get-intrinsic "^1.2.4"
399+
400+
es-errors@^1.3.0:
401+
version "1.3.0"
402+
resolved "https://registry.yarnpkg.com/es-errors/-/es-errors-1.3.0.tgz#05f75a25dab98e4fb1dcd5e1472c0546d5057c8f"
403+
integrity sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==
404+
393405
escape-html@~1.0.3:
394406
version "1.0.3"
395407
resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988"
@@ -589,6 +601,17 @@ get-intrinsic@^1.0.2, get-intrinsic@^1.1.3, get-intrinsic@^1.2.1, get-intrinsic@
589601
has-symbols "^1.0.3"
590602
hasown "^2.0.0"
591603

604+
get-intrinsic@^1.2.4:
605+
version "1.2.4"
606+
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.2.4.tgz#e385f5a4b5227d449c3eabbad05494ef0abbeadd"
607+
integrity sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==
608+
dependencies:
609+
es-errors "^1.3.0"
610+
function-bind "^1.1.2"
611+
has-proto "^1.0.1"
612+
has-symbols "^1.0.3"
613+
hasown "^2.0.0"
614+
592615
getpass@^0.1.1:
593616
version "0.1.7"
594617
resolved "https://registry.yarnpkg.com/getpass/-/getpass-0.1.7.tgz#5eff8e3e684d569ae4cb2b1282604e8ba62149fa"
@@ -630,11 +653,11 @@ har-validator@~5.1.3:
630653
har-schema "^2.0.0"
631654

632655
has-property-descriptors@^1.0.0, has-property-descriptors@^1.0.1:
633-
version "1.0.1"
634-
resolved "https://registry.yarnpkg.com/has-property-descriptors/-/has-property-descriptors-1.0.1.tgz#52ba30b6c5ec87fd89fa574bc1c39125c6f65340"
635-
integrity sha512-VsX8eaIewvas0xnvinAe9bw4WfIeODpGYikiWYLH+dma0Jw6KHYqWiWfhQlgOVK8D6PvjubK5Uc4P0iIhIcNVg==
656+
version "1.0.2"
657+
resolved "https://registry.yarnpkg.com/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz#963ed7d071dc7bf5f084c5bfbe0d1b6222586854"
658+
integrity sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==
636659
dependencies:
637-
get-intrinsic "^1.2.2"
660+
es-define-property "^1.0.0"
638661

639662
has-proto@^1.0.1:
640663
version "1.0.1"

0 commit comments

Comments
 (0)