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

View File

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