diff --git a/package-lock.json b/package-lock.json index a0b3057b1..14baf72a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "get-stream": "^6.0.1", "lodash": "^4.17.21", "sax": "^1.4.1", - "strip-bom": "^3.0.0", + "strip-bom": "^5.0.0", "whatwg-mimetype": "4.0.0", "xml-crypto": "^6.1.2" }, @@ -5980,12 +5980,15 @@ } }, "node_modules/strip-bom": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", - "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-5.0.0.tgz", + "integrity": "sha512-p+byADHF7SzEcVnLvc/r3uognM1hUhObuHXxJcgLCfD194XAkaLbjq3Wzb0N5G2tgIjH0dgT708Z51QxMeu60A==", "license": "MIT", "engines": { - "node": ">=4" + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/strip-json-comments": { diff --git a/package.json b/package.json index 04bb46710..45307d0c4 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "get-stream": "^6.0.1", "lodash": "^4.17.21", "sax": "^1.4.1", - "strip-bom": "^3.0.0", + "strip-bom": "^5.0.0", "whatwg-mimetype": "4.0.0", "xml-crypto": "^6.1.2" },