@d1g1tal/media-type 6.0.7 → 6.0.8

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 +6 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## [6.0.8](https://github.com/D1g1talEntr0py/media-type/compare/v6.0.7...v6.0.8) (2026-04-07)
2
+
3
+ ### Bug Fixes
4
+
5
+ * **deps:** run fresh install to get the most up to date transient dependencies to finally address CVE-2026-39363 (c44a3ff727a06703013f59a9413d36440d7b46c5)
6
+
1
7
  ## [6.0.7](https://github.com/D1g1talEntr0py/media-type/compare/v6.0.6...v6.0.7) (2026-04-07)
2
8
 
3
9
  ### Bug Fixes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@d1g1tal/media-type",
3
3
  "author": "D1g1talEntr0py",
4
- "version": "6.0.7",
4
+ "version": "6.0.8",
5
5
  "license": "MIT",
6
6
  "description": "Parses, serializes, and manipulates media types, according to the WHATWG MIME Sniffing Standard",
7
7
  "homepage": "https://github.com/D1g1talEntr0py/media-type#readme",