fix: upgrade react-big-calendar from 1.9.1 to 1.9.2

Snyk has created this PR to upgrade react-big-calendar from 1.9.1 to 1.9.2.

See this package in npm:
https://www.npmjs.com/package/react-big-calendar

See this project in Snyk:
https://app.snyk.io/org/oneuptime-RsC2nshvQ2Vnr35jHvMnMP/project/47001ef1-7b3a-49c2-88cd-8025c56346d0?utm_source=github&utm_medium=referral&page=upgrade-pr
This commit is contained in:
snyk-bot 2024-03-01 18:29:38 +00:00
parent a01616fe58
commit 5fc3acc0ee
No known key found for this signature in database
GPG Key ID: 78AC5AE55A47A65B
2 changed files with 5 additions and 5 deletions

View File

@ -29,7 +29,7 @@
"prop-types": "^15.8.1", "prop-types": "^15.8.1",
"react": "^18.2.0", "react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1", "react-beautiful-dnd": "^13.1.1",
"react-big-calendar": "^1.9.1", "react-big-calendar": "^1.9.2",
"react-color": "^2.19.3", "react-color": "^2.19.3",
"react-dom": "^18.1.0", "react-dom": "^18.1.0",
"react-dropzone": "^14.2.2", "react-dropzone": "^14.2.2",
@ -7195,9 +7195,9 @@
} }
}, },
"node_modules/react-big-calendar": { "node_modules/react-big-calendar": {
"version": "1.9.1", "version": "1.9.2",
"resolved": "https://registry.npmjs.org/react-big-calendar/-/react-big-calendar-1.9.1.tgz", "resolved": "https://registry.npmjs.org/react-big-calendar/-/react-big-calendar-1.9.2.tgz",
"integrity": "sha512-wS6YOeTN7UAYVDHX9lQ2//y+NK7xfgEiZAosp1USY4nf2oU3ooLVv6Voa45aiHWGO8q7UI096Ml5SfxSq91TqQ==", "integrity": "sha512-8ahkUDYkR0+QHCDRspG0PVA3Owl+MS2FM1IP1zgx4ShcU7QAXmy33QdIBHw1g3Pb/Xm4RMpluEo9CPpuVzUIcA==",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.20.7", "@babel/runtime": "^7.20.7",
"clsx": "^1.2.1", "clsx": "^1.2.1",

View File

@ -34,7 +34,7 @@
"prop-types": "^15.8.1", "prop-types": "^15.8.1",
"react": "^18.2.0", "react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1", "react-beautiful-dnd": "^13.1.1",
"react-big-calendar": "^1.9.1", "react-big-calendar": "^1.9.2",
"react-color": "^2.19.3", "react-color": "^2.19.3",
"react-dom": "^18.1.0", "react-dom": "^18.1.0",
"react-dropzone": "^14.2.2", "react-dropzone": "^14.2.2",