Skip to content

Commit 76917a4

Browse files
committed
security fixes (from pnpm audit)
1 parent 183c375 commit 76917a4

File tree

3 files changed

+15
-9
lines changed

3 files changed

+15
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"build": "pnpm exec tsc --build",
6565
"make": "pnpm clean && pnpm install && pnpm build && pnpm test",
6666
"tsc": "pnpm exec tsc --watch --pretty --preserveWatchOutput",
67-
"prepublishOnly": "pnpm test-versions && pnpm test-all && rm -f dist/*.tsbuildinfo dist/.tsconfig-bootstrap* && rm -rf dist/test"
67+
"prepublishOnly": "pnpm test-all && rm -f dist/*.tsbuildinfo dist/.tsconfig-bootstrap* && rm -rf dist/test"
6868
},
6969
"engines": {
7070
"node": ">=18"

pnpm-lock.yaml

Lines changed: 10 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
onlyBuiltDependencies:
22
- core-js
3+
34
overrides:
45
brace-expansion@>=1.0.0 <=1.1.11: '>=1.1.12'
56
brace-expansion@>=2.0.0 <=2.0.1: '>=2.0.2'
7+
form-data@>=4.0.0 <4.0.4: '>=4.0.4'
8+
on-headers@<1.1.0: '>=1.1.0'
9+
610
shellEmulator: true

0 commit comments

Comments
 (0)