diff --git a/package-lock.json b/package-lock.json index 973a8439b..c931200c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "7.0.0-dev.3", "license": "agpl", "dependencies": { - "@fontsource/dancing-script": "^4.5.8", + "@fontsource/dancing-script": "^4.5.11", "@nextcloud/axios": "^2.3.0", "@nextcloud/dialogs": "^3.1.4", "@nextcloud/initial-state": "^2.0.0", @@ -1951,9 +1951,9 @@ } }, "node_modules/@fontsource/dancing-script": { - "version": "4.5.10", - "resolved": "https://registry.npmjs.org/@fontsource/dancing-script/-/dancing-script-4.5.10.tgz", - "integrity": "sha512-yTHWmLaucOa95f5NRgUke4kVtlmxhPKopKh3tGXNqlAByC1J/L59ALtjD6XyybpM22/ScShFIwrqqWhnCEeFiw==" + "version": "4.5.11", + "resolved": "https://registry.npmjs.org/@fontsource/dancing-script/-/dancing-script-4.5.11.tgz", + "integrity": "sha512-pYQoXhP7QEApmE7ZhbDyM/9vpBaHs4R3l4WgicHFLT63A0muibZr4osjPpnYe9US8ClR8UAUv+lNC1q0E6QY/w==" }, "node_modules/@hapi/hoek": { "version": "9.3.0", @@ -27006,9 +27006,9 @@ } }, "@fontsource/dancing-script": { - "version": "4.5.10", - "resolved": "https://registry.npmjs.org/@fontsource/dancing-script/-/dancing-script-4.5.10.tgz", - "integrity": "sha512-yTHWmLaucOa95f5NRgUke4kVtlmxhPKopKh3tGXNqlAByC1J/L59ALtjD6XyybpM22/ScShFIwrqqWhnCEeFiw==" + "version": "4.5.11", + "resolved": "https://registry.npmjs.org/@fontsource/dancing-script/-/dancing-script-4.5.11.tgz", + "integrity": "sha512-pYQoXhP7QEApmE7ZhbDyM/9vpBaHs4R3l4WgicHFLT63A0muibZr4osjPpnYe9US8ClR8UAUv+lNC1q0E6QY/w==" }, "@hapi/hoek": { "version": "9.3.0", diff --git a/package.json b/package.json index af78e956e..c783ba46f 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "test:coverage": "jest --collect-coverage" }, "dependencies": { - "@fontsource/dancing-script": "^4.5.8", + "@fontsource/dancing-script": "^4.5.11", "@nextcloud/axios": "^2.3.0", "@nextcloud/dialogs": "^3.1.4", "@nextcloud/initial-state": "^2.0.0",