Skip to content

TECH Dependabot [npm] Bump the main group across 1 directory with 15 updates#52

Merged
espitsyna merged 1 commit into
masterfrom
dependabot/npm_and_yarn/main-7ff791d8fa
Jun 24, 2026
Merged

TECH Dependabot [npm] Bump the main group across 1 directory with 15 updates#52
espitsyna merged 1 commit into
masterfrom
dependabot/npm_and_yarn/main-7ff791d8fa

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 19, 2026

Copy link
Copy Markdown
Contributor

Bumps the main group with 14 updates in the / directory:

Package From To
@typescript-eslint/utils 8.60.1 8.61.1
acorn 8.16.0 8.17.0
baseline-browser-mapping 2.10.33 2.10.38
caniuse-lite 1.0.30001793 1.0.30001799
electron-to-chromium 1.5.364 1.5.375
es-iterator-helpers 1.3.2 1.3.3
function.prototype.name 1.1.8 1.2.0
js-yaml 4.1.1 4.2.0
node-releases 2.0.46 2.0.48
side-channel 1.1.0 1.1.1
string.prototype.trim 1.2.10 1.2.11
string.prototype.trimend 1.0.9 1.0.10
tinyglobby 0.2.16 0.2.17
which-typed-array 1.1.21 1.1.22

Updates @typescript-eslint/utils from 8.60.1 to 8.61.1

Release notes

Sourced from @​typescript-eslint/utils's releases.

v8.61.1

8.61.1 (2026-06-15)

