chore(deps): bump react-intersection-observer from 9.4.0 to 9.4.1 in /ui

Bumps [react-intersection-observer](https://github.com/thebuilder/react-intersection-observer) from 9.4.0 to 9.4.1.
- [Release notes](https://github.com/thebuilder/react-intersection-observer/releases)
- [Commits](https://github.com/thebuilder/react-intersection-observer/compare/v9.4.0...v9.4.1)

---
updated-dependencies:
- dependency-name: react-intersection-observer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-11-17 16:26:32 +00:00
committed by Łukasz Mierzwa
parent b8edf0d691
commit 16157e4b70
2 changed files with 9 additions and 9 deletions

16
ui/package-lock.json generated
View File

@@ -42,7 +42,7 @@
"react-dom": "17.0.2",
"react-hotkeys-hook": "3.4.7",
"react-idle-timer": "4.6.4",
"react-intersection-observer": "9.4.0",
"react-intersection-observer": "9.4.1",
"react-json-pretty": "2.2.0",
"react-linkify": "0.2.2",
"react-media-hook": "0.5.0",
@@ -29104,11 +29104,11 @@
}
},
"node_modules/react-intersection-observer": {
"version": "9.4.0",
"resolved": "https://registry.npmjs.org/react-intersection-observer/-/react-intersection-observer-9.4.0.tgz",
"integrity": "sha512-v0403CmomOVlzhqFXlzOxg0ziLcVq8mfbP0AwAcEQWgZmR2OulOT79Ikznw4UlB3N+jlUYqLMe4SDHUOyp0t2A==",
"version": "9.4.1",
"resolved": "https://registry.npmjs.org/react-intersection-observer/-/react-intersection-observer-9.4.1.tgz",
"integrity": "sha512-IXpIsPe6BleFOEHKzKh5UjwRUaz/JYS0lT/HPsupWEQou2hDqjhLMStc5zyE3eQVT4Fk3FufM8Fw33qW1uyeiw==",
"peerDependencies": {
"react": "^15.0.0 || ^16.0.0 || ^17.0.0|| ^18.0.0"
"react": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0"
}
},
"node_modules/react-is": {
@@ -58089,9 +58089,9 @@
"requires": {}
},
"react-intersection-observer": {
"version": "9.4.0",
"resolved": "https://registry.npmjs.org/react-intersection-observer/-/react-intersection-observer-9.4.0.tgz",
"integrity": "sha512-v0403CmomOVlzhqFXlzOxg0ziLcVq8mfbP0AwAcEQWgZmR2OulOT79Ikznw4UlB3N+jlUYqLMe4SDHUOyp0t2A==",
"version": "9.4.1",
"resolved": "https://registry.npmjs.org/react-intersection-observer/-/react-intersection-observer-9.4.1.tgz",
"integrity": "sha512-IXpIsPe6BleFOEHKzKh5UjwRUaz/JYS0lT/HPsupWEQou2hDqjhLMStc5zyE3eQVT4Fk3FufM8Fw33qW1uyeiw==",
"requires": {}
},
"react-is": {

View File

@@ -41,7 +41,7 @@
"react-dom": "17.0.2",
"react-hotkeys-hook": "3.4.7",
"react-idle-timer": "4.6.4",
"react-intersection-observer": "9.4.0",
"react-intersection-observer": "9.4.1",
"react-json-pretty": "2.2.0",
"react-linkify": "0.2.2",
"react-media-hook": "0.5.0",