Skip to content

Commit b31ee12

Browse files
committed
fix: lock down packageurl-js version
packageurl-js@1.2.0 is the latest version that still allows percent-encuded "+" signs in purl versions
1 parent b460b6c commit b31ee12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"lodash.union": "^4.6.0",
6565
"lodash.values": "^4.3.0",
6666
"object-hash": "^3.0.0",
67-
"packageurl-js": "^1.0.0",
67+
"packageurl-js": "1.2.0",
6868
"semver": "^7.0.0",
6969
"tslib": "^2"
7070
}

0 commit comments

Comments
 (0)