Skip to content

Commit 9cf8ed0

Browse files
committed
Merge remote-tracking branch 'upstream/main' into task/RNTL-25108-sync-fork
2 parents 3f70306 + 12fb858 commit 9cf8ed0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aedes-packet",
3-
"version": "3.0.100",
3+
"version": "3.0.101",
44
"description": "Basic data structure for packets in Aedes ",
55
"main": "packet.js",
66
"types": "packet.d.ts",
@@ -47,19 +47,19 @@
4747
"node": ">=14"
4848
},
4949
"dependencies": {
50-
"mqtt-packet": "^8.1.1"
50+
"mqtt-packet": "^9.0.0"
5151
},
5252
"devDependencies": {
53-
"@types/node": "^18.6.3",
53+
"@types/node": "^20.12.4",
5454
"@typescript-eslint/eslint-plugin": "^5.32.0",
5555
"@typescript-eslint/parser": "^5.32.0",
56-
"faucet": "0.0.1",
56+
"faucet": "0.0.4",
5757
"license-checker": "^25.0.1",
58-
"markdownlint-cli": "^0.32.1",
58+
"markdownlint-cli": "^0.34.0",
5959
"pre-commit": "^1.2.2",
6060
"snazzy": "^9.0.0",
6161
"standard": "^17.0.0",
6262
"tap": "^16.3.0",
63-
"typescript": "^4.7.4"
63+
"typescript": "^5.0.2"
6464
}
6565
}

0 commit comments

Comments
 (0)