diff --git a/package-lock.json b/package-lock.json index 86ccb153..fc63dacf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6111,18 +6111,18 @@ } }, "node_modules/string-strip-html": { - "version": "13.5.0", - "resolved": "https://registry.npmjs.org/string-strip-html/-/string-strip-html-13.5.0.tgz", - "integrity": "sha512-U2ZnVRhqLuCvczaZEyk7yz4Mu91VfNHGOKtulm2Y5m8I69mp2Epr7NeoDaBxrscAQAX/gNuUQEikzaPXBWH/5g==", + "version": "13.5.3", + "resolved": "https://registry.npmjs.org/string-strip-html/-/string-strip-html-13.5.3.tgz", + "integrity": "sha512-MjrGYjcyOfY8VLXpbEJRtiHLFkWRRIdRt7hcBxGUo2GGM/YSyIfiRQ3q0y2pb+RwYHUfVbw3euuyLzxqyxhyIA==", "license": "MIT", "dependencies": { "@types/lodash-es": "^4.17.12", - "codsen-utils": "^1.7.0", + "codsen-utils": "^1.7.3", "html-entities": "^2.6.0", - "lodash-es": "^4.17.21", - "ranges-apply": "^7.1.0", - "ranges-push": "^7.1.0", - "string-left-right": "^6.1.0" + "lodash-es": "^4.17.22", + "ranges-apply": "^7.1.3", + "ranges-push": "^7.1.3", + "string-left-right": "^6.1.3" }, "engines": { "node": ">=14.18.0"