diff --git a/package-lock.json b/package-lock.json index 722699edf..d9bb9a241 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,6 +17,7 @@ "@microsoft/applicationinsights-react-js": "^17.3.4", "@microsoft/applicationinsights-web": "^3.3.4", "@react-spring/web": "^9.7.5", + "@rollup/rollup-linux-x64-gnu": "4.29.1", "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.1.0", @@ -106,7 +107,7 @@ "react-swipeable": "^7.0.2", "react-test-renderer": "^18.3.1", "recoil": "^0.7.7", - "sanitize-html": "^2.13.1", + "sanitize-html": "^2.14.0", "sass": "^1.83.0", "slugme": "^1.1.1", "supercluster": "^7.1.5", @@ -138,7 +139,7 @@ "npm": ">=10.8.1" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "4.28.1" + "@rollup/rollup-linux-x64-gnu": "4.29.1" } }, "node_modules/@adobe/css-tools": { @@ -3858,13 +3859,12 @@ ] }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.28.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.28.1.tgz", - "integrity": "sha512-fzgeABz7rrAlKYB0y2kSEiURrI0691CSL0+KXwKwhxvj92VULEDQLpBYLHpF49MSiPG4sq5CK3qHMnb9tlCjBw==", + "version": "4.29.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.29.1.tgz", + "integrity": "sha512-87xYCwb0cPGZFoGiErT1eDcssByaLX4fc0z2nRM6eMtV9njAfEE6OW3UniAoDhX4Iq5xQVpE6qO9aJbCFumKYQ==", "cpu": [ "x64" ], - "license": "MIT", "optional": true, "os": [ "linux" @@ -16233,10 +16233,9 @@ "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" }, "node_modules/sanitize-html": { - "version": "2.13.1", - "resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.13.1.tgz", - "integrity": "sha512-ZXtKq89oue4RP7abL9wp/9URJcqQNABB5GGJ2acW1sdO8JTVl92f4ygD7Yc9Ze09VAZhnt2zegeU0tbNsdcLYg==", - "license": "MIT", + "version": "2.14.0", + "resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.14.0.tgz", + "integrity": "sha512-CafX+IUPxZshXqqRaG9ZClSlfPVjSxI0td7n07hk8QO2oO+9JDnlcL8iM8TWeOXOIBFgIOx6zioTzM53AOMn3g==", "dependencies": { "deepmerge": "^4.2.2", "escape-string-regexp": "^4.0.0", diff --git a/package.json b/package.json index bb32249c2..a5052938d 100644 --- a/package.json +++ b/package.json @@ -135,7 +135,7 @@ "react-swipeable": "^7.0.2", "react-test-renderer": "^18.3.1", "recoil": "^0.7.7", - "sanitize-html": "^2.13.1", + "sanitize-html": "^2.14.0", "sass": "^1.83.0", "slugme": "^1.1.1", "supercluster": "^7.1.5", @@ -152,7 +152,7 @@ "xlsx": "file:vendor/xlsx-0.20.2.tgz" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "4.28.1" + "@rollup/rollup-linux-x64-gnu": "4.29.1" }, "devDependencies": { "@eslint/js": "^9.17.0",