diff --git a/package-lock.json b/package-lock.json index 31b6eaa1..6ec51345 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "react": "^17.0.2", "react-dom": "^17.0.2", "react-router-dom": "^6.27.0", - "react-sticky-el": "^2.0.9", + "react-sticky-el": "^2.1.1", "web-vitals": "^2.1.3", "xlsx": "^0.18.5" }, @@ -15504,9 +15504,10 @@ } }, "node_modules/react-sticky-el": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/react-sticky-el/-/react-sticky-el-2.1.0.tgz", - "integrity": "sha512-oo+a2GedF4QMfCfm20e9gD+RuuQp/ngvwGMUXAXpST+h4WnmKhuv7x6MQ4X/e3AHiLYgE0zDyJo1Pzo8m51KpA==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/react-sticky-el/-/react-sticky-el-2.1.1.tgz", + "integrity": "sha512-likcCH5HN86qQGdOMbvMMJQXJQzelvxuGovFglnBlu8qqgPaee90hO4sws9oSwnsnRPows6Ry7RAd+tazVCS+w==", + "license": "MIT", "peerDependencies": { "react": ">=16.3.0", "react-dom": ">=16.3.0" diff --git a/package.json b/package.json index 0e129008..cdbafcbb 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "react": "^17.0.2", "react-dom": "^17.0.2", "react-router-dom": "^6.27.0", - "react-sticky-el": "^2.0.9", + "react-sticky-el": "^2.1.1", "web-vitals": "^2.1.3", "xlsx": "^0.18.5" },