Update pnpm dependencies based on output of pnpm audit (#33730)

* Remove stub @types/content-type package

* Update axios
This commit is contained in:
Michael Telatynski
2026-06-05 08:35:14 +00:00
committed by GitHub
parent 1b81b04ab9
commit 84b820f72a
4 changed files with 643 additions and 665 deletions
-1
View File
@@ -141,7 +141,6 @@
"@testing-library/react": "^16.0.0", "@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2", "@testing-library/user-event": "^14.5.2",
"@types/commonmark": "^0.27.4", "@types/commonmark": "^0.27.4",
"@types/content-type": "^2.0.0",
"@types/css-tree": "^2.3.8", "@types/css-tree": "^2.3.8",
"@types/diff-match-patch": "^1.0.32", "@types/diff-match-patch": "^1.0.32",
"@types/escape-html": "^1.0.1", "@types/escape-html": "^1.0.1",
-1
View File
@@ -45,7 +45,6 @@ export default {
// dependency so that // we can run `tsc` (since we import the typescript // dependency so that // we can run `tsc` (since we import the typescript
// source of js-sdk, rather than the transpiled and annotated JS like you // source of js-sdk, rather than the transpiled and annotated JS like you
// would with a normal library). // would with a normal library).
"@types/content-type",
"@types/sdp-transform", "@types/sdp-transform",
], ],
}, },
+642 -662
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -112,7 +112,7 @@ overrides:
config-file-ts: 0.2.8-rc1 config-file-ts: 0.2.8-rc1
node-abi: 4.31.0 node-abi: 4.31.0
"@types/pg-pool": 2.0.7 "@types/pg-pool": 2.0.7
axios@>1.0.0 <=1.15.0: 1.15.2 axios@>1.0.0 <=1.15.0: 1.16.1
esbuild@<=0.24.2: 0.27.4 esbuild@<=0.24.2: 0.27.4
esbuild@~0.27.0: 0.27.4 esbuild@~0.27.0: 0.27.4
follow-redirects@1.15.11: 1.16.0 follow-redirects@1.15.11: 1.16.0