dependencies: Upgrade JavaScript dependencies.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2024-07-16 18:52:08 -07:00
committed by Tim Abbott
parent f5e2afd693
commit 3a535cacdc
8 changed files with 1557 additions and 1546 deletions

View File

@@ -12,9 +12,9 @@
"@giphy/js-fetch-api": "^5.6.0",
"@koa/bodyparser": "^5.0.0",
"@sentry/browser": "^7.51.2",
"@uppy/core": "^3.0.2",
"@uppy/progress-bar": "^3.0.1",
"@uppy/xhr-upload": "^3.0.2",
"@uppy/core": "^4.0.1",
"@uppy/progress-bar": "^4.0.0",
"@uppy/xhr-upload": "^4.0.1",
"@zxcvbn-ts/core": "^3.0.1",
"@zxcvbn-ts/language-common": "^3.0.2",
"@zxcvbn-ts/language-en": "^3.0.1",
@@ -113,7 +113,7 @@
"@types/turndown": "^5.0.1",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"babel-plugin-istanbul": "^6.1.1",
"babel-plugin-istanbul": "^7.0.0",
"babel-plugin-rewire-ts": "^1.4.0",
"callsites": "^3.1.0",
"cldr-annotations-derived-modern": "^45.0.0",
@@ -159,7 +159,6 @@
"source-map@^0.6": "npm:source-map-js@1.0.1"
},
"patchedDependencies": {
"@uppy/core@3.13.0": "patches/@uppy__core@3.10.1.patch",
"source-sans@3.46.0": "patches/source-sans@3.46.0.patch",
"tippy.js@6.3.7": "patches/tippy.js@6.3.7.patch"
}