We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 685528d commit 4e88522Copy full SHA for 4e88522
HISTORY.md
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
5
## unreleased
6
7
+* Misc
8
+ * Widened dependency `spdx-expression-parse@^3.0.1||^4`, was `@^3.0.1` (via [#993])
9
+
10
+[#993]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/993
11
12
## 6.1.1 -- 2023-12-01
13
14
Maintenance release.
package.json
@@ -67,7 +67,7 @@
67
},
68
"dependencies": {
69
"packageurl-js": ">=0.0.6 <0.0.8 || ^1",
70
- "spdx-expression-parse": "^3.0.1"
+ "spdx-expression-parse": "^3.0.1 || ^4"
71
72
"optionalDependencies": {
73
"ajv": "^8.12.0",
0 commit comments