Skip to content

Commit 8d47b52

Browse files
chore(deps): bump has-proto from 1.0.1 to 1.0.3
Bumps [has-proto](https://github.com/inspect-js/has-proto) from 1.0.1 to 1.0.3. - [Changelog](https://github.com/inspect-js/has-proto/blob/main/CHANGELOG.md) - [Commits](inspect-js/has-proto@v1.0.1...v1.0.3) --- updated-dependencies: - dependency-name: has-proto dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 18839cd commit 8d47b52

File tree

1 file changed

+27
-3
lines changed

1 file changed

+27
-3
lines changed

yarn.lock

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,14 @@ bytes@3.1.2:
153153
resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.2.tgz#8b0beeb98605adf1b128fa4386403c009e0221a5"
154154
integrity sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==
155155

156+
call-bind-apply-helpers@^1.0.1:
157+
version "1.0.2"
158+
resolved "https://registry.yarnpkg.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz#4b5428c222be985d79c3d82657479dbe0b59b2d6"
159+
integrity sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==
160+
dependencies:
161+
es-errors "^1.3.0"
162+
function-bind "^1.1.2"
163+
156164
call-bind@^1.0.0:
157165
version "1.0.5"
158166
resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.5.tgz#6fa2b7845ce0ea49bf4d8b9ef64727a2c2e2e513"
@@ -357,6 +365,15 @@ diff@1.4.0:
357365
resolved "https://registry.yarnpkg.com/diff/-/diff-1.4.0.tgz#7f28d2eb9ee7b15a97efd89ce63dcfdaa3ccbabf"
358366
integrity sha512-VzVc42hMZbYU9Sx/ltb7KYuQ6pqAw+cbFWVy4XKdkuEL2CFaRLGEnISPs7YdzaUGpi+CpIqvRmu7hPQ4T7EQ5w==
359367

368+
dunder-proto@^1.0.0:
369+
version "1.0.1"
370+
resolved "https://registry.yarnpkg.com/dunder-proto/-/dunder-proto-1.0.1.tgz#d7ae667e1dc83482f8b70fd0f6eefc50da30f58a"
371+
integrity sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==
372+
dependencies:
373+
call-bind-apply-helpers "^1.0.1"
374+
es-errors "^1.3.0"
375+
gopd "^1.2.0"
376+
360377
duplexer@~0.1.1:
361378
version "0.1.2"
362379
resolved "https://registry.yarnpkg.com/duplexer/-/duplexer-0.1.2.tgz#3abe43aef3835f8ae077d136ddce0f276b0400e6"
@@ -617,6 +634,11 @@ gopd@^1.0.1:
617634
dependencies:
618635
get-intrinsic "^1.1.3"
619636

637+
gopd@^1.2.0:
638+
version "1.2.0"
639+
resolved "https://registry.yarnpkg.com/gopd/-/gopd-1.2.0.tgz#89f56b8217bdbc8802bd299df6d7f1081d7e51a1"
640+
integrity sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==
641+
620642
growl@1.9.2:
621643
version "1.9.2"
622644
resolved "https://registry.yarnpkg.com/growl/-/growl-1.9.2.tgz#0ea7743715db8d8de2c5ede1775e1b45ac85c02f"
@@ -643,9 +665,11 @@ has-property-descriptors@^1.0.0, has-property-descriptors@^1.0.1:
643665
get-intrinsic "^1.2.2"
644666

645667
has-proto@^1.0.1:
646-
version "1.0.1"
647-
resolved "https://registry.yarnpkg.com/has-proto/-/has-proto-1.0.1.tgz#1885c1305538958aff469fef37937c22795408e0"
648-
integrity sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==
668+
version "1.2.0"
669+
resolved "https://registry.yarnpkg.com/has-proto/-/has-proto-1.2.0.tgz#5de5a6eabd95fdffd9818b43055e8065e39fe9d5"
670+
integrity sha512-KIL7eQPfHQRC8+XluaIw7BHUwwqL19bQn4hzNgdr+1wXoU0KKj6rufu47lhY7KbJR2C6T6+PfyN0Ea7wkSS+qQ==
671+
dependencies:
672+
dunder-proto "^1.0.0"
649673

650674
has-symbols@^1.0.3:
651675
version "1.0.3"

0 commit comments

Comments
 (0)