port-numbers 8.0.10 → 8.0.11

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/index.json +1 -1
  2. package/package.json +5 -6
package/index.json CHANGED
@@ -44745,7 +44745,7 @@
44745
44745
  ],
44746
44746
  "10809/tcp": [
44747
44747
  "nbd",
44748
- "Linux Network Block Device"
44748
+ "Network Block Device"
44749
44749
  ],
44750
44750
  "10809/udp": [
44751
44751
  "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "port-numbers",
3
- "version": "8.0.10",
3
+ "version": "8.0.11",
4
4
  "description": "Holds information on network port numbers, based on IANA's data",
5
5
  "author": "silverwind",
6
6
  "repository": {
@@ -18,11 +18,10 @@
18
18
  "devDependencies": {
19
19
  "d3-dsv": "3.0.1",
20
20
  "eslint": "8.57.0",
21
- "eslint-config-silverwind": "80.0.4",
22
- "undici": "6.6.2",
23
- "updates": "15.1.2",
21
+ "eslint-config-silverwind": "83.0.2",
22
+ "updates": "16.0.1",
24
23
  "versions": "12.0.1",
25
- "vitest": "1.3.1",
26
- "vitest-config-silverwind": "5.1.1"
24
+ "vitest": "1.5.0",
25
+ "vitest-config-silverwind": "8.0.4"
27
26
  }
28
27
  }