Updating dipendency

This commit is contained in:
fundor333
2024-09-20 17:43:21 +02:00
parent 7d009a7272
commit a77d0cd5bd
3 changed files with 12 additions and 10 deletions

4
go.mod
View File

@@ -3,8 +3,8 @@ module github.com/fundor333/fundor333.github.io
go 1.22.5
require (
github.com/fundor333/macha-theme v1.5.3 // indirect
github.com/fundor333/macia-image v1.0.1 // indirect
github.com/fundor333/macha-theme v1.5.5 // indirect
github.com/fundor333/macia-image v1.1.0 // indirect
github.com/fundor333/macia-indiweb v1.0.0 // indirect
)

6
go.sum
View File

@@ -1,4 +1,6 @@
github.com/fundor333/macia-image v1.0.1 h1:CbS9mrktbo0qGB+bgXKa4yj6fkwgR/FV0wzrbz4qqt8=
github.com/fundor333/macia-image v1.0.1/go.mod h1:9zBOlIP9CvKcUcK3q+La1av6XH/fWPSApaYF/lvVAKY=
github.com/fundor333/macha-theme v1.5.5 h1:r9xg47dytKVMFQJLQMAUG1lsza0gcx/2T/OA8yEvQkA=
github.com/fundor333/macha-theme v1.5.5/go.mod h1:9wcb8vT8U3KtPVG5XIGK//OlUfgA2lc80cc/7zLzHbs=
github.com/fundor333/macia-image v1.1.0 h1:dLPDbQ8giOhTRKMM4/xWCJ/yFFlkz5HO9nDEH2s1w/Q=
github.com/fundor333/macia-image v1.1.0/go.mod h1:9zBOlIP9CvKcUcK3q+La1av6XH/fWPSApaYF/lvVAKY=
github.com/fundor333/macia-indiweb v1.0.0 h1:W/S9d5FpT69FLv3hzA2unDKy2a7NRns+ANWM87rMFjY=
github.com/fundor333/macia-indiweb v1.0.0/go.mod h1:mzfDNrWLvqaOhl7Fq3EaeEFuPDz5jKo5fqnNeaA9Yk4=

12
package-lock.json generated
View File

@@ -196,9 +196,9 @@
}
},
"node_modules/caniuse-lite": {
"version": "1.0.30001660",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001660.tgz",
"integrity": "sha512-GacvNTTuATm26qC74pt+ad1fW15mlQ/zuTzzY1ZoIzECTP8HURDfF43kNxPgf7H1jmelCBQTTbBNxdSXOA7Bqg==",
"version": "1.0.30001662",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001662.tgz",
"integrity": "sha512-sgMUVwLmGseH8ZIrm1d51UbrhqMCH3jvS7gF/M6byuHOnKyLOBL7W8yz5V02OHwgLGA36o/AFhWzzh4uc5aqTA==",
"funding": [
{
"type": "opencollective",
@@ -287,9 +287,9 @@
}
},
"node_modules/electron-to-chromium": {
"version": "1.5.24",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.24.tgz",
"integrity": "sha512-0x0wLCmpdKFCi9ulhvYZebgcPmHTkFVUfU2wzDykadkslKwT4oAmDTHEKLnlrDsMGZe4B+ksn8quZfZjYsBetA==",
"version": "1.5.26",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.26.tgz",
"integrity": "sha512-Z+OMe9M/V6Ep9n/52+b7lkvYEps26z4Yz3vjWL1V61W0q+VLF1pOHhMY17sa4roz4AWmULSI8E6SAojZA5L0YQ==",
"license": "ISC"
},
"node_modules/emoji-regex": {