Skip to content

Commit 6def448

Browse files
committed
fix: test
1 parent 929057a commit 6def448

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package-audit.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ const AUDIT_EXCEPTIONS = [
2222
'http-cache-semantics',
2323
'cacheable-request',
2424
// look into updating after release
25-
'dns-packet'
25+
'dns-packet',
26+
'decode-uri-component'
2627
];
2728
const execute = (command, callback) => {
2829
exec(

0 commit comments

Comments
 (0)