probing 5.0.1 → 5.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +2 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Versions
2
2
 
3
- ## Version 5.0.1
3
+ ## Version 5.0.2
4
4
 
5
5
  - Node.js 18 or higher is now required
6
6
 
package/package.json CHANGED
@@ -9,8 +9,7 @@
9
9
  "dependencies": {
10
10
  "async": "3.2.5",
11
11
  "asyncjs-util": "1.2.12",
12
- "bolt07": "1.8.4",
13
- "ln-service": "57.13.0"
12
+ "ln-service": "57.14.2"
14
13
  },
15
14
  "description": "Lightning Network probing utilities",
16
15
  "engines": {
@@ -31,5 +30,5 @@
31
30
  "scripts": {
32
31
  "test": "npx nyc@15.1 node --experimental-test-coverage --test"
33
32
  },
34
- "version": "5.0.1"
33
+ "version": "5.0.2"
35
34
  }