Skip to content

Commit 2e316fb

Browse files
chore(deps): bump the all-dependencies group across 1 directory with 6 updates
Bumps the all-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [whatwg-url](https://github.com/jsdom/whatwg-url) | `14.1.1` | `14.2.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.13.8` | `22.13.13` | | [jest-html-reporter](https://github.com/Hargne/jest-html-reporter) | `4.0.1` | `4.1.0` | | [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.2.6` | `29.3.0` | | [typedoc](https://github.com/TypeStrong/TypeDoc) | `0.27.9` | `0.28.1` | | [typedoc-plugin-markdown](https://github.com/typedoc2md/typedoc-plugin-markdown/tree/HEAD/packages/typedoc-plugin-markdown) | `4.4.2` | `4.6.0` | Updates `whatwg-url` from 14.1.1 to 14.2.0 - [Release notes](https://github.com/jsdom/whatwg-url/releases) - [Commits](jsdom/whatwg-url@v14.1.1...v14.2.0) Updates `@types/node` from 22.13.8 to 22.13.13 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `jest-html-reporter` from 4.0.1 to 4.1.0 - [Release notes](https://github.com/Hargne/jest-html-reporter/releases) - [Commits](Hargne/jest-html-reporter@4.0.1...4.1.0) Updates `ts-jest` from 29.2.6 to 29.3.0 - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md) - [Commits](kulshekhar/ts-jest@v29.2.6...v29.3.0) Updates `typedoc` from 0.27.9 to 0.28.1 - [Release notes](https://github.com/TypeStrong/TypeDoc/releases) - [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md) - [Commits](TypeStrong/typedoc@v0.27.9...v0.28.1) Updates `typedoc-plugin-markdown` from 4.4.2 to 4.6.0 - [Release notes](https://github.com/typedoc2md/typedoc-plugin-markdown/releases) - [Changelog](https://github.com/typedoc2md/typedoc-plugin-markdown/blob/main/packages/typedoc-plugin-markdown/CHANGELOG.md) - [Commits](https://github.com/typedoc2md/typedoc-plugin-markdown/commits/typedoc-plugin-markdown@4.6.0/packages/typedoc-plugin-markdown) --- updated-dependencies: - dependency-name: whatwg-url dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: jest-html-reporter dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: ts-jest dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: typedoc dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: typedoc-plugin-markdown dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b449bd0 commit 2e316fb

File tree

2 files changed

+74
-57
lines changed

2 files changed

+74
-57
lines changed

package-lock.json

+68-51
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"eventemitter3": "^5.0.1",
4747
"lz4js": "^0.2.0",
4848
"socket.io-client": "^4.8.1",
49-
"whatwg-url": "^14.1.1"
49+
"whatwg-url": "^14.2.0"
5050
},
5151
"peerDependencies": {
5252
"react-native-quick-base64": "*",
@@ -57,19 +57,19 @@
5757
"devDependencies": {
5858
"@types/jest": "^29.5.14",
5959
"@types/lz4": "^0.6.4",
60-
"@types/node": "^22.13.8",
60+
"@types/node": "^22.13.13",
6161
"@types/whatwg-url": "^13.0.0",
6262
"dotenv": "^16.4.7",
6363
"dotenv-cli": "^8.0.0",
6464
"husky": "^9.1.7",
6565
"jest": "^29.7.0",
66-
"jest-html-reporter": "^4.0.1",
66+
"jest-html-reporter": "^4.1.0",
6767
"prettier": "^3.5.3",
6868
"sqlite3": "^5.1.7",
69-
"ts-jest": "^29.2.6",
69+
"ts-jest": "^29.3.0",
7070
"ts-node": "^10.9.2",
71-
"typedoc": "^0.27.9",
72-
"typedoc-plugin-markdown": "^4.4.2",
71+
"typedoc": "^0.28.1",
72+
"typedoc-plugin-markdown": "^4.6.0",
7373
"typescript": "^5.8.2",
7474
"webpack": "^5.98.0",
7575
"webpack-cli": "^6.0.1"

0 commit comments

Comments
 (0)