Fixed some vulnerabilities with npm audit fix

This commit is contained in:
DrMint 2022-06-25 02:40:50 +02:00
parent 93c079ec9f
commit 63c5dc0dd3
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@ -8672,9 +8672,9 @@
}
},
"node_modules/undici": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/undici/-/undici-5.0.0.tgz",
"integrity": "sha512-VhUpiZ3No1DOPPQVQnsDZyfcbTTcHdcgWej1PdFnSvOeJmOVDgiOHkunJmBLfmjt4CqgPQddPVjSWW0dsTs5Yg==",
"version": "5.5.1",
"resolved": "https://registry.npmjs.org/undici/-/undici-5.5.1.tgz",
"integrity": "sha512-MEvryPLf18HvlCbLSzCW0U00IMftKGI5udnjrQbC5D4P0Hodwffhv+iGfWuJwg16Y/TK11ZFK8i+BPVW2z/eAw==",
"dev": true,
"engines": {
"node": ">=12.18"
@ -15544,9 +15544,9 @@
"dev": true
},
"undici": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/undici/-/undici-5.0.0.tgz",
"integrity": "sha512-VhUpiZ3No1DOPPQVQnsDZyfcbTTcHdcgWej1PdFnSvOeJmOVDgiOHkunJmBLfmjt4CqgPQddPVjSWW0dsTs5Yg==",
"version": "5.5.1",
"resolved": "https://registry.npmjs.org/undici/-/undici-5.5.1.tgz",
"integrity": "sha512-MEvryPLf18HvlCbLSzCW0U00IMftKGI5udnjrQbC5D4P0Hodwffhv+iGfWuJwg16Y/TK11ZFK8i+BPVW2z/eAw==",
"dev": true
},
"unixify": {

View File

@ -6,7 +6,7 @@ interface Props extends TippyProps {}
export function ToolTip(props: Props): JSX.Element {
const newProps: Props = {
className: cJoin("text-[80%]", props.className),
className: cJoin("text-sm", props.className),
delay: [150, 0],
interactive: true,
animation: "scale-subtle",