Bump react-grid-layout from 1.4.1 to 1.4.2 in /frontend (#864)

Bumps [react-grid-layout](https://github.com/STRML/react-grid-layout) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/STRML/react-grid-layout/releases)
- [Changelog](https://github.com/react-grid-layout/react-grid-layout/blob/master/CHANGELOG.md)
- [Commits](https://github.com/STRML/react-grid-layout/compare/1.4.1...1.4.2)

---
updated-dependencies:
- dependency-name: react-grid-layout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-10-04 10:05:13 +00:00 committed by GitHub
parent b8218f7cab
commit 5a262fd6e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -36,7 +36,7 @@
"react": "^18.2.0",
"react-countdown": "^2.3.5",
"react-dom": "^18.2.0",
"react-grid-layout": "^1.4.1",
"react-grid-layout": "^1.4.2",
"react-i18next": "^13.2.2",
"react-image": "^4.1.0",
"react-qr-code": "^2.0.11",
@ -14048,9 +14048,9 @@
}
},
"node_modules/react-grid-layout": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/react-grid-layout/-/react-grid-layout-1.4.1.tgz",
"integrity": "sha512-5cZAtZE6ahVhgCRex4wvL1ey9+UOHYAPKkxqGMy1p5jGQ5zaiPYKebvpmYJHQSJA2x/89aexza/PRY4c3iqHpA==",
"version": "1.4.2",
"resolved": "https://registry.npmjs.org/react-grid-layout/-/react-grid-layout-1.4.2.tgz",
"integrity": "sha512-LLOZogtw5XNHbdCquKQRG/Dspjyfelk+kE9DKRbLUl3UArFRQu/IiH+aPcjh+wSkSHUjf+Rv32ueEYigbGzRLQ==",
"dependencies": {
"clsx": "^2.0.0",
"fast-equals": "^4.0.3",

View File

@ -74,7 +74,7 @@
"react": "^18.2.0",
"react-countdown": "^2.3.5",
"react-dom": "^18.2.0",
"react-grid-layout": "^1.4.1",
"react-grid-layout": "^1.4.2",
"react-i18next": "^13.2.2",
"react-image": "^4.1.0",
"react-qr-code": "^2.0.11",