Skip to content

Commit dfa45c5

Browse files
authored
npm audit fix (vitest/browser) and approve/deny postinstall scripts (#3331)
1 parent ab7faf6 commit dfa45c5

2 files changed

Lines changed: 67 additions & 63 deletions

File tree

package-lock.json

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

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"@types/uuid": "^10.0.0",
9898
"@vitejs/plugin-basic-ssl": "^2.3.0",
9999
"@vitejs/plugin-react": "^6.0.2",
100-
"@vitest/browser-playwright": "^4.1.5",
100+
"@vitest/browser-playwright": "^4.1.11",
101101
"autoprefixer": "^10.4.20",
102102
"eslint-plugin-playwright": "^2.10.4",
103103
"eslint-plugin-react-hook-form": "^0.3.1",
@@ -114,7 +114,7 @@
114114
"typescript": "^7.0.2",
115115
"vite": "^8.0.16",
116116
"vite-node": "^6.0.0",
117-
"vitest": "^4.1.5",
117+
"vitest": "^4.1.11",
118118
"vitest-browser-react": "^2.2.0"
119119
},
120120
"browserslist": [
@@ -124,5 +124,9 @@
124124
"workerDirectory": [
125125
""
126126
]
127+
},
128+
"allowScripts": {
129+
"fsevents": false,
130+
"msw@2.7.5": true
127131
}
128132
}

0 commit comments

Comments
 (0)