Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 9, 2025

Bumps the npm-deps group with 9 updates in the / directory:

Package From To
@openpgp/web-stream-tools 0.2.0 0.2.1
@types/chrome 0.1.24 0.1.27
eslint 9.38.0 9.39.1
eslint-plugin-jsdoc 61.1.9 61.1.12
googleapis 164.1.0 165.0.0
mailparser 3.7.5 3.9.0
pdfjs-dist 5.4.296 5.4.394
puppeteer 24.26.1 24.29.1
typescript-eslint 8.46.2 8.46.3

Updates @openpgp/web-stream-tools from 0.2.0 to 0.2.1

Commits

Updates @types/chrome from 0.1.24 to 0.1.27

Commits

Updates eslint from 9.38.0 to 9.39.1

Release notes

Sourced from eslint's releases.

v9.39.1

Bug Fixes

  • 650753e fix: Only pass node to JS lang visitor methods (#20283) (Nicholas C. Zakas)

Documentation

  • 51b51f4 docs: add a section on when to use extends vs cascading (#20268) (Tanuj Kanti)
  • b44d426 docs: Update README (GitHub Actions Bot)

Chores

  • 92db329 chore: update @eslint/js version to 9.39.1 (#20284) (Francesco Trotta)
  • c7ebefc chore: package.json update for @​eslint/js release (Jenkins)
  • 61778f6 chore: update eslint-config-eslint dependency @​eslint/js to ^9.39.0 (#20275) (renovate[bot])
  • d9ca2fc ci: Add rangeStrategy to eslint group in renovate config (#20266) (唯然)
  • 009e507 test: fix version tests for ESLint v10 (#20274) (Milos Djermanovic)

v9.39.0

Features

  • cc57d87 feat: update error loc to key in no-dupe-class-members (#20259) (Tanuj Kanti)
  • 126552f feat: update error location in for-direction and no-dupe-args (#20258) (Tanuj Kanti)
  • 167d097 feat: update complexity rule to highlight only static block header (#20245) (jaymarvelz)

Bug Fixes

  • 15f5c7c fix: forward traversal step.args to visitors (#20253) (jaymarvelz)
  • 5a1a534 fix: allow JSDoc comments in object-shorthand rule (#20167) (Nitin Kumar)
  • e86b813 fix: Use more types from @​eslint/core (#20257) (Nicholas C. Zakas)
  • 927272d fix: correct Scope typings (#20198) (jaymarvelz)
  • 37f76d9 fix: use AST.Program type for Program node (#20244) (Francesco Trotta)
  • ae07f0b fix: unify timing report for concurrent linting (#20188) (jaymarvelz)
  • b165d47 fix: correct Rule typings (#20199) (jaymarvelz)
  • fb97cda fix: improve error message for missing fix function in suggestions (#20218) (jaymarvelz)

Documentation

  • d3e81e3 docs: Always recommend to include a files property (#20158) (Percy Ma)
  • 0f0385f docs: use consistent naming recommendation (#20250) (Alex M. Spieslechner)
  • a3b1456 docs: Update README (GitHub Actions Bot)
  • cf5f2dd docs: fix correct tag of no-useless-constructor (#20255) (Tanuj Kanti)
  • 10b995c docs: add TS options and examples for nofunc in no-use-before-define (#20249) (Tanuj Kanti)
  • 2584187 docs: remove repetitive word in comment (#20242) (reddaisyy)
  • 637216b docs: update CLI flags migration instructions (#20238) (jaymarvelz)
  • e7cda3b docs: Update README (GitHub Actions Bot)
  • 7b9446f docs: handle empty flags sections on the feature flags page (#20222) (sethamus)

Chores

  • dfe3c1b chore: update @eslint/js version to 9.39.0 (#20270) (Francesco Trotta)
  • 2375a6d chore: package.json update for @​eslint/js release (Jenkins)
  • a1f4e52 chore: update @eslint dependencies (#20265) (Francesco Trotta)
  • c7d3229 chore: update dependency @​eslint/core to ^0.17.0 (#20256) (renovate[bot])
  • 27549bc chore: update fuzz testing to not error if code sample minimizer fails (#20252) (Milos Djermanovic)
  • a1370ee ci: bump actions/setup-node from 5 to 6 (#20230) (dependabot[bot])
  • 9e7fad4 chore: add script to auto-generate eslint:recommended configuration (#20208) (唯然)
Commits
  • e277281 9.39.1
  • 4cdf397 Build: changelog update for 9.39.1
  • 92db329 chore: update @eslint/js version to 9.39.1 (#20284)
  • c7ebefc chore: package.json update for @​eslint/js release
  • 650753e fix: Only pass node to JS lang visitor methods (#20283)
  • 51b51f4 docs: add a section on when to use extends vs cascading (#20268)
  • 61778f6 chore: update eslint-config-eslint dependency @​eslint/js to ^9.39.0 (#20275)
  • d9ca2fc ci: Add rangeStrategy to eslint group in renovate config (#20266)
  • 009e507 test: fix version tests for ESLint v10 (#20274)
  • b44d426 docs: Update README
  • Additional commits viewable in compare view

Updates eslint-plugin-jsdoc from 61.1.9 to 61.1.12

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v61.1.12

61.1.12 (2025-11-03)

Bug Fixes

  • no-undefined-types: treat param names as defined; fixes #1591 (b47779c)

v61.1.11

61.1.11 (2025-10-29)

Bug Fixes

  • fixing of missing parent should go between child and grandparent (4f2ec35)

v61.1.10

61.1.10 (2025-10-28)

Bug Fixes

  • imports-as-dependencies: check for object-based types (or typings) (c9a22b6)
Commits
  • 2653fe1 chore: update devDeps.
  • b47779c fix(no-undefined-types): treat param names as defined; fixes #1591
  • c72f8b0 chore: update eslint
  • 9b2d540 chore: update eslint/core
  • 49df660 chore: update devDeps.
  • 343816e test(require-param): add line numbers
  • 4f2ec35 fix: fixing of missing parent should go between child and grandparent
  • c9a22b6 fix(imports-as-dependencies): check for object-based types (or typings)
  • See full diff in compare view

Updates googleapis from 164.1.0 to 165.0.0

Release notes

Sourced from googleapis's releases.

googleapis: v165.0.0

165.0.0 (2025-11-04)

⚠ BREAKING CHANGES

  • run: This release has breaking changes.
  • discoveryengine: This release has breaking changes.
  • cloudkms: This release has breaking changes.
  • serviceusage: This release has breaking changes.
  • redis: This release has breaking changes.
  • recaptchaenterprise: This release has breaking changes.
  • migrationcenter: This release has breaking changes.
  • merchantapi: This release has breaking changes.
  • iamcredentials: This release has breaking changes.
  • firebasedataconnect: This release has breaking changes.
  • dlp: This release has breaking changes.
  • contactcenterinsights: This release has breaking changes.
  • compute: This release has breaking changes.
  • aiplatform: This release has breaking changes.

Features

  • admin: update the API (532620f)
  • aiplatform: update the API (4e7b6cf)
  • aiplatform: update the API (b7d1aee)
  • alloydb: update the API (dd0af78)
  • analyticshub: update the API (619bd58)
  • androidpublisher: update the API (cbd34da)
  • apihub: update the API (a40106f)
  • apphub: update the API (3c2d0e2)
  • artifactregistry: update the API (c13919d)
  • authorizedbuyersmarketplace: update the API (1af14f1)
  • backupdr: update the API (bae978d)
  • backupdr: update the API (83cdfc6)
  • biglake: update the API (f393856)
  • bigquerydatatransfer: update the API (6840cb5)
  • bigqueryreservation: update the API (767ba18)
  • bigquery: update the API (5d69aa2)
  • chat: update the API (2ab6d60)
  • cloudfunctions: update the API (aadb45b)
  • cloudidentity: update the API (682fce6)
  • cloudkms: update the API (fc2d912)
  • cloudscheduler: update the API (41e8733)
  • compute: update the API (67d03fd)
  • contactcenterinsights: update the API (dabdcd5)
  • container: update the API (7da4d8c)
  • dataplex: update the API (7ee0e21)
  • dataproc: update the API (e30b690)
  • datastream: update the API (4d9c601)

... (truncated)

Changelog

Sourced from googleapis's changelog.

{ "src/apis/kmsinventory": "8.0.0", "src/apis/cloudbilling": "9.0.0", "src/apis/mybusinessaccountmanagement": "7.0.0", "src/apis/reseller": "8.0.0", "src/apis/websecurityscanner": "4.0.0", "src/apis/fcmdata": "5.0.0", "src/apis/transcoder": "8.0.0", "src/apis/serviceconsumermanagement": "25.1.0", "src/apis/sourcerepo": "8.0.0", "src/apis/customsearch": "7.0.0", "src/apis/localservices": "8.0.0", "src/apis/cloudidentity": "21.1.0", "src/apis/bigquery": "20.1.0", "src/apis/plus": "5.0.0", "src/apis/language": "10.0.0", "src/apis/clouddebugger": "5.0.0", "src/apis/analyticshub": "18.1.0", "src/apis/metastore": "14.0.1", "src/apis/toolresults": "7.0.0", "src/apis/managedkafka": "7.2.0", "src/apis/areainsights": "4.0.0", "src/apis/dataproc": "15.2.0", "src/apis/bigqueryreservation": "7.1.0", "src/apis/adsenseplatform": "5.0.0", "src/apis/androiddeviceprovisioning": "10.0.0", "src/apis/appsactivity": "5.0.0", "src/apis/accesscontextmanager": "12.0.0", "src/apis/workflows": "7.1.0", "src/apis/datastore": "8.0.0", "src/apis/dataplex": "23.2.0", "src/apis/streetviewpublish": "8.0.0", "src/apis/fcm": "9.0.0", "src/apis/realtimebidding": "8.0.0", "src/apis/androidmanagement": "22.1.0", "src/apis/parametermanager": "5.0.1", "src/apis/remotebuildexecution": "7.0.0", "src/apis/cloudcontrolspartner": "4.0.0", "src/apis/mybusinessqanda": "5.0.0", "src/apis/chromeuxreport": "7.0.0", "src/apis/tasks": "11.0.0", "src/apis/cloudscheduler": "7.1.0", "src/apis/dataportability": "8.0.0", "src/apis/pagespeedonline": "5.0.0", "src/apis/businessprofileperformance": "5.0.0", "src/apis/admin": "30.1.0", "src/apis/kgsearch": "5.0.0", "src/apis/contactcenterinsights": "20.0.0", "src/apis/youtube": "30.0.0", "src/apis/readerrevenuesubscriptionlinking": "5.0.0",

... (truncated)

Commits
  • eb13d39 chore: release main (#3828)
  • 29a2f93 feat: regenerate index files
  • 727faa8 fix(workloadmanager): update the API
  • 9bf13b3 feat(vmwareengine): update the API
  • 14fa2ba feat(vmmigration): update the API
  • a576a67 fix(travelimpactmodel): update the API
  • bcdf0eb fix(servicemanagement): update the API
  • f5e6ef0 fix(servicedirectory): update the API
  • df0df65 feat(run)!: update the API
  • 5bc6b39 feat(pubsub): update the API
  • Additional commits viewable in compare view

Updates mailparser from 3.7.5 to 3.9.0

Release notes

Sourced from mailparser's releases.

mailparser: v3.8.1

3.8.1 (2025-11-05)

Bug Fixes

mailparser: v3.8.0

3.8.0 (2025-11-04)

Bug Fixes

  • deps: Bumped Nodemailer to fix issue with long data URI's (d24f96e)
Changelog

Sourced from mailparser's changelog.

3.9.0 (2025-11-05)

Features

  • events: Emit a new headerLines event to gain access the raw headers (#364) (d33d7ec)

Bug Fixes

  • ⬆️ update nodemailer dependency to resolve security issue GHSA-9h6g-pr28-7cqp (#357) (8bc4225)
  • 150 (919f69a)
  • 272: Throw TypeError for invalid input. (abd7e43)
  • 34, bump version (09aa0bd)
  • bumped deps (9a13f4e)
  • Bumped deps (bb9c014)
  • Bumped deps (9e084f9)
  • Bumped mailsplit to fix flowed parser (da753e4)
  • capture decoder end event to use on cleanup (4e367f7)
  • deploy: added auto-deployment (d6eb56f)
  • deps: Bumped deps (db842ad)
  • deps: Bumped deps to fix issue with missing whitespace (92884d0)
  • deps: Bumped Nodemailer to fix issue with long data URI's (d24f96e)
  • deps: Replaced 'punycode' with 'punycode.js' module (4a15157)
  • error on ks_c_5601-1987 (89572e0)
  • Fix produced text address list string according to rfc 2822 (#340) (6bae600)
  • handle simpleParser input stream error (faf9fc5)
  • punycode: Fixes #355 Deprecation warning of the punycode module (#356) (0f35330)
  • simple-parser: Buffer.from(string) default encode is utf-8,when input string‘s encode is gbk,result has some garbled (633e436)
  • test: updated test matrix (18, 20, 21) (a2ba9c2)
  • trigger new build (3cf6241)
  • trigger new build (7f2eb78)

3.8.1 (2025-11-05)

Bug Fixes

3.8.0 (2025-11-04)

Features

  • events: Emit a new headerLines event to gain access the raw headers (#364) (d33d7ec)

Bug Fixes

... (truncated)

Commits
  • 3e1e029 chore(master): release 3.9.0 [skip-ci]
  • b831000 Merge branch 'master' of github.com:nodemailer/mailparser
  • 3cf6241 fix: trigger new build
  • f80910c chore(master): release 3.8.1 [skip-ci]
  • 7f2eb78 fix: trigger new build
  • 9c32d09 chore: Rename release workflow file from .yml to .yaml
  • 0b96c7d chore(master): release 3.8.0 [skip-ci]
  • 0aa4c3a chore(deps): Renamed mailsplit to @​zone-eu/mailsplit
  • c895a0d chore: bootstrap Claude Code configuration
  • d24f96e fix(deps): Bumped Nodemailer to fix issue with long data URI's
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for mailparser since your current version.


Updates pdfjs-dist from 5.4.296 to 5.4.394

Release notes

Sourced from pdfjs-dist's releases.

v5.4.394

This release contains improvements for the annotation editor, accessibility, font conversion and performance.

Changes since v5.4.296

Commits
  • 2cc809a Merge pull request #20213 from lab-core/pointer-type
  • 6e7a6eb Merge pull request #20408 from calixteman/fix_mml_encoding
  • c696648 Merge pull request #20404 from mozilla/revert-20031-telemetry_signature_certi...
  • 6db2313 Don't set the MathML namespace for attributes in MathML tags (bug 1997343)
  • 27bb5fb Merge pull request #20406 from gregtatum/text-extractor
  • b7708da Address review feedback
  • 7fc5706 Merge pull request #20327 from edoardocavazza/collect-list-table-children
  • 26360c3 Add text extractor for an external service
  • a932a06 Revert unwanted change
  • 17cdd9b Move tables test to specific struct tree spec file
  • Additional commits viewable in compare view

Updates puppeteer from 24.26.1 to 24.29.1

Release notes

Sourced from puppeteer's releases.

puppeteer-core: v24.29.1

24.29.1 (2025-11-06)

🛠️ Fixes

puppeteer: v24.29.1

24.29.1 (2025-11-06)

♻️ Chores

  • puppeteer: Synchronize puppeteer versions

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.29.0 to 24.29.1

puppeteer-core: v24.29.0

24.29.0 (2025-11-05)

🎉 Features

🛠️ Fixes

  • do not wait for all targets when connecting (#14395) (0029495)
  • tasks and session management in ExtensionTransport (#14400) (47c92d6)

puppeteer: v24.29.0

24.29.0 (2025-11-05)

♻️ Chores

  • puppeteer: Synchronize puppeteer versions

Dependencies

  • The following workspace dependencies were updated

... (truncated)

Changelog

Sourced from puppeteer's changelog.

24.29.1 (2025-11-06)

♻️ Chores

  • puppeteer: Synchronize puppeteer versions

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.29.0 to 24.29.1

🛠️ Fixes

24.29.0 (2025-11-05)

♻️ Chores

  • puppeteer: Synchronize puppeteer versions

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.28.0 to 24.29.0

🎉 Features

🛠️ Fixes

  • do not wait for all targets when connecting (#14395) (0029495)
  • tasks and session management in ExtensionTransport (#14400) (47c92d6)

24.28.0 (2025-11-03)

... (truncated)

Commits

Updates typescript-eslint from 8.46.2 to 8.46.3

Release notes

Sourced from typescript-eslint's releases.

v8.46.3

8.46.3 (2025-11-03)

🩹 Fixes

  • eslint-plugin: [no-misused-promises] expand union type to retrieve target property (#11706)
  • eslint-plugin: [no-duplicate-enum-values] support signed numbers (#11722, #11723)

❤️ Thank You

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

Changelog

Sourced from typescript-eslint's changelog.

8.46.3 (2025-11-03)

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

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

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
puppeteer [>= 21.7.a, < 21.8]
pdfjs-dist [>= 4.0.a, < 4.1]
puppeteer [>= 22.0.a, < 22.1]
puppeteer [>= 22.1.a, < 22.2]
puppeteer [>= 22.3.a, < 22.4]
puppeteer [>= 22.5.a, < 22.6]
puppeteer [>= 22.6.a, < 22.7]
puppeteer [>= 22.4.a, < 22.5]
puppeteer [>= 22.2.a, < 22.3]
puppeteer [>= 22.7.a, < 22.8]

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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

dependabot bot and others added 8 commits November 2, 2025 22:02
Bumps the npm-deps group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@openpgp/web-stream-tools](https://github.com/openpgpjs/web-stream-tools) | `0.2.0` | `0.2.1` |
| [@types/chrome](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chrome) | `0.1.24` | `0.1.27` |
| [eslint](https://github.com/eslint/eslint) | `9.38.0` | `9.39.0` |
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `61.1.9` | `61.1.11` |
| [pdfjs-dist](https://github.com/mozilla/pdf.js) | `5.4.296` | `5.4.394` |
| [puppeteer](https://github.com/puppeteer/puppeteer) | `24.26.1` | `24.27.0` |


Updates `@openpgp/web-stream-tools` from 0.2.0 to 0.2.1
- [Commits](openpgpjs/web-stream-tools@v0.2.0...v0.2.1)

Updates `@types/chrome` from 0.1.24 to 0.1.27
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chrome)

Updates `eslint` from 9.38.0 to 9.39.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.38.0...v9.39.0)

Updates `eslint-plugin-jsdoc` from 61.1.9 to 61.1.11
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc)
- [Commits](gajus/eslint-plugin-jsdoc@v61.1.9...v61.1.11)

Updates `pdfjs-dist` from 5.4.296 to 5.4.394
- [Release notes](https://github.com/mozilla/pdf.js/releases)
- [Commits](mozilla/pdf.js@v5.4.296...v5.4.394)

Updates `puppeteer` from 24.26.1 to 24.27.0
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](puppeteer/puppeteer@puppeteer-v24.26.1...puppeteer-v24.27.0)

---
updated-dependencies:
- dependency-name: "@openpgp/web-stream-tools"
  dependency-version: 0.2.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: "@types/chrome"
  dependency-version: 0.1.27
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: eslint
  dependency-version: 9.39.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: eslint-plugin-jsdoc
  dependency-version: 61.1.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: pdfjs-dist
  dependency-version: 5.4.394
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: puppeteer
  dependency-version: 24.27.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
…dates

Bumps the npm-deps group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@openpgp/web-stream-tools](https://github.com/openpgpjs/web-stream-tools) | `0.2.0` | `0.2.1` |
| [@types/chrome](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chrome) | `0.1.24` | `0.1.27` |
| [eslint](https://github.com/eslint/eslint) | `9.38.0` | `9.39.1` |
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `61.1.9` | `61.1.12` |
| [googleapis](https://github.com/googleapis/google-api-nodejs-client) | `164.1.0` | `165.0.0` |
| [mailparser](https://github.com/nodemailer/mailparser) | `3.7.5` | `3.9.0` |
| [pdfjs-dist](https://github.com/mozilla/pdf.js) | `5.4.296` | `5.4.394` |
| [puppeteer](https://github.com/puppeteer/puppeteer) | `24.26.1` | `24.29.1` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.46.2` | `8.46.3` |



Updates `@openpgp/web-stream-tools` from 0.2.0 to 0.2.1
- [Commits](openpgpjs/web-stream-tools@v0.2.0...v0.2.1)

Updates `@types/chrome` from 0.1.24 to 0.1.27
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chrome)

Updates `eslint` from 9.38.0 to 9.39.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.38.0...v9.39.1)

Updates `eslint-plugin-jsdoc` from 61.1.9 to 61.1.12
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc)
- [Commits](gajus/eslint-plugin-jsdoc@v61.1.9...v61.1.12)

Updates `googleapis` from 164.1.0 to 165.0.0
- [Release notes](https://github.com/googleapis/google-api-nodejs-client/releases)
- [Changelog](https://github.com/googleapis/google-api-nodejs-client/blob/main/.release-please-manifest.json)
- [Commits](googleapis/google-api-nodejs-client@googleapis-v164.1.0...googleapis-v165.0.0)

Updates `mailparser` from 3.7.5 to 3.9.0
- [Release notes](https://github.com/nodemailer/mailparser/releases)
- [Changelog](https://github.com/nodemailer/mailparser/blob/master/CHANGELOG.md)
- [Commits](nodemailer/mailparser@v3.7.5...v3.9.0)

Updates `pdfjs-dist` from 5.4.296 to 5.4.394
- [Release notes](https://github.com/mozilla/pdf.js/releases)
- [Commits](mozilla/pdf.js@v5.4.296...v5.4.394)

Updates `puppeteer` from 24.26.1 to 24.29.1
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](puppeteer/puppeteer@puppeteer-v24.26.1...puppeteer-v24.29.1)

Updates `typescript-eslint` from 8.46.2 to 8.46.3
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.46.3/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@openpgp/web-stream-tools"
  dependency-version: 0.2.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: "@types/chrome"
  dependency-version: 0.1.27
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: eslint
  dependency-version: 9.39.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: eslint-plugin-jsdoc
  dependency-version: 61.1.12
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: googleapis
  dependency-version: 165.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-deps
- dependency-name: mailparser
  dependency-version: 3.9.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: pdfjs-dist
  dependency-version: 5.4.394
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: puppeteer
  dependency-version: 24.29.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: typescript-eslint
  dependency-version: 8.46.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from sosnovsky as a code owner November 9, 2025 22:03
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 9, 2025
@FlowCryptRobot FlowCryptRobot enabled auto-merge (squash) November 9, 2025 22:03
FlowCryptRobot
FlowCryptRobot previously approved these changes Nov 9, 2025
@ioanatflowcrypt
Copy link
Collaborator

@sosnovsky Please review

Copy link
Collaborator

@sosnovsky sosnovsky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

well done 👍

@FlowCryptRobot FlowCryptRobot merged commit a6ea692 into master Nov 10, 2025
12 checks passed
@FlowCryptRobot FlowCryptRobot deleted the dependabot/npm_and_yarn/npm-deps-ad749b6f07 branch November 10, 2025 14:34
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.

4 participants