diff --git a/package-lock.json b/package-lock.json index 3b9f82c7..19059e81 100644 --- a/package-lock.json +++ b/package-lock.json @@ -55,7 +55,7 @@ "jest": "29.6.1", "jest-environment-jsdom": "29.6.1", "mini-css-extract-plugin": "1.6.2", - "parse5": "7.1.2", + "parse5": "7.2.1", "postcss": "8.4.49", "postcss-custom-media": "10.0.8", "postcss-loader": "7.3.4", @@ -10655,11 +10655,12 @@ } }, "node_modules/parse5": { - "version": "7.1.2", - "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.1.2.tgz", - "integrity": "sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==", + "version": "7.2.1", + "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.2.1.tgz", + "integrity": "sha512-BuBYQYlv1ckiPdQi/ohiivi9Sagc9JG+Ozs0r7b/0iK3sKmrb0b9FdWdBbOdx6hBCM/F9Ir82ofnBhtZOjCRPQ==", + "license": "MIT", "dependencies": { - "entities": "^4.4.0" + "entities": "^4.5.0" }, "funding": { "url": "https://github.com/inikulin/parse5?sponsor=1" diff --git a/package.json b/package.json index da45d2ab..6b77ddd6 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "jest": "29.6.1", "jest-environment-jsdom": "29.6.1", "mini-css-extract-plugin": "1.6.2", - "parse5": "7.1.2", + "parse5": "7.2.1", "postcss": "8.4.49", "postcss-custom-media": "10.0.8", "postcss-loader": "7.3.4",