Add character decoding

This commit is contained in:
Justin Hutchings
2022-10-04 14:26:24 -07:00
parent 22ec523d65
commit ab368561f7
6 changed files with 413 additions and 7 deletions
+15 -1
View File
@@ -12,7 +12,8 @@
"@actions/core": "^1.2.5",
"@actions/github": "^5.1.1",
"@github/dependency-submission-toolkit": "^1.2.2",
"fs": "^0.0.1-security"
"fs": "^0.0.1-security",
"he": "^1.2.0"
},
"devDependencies": {
"@vercel/ncc": "^0.31.1",
@@ -2626,6 +2627,14 @@
"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",
@@ -7091,6 +7100,11 @@
"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",