chore(deps): bump @uppy/core from 4.4.2 to 4.4.3

Bumps [@uppy/core](https://github.com/transloadit/uppy) from 4.4.2 to 4.4.3.
- [Release notes](https://github.com/transloadit/uppy/releases)
- [Changelog](https://github.com/transloadit/uppy/blob/main/CHANGELOG.md)
- [Commits](https://github.com/transloadit/uppy/compare/@uppy/core@4.4.2...@uppy/core@4.4.3)

---
updated-dependencies:
- dependency-name: "@uppy/core"
  dependency-version: 4.4.3
  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] 2025-04-03 21:11:15 +00:00 committed by GitHub
parent 7e738a75d7
commit 36512d19c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 5 deletions

9
package-lock.json generated
View File

@ -73,7 +73,7 @@
"@uiw/react-md-editor": "^4.0.3",
"@uppy/aws-s3": "^4.1.0",
"@uppy/compressor": "^2.1.1",
"@uppy/core": "^4.2.0",
"@uppy/core": "^4.4.3",
"@uppy/dashboard": "^4.1.0",
"@uppy/drag-drop": "^4.0.2",
"@uppy/file-input": "^4.0.1",
@ -17176,9 +17176,10 @@
}
},
"node_modules/@uppy/core": {
"version": "4.4.2",
"resolved": "https://registry.npmjs.org/@uppy/core/-/core-4.4.2.tgz",
"integrity": "sha512-df0fQtPEd5W/e5M/CWIXQb/O0rBb+LCz4HTN5Bkqm0UDzW2JFR9mrxnL0dfh3ikVlUq+9vNjAeBr9P0aluIiFg==",
"version": "4.4.3",
"resolved": "https://registry.npmjs.org/@uppy/core/-/core-4.4.3.tgz",
"integrity": "sha512-Ma/v9+u0xYoxFcTajBpe0TUHI0Vjw2IKgB0AUNevhgFsBRgA03nL5n8Fac8TrC0QjPkYu7h0n2xf2EgzvyxAQA==",
"license": "MIT",
"dependencies": {
"@transloadit/prettier-bytes": "^0.3.4",
"@uppy/store-default": "^4.2.0",

View File

@ -97,7 +97,7 @@
"@uiw/react-md-editor": "^4.0.3",
"@uppy/aws-s3": "^4.1.0",
"@uppy/compressor": "^2.1.1",
"@uppy/core": "^4.2.0",
"@uppy/core": "^4.4.3",
"@uppy/dashboard": "^4.1.0",
"@uppy/drag-drop": "^4.0.2",
"@uppy/file-input": "^4.0.1",