Skip to content

Commit b31ee12

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
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)