Skip to content

Commit 6a683c5

Browse files
committed
Fix vulnerabilities
1 parent 5867bd2 commit 6a683c5

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

package-lock.json

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

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,9 @@
142142
"json-schema": ">=0.4.0",
143143
"immer": ">=9.0.6",
144144
"trim": ">=0.0.3",
145-
"node-notifier": ">=8.0.1"
145+
"node-notifier": ">=8.0.1",
146+
"postcss": ">=7.0.36",
147+
"trim-newlines": ">=3.0.1"
146148
},
147149
"husky": {
148150
"hooks": {

0 commit comments

Comments
 (0)