🩹 Fixes

  • eslint-plugin: [consistent-indexed-object-style] do not remove comments when fixing (#12396, #10577)
  • eslint-plugin: [no-unnecessary-type-assertion] avoid false positive for template literal expressions (#12281)
  • eslint-plugin: [no-unnecessary-type-assertion] wrap object literal in parens when removing TSTypeAssertion in arrow body (#12394, #12393)
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] fix precedence bug in autofix (#12413)
  • eslint-plugin: [no-unnecessary-template-expression] respect ECMAScript line terminators (#12388)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.61.0

8.61.0 (2026-06-08)

🚀 Features

  • ast-spec: change type of UnaryExpression.prefix to always true (#12372)
  • ast-spec: tighten types of ArrowFunction, YieldExpression, TSTypePredicate (#12373)

🩹 Fixes

  • rule-schema-to-typescript-types: respect ECMAScript line terminators (#12374)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/utils's changelog.

8.61.1 (2026-06-15)

This was a version bump only for utils to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

8.61.0 (2026-06-08)

This was a version bump only for utils to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Commits

Updates @typescript-eslint/visitor-keys from 8.60.1 to 8.61.1

Release notes

Sourced from @​typescript-eslint/visitor-keys's releases.

v8.61.1

8.61.1 (2026-06-15)

🩹 Fixes

  • eslint-plugin: [consistent-indexed-object-style] do not remove comments when fixing (#12396, #10577)
  • eslint-plugin: [no-unnecessary-type-assertion] avoid false positive for template literal expressions (#12281)
  • eslint-plugin: [no-unnecessary-type-assertion] wrap object literal in parens when removing TSTypeAssertion in arrow body (#12394, #12393)
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] fix precedence bug in autofix (#12413)
  • eslint-plugin: [no-unnecessary-template-expression] respect ECMAScript line terminators (#12388)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.61.0

8.61.0 (2026-06-08)

🚀 Features

  • ast-spec: change type of UnaryExpression.prefix to always true (#12372)
  • ast-spec: tighten types of ArrowFunction, YieldExpression, TSTypePredicate (#12373)

🩹 Fixes

  • rule-schema-to-typescript-types: respect ECMAScript line terminators (#12374)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/visitor-keys's changelog.

8.61.1 (2026-06-15)

This was a version bump only for visitor-keys to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

8.61.0 (2026-06-08)

This was a version bump only for visitor-keys to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Commits

Updates acorn from 8.16.0 to 8.17.0

Commits
  • 5b9d16c Mark version 8.17.0
  • 449f9fa Make linter happy
  • 9e1bced Add a strict option to turn on strict mode for scripts
  • 8a47812 Convert stack overflow errors to SyntaxError instances
  • 3bc83f9 Update maintainer email
  • 3f40dbe Bump test262
  • 8bd0290 Improve handling of using/await using in for loops
  • f25fded Upgrade some dev dependencies
  • 27781e4 Remove unnecessary test
  • 2dded4b Forbid 'new super()'
  • Additional commits viewable in compare view

Updates baseline-browser-mapping from 2.10.33 to 2.10.38

Release notes

Sourced from baseline-browser-mapping's releases.

v2.9.3 - remove process.loadEnvFile()

What's Changed

Full Changelog: web-platform-dx/baseline-browser-mapping@v2.9.2...v2.9.3

Commits
  • 37f3dae Patch to 2.10.38 because browser or feature data changed
  • c5c2841 Browser or feature data changed
  • 14903f7 Updating static site
  • 2cfe7fc Patch to 2.10.37 because browser or feature data changed
  • 48e5a7c Browser or feature data changed
  • ba55073 Updating static site
  • df118b2 Patch to 2.10.36 because browser or feature data changed
  • c2663f1 Browser or feature data changed
  • 221a266 Updating static site
  • d358b78 Patch to 2.10.35 because browser or feature data changed
  • Additional commits viewable in compare view

Updates caniuse-lite from 1.0.30001793 to 1.0.30001799

Commits

Updates electron-to-chromium from 1.5.364 to 1.5.375

Commits

Updates es-iterator-helpers from 1.3.2 to 1.3.3

Changelog

Sourced from es-iterator-helpers's changelog.

v1.3.3 - 2026-06-09

Commits

  • [Tests] improve implementation coverage to 100% across all methods a5afa47
  • [Tests] test262: add per-PR suites for not-yet-merged tests a422740
  • [Tests] add test262 as a submodule and run it against the shim in CI 47f96fe
  • [Tests] add AOS unit tests for GetOptionsObject, IfAbruptCloseIterators, IteratorCloseAll 0baf1c5
  • [Fix] Iterator.prototype.constructor, Iterator.prototype[Symbol.toStringTag]: use SetterThatIgnoresPrototypeProperties 2fd33a1
  • [Tests] add GeneratorResumeAbrupt unit tests, strict mode IteratorZip coverage 9748573
  • [Tests] add WrapForValidIteratorPrototype tests: inheritance, helper method access via prototype 45570dc
  • [Tests] add IteratorHelperPrototype tests: @@​toStringTag, inheritance, return() in SUSPENDED-START f62b5fd
  • [Fix] zipKeyed: skip deleted keys instead of throwing on an absent descriptor 5a96826
  • [Tests] zipKeyed: add an order-independent string-key deletion test 0a406b4
  • [Fix] includes: throw RangeError when skippedElements exceeds 2 ** 53 - 1 c0dc5cf
  • [Tests] zipKeyed: use integer-index keys in the deletion test a22dd27
  • [Fix] Iterator.prototype: install Symbol.toStringTag, unskip test (Chrome bug is fixed) a40ded7
  • [Tests] zipKeyed: version-gate the string-key deletion test 35453c5
  • [Tests] restore the implementation cache via require-stash 2a40486
  • [Dev Deps] update @ljharb/eslint-config, auto-changelog 4bbf647
  • [Dev Deps] update tape 67fe73e
  • [actions] skip the npm ls check on old node 13918b2
Commits
  • ad4b482 v1.3.3
  • 67fe73e [Dev Deps] update tape
  • 35453c5 [Tests] zipKeyed: version-gate the string-key deletion test
  • 2fd33a1 [Fix] Iterator.prototype.constructor, `Iterator.prototype[Symbol.toStringTa...
  • 0a406b4 [Tests] zipKeyed: add an order-independent string-key deletion test
  • a22dd27 [Tests] zipKeyed: use integer-index keys in the deletion test
  • 5a96826 [Fix] zipKeyed: skip deleted keys instead of throwing on an absent descriptor
  • a422740 [Tests] test262: add per-PR suites for not-yet-merged tests
  • 13918b2 [actions] skip the npm ls check on old node
  • 47f96fe [Tests] add test262 as a submodule and run it against the shim in CI
  • Additional commits viewable in compare view

Updates function.prototype.name from 1.1.8 to 1.2.0

Changelog

Sourced from function.prototype.name's changelog.

v1.2.0 - 2026-06-11

Commits

  • [New] add types 2536496
  • [Dev Deps] update eslint fa6890a
  • [Refactor] use is-document.all 7fe6fc3
  • [Refactor] better support cjs-module-lexer 1552d61
  • [Dev Deps] update @ljharb/eslint-config, auto-changelog, eslint, for-each, has-strict-mode, make-generator-function, npmignore, tape dc47ed5
  • [Robustness] use es-errors, es-define-property ef06a13
  • [Deps] update call-bind, call-bound, hasown 2f4d6f9
  • [actions] update workflows 204f04f
Commits
  • 99c8c07 v1.2.0
  • 7fe6fc3 [Refactor] use is-document.all
  • 1552d61 [Refactor] better support cjs-module-lexer
  • 2536496 [New] add types
  • ef06a13 [Robustness] use es-errors, es-define-property
  • fa6890a [Dev Deps] update eslint
  • 204f04f [actions] update workflows
  • 2f4d6f9 [Deps] update call-bind, call-bound, hasown
  • dc47ed5 [Dev Deps] update @ljharb/eslint-config, auto-changelog, eslint, `for-e...
  • See full diff in compare view

Updates js-yaml from 4.1.1 to 4.2.0

Changelog

Sourced from js-yaml's changelog.

[4.2.0] - 2026-06-01

Added

  • Added docs/safety.md with notes about processing untrusted YAML.
  • Added maxDepth (100) loader option. Not a problem, but gives a better exception instead of RangeError on stack overflow.
  • Added maxMergeSeqLength (20) loader option. Not a problem after merge fix, but an additional restriction for safety.
  • Added sourcemaps to dist/ builds.

Changed

  • Stop resolving numbers with underscores as numeric scalars, #627.
  • Switched dev toolchains to Vite / neostandard.
  • Updated demo.
  • Reorganized tests.
  • dist/ files are no longer kept in the repository.

Fixed

  • Fix parsing of properties on the first implicit block mapping key, #62.
  • Fix trailing whitespace handling when folding flow scalar lines, #307.
  • Reject top-level block scalars without content indentation, #280.
  • Ensure numbers survive round-trip, #737.
  • Fix test coverage for issue #221.
  • Fix flow scalar trailing whitespace folding, #307.
  • Fix digits in YAML named tag handles.

Security

  • Fix potential DoS via quadratic complexity in merge - deduplicate repeated elements (makes sense for malformed files > 10K).

[3.14.2] - 2025-11-15

Security

  • Backported v4.1.1 fix to v3
Commits

Updates node-releases from 2.0.46 to 2.0.48

Commits

Updates side-channel from 1.1.0 to 1.1.1

Changelog

Sourced from side-channel's changelog.

v1.1.1 - 2026-06-08

Commits

  • [Fix] assert: do not observably access object keys when throwing fc17361
  • [actions] update workflows 35b18c0
  • [Dev Deps] update @arethetypeswrong/cli, @ljharb/eslint-config, @ljharb/tsconfig, @types/tape, auto-changelog, eslint, npmignore b456a01
  • [Deps] update object-inspect, side-channel-list accf1a1
  • [readme] replace runkit CI badge with shields.io check-runs badge 7e0c956
Commits
  • 3d26095 v1.1.1
  • fc17361 [Fix] assert: do not observably access object keys when throwing
  • 35b18c0 [actions] update workflows
  • accf1a1 [Deps] update object-inspect, side-channel-list
  • b456a01 [Dev Deps] update @arethetypeswrong/cli, @ljharb/eslint-config, `@ljharb/...
  • 7e0c956 [readme] replace runkit CI badge with shields.io check-runs badge
  • See full diff in compare view

Updates string.prototype.trim from 1.2.10 to 1.2.11

Changelog

Sourced from string.prototype.trim's changelog.

v1.2.11 - 2026-06-05

Commits

  • [Fix] make right-trim linear for all inputs, not just non-trailing-whitespace 2c66b5e
  • [Refactor] Handle pathological strings better 91e5eb6
  • [actions] update workflows 09b9c7d
  • [Dev Deps] update @ericcornelissen/assert-time, @ljharb/eslint-config, auto-changelog, eslint, for-each, has-strict-mode, npmignore 816817a
  • [Deps] update call-bind, call-bound, es-abstract, es-object-atoms 733f19d
  • [readme] remove dead badges 738a1e6
  • [readme] replace runkit CI badge with shields.io check-runs badge 3c6a604
Commits
  • 81993cc v1.2.11
  • 09b9c7d [actions] update workflows
  • 738a1e6 [readme] remove dead badges
  • 733f19d [Deps] update call-bind, call-bound, es-abstract, es-object-atoms
  • 816817a [Dev Deps] update @ericcornelissen/assert-time, @ljharb/eslint-config, `a...
  • 2c66b5e [Fix] make right-trim linear for all inputs, not just non-trailing-whitespace
  • 91e5eb6 [Refactor] Handle pathological strings better
  • 3c6a604 [readme] replace runkit CI badge with shields.io check-runs badge
  • See full diff in compare view

Updates string.prototype.trimend from 1.0.9 to 1.0.10

Changelog

Sourced from string.prototype.trimend's changelog.

v1.0.10 - 2026-06-05

Commits

  • [Fix] avoid quadratic runtime trimming strings with large internal whitespace runs 14ee151
  • [actions] update workflows 867fda8
  • [Dev Deps] update @ljharb/eslint-config, auto-changelog, eslint, has-strict-mode, npmignore c1dad08
  • [Deps] update call-bind, call-bound, es-object-atoms 9f23631
  • [readme] remove dead badges 5156bc8
  • [readme] replace runkit CI badge with shields.io check-runs badge 79f9686
Commits
  • 9f316ac v1.0.10
  • 867fda8 [actions] update workflows
  • 5156bc8 [readme] remove dead badges
  • 9f23631 [Deps] update call-bind, call-bound, es-object-atoms
  • c1dad08 [Dev Deps] update @ljharb/eslint-config, auto-changelog, eslint, `has-s...
  • 14ee151 [Fix] avoid quadratic runtime trimming strings with large internal whitespace...
  • 79f9686 [readme] replace runkit CI badge with shields.io check-runs badge
  • See full diff in compare view

Updates tinyglobby from 0.2.16 to 0.2.17

Release notes

Sourced from tinyglobby's releases.

0.2.17

Changed

  • Enabled staged publishing for stronger supply-chain security

Fixed

  • Defaults when undefined is passed to any of the options by @​chloeelim
  • Drive-relative paths on Windows by @​Andrej730
  • FileSystemAdapter is now exported again

Consider sponsoring if you'd like to support the development of this project and the goal of reaching a lighter and faster ecosystem

Changelog

Sourced from tinyglobby's changelog.

0.2.17

Changed

  • Enabled staged publishing for stronger supply-chain security

Fixed

  • Defaults when undefined is passed to any of the options by chloeelim
  • Drive-relative paths on Windows by Andrej730
  • FileSystemAdapter is now exported again
Commits

Updates which-typed-array from 1.1.21 to 1.1.22

Changelog

Sourced from which-typed-array's changelog.

v1.1.22 - 2026-06-05

Commits

  • [types] improve typings 5a60076
  • [Dev Deps] update @arethetypeswrong/cli, auto-changelog, eslint 6fb45d2
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…updates

Bumps the main group with 14 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@typescript-eslint/utils](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/utils) | `8.60.1` | `8.61.1` |
| [acorn](https://github.com/acornjs/acorn) | `8.16.0` | `8.17.0` |
| [baseline-browser-mapping](https://github.com/web-platform-dx/baseline-browser-mapping) | `2.10.33` | `2.10.38` |
| [caniuse-lite](https://github.com/browserslist/caniuse-lite) | `1.0.30001793` | `1.0.30001799` |
| [electron-to-chromium](https://github.com/Kilian/electron-to-chromium) | `1.5.364` | `1.5.375` |
| [es-iterator-helpers](https://github.com/es-shims/iterator-helpers) | `1.3.2` | `1.3.3` |
| [function.prototype.name](https://github.com/es-shims/Function.prototype.name) | `1.1.8` | `1.2.0` |
| [js-yaml](https://github.com/nodeca/js-yaml) | `4.1.1` | `4.2.0` |
| [node-releases](https://github.com/chicoxyzzy/node-releases) | `2.0.46` | `2.0.48` |
| [side-channel](https://github.com/ljharb/side-channel) | `1.1.0` | `1.1.1` |
| [string.prototype.trim](https://github.com/es-shims/String.prototype.trim) | `1.2.10` | `1.2.11` |
| [string.prototype.trimend](https://github.com/es-shims/String.prototype.trimEnd) | `1.0.9` | `1.0.10` |
| [tinyglobby](https://github.com/SuperchupuDev/tinyglobby) | `0.2.16` | `0.2.17` |
| [which-typed-array](https://github.com/inspect-js/which-typed-array) | `1.1.21` | `1.1.22` |



Updates `@typescript-eslint/utils` from 8.60.1 to 8.61.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/utils/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.61.1/packages/utils)

Updates `@typescript-eslint/visitor-keys` from 8.60.1 to 8.61.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/visitor-keys/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.61.1/packages/visitor-keys)

Updates `acorn` from 8.16.0 to 8.17.0
- [Commits](acornjs/acorn@8.16.0...8.17.0)

Updates `baseline-browser-mapping` from 2.10.33 to 2.10.38
- [Release notes](https://github.com/web-platform-dx/baseline-browser-mapping/releases)
- [Commits](web-platform-dx/baseline-browser-mapping@v2.10.33...v2.10.38)

Updates `caniuse-lite` from 1.0.30001793 to 1.0.30001799
- [Commits](browserslist/caniuse-lite@1.0.30001793...1.0.30001799)

Updates `electron-to-chromium` from 1.5.364 to 1.5.375
- [Changelog](https://github.com/Kilian/electron-to-chromium/blob/main/CHANGELOG.md)
- [Commits](Kilian/electron-to-chromium@v1.5.364...v1.5.375)

Updates `es-iterator-helpers` from 1.3.2 to 1.3.3
- [Changelog](https://github.com/es-shims/iterator-helpers/blob/main/CHANGELOG.md)
- [Commits](es-shims/iterator-helpers@v1.3.2...v1.3.3)

Updates `function.prototype.name` from 1.1.8 to 1.2.0
- [Changelog](https://github.com/es-shims/Function.prototype.name/blob/main/CHANGELOG.md)
- [Commits](es-shims/Function.prototype.name@v1.1.8...v1.2.0)

Updates `js-yaml` from 4.1.1 to 4.2.0
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/commits)

Updates `node-releases` from 2.0.46 to 2.0.48
- [Commits](chicoxyzzy/node-releases@v2.0.46...v2.0.48)

Updates `side-channel` from 1.1.0 to 1.1.1
- [Changelog](https://github.com/ljharb/side-channel/blob/main/CHANGELOG.md)
- [Commits](ljharb/side-channel@v1.1.0...v1.1.1)

Updates `string.prototype.trim` from 1.2.10 to 1.2.11
- [Changelog](https://github.com/es-shims/String.prototype.trim/blob/main/CHANGELOG.md)
- [Commits](es-shims/String.prototype.trim@v1.2.10...v1.2.11)

Updates `string.prototype.trimend` from 1.0.9 to 1.0.10
- [Changelog](https://github.com/es-shims/String.prototype.trimEnd/blob/main/CHANGELOG.md)
- [Commits](es-shims/String.prototype.trimEnd@v1.0.9...v1.0.10)

Updates `tinyglobby` from 0.2.16 to 0.2.17
- [Release notes](https://github.com/SuperchupuDev/tinyglobby/releases)
- [Changelog](https://github.com/SuperchupuDev/tinyglobby/blob/main/CHANGELOG.md)
- [Commits](SuperchupuDev/tinyglobby@0.2.16...0.2.17)

Updates `which-typed-array` from 1.1.21 to 1.1.22
- [Changelog](https://github.com/inspect-js/which-typed-array/blob/main/CHANGELOG.md)
- [Commits](inspect-js/which-typed-array@v1.1.21...v1.1.22)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/utils"
  dependency-version: 8.61.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: main
- dependency-name: "@typescript-eslint/visitor-keys"
  dependency-version: 8.61.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: main
- dependency-name: acorn
  dependency-version: 8.17.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: main
- dependency-name: baseline-browser-mapping
  dependency-version: 2.10.38
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: main
- dependency-name: caniuse-lite
  dependency-version: 1.0.30001799
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: main
- dependency-name: electron-to-chromium
  dependency-version: 1.5.375
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: main
- dependency-name: es-iterator-helpers
  dependency-version: 1.3.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: main
- dependency-name: function.prototype.name
  dependency-version: 1.2.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: main
- dependency-name: js-yaml
  dependency-version: 4.2.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: main
- dependency-name: node-releases
  dependency-version: 2.0.48
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: main
- dependency-name: side-channel
  dependency-version: 1.1.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: main
- dependency-name: string.prototype.trim
  dependency-version: 1.2.11
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: main
- dependency-name: string.prototype.trimend
  dependency-version: 1.0.10
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: main
- dependency-name: tinyglobby
  dependency-version: 0.2.17
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: main
- dependency-name: which-typed-array
  dependency-version: 1.1.22
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: main
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 19, 2026
@espitsyna
espitsyna merged commit 1ee122f into master Jun 24, 2026
2 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/main-7ff791d8fa branch June 24, 2026 12:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant