diff --git a/angular.json b/angular.json index ee656ce2..4ab6e3f9 100644 --- a/angular.json +++ b/angular.json @@ -20,7 +20,6 @@ "tsConfig": "tsconfig.app.json", "allowedCommonJsDependencies": [ "@fnando/sparkline", - "dompurify", "fetch-jsonp", "stream" ], diff --git a/package.json b/package.json index 80bca245..6ae36b32 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,6 @@ "@slickgrid-universal/graphql": "~5.10.1", "@slickgrid-universal/odata": "~5.10.1", "@slickgrid-universal/text-export": "~5.10.1", - "@types/dompurify": "^3.0.5", "@types/fnando__sparkline": "^0.3.7", "@types/jest": "^29.5.14", "@types/node": "^22.9.0", @@ -104,7 +103,7 @@ "custom-event-polyfill": "^1.0.7", "cypress": "^13.15.2", "cypress-real-events": "^1.13.0", - "dompurify": "^3.1.7", + "dompurify": "^3.2.1", "eslint": "^9.14.0", "eslint-plugin-cypress": "^4.1.0", "eslint-plugin-n": "^17.13.1", diff --git a/yarn.lock b/yarn.lock index 24da1f3b..17da45fe 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3218,13 +3218,6 @@ dependencies: "@types/node" "*" -"@types/dompurify@^3.0.5": - version "3.0.5" - resolved "https://registry.yarnpkg.com/@types/dompurify/-/dompurify-3.0.5.tgz#02069a2fcb89a163bacf1a788f73cb415dd75cb7" - integrity sha512-1Wg0g3BtQF7sSb27fJQAKck1HECM6zV1EB66j8JH9i3LCjYabJa0FSdiSgsD5K/RbrsR0SiraKacLB+T8ZVYAg== - dependencies: - "@types/trusted-types" "*" - "@types/estree@1.0.5", "@types/estree@^1.0.0", "@types/estree@^1.0.5": version "1.0.5" resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.5.tgz#a6ce3e556e00fd9895dd872dd172ad0d4bd687f4" @@ -3439,7 +3432,7 @@ resolved "https://registry.yarnpkg.com/@types/tough-cookie/-/tough-cookie-4.0.5.tgz#cb6e2a691b70cb177c6e3ae9c1d2e8b2ea8cd304" integrity sha512-/Ad8+nIOV7Rl++6f1BdKxFSMgmoqEoYbHRpPcx3JEfv8VRsQe9Z4mCXeJBzxs7mbHY/XOZZuXlRNfhpVPbs6ZA== -"@types/trusted-types@*", "@types/trusted-types@^2.0.7": +"@types/trusted-types@^2.0.7": version "2.0.7" resolved "https://registry.yarnpkg.com/@types/trusted-types/-/trusted-types-2.0.7.tgz#baccb07a970b91707df3a3e8ba6896c57ead2d11" integrity sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw== @@ -5305,10 +5298,12 @@ domhandler@^5.0.2, domhandler@^5.0.3: dependencies: domelementtype "^2.3.0" -dompurify@^3.1.7: - version "3.1.7" - resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.1.7.tgz#711a8c96479fb6ced93453732c160c3c72418a6a" - integrity sha512-VaTstWtsneJY8xzy7DekmYWEOZcmzIe3Qb3zPd4STve1OBTa+e+WmS1ITQec1fZYXI3HCsOZZiSMpG6oxoWMWQ== +dompurify@^3.2.1: + version "3.2.1" + resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.2.1.tgz#d480972aeb1a59eb8ac47cba95558fbd72a0127b" + integrity sha512-NBHEsc0/kzRYQd+AY6HR6B/IgsqzBABrqJbpCDQII/OK6h7B7LXzweZTDsqSW2LkTRpoxf18YUP+YjGySk6B3w== + optionalDependencies: + "@types/trusted-types" "^2.0.7" domutils@^3.0.1: version "3.1.0"