Fix encoding issues

This commit is contained in:
Justin Hutchings
2022-10-04 14:35:19 -07:00
parent 91ced30844
commit 7c3b372567
5 changed files with 6 additions and 412 deletions
+1 -15
View File
@@ -12,8 +12,7 @@
"@actions/core": "^1.2.5",
"@actions/github": "^5.1.1",
"@github/dependency-submission-toolkit": "^1.2.2",
"fs": "^0.0.1-security",
"he": "^1.2.0"
"fs": "^0.0.1-security"
},
"devDependencies": {
"@vercel/ncc": "^0.31.1",
@@ -2627,14 +2626,6 @@
"node": ">=4"
}
},
"node_modules/he": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz",
"integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==",
"bin": {
"he": "bin/he"
}
},
"node_modules/html-encoding-sniffer": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-2.0.1.tgz",
@@ -7100,11 +7091,6 @@
"integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=",
"dev": true
},
"he": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz",
"integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw=="
},
"html-encoding-sniffer": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-2.0.1.tgz",