This commit is contained in:
dependabot[bot] 2024-10-22 18:29:47 -04:00 committed by GitHub
commit 0e8d291877
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 10 additions and 10 deletions

File diff suppressed because one or more lines are too long

12
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "hugo-blowfish-theme",
"version": "2.78.0",
"version": "2.79.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "hugo-blowfish-theme",
"version": "2.78.0",
"version": "2.79.0",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
@ -18,7 +18,7 @@
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"chart.js": "^4.4.4",
"chart.js": "^4.4.5",
"fuse.js": "^7.0.0",
"jquery": "^3.7.1",
"katex": "^0.16.11",
@ -872,9 +872,9 @@
"dev": true
},
"node_modules/chart.js": {
"version": "4.4.4",
"resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.4.4.tgz",
"integrity": "sha512-emICKGBABnxhMjUjlYRR12PmOXhJ2eJjEHL2/dZlWjxRAZT1D8xplLFq5M0tMQK8ja+wBS/tuVEJB5C6r7VxJA==",
"version": "4.4.5",
"resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.4.5.tgz",
"integrity": "sha512-CVVjg1RYTJV9OCC8WeJPMx8gsV8K6WIyIEQUE3ui4AR9Hfgls9URri6Ja3hyMVBbTF8Q2KFa19PE815gWcWhng==",
"dev": true,
"dependencies": {
"@kurkle/color": "^0.3.0"

View file

@ -35,7 +35,7 @@
"homepage": "https://github.com/nunocoracao/blowfish#readme",
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"chart.js": "^4.4.4",
"chart.js": "^4.4.5",
"fuse.js": "^7.0.0",
"jquery": "^3.7.1",
"katex": "^0.16.11",