Skip to content

Commit 4c49193

Browse files
build(deps-dev): bump the npm-deps group with 7 updates (#5954)
Bumps the npm-deps group with 7 updates: | Package | From | To | | --- | --- | --- | | [@types/chrome](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chrome) | `0.0.308` | `0.0.309` | | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `50.6.3` | `50.6.6` | | [lint-staged](https://github.com/lint-staged/lint-staged) | `15.4.3` | `15.5.0` | | [pdfjs-dist](https://github.com/mozilla/pdf.js) | `4.10.38` | `5.0.375` | | [stylelint](https://github.com/stylelint/stylelint) | `16.15.0` | `16.16.0` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.26.0` | `8.26.1` | | [undici-types](https://github.com/nodejs/undici) | `7.4.0` | `7.5.0` | Updates `@types/chrome` from 0.0.308 to 0.0.309 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chrome) Updates `eslint-plugin-jsdoc` from 50.6.3 to 50.6.6 - [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@v50.6.3...v50.6.6) Updates `lint-staged` from 15.4.3 to 15.5.0 - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md) - [Commits](lint-staged/lint-staged@v15.4.3...v15.5.0) Updates `pdfjs-dist` from 4.10.38 to 5.0.375 - [Release notes](https://github.com/mozilla/pdf.js/releases) - [Commits](mozilla/pdf.js@v4.10.38...v5.0.375) Updates `stylelint` from 16.15.0 to 16.16.0 - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](stylelint/stylelint@16.15.0...16.16.0) Updates `typescript-eslint` from 8.26.0 to 8.26.1 - [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.26.1/packages/typescript-eslint) Updates `undici-types` from 7.4.0 to 7.5.0 - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](nodejs/undici@v7.4.0...v7.5.0) --- updated-dependencies: - dependency-name: "@types/chrome" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-deps - dependency-name: eslint-plugin-jsdoc dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-deps - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-deps - dependency-name: pdfjs-dist dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-deps - dependency-name: stylelint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-deps - dependency-name: typescript-eslint dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-deps - dependency-name: undici-types dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-deps ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c45f516 commit 4c49193

File tree

2 files changed

+82
-82
lines changed

2 files changed

+82
-82
lines changed

package-lock.json

Lines changed: 75 additions & 75 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@openpgp/web-stream-tools": "^0.1.3",
1010
"@types/chai": "4.3.19",
1111
"@types/chai-as-promised": "7.1.8",
12-
"@types/chrome": "0.0.308",
12+
"@types/chrome": "0.0.309",
1313
"@types/jquery": "3.5.32",
1414
"@types/mailparser": "3.4.5",
1515
"ava": "5.3.1",
@@ -18,25 +18,25 @@
1818
"eslint": "9.22.0",
1919
"eslint-config-prettier": "^10.1.1",
2020
"eslint-plugin-header": "github:FlowCrypt/eslint-plugin-header",
21-
"eslint-plugin-jsdoc": "^50.6.3",
21+
"eslint-plugin-jsdoc": "^50.6.6",
2222
"eslint-plugin-local-rules": "^3.0.2",
2323
"eslint-plugin-no-null": "^1.0.2",
2424
"eslint-plugin-no-only-tests": "3.3.0",
2525
"eslint-plugin-prefer-arrow": "^1.2.3",
2626
"googleapis": "146.0.0",
2727
"husky": "^9.1.7",
28-
"lint-staged": "^15.4.3",
28+
"lint-staged": "^15.5.0",
2929
"mailparser": "3.7.2",
3030
"mkdirp": "3.0.1",
3131
"openpgp": "6.1.0",
32-
"pdfjs-dist": "4.10.38",
32+
"pdfjs-dist": "5.0.375",
3333
"prettier": "^3.5.2",
3434
"puppeteer": "24.4.0",
35-
"stylelint": "16.15.0",
35+
"stylelint": "16.16.0",
3636
"stylelint-config-standard": "37.0.0",
3737
"typescript": "5.8.2",
38-
"typescript-eslint": "^8.26.0",
39-
"undici-types": "^7.4.0",
38+
"typescript-eslint": "^8.26.1",
39+
"undici-types": "^7.5.0",
4040
"web-ext": "8.4.0",
4141
"webpack-cli": "^6.0.1"
4242
},

0 commit comments

Comments
 (0)