From 4d70ce5b514b75c2278f6e1275a09b7bf16f0fa3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 19:32:20 +0000 Subject: [PATCH] Bump strip-bom from 3.0.0 to 5.0.0 Bumps [strip-bom](https://github.com/sindresorhus/strip-bom) from 3.0.0 to 5.0.0. - [Release notes](https://github.com/sindresorhus/strip-bom/releases) - [Commits](https://github.com/sindresorhus/strip-bom/compare/v3.0.0...v5.0.0) --- updated-dependencies: - dependency-name: strip-bom dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 13 ++++++++----- package.json | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index b3c1c095..4237b9c2 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" }, @@ -7171,12 +7171,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 3ef68777..7ea89a5b 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" },