Bump packages

This commit is contained in:
Regalijan 2024-12-15 02:03:26 -05:00
parent b0a146691b
commit d67f8f9fff
Signed by: regalijan
GPG Key ID: 5D4196DA269EF520
2 changed files with 109 additions and 90 deletions

View File

@ -1,62 +1,67 @@
[ [
{ {
"id": "165594923586945025", "id": "165594923586945025",
"tag": "panwells", "tag": "Panwells",
"position": "Game Creator" "position": "Game Creator"
}, },
{ {
"id": "1053817029502709820", "id": "1053817029502709820",
"tag": "socalifornian", "tag": "SoCalifornian",
"position": "Scripter" "position": "Scripter"
}, },
{ {
"id": "289372404541554689", "id": "289372404541554689",
"tag": "skilledon", "tag": "SkilledOn",
"position": "Community Manager/Developer" "position": "Community Manager/Developer"
}, },
{ {
"id": "272138724488249345", "id": "272138724488249345",
"tag": "exoniphy", "tag": "Exoniphy",
"position": "Developer" "position": "Developer"
}, },
{ {
"id": "396347223736057866", "id": "396347223736057866",
"tag": "regalijan", "tag": "Regalijan",
"position": "Head of Forum Moderation" "position": "Head of Forum Moderation"
}, },
{ {
"id": "165047934113677312", "id": "165047934113677312",
"tag": "_virt", "tag": "Virtruvious",
"position": "Director of Discord Moderation" "position": "Director of Discord Moderation"
}, },
{ {
"id": "135418199083581440", "id": "135418199083581440",
"tag": "perrytheplatypus.", "tag": "Dan",
"position": "Head of Discord Moderation" "position": "Head of Discord Moderation"
}, },
{ {
"id": "385572238331478016", "id": "385572238331478016",
"tag": "nahwho", "tag": "Nahu",
"position": "Head of Discord Moderation" "position": "Head of Discord Moderation"
}, },
{ {
"id": "151098768807165952", "id": "151098768807165952",
"tag": "redious", "tag": "Redious",
"position": "Director of Wall Moderation" "position": "Director of Wall Moderation"
}, },
{ {
"id": "430533277384704010", "id": "430533277384704010",
"tag": ".mason", "tag": "Mason",
"position": "Head of Wall Moderation" "position": "Head of Wall Moderation"
}, },
{ {
"id": "392947931336146945", "id": "392947931336146945",
"tag": "3row.", "tag": "3_Row",
"position": "Head of Wall Moderation" "position": "Head of Wall Moderation"
}, },
{ {
"id": "256995590599081985", "id": "688414240209633441",
"tag": "intrxvert", "tag": "9t_d",
"position": "Events Coordinator"
},
{
"id": "884831305831948338",
"tag": "Mustang",
"position": "Events Coordinator" "position": "Events Coordinator"
} }
] ]

168
package-lock.json generated
View File

@ -9,28 +9,28 @@
"version": "0.0.0", "version": "0.0.0",
"dependencies": { "dependencies": {
"@chakra-ui/react": "^2.10.4", "@chakra-ui/react": "^2.10.4",
"@emotion/react": "^11.13.5", "@emotion/react": "^11.14.0",
"@emotion/styled": "^11.13.5", "@emotion/styled": "^11.14.0",
"@fontsource-variable/plus-jakarta-sans": "^5.1.0", "@fontsource-variable/plus-jakarta-sans": "^5.1.0",
"@remix-run/cloudflare": "^2.15.1", "@remix-run/cloudflare": "^2.15.1",
"@remix-run/cloudflare-pages": "^2.15.1", "@remix-run/cloudflare-pages": "^2.15.1",
"@remix-run/react": "^2.15.1", "@remix-run/react": "^2.15.1",
"@sentry/react": "^8.42.0", "@sentry/react": "^8.45.0",
"aws4fetch": "^1.0.20", "aws4fetch": "^1.0.20",
"dayjs": "^1.11.13", "dayjs": "^1.11.13",
"framer-motion": "^11.12.0", "framer-motion": "^11.14.4",
"react": "^18.3.1", "react": "^18.3.1",
"react-big-calendar": "^1.16.3", "react-big-calendar": "^1.17.0",
"react-dom": "^18.3.1" "react-dom": "^18.3.1"
}, },
"devDependencies": { "devDependencies": {
"@remix-run/dev": "^2.15.1", "@remix-run/dev": "^2.15.1",
"@types/node": "^22.10.1", "@types/node": "^22.10.2",
"@types/react": "^18.3.12", "@types/react": "^18.3.12",
"@types/react-big-calendar": "^1.16.0", "@types/react-big-calendar": "^1.16.0",
"@types/react-dom": "^18.3.1", "@types/react-dom": "^18.3.1",
"dotenv": "^16.4.5", "dotenv": "^16.4.7",
"prettier": "^3.4.1", "prettier": "^3.4.2",
"typescript": "^5.7.2" "typescript": "^5.7.2"
} }
}, },
@ -664,9 +664,9 @@
} }
}, },
"node_modules/@cloudflare/workers-types": { "node_modules/@cloudflare/workers-types": {
"version": "4.20241202.0", "version": "4.20241205.0",
"resolved": "https://registry.npmjs.org/@cloudflare/workers-types/-/workers-types-4.20241202.0.tgz", "resolved": "https://registry.npmjs.org/@cloudflare/workers-types/-/workers-types-4.20241205.0.tgz",
"integrity": "sha512-ts4JD6Wih62SDmlc+OcnN1Db/DgEBcl+BUpJr7ht7pgWP81PCLyPcomgDXIeAqt2NLiOIOMMkYQZ1ZtWDo3/8A==", "integrity": "sha512-pj1VKRHT/ScQbHOIMFODZaNAlJHQHdBSZXNIdr9ebJzwBff9Qz8VdqhbhggV7f+aUEh8WSbrsPIo4a+WtgjUvw==",
"license": "MIT OR Apache-2.0", "license": "MIT OR Apache-2.0",
"peer": true "peer": true
}, },
@ -690,9 +690,9 @@
} }
}, },
"node_modules/@emotion/cache": { "node_modules/@emotion/cache": {
"version": "11.13.5", "version": "11.14.0",
"resolved": "https://registry.npmjs.org/@emotion/cache/-/cache-11.13.5.tgz", "resolved": "https://registry.npmjs.org/@emotion/cache/-/cache-11.14.0.tgz",
"integrity": "sha512-Z3xbtJ+UcK76eWkagZ1onvn/wAVb1GOMuR15s30Fm2wrMgC7jzpnO2JZXr4eujTTqoQFUrZIw/rT0c6Zzjca1g==", "integrity": "sha512-L/B1lc/TViYk4DcpGxtAVbx0ZyiKM5ktoIyafGkH6zg/tj+mA+NE//aPYKG0k8kCHSHVJrpLpcAlOBEXQ3SavA==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@emotion/memoize": "^0.9.0", "@emotion/memoize": "^0.9.0",
@ -724,16 +724,16 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/@emotion/react": { "node_modules/@emotion/react": {
"version": "11.13.5", "version": "11.14.0",
"resolved": "https://registry.npmjs.org/@emotion/react/-/react-11.13.5.tgz", "resolved": "https://registry.npmjs.org/@emotion/react/-/react-11.14.0.tgz",
"integrity": "sha512-6zeCUxUH+EPF1s+YF/2hPVODeV/7V07YU5x+2tfuRL8MdW6rv5vb2+CBEGTGwBdux0OIERcOS+RzxeK80k2DsQ==", "integrity": "sha512-O000MLDBDdk/EohJPFUqvnp4qnHeYkVP5B0xEG0D/L7cOKP9kefu2DXn8dj74cQfsEzUqh+sr1RzFqiL1o+PpA==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.18.3", "@babel/runtime": "^7.18.3",
"@emotion/babel-plugin": "^11.13.5", "@emotion/babel-plugin": "^11.13.5",
"@emotion/cache": "^11.13.5", "@emotion/cache": "^11.14.0",
"@emotion/serialize": "^1.3.3", "@emotion/serialize": "^1.3.3",
"@emotion/use-insertion-effect-with-fallbacks": "^1.1.0", "@emotion/use-insertion-effect-with-fallbacks": "^1.2.0",
"@emotion/utils": "^1.4.2", "@emotion/utils": "^1.4.2",
"@emotion/weak-memoize": "^0.4.0", "@emotion/weak-memoize": "^0.4.0",
"hoist-non-react-statics": "^3.3.1" "hoist-non-react-statics": "^3.3.1"
@ -767,16 +767,16 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/@emotion/styled": { "node_modules/@emotion/styled": {
"version": "11.13.5", "version": "11.14.0",
"resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-11.13.5.tgz", "resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-11.14.0.tgz",
"integrity": "sha512-gnOQ+nGLPvDXgIx119JqGalys64lhMdnNQA9TMxhDA4K0Hq5+++OE20Zs5GxiCV9r814xQ2K5WmtofSpHVW6BQ==", "integrity": "sha512-XxfOnXFffatap2IyCeJyNov3kiDQWoR08gPUQxvbL7fxKryGBKUZUkG6Hz48DZwVrJSVh9sJboyV1Ds4OW6SgA==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.18.3", "@babel/runtime": "^7.18.3",
"@emotion/babel-plugin": "^11.13.5", "@emotion/babel-plugin": "^11.13.5",
"@emotion/is-prop-valid": "^1.3.0", "@emotion/is-prop-valid": "^1.3.0",
"@emotion/serialize": "^1.3.3", "@emotion/serialize": "^1.3.3",
"@emotion/use-insertion-effect-with-fallbacks": "^1.1.0", "@emotion/use-insertion-effect-with-fallbacks": "^1.2.0",
"@emotion/utils": "^1.4.2" "@emotion/utils": "^1.4.2"
}, },
"peerDependencies": { "peerDependencies": {
@ -796,9 +796,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/@emotion/use-insertion-effect-with-fallbacks": { "node_modules/@emotion/use-insertion-effect-with-fallbacks": {
"version": "1.1.0", "version": "1.2.0",
"resolved": "https://registry.npmjs.org/@emotion/use-insertion-effect-with-fallbacks/-/use-insertion-effect-with-fallbacks-1.1.0.tgz", "resolved": "https://registry.npmjs.org/@emotion/use-insertion-effect-with-fallbacks/-/use-insertion-effect-with-fallbacks-1.2.0.tgz",
"integrity": "sha512-+wBOcIV5snwGgI2ya3u99D7/FJquOIniQT1IKyDsBmEgwvpxMNeS65Oib7OnE2d2aY+3BU4OiH+0Wchf8yk3Hw==", "integrity": "sha512-yJMtVdH59sxi/aVJBpk9FQq+OR8ll5GT8oWd57UpeaKEVGab41JWaCFA7FRLoMLloOZF/c/wsPoe+bfGmRKgDg==",
"license": "MIT", "license": "MIT",
"peerDependencies": { "peerDependencies": {
"react": ">=16.8.0" "react": ">=16.8.0"
@ -2033,88 +2033,88 @@
] ]
}, },
"node_modules/@sentry-internal/browser-utils": { "node_modules/@sentry-internal/browser-utils": {
"version": "8.42.0", "version": "8.45.0",
"resolved": "https://registry.npmjs.org/@sentry-internal/browser-utils/-/browser-utils-8.42.0.tgz", "resolved": "https://registry.npmjs.org/@sentry-internal/browser-utils/-/browser-utils-8.45.0.tgz",
"integrity": "sha512-xzgRI0wglKYsPrna574w1t38aftuvo44gjOKFvPNGPnYfiW9y4m+64kUz3JFbtanvOrKPcaITpdYiB4DeJXEbA==", "integrity": "sha512-MX/E/C+W5I9jkGD1PsbZ2hpCc7YuizNKmEbuGPxQPfUSIPrdE2wpo6ZfIhEbxq9m/trl1oRCN4PXi3BB7dlYYg==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@sentry/core": "8.42.0" "@sentry/core": "8.45.0"
}, },
"engines": { "engines": {
"node": ">=14.18" "node": ">=14.18"
} }
}, },
"node_modules/@sentry-internal/feedback": { "node_modules/@sentry-internal/feedback": {
"version": "8.42.0", "version": "8.45.0",
"resolved": "https://registry.npmjs.org/@sentry-internal/feedback/-/feedback-8.42.0.tgz", "resolved": "https://registry.npmjs.org/@sentry-internal/feedback/-/feedback-8.45.0.tgz",
"integrity": "sha512-dkIw5Wdukwzngg5gNJ0QcK48LyJaMAnBspqTqZ3ItR01STi6Z+6+/Bt5XgmrvDgRD+FNBinflc5zMmfdFXXhvw==", "integrity": "sha512-WerpfkKrKPAlnQuqjEgKXZtrx68cla7GyOkNOeL40JQbY4/By4Qjx1atUOmgk/FdjrCLPw+jQQY9pXRpMRqqRw==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@sentry/core": "8.42.0" "@sentry/core": "8.45.0"
}, },
"engines": { "engines": {
"node": ">=14.18" "node": ">=14.18"
} }
}, },
"node_modules/@sentry-internal/replay": { "node_modules/@sentry-internal/replay": {
"version": "8.42.0", "version": "8.45.0",
"resolved": "https://registry.npmjs.org/@sentry-internal/replay/-/replay-8.42.0.tgz", "resolved": "https://registry.npmjs.org/@sentry-internal/replay/-/replay-8.45.0.tgz",
"integrity": "sha512-oNcJEBlDfXnRFYC5Mxj5fairyZHNqlnU4g8kPuztB9G5zlsyLgWfPxzcn1ixVQunth2/WZRklDi4o1ZfyHww7w==", "integrity": "sha512-SOFwFpzx0B6lxhLl2hBnxvybo7gdB5TMY8dOHMwXgk5A2+BXvSpvWXnr33yqUlBmC8R3LeFTB3C0plzM5lhkJg==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@sentry-internal/browser-utils": "8.42.0", "@sentry-internal/browser-utils": "8.45.0",
"@sentry/core": "8.42.0" "@sentry/core": "8.45.0"
}, },
"engines": { "engines": {
"node": ">=14.18" "node": ">=14.18"
} }
}, },
"node_modules/@sentry-internal/replay-canvas": { "node_modules/@sentry-internal/replay-canvas": {
"version": "8.42.0", "version": "8.45.0",
"resolved": "https://registry.npmjs.org/@sentry-internal/replay-canvas/-/replay-canvas-8.42.0.tgz", "resolved": "https://registry.npmjs.org/@sentry-internal/replay-canvas/-/replay-canvas-8.45.0.tgz",
"integrity": "sha512-XrPErqVhPsPh/oFLVKvz7Wb+Fi2J1zCPLeZCxWqFuPWI2agRyLVu0KvqJyzSpSrRAEJC/XFzuSVILlYlXXSfgA==", "integrity": "sha512-LZ8kBuzO5gutDiWnCyYEzBMDLq9PIllcsWsXRpKoau0Zqs3DbyRolI11dNnxmUSh7UW21FksxBpqn5yPmUMbag==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@sentry-internal/replay": "8.42.0", "@sentry-internal/replay": "8.45.0",
"@sentry/core": "8.42.0" "@sentry/core": "8.45.0"
}, },
"engines": { "engines": {
"node": ">=14.18" "node": ">=14.18"
} }
}, },
"node_modules/@sentry/browser": { "node_modules/@sentry/browser": {
"version": "8.42.0", "version": "8.45.0",
"resolved": "https://registry.npmjs.org/@sentry/browser/-/browser-8.42.0.tgz", "resolved": "https://registry.npmjs.org/@sentry/browser/-/browser-8.45.0.tgz",
"integrity": "sha512-lStrEk609KJHwXfDrOgoYVVoFFExixHywxSExk7ZDtwj2YPv6r6Y1gogvgr7dAZj7jWzadHkxZ33l9EOSJBfug==", "integrity": "sha512-Y+BcfpXY1eEkOYOzgLGkx1YH940uMAymYOxfSZSvC+Vx6xHuaGT05mIFef/aeZbyu2AUs6JjdvD1BRBZlHg78w==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@sentry-internal/browser-utils": "8.42.0", "@sentry-internal/browser-utils": "8.45.0",
"@sentry-internal/feedback": "8.42.0", "@sentry-internal/feedback": "8.45.0",
"@sentry-internal/replay": "8.42.0", "@sentry-internal/replay": "8.45.0",
"@sentry-internal/replay-canvas": "8.42.0", "@sentry-internal/replay-canvas": "8.45.0",
"@sentry/core": "8.42.0" "@sentry/core": "8.45.0"
}, },
"engines": { "engines": {
"node": ">=14.18" "node": ">=14.18"
} }
}, },
"node_modules/@sentry/core": { "node_modules/@sentry/core": {
"version": "8.42.0", "version": "8.45.0",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-8.42.0.tgz", "resolved": "https://registry.npmjs.org/@sentry/core/-/core-8.45.0.tgz",
"integrity": "sha512-ac6O3pgoIbU6rpwz6LlwW0wp3/GAHuSI0C5IsTgIY6baN8rOBnlAtG6KrHDDkGmUQ2srxkDJu9n1O6Td3cBCqw==", "integrity": "sha512-4YTuBipWSh4JrtSYS5GxUQBAcAgOIkEoFfFbwVcr3ivijOacJLRXTBn3rpcy1CKjBq0PHDGR+2RGRYC+bNAMxg==",
"license": "MIT", "license": "MIT",
"engines": { "engines": {
"node": ">=14.18" "node": ">=14.18"
} }
}, },
"node_modules/@sentry/react": { "node_modules/@sentry/react": {
"version": "8.42.0", "version": "8.45.0",
"resolved": "https://registry.npmjs.org/@sentry/react/-/react-8.42.0.tgz", "resolved": "https://registry.npmjs.org/@sentry/react/-/react-8.45.0.tgz",
"integrity": "sha512-UBi/WM4oMa+kOA99R7t7Ke57zq6uQw6mALYW4fJ+wuhHZJBLDDDHSGpEUhdWuQ1oWQv/laT34DGS44PJOjfeAg==", "integrity": "sha512-xuJBDATJKAHOxpR5IBfGFWJxXb05GMPGGpk8UoWai1Mh50laAQ0/WW+5sDAKrCjXoA+JZ6fb3DP8EE2X93n1nw==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@sentry/browser": "8.42.0", "@sentry/browser": "8.45.0",
"@sentry/core": "8.42.0", "@sentry/core": "8.45.0",
"hoist-non-react-statics": "^3.3.2" "hoist-non-react-statics": "^3.3.2"
}, },
"engines": { "engines": {
@ -2224,9 +2224,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/@types/node": { "node_modules/@types/node": {
"version": "22.10.1", "version": "22.10.2",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.1.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.2.tgz",
"integrity": "sha512-qKgsUwfHZV2WCWLAnVP1JqnpE6Im6h3Y0+fYgMTasNQ7V++CBX5OT1as0g0f+OyubbFqhf6XVNIsmN4IIhEgGQ==", "integrity": "sha512-Xxr6BBRCAOQixvonOye19wnzyDiUtTeqldOOmj3CkeblonbccA12PFwlufvRdrpjXxqnmUaeiU5EOA+7s5diUQ==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
@ -3406,9 +3406,9 @@
} }
}, },
"node_modules/dotenv": { "node_modules/dotenv": {
"version": "16.4.5", "version": "16.4.7",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.5.tgz", "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.7.tgz",
"integrity": "sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==", "integrity": "sha512-47qPchRCykZC03FhkYAhrvwU4xDBFIj1QPqaarj6mdM/hgUzfPHcpkHJOn3mJAufFeeAxAzeGsr5X0M4k6fLZQ==",
"dev": true, "dev": true,
"license": "BSD-2-Clause", "license": "BSD-2-Clause",
"engines": { "engines": {
@ -4064,17 +4064,19 @@
} }
}, },
"node_modules/framer-motion": { "node_modules/framer-motion": {
"version": "11.12.0", "version": "11.14.4",
"resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-11.12.0.tgz", "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-11.14.4.tgz",
"integrity": "sha512-gZaZeqFM6pX9kMVti60hYAa75jGpSsGYWAHbBfIkuHN7DkVHVkxSxeNYnrGmHuM0zPkWTzQx10ZT+fDjn7N4SA==", "integrity": "sha512-NQuzr9JbeJDMQmy0FFLhLzk9h1kAjVC1tGE/HY4ubF02B95EBm2lpA21LE3Od/OpXqXgp0zl5Hdqu25hliBRsA==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"motion-dom": "^11.14.3",
"motion-utils": "^11.14.3",
"tslib": "^2.4.0" "tslib": "^2.4.0"
}, },
"peerDependencies": { "peerDependencies": {
"@emotion/is-prop-valid": "*", "@emotion/is-prop-valid": "*",
"react": "^18.0.0", "react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0" "react-dom": "^18.0.0 || ^19.0.0"
}, },
"peerDependenciesMeta": { "peerDependenciesMeta": {
"@emotion/is-prop-valid": { "@emotion/is-prop-valid": {
@ -6439,6 +6441,18 @@
"node": "*" "node": "*"
} }
}, },
"node_modules/motion-dom": {
"version": "11.14.3",
"resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-11.14.3.tgz",
"integrity": "sha512-lW+D2wBy5vxLJi6aCP0xyxTxlTfiu+b+zcpVbGVFUxotwThqhdpPRSmX8xztAgtZMPMeU0WGVn/k1w4I+TbPqA==",
"license": "MIT"
},
"node_modules/motion-utils": {
"version": "11.14.3",
"resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-11.14.3.tgz",
"integrity": "sha512-Xg+8xnqIJTpr0L/cidfTTBFkvRw26ZtGGuIhA94J9PQ2p4mEa06Xx7QVYZH0BP+EpMSaDlu+q0I0mmvwADPsaQ==",
"license": "MIT"
},
"node_modules/mri": { "node_modules/mri": {
"version": "1.2.0", "version": "1.2.0",
"resolved": "https://registry.npmjs.org/mri/-/mri-1.2.0.tgz", "resolved": "https://registry.npmjs.org/mri/-/mri-1.2.0.tgz",
@ -7272,9 +7286,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/prettier": { "node_modules/prettier": {
"version": "3.4.1", "version": "3.4.2",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.1.tgz", "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.2.tgz",
"integrity": "sha512-G+YdqtITVZmOJje6QkXQWzl3fSfMxFwm1tjTyo9exhkmWSqC4Yhd1+lug++IlR2mvRVAxEDDWYkQdeSztajqgg==", "integrity": "sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"bin": { "bin": {
@ -7455,9 +7469,9 @@
} }
}, },
"node_modules/react-big-calendar": { "node_modules/react-big-calendar": {
"version": "1.16.3", "version": "1.17.0",
"resolved": "https://registry.npmjs.org/react-big-calendar/-/react-big-calendar-1.16.3.tgz", "resolved": "https://registry.npmjs.org/react-big-calendar/-/react-big-calendar-1.17.0.tgz",
"integrity": "sha512-hErFfZZpnmY89gJkzDvOFXDCNuPq2W/TZFamD69xNIDAInPC2mTAhAfOtBp/fGlmhKVeAdjzETCFyk3QcRh07Q==", "integrity": "sha512-blyZDItMFd0m+5uEPpOY4oBwGQ/Rgv2cZ4aYNCgq7zDTBB0DQSCSP4PL1mCqIYkoWrfZSsqrZLo/FKQ00oZuww==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.20.7", "@babel/runtime": "^7.20.7",