diff --git a/src/package-lock.json b/src/package-lock.json index 0181f7cc..293c2544 100644 --- a/src/package-lock.json +++ b/src/package-lock.json @@ -44,7 +44,7 @@ "react-aria-components": "^1.5.0", "react-dom": "19.0.0", "react-hotkeys-hook": "^4.6.1", - "react-remove-scroll": "^2.6.2", + "react-remove-scroll": "^2.6.3", "react-wrap-balancer": "^1.1.1", "rehype": "^13.0.2", "rehype-pretty-code": "^0.14.0", @@ -12401,16 +12401,16 @@ "license": "MIT" }, "node_modules/react-remove-scroll": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/react-remove-scroll/-/react-remove-scroll-2.6.2.tgz", - "integrity": "sha512-KmONPx5fnlXYJQqC62Q+lwIeAk64ws/cUw6omIumRzMRPqgnYqhSSti99nbj0Ry13bv7dF+BKn7NB+OqkdZGTw==", + "version": "2.6.3", + "resolved": "https://registry.npmjs.org/react-remove-scroll/-/react-remove-scroll-2.6.3.tgz", + "integrity": "sha512-pnAi91oOk8g8ABQKGF5/M9qxmmOPxaAnopyTHYfqYEwJhyFrbbBtHuSgtKEoH0jpcxx5o3hXqH1mNd9/Oi+8iQ==", "license": "MIT", "dependencies": { "react-remove-scroll-bar": "^2.3.7", - "react-style-singleton": "^2.2.1", + "react-style-singleton": "^2.2.3", "tslib": "^2.1.0", "use-callback-ref": "^1.3.3", - "use-sidecar": "^1.1.2" + "use-sidecar": "^1.1.3" }, "engines": { "node": ">=10" diff --git a/src/package.json b/src/package.json index 896fa11b..1fcf5317 100644 --- a/src/package.json +++ b/src/package.json @@ -65,7 +65,7 @@ "react-aria-components": "^1.5.0", "react-dom": "19.0.0", "react-hotkeys-hook": "^4.6.1", - "react-remove-scroll": "^2.6.2", + "react-remove-scroll": "^2.6.3", "react-wrap-balancer": "^1.1.1", "rehype": "^13.0.2", "rehype-pretty-code": "^0.14.0",