Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot[bot]
f0c965c5f2
chore(deps): bump the npm_and_yarn group across 1 directory with 6 updates
Bumps the npm_and_yarn group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [next](https://github.com/vercel/next.js) | `14.0.4` | `14.2.5` |
| [quill](https://github.com/quilljs/quill/tree/HEAD/packages/quill) | `1.3.7` | `2.0.0` |
| [sweetalert2](https://github.com/sweetalert2/sweetalert2) | `11.10.6` | `11.12.2` |
| [braces](https://github.com/micromatch/braces) | `3.0.2` | `3.0.3` |
| [fast-loops](https://github.com/robinweser/fast-loops) | `1.1.3` | `1.1.4` |
| [ws](https://github.com/websockets/ws) | `7.5.9` | `7.5.10` |



Updates `next` from 14.0.4 to 14.2.5
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v14.0.4...v14.2.5)

Updates `quill` from 1.3.7 to 2.0.0
- [Release notes](https://github.com/quilljs/quill/releases)
- [Changelog](https://github.com/slab/quill/blob/main/CHANGELOG.md)
- [Commits](https://github.com/quilljs/quill/commits/v2.0.0/packages/quill)

Updates `sweetalert2` from 11.10.6 to 11.12.2
- [Release notes](https://github.com/sweetalert2/sweetalert2/releases)
- [Changelog](https://github.com/sweetalert2/sweetalert2/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sweetalert2/sweetalert2/compare/v11.10.6...v11.12.2)

Updates `braces` from 3.0.2 to 3.0.3
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3)

Updates `fast-loops` from 1.1.3 to 1.1.4
- [Commits](https://github.com/robinweser/fast-loops/commits)

Updates `ws` from 7.5.9 to 7.5.10
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/7.5.9...7.5.10)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: quill
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: sweetalert2
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: braces
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: fast-loops
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: ws
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-10 16:19:49 +00:00
2 changed files with 240 additions and 666 deletions

902
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -34,7 +34,7 @@
"openai": "^4.24.3",
"postcss": "8.4.35",
"punycode": "^2.3.1",
"quill": "^1.3.7",
"quill": "^2.0.0",
"quill-to-word": "^1.3.0",
"raw-body": "^2.5.2",
"react": "^18.2.0",
@ -49,7 +49,7 @@
"redux": "^5.0.1",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"sweetalert2": "^11.10.6",
"sweetalert2": "^11.12.2",
"tailwindcss": "3.3.3",
"typescript": "5.1.3",
"xml2js": "^0.6.2"