update #314

Merged
darkkirb merged 1 commit from update-flake into main 2023-09-08 11:03:59 +00:00
25 changed files with 698 additions and 541 deletions

View file

@ -362,38 +362,38 @@ schema = 3
version = "v0.3.0" version = "v0.3.0"
hash = "sha256-Gus5o3I0+arNjRFglTP5FfCi0NDwKAUT/N3WtdhnLMQ=" hash = "sha256-Gus5o3I0+arNjRFglTP5FfCi0NDwKAUT/N3WtdhnLMQ="
[mod."golang.org/x/crypto"] [mod."golang.org/x/crypto"]
version = "v0.9.0" version = "v0.13.0"
hash = "sha256-RpGvWrx96GBXpu1zsWxdv9/+WcRmjBxOC7fvSgOJGL0=" hash = "sha256-4ThyrEJI4i9XBwx/q/R4jR41VJBZ/TSR0+UCkjTH95A="
[mod."golang.org/x/exp"] [mod."golang.org/x/exp"]
version = "v0.0.0-20230425010034-47ecfdc1ba53" version = "v0.0.0-20230905200255-921286631fa9"
hash = "sha256-wjUFZRfjU+lf/XqSZ4drxtbVDJbhML5FBMnNJ70RcrM=" hash = "sha256-CyeVwjp12Wqh4ptqfi3KHCWPzOFhE8fSrP3sMjMXvec="
[mod."golang.org/x/mod"] [mod."golang.org/x/mod"]
version = "v0.9.0" version = "v0.12.0"
hash = "sha256-Lk+O2L4cTlie5j6iO5P3jrkYe2u94Y/a1OFjOBbivIE=" hash = "sha256-M/oXnzm7odpJdQzEnG6W0pNYtl0uhOM/l7qgfGVpU2M="
[mod."golang.org/x/net"] [mod."golang.org/x/net"]
version = "v0.10.0" version = "v0.15.0"
hash = "sha256-HkGiUYBZOBdOtt7mYo3N3swFjjAXzW++pG2JeWGJR9Q=" hash = "sha256-k0hgSwNmZz9nN9cqqACNHdnejV50AAwzxnoyTs9liXw="
[mod."golang.org/x/oauth2"] [mod."golang.org/x/oauth2"]
version = "v0.8.0" version = "v0.8.0"
hash = "sha256-Ge6x2dR+ap7JSF9W1FwaSCK9ilyuGTQWpgFQHg83Sho=" hash = "sha256-Ge6x2dR+ap7JSF9W1FwaSCK9ilyuGTQWpgFQHg83Sho="
[mod."golang.org/x/sync"] [mod."golang.org/x/sync"]
version = "v0.2.0" version = "v0.3.0"
hash = "sha256-hKk9zsy2aXY7R0qGFZhGOVvk5qD17f6KHEuK4rGpTsg=" hash = "sha256-bCJKLvwExhYacH2ZrWlZ38lr1d6oNenNt2m1QqDCs0o="
[mod."golang.org/x/sys"] [mod."golang.org/x/sys"]
version = "v0.11.0" version = "v0.12.0"
hash = "sha256-g/LjhABK2c/u6v7M2aAIrHvZjmx/ikGHkef86775N38=" hash = "sha256-Ht/PhBJGWNBg4ksmdUu4+7hJjFypSwoUN/8DJricd+0="
[mod."golang.org/x/term"] [mod."golang.org/x/term"]
version = "v0.11.0" version = "v0.12.0"
hash = "sha256-muSv/d8Qpl+NXiOB01n6LeFEzC+hrlGviDdfu+6QdQ4=" hash = "sha256-NFko0uqv/r2VxrbSgS1IwWzaWQK3RZuk0MvUV+qxIsc="
[mod."golang.org/x/text"] [mod."golang.org/x/text"]
version = "v0.9.0" version = "v0.13.0"
hash = "sha256-tkhDeMsSQZr3jo7vmKehWs3DvWetwXR0IB+DCLbQ4nk=" hash = "sha256-J34dbc8UNVIdRJUZP7jPt11oxuwG8VvrOOylxE7V3oA="
[mod."golang.org/x/time"] [mod."golang.org/x/time"]
version = "v0.3.0" version = "v0.3.0"
hash = "sha256-/hmc9skIswMYbivxNS7R8A6vCTUF9k2/7tr/ACkcEaM=" hash = "sha256-/hmc9skIswMYbivxNS7R8A6vCTUF9k2/7tr/ACkcEaM="
[mod."golang.org/x/tools"] [mod."golang.org/x/tools"]
version = "v0.7.0" version = "v0.13.0"
hash = "sha256-ZEjfFulQd6U9r4mEJ5RZOnW49NZnQnrCFLMKCgLg7go=" hash = "sha256-OCgLOwia8fNHxfdogXVApf0/qK6jE2ukegOx7lkOzfo="
[mod."google.golang.org/appengine"] [mod."google.golang.org/appengine"]
version = "v1.6.7" version = "v1.6.7"
hash = "sha256-zIxGRHiq4QBvRqkrhMGMGCaVL4iM4TtlYpAi/hrivS4=" hash = "sha256-zIxGRHiq4QBvRqkrhMGMGCaVL4iM4TtlYpAi/hrivS4="

View file

@ -19,6 +19,7 @@
"dependencies": { "dependencies": {
"@intlify/unplugin-vue-i18n": "^0.10.1", "@intlify/unplugin-vue-i18n": "^0.10.1",
"@kyvg/vue3-notification": "^2.9.1", "@kyvg/vue3-notification": "^2.9.1",
"@vueuse/components": "^10.4.0",
"@vueuse/core": "^9.13.0", "@vueuse/core": "^9.13.0",
"ansi_up": "^5.2.1", "ansi_up": "^5.2.1",
"dayjs": "^1.11.9", "dayjs": "^1.11.9",

View file

@ -1,10 +1,10 @@
{ {
"url": "https://github.com/woodpecker-ci/woodpecker", "url": "https://github.com/woodpecker-ci/woodpecker",
"rev": "56b8ba151a663fc8cdf7d7f812ffbf5c460ae360", "rev": "70e7571607f4154aad4fcf5ac3a241b571fc92fb",
"date": "2023-09-02T15:00:13+02:00", "date": "2023-09-08T09:55:21+02:00",
"path": "/nix/store/4abxkhkfymbsqjy5rs0rbcfx7ycjissh-woodpecker", "path": "/nix/store/aypa46vqf0klj3f9dslk69s2mqfh916c-woodpecker",
"sha256": "1bimsp58q984m8f3wxsiz5mr05mb6vypp0a6sxamzm5zjda6zb5r", "sha256": "0zvfgsxshxm8fg7mbg9583m5jiw7yykpqdcyi6gv4v0vxkccbrf6",
"hash": "sha256-uaxvVJO/1F9V10aBe/02qxaQa/lRdz4cqgQljMrVNa4=", "hash": "sha256-xuXF2OwbbLKfiZ41fKf3h0dZ6kAlvVXPc6h2qLt+bn8=",
"fetchLFS": false, "fetchLFS": false,
"fetchSubmodules": false, "fetchSubmodules": false,
"deepClone": false, "deepClone": false,

View file

@ -28,7 +28,7 @@
resolved "https://registry.yarnpkg.com/@antfu/utils/-/utils-0.7.6.tgz#30a046419b9e1ecd276e53d41ab68fb6c558c04d" resolved "https://registry.yarnpkg.com/@antfu/utils/-/utils-0.7.6.tgz#30a046419b9e1ecd276e53d41ab68fb6c558c04d"
integrity sha512-pvFiLP2BeOKA/ZOS6jxx4XhKzdVLHDhGlFEaZ2flWWYf2xOqVniqpk38I04DFRyz+L0ASggl7SkItTc+ZLju4w== integrity sha512-pvFiLP2BeOKA/ZOS6jxx4XhKzdVLHDhGlFEaZ2flWWYf2xOqVniqpk38I04DFRyz+L0ASggl7SkItTc+ZLju4w==
"@babel/code-frame@^7.22.10", "@babel/code-frame@^7.22.5": "@babel/code-frame@^7.22.13":
version "7.22.13" version "7.22.13"
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e" resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e"
integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w== integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==
@ -42,43 +42,43 @@
integrity sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ== integrity sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ==
"@babel/core@^7.15.5": "@babel/core@^7.15.5":
version "7.22.11" version "7.22.15"
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.11.tgz#8033acaa2aa24c3f814edaaa057f3ce0ba559c24" resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.15.tgz#15d4fd03f478a459015a4b94cfbb3bd42c48d2f4"
integrity sha512-lh7RJrtPdhibbxndr6/xx0w8+CVlY5FJZiaSz908Fpy+G0xkBFTvwLcKJFF4PJxVfGhVWNebikpWGnOoC71juQ== integrity sha512-PtZqMmgRrvj8ruoEOIwVA3yoF91O+Hgw9o7DAUTNBA6Mo2jpu31clx9a7Nz/9JznqetTR6zwfC4L3LAjKQXUwA==
dependencies: dependencies:
"@ampproject/remapping" "^2.2.0" "@ampproject/remapping" "^2.2.0"
"@babel/code-frame" "^7.22.10" "@babel/code-frame" "^7.22.13"
"@babel/generator" "^7.22.10" "@babel/generator" "^7.22.15"
"@babel/helper-compilation-targets" "^7.22.10" "@babel/helper-compilation-targets" "^7.22.15"
"@babel/helper-module-transforms" "^7.22.9" "@babel/helper-module-transforms" "^7.22.15"
"@babel/helpers" "^7.22.11" "@babel/helpers" "^7.22.15"
"@babel/parser" "^7.22.11" "@babel/parser" "^7.22.15"
"@babel/template" "^7.22.5" "@babel/template" "^7.22.15"
"@babel/traverse" "^7.22.11" "@babel/traverse" "^7.22.15"
"@babel/types" "^7.22.11" "@babel/types" "^7.22.15"
convert-source-map "^1.7.0" convert-source-map "^1.7.0"
debug "^4.1.0" debug "^4.1.0"
gensync "^1.0.0-beta.2" gensync "^1.0.0-beta.2"
json5 "^2.2.3" json5 "^2.2.3"
semver "^6.3.1" semver "^6.3.1"
"@babel/generator@^7.22.10": "@babel/generator@^7.22.15":
version "7.22.10" version "7.22.15"
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.10.tgz#c92254361f398e160645ac58831069707382b722" resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.15.tgz#1564189c7ec94cb8f77b5e8a90c4d200d21b2339"
integrity sha512-79KIf7YiWjjdZ81JnLujDRApWtl7BxTqWD88+FFdQEIOG8LJ0etDOM7CXuIgGJa55sGOwZVwuEsaLEm0PJ5/+A== integrity sha512-Zu9oWARBqeVOW0dZOjXc3JObrzuqothQ3y/n1kUtrjCoCPLkXUwMvOo/F/TCfoHMbWIFlWwpZtkZVb9ga4U2pA==
dependencies: dependencies:
"@babel/types" "^7.22.10" "@babel/types" "^7.22.15"
"@jridgewell/gen-mapping" "^0.3.2" "@jridgewell/gen-mapping" "^0.3.2"
"@jridgewell/trace-mapping" "^0.3.17" "@jridgewell/trace-mapping" "^0.3.17"
jsesc "^2.5.1" jsesc "^2.5.1"
"@babel/helper-compilation-targets@^7.22.10": "@babel/helper-compilation-targets@^7.22.15":
version "7.22.10" version "7.22.15"
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.10.tgz#01d648bbc25dd88f513d862ee0df27b7d4e67024" resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.15.tgz#0698fc44551a26cf29f18d4662d5bf545a6cfc52"
integrity sha512-JMSwHD4J7SLod0idLq5PKgI+6g/hLD/iuWBq08ZX49xE14VpVEojJ5rHWptpirV2j020MvypRLAXAO50igCJ5Q== integrity sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw==
dependencies: dependencies:
"@babel/compat-data" "^7.22.9" "@babel/compat-data" "^7.22.9"
"@babel/helper-validator-option" "^7.22.5" "@babel/helper-validator-option" "^7.22.15"
browserslist "^4.21.9" browserslist "^4.21.9"
lru-cache "^5.1.1" lru-cache "^5.1.1"
semver "^6.3.1" semver "^6.3.1"
@ -103,23 +103,23 @@
dependencies: dependencies:
"@babel/types" "^7.22.5" "@babel/types" "^7.22.5"
"@babel/helper-module-imports@^7.22.5": "@babel/helper-module-imports@^7.22.15":
version "7.22.5" version "7.22.15"
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.22.5.tgz#1a8f4c9f4027d23f520bd76b364d44434a72660c" resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz#16146307acdc40cc00c3b2c647713076464bdbf0"
integrity sha512-8Dl6+HD/cKifutF5qGd/8ZJi84QeAKh+CEe1sBzz8UayBBGg1dAIJrdHOcOM5b2MpzWL2yuotJTtGjETq0qjXg== integrity sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==
dependencies: dependencies:
"@babel/types" "^7.22.5" "@babel/types" "^7.22.15"
"@babel/helper-module-transforms@^7.22.9": "@babel/helper-module-transforms@^7.22.15":
version "7.22.9" version "7.22.15"
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.9.tgz#92dfcb1fbbb2bc62529024f72d942a8c97142129" resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.15.tgz#40ad2f6950f143900e9c1c72363c0b431a606082"
integrity sha512-t+WA2Xn5K+rTeGtC8jCsdAH52bjggG5TKRuRrAGNM/mjIbO4GxvlLMFOEz9wXY5I2XQ60PMFsAG2WIcG82dQMQ== integrity sha512-l1UiX4UyHSFsYt17iQ3Se5pQQZZHa22zyIXURmvkmLCD4t/aU+dvNWHatKac/D9Vm9UES7nvIqHs4jZqKviUmQ==
dependencies: dependencies:
"@babel/helper-environment-visitor" "^7.22.5" "@babel/helper-environment-visitor" "^7.22.5"
"@babel/helper-module-imports" "^7.22.5" "@babel/helper-module-imports" "^7.22.15"
"@babel/helper-simple-access" "^7.22.5" "@babel/helper-simple-access" "^7.22.5"
"@babel/helper-split-export-declaration" "^7.22.6" "@babel/helper-split-export-declaration" "^7.22.6"
"@babel/helper-validator-identifier" "^7.22.5" "@babel/helper-validator-identifier" "^7.22.15"
"@babel/helper-simple-access@^7.22.5": "@babel/helper-simple-access@^7.22.5":
version "7.22.5" version "7.22.5"
@ -140,24 +140,24 @@
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f" resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw== integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
"@babel/helper-validator-identifier@^7.22.5": "@babel/helper-validator-identifier@^7.22.15", "@babel/helper-validator-identifier@^7.22.5":
version "7.22.5" version "7.22.15"
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz#9544ef6a33999343c8740fa51350f30eeaaaf193" resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.15.tgz#601fa28e4cc06786c18912dca138cec73b882044"
integrity sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ== integrity sha512-4E/F9IIEi8WR94324mbDUMo074YTheJmd7eZF5vITTeYchqAi6sYXRLHUVsmkdmY4QjfKTcB2jB7dVP3NaBElQ==
"@babel/helper-validator-option@^7.22.5": "@babel/helper-validator-option@^7.22.15":
version "7.22.5" version "7.22.15"
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.22.5.tgz#de52000a15a177413c8234fa3a8af4ee8102d0ac" resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.22.15.tgz#694c30dfa1d09a6534cdfcafbe56789d36aba040"
integrity sha512-R3oB6xlIVKUnxNUxbmgq7pKjxpru24zlimpE8WK47fACIlM0II/Hm1RS8IaOI7NgCr6LNS+jl5l75m20npAziw== integrity sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA==
"@babel/helpers@^7.22.11": "@babel/helpers@^7.22.15":
version "7.22.11" version "7.22.15"
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.22.11.tgz#b02f5d5f2d7abc21ab59eeed80de410ba70b056a" resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.22.15.tgz#f09c3df31e86e3ea0b7ff7556d85cdebd47ea6f1"
integrity sha512-vyOXC8PBWaGc5h7GMsNx68OH33cypkEDJCHvYVVgVbbxJDROYVtexSk0gK5iCF1xNjRIN2s8ai7hwkWDq5szWg== integrity sha512-7pAjK0aSdxOwR+CcYAqgWOGy5dcfvzsTIfFTb2odQqW47MDfv14UaJDY6eng8ylM2EaeKXdxaSWESbkmaQHTmw==
dependencies: dependencies:
"@babel/template" "^7.22.5" "@babel/template" "^7.22.15"
"@babel/traverse" "^7.22.11" "@babel/traverse" "^7.22.15"
"@babel/types" "^7.22.11" "@babel/types" "^7.22.15"
"@babel/highlight@^7.22.13": "@babel/highlight@^7.22.13":
version "7.22.13" version "7.22.13"
@ -168,43 +168,43 @@
chalk "^2.4.2" chalk "^2.4.2"
js-tokens "^4.0.0" js-tokens "^4.0.0"
"@babel/parser@^7.20.15", "@babel/parser@^7.21.3", "@babel/parser@^7.22.11", "@babel/parser@^7.22.5": "@babel/parser@^7.20.15", "@babel/parser@^7.21.3", "@babel/parser@^7.22.15":
version "7.22.14" version "7.22.16"
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.14.tgz#c7de58e8de106e88efca42ce17f0033209dfd245" resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.16.tgz#180aead7f247305cce6551bea2720934e2fa2c95"
integrity sha512-1KucTHgOvaw/LzCVrEOAyXkr9rQlp0A1HiHRYnSUE9dmb8PvPW7o5sscg+5169r54n3vGlbx6GevTE/Iw/P3AQ== integrity sha512-+gPfKv8UWeKKeJTUxe59+OobVcrYHETCsORl61EmSkmgymguYk/X5bp7GuUIXaFsc6y++v8ZxPsLSSuujqDphA==
"@babel/template@^7.22.5": "@babel/template@^7.22.15", "@babel/template@^7.22.5":
version "7.22.5" version "7.22.15"
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.5.tgz#0c8c4d944509875849bd0344ff0050756eefc6ec" resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
integrity sha512-X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZaw== integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==
dependencies: dependencies:
"@babel/code-frame" "^7.22.5" "@babel/code-frame" "^7.22.13"
"@babel/parser" "^7.22.5" "@babel/parser" "^7.22.15"
"@babel/types" "^7.22.5" "@babel/types" "^7.22.15"
"@babel/traverse@^7.22.11": "@babel/traverse@^7.22.15":
version "7.22.11" version "7.22.15"
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.11.tgz#71ebb3af7a05ff97280b83f05f8865ac94b2027c" resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.15.tgz#75be4d2d6e216e880e93017f4e2389aeb77ef2d9"
integrity sha512-mzAenteTfomcB7mfPtyi+4oe5BZ6MXxWcn4CX+h4IRJ+OOGXBrWU6jDQavkQI9Vuc5P+donFabBfFCcmWka9lQ== integrity sha512-DdHPwvJY0sEeN4xJU5uRLmZjgMMDIvMPniLuYzUVXj/GGzysPl0/fwt44JBkyUIzGJPV8QgHMcQdQ34XFuKTYQ==
dependencies: dependencies:
"@babel/code-frame" "^7.22.10" "@babel/code-frame" "^7.22.13"
"@babel/generator" "^7.22.10" "@babel/generator" "^7.22.15"
"@babel/helper-environment-visitor" "^7.22.5" "@babel/helper-environment-visitor" "^7.22.5"
"@babel/helper-function-name" "^7.22.5" "@babel/helper-function-name" "^7.22.5"
"@babel/helper-hoist-variables" "^7.22.5" "@babel/helper-hoist-variables" "^7.22.5"
"@babel/helper-split-export-declaration" "^7.22.6" "@babel/helper-split-export-declaration" "^7.22.6"
"@babel/parser" "^7.22.11" "@babel/parser" "^7.22.15"
"@babel/types" "^7.22.11" "@babel/types" "^7.22.15"
debug "^4.1.0" debug "^4.1.0"
globals "^11.1.0" globals "^11.1.0"
"@babel/types@^7.22.10", "@babel/types@^7.22.11", "@babel/types@^7.22.5": "@babel/types@^7.22.15", "@babel/types@^7.22.5":
version "7.22.11" version "7.22.15"
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.11.tgz#0e65a6a1d4d9cbaa892b2213f6159485fe632ea2" resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.15.tgz#266cb21d2c5fd0b3931e7a91b6dd72d2f617d282"
integrity sha512-siazHiGuZRz9aB9NpHy9GOs9xiQPKnMzgdr493iI1M67vRXpnEq8ZOOKzezC5q7zwuQ6sDhdSp4SD9ixKSqKZg== integrity sha512-X+NLXr0N8XXmN5ZsaQdm9U2SSC3UbIYq/doL++sueHOTisgZHoKaQtZxGuV2cUPQHMfjKEfg/g6oy7Hm6SKFtA==
dependencies: dependencies:
"@babel/helper-string-parser" "^7.22.5" "@babel/helper-string-parser" "^7.22.5"
"@babel/helper-validator-identifier" "^7.22.5" "@babel/helper-validator-identifier" "^7.22.15"
to-fast-properties "^2.0.0" to-fast-properties "^2.0.0"
"@esbuild/android-arm64@0.18.20": "@esbuild/android-arm64@0.18.20":
@ -369,9 +369,9 @@
integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA== integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==
"@iconify/json@^2.2.85": "@iconify/json@^2.2.85":
version "2.2.110" version "2.2.113"
resolved "https://registry.yarnpkg.com/@iconify/json/-/json-2.2.110.tgz#e77952fd26e85d34ad1465fac490b7ac87f462e0" resolved "https://registry.yarnpkg.com/@iconify/json/-/json-2.2.113.tgz#2accd81fca9c1ea66611453ccf9097cdb5f1d0a1"
integrity sha512-S7aKdBkVyAVOlxy/DD91NoGR/dAjpyLjEPYjaC+Ff2tkd7pzQnylNoR4h+K+N9su+fLUpD1XrKyw/oIYEyBfOg== integrity sha512-PjTsmdIrn1gxfVfHw7VJ81wsVFMHP7/pAfxfyD+CX639Y4cao4xEnUPXU4pMDV0/S4thLGIHTlADAhCJsoJXxA==
dependencies: dependencies:
"@iconify/types" "*" "@iconify/types" "*"
pathe "^1.1.0" pathe "^1.1.0"
@ -408,30 +408,30 @@
source-map "0.6.1" source-map "0.6.1"
yaml-eslint-parser "^0.3.2" yaml-eslint-parser "^0.3.2"
"@intlify/core-base@9.2.2": "@intlify/core-base@9.3.0":
version "9.2.2" version "9.3.0"
resolved "https://registry.yarnpkg.com/@intlify/core-base/-/core-base-9.2.2.tgz#5353369b05cc9fe35cab95fe20afeb8a4481f939" resolved "https://registry.yarnpkg.com/@intlify/core-base/-/core-base-9.3.0.tgz#fa42e32f89f06d421772fcedeec7dfba845ba98f"
integrity sha512-JjUpQtNfn+joMbrXvpR4hTF8iJQ2sEFzzK3KIESOx+f+uwIjgw20igOyaIdhfsVVBCds8ZM64MoeNSx+PHQMkA== integrity sha512-SRzn8TMnPZ6MY8OFrgouRq4DGaf01SHcJEF6FglYFYvRkgPzziEcQe+v2PD+O5lUp/rJafP4dabm1CmsVAA7rA==
dependencies: dependencies:
"@intlify/devtools-if" "9.2.2" "@intlify/devtools-if" "9.3.0"
"@intlify/message-compiler" "9.2.2" "@intlify/message-compiler" "9.3.0"
"@intlify/shared" "9.2.2" "@intlify/shared" "9.3.0"
"@intlify/vue-devtools" "9.2.2" "@intlify/vue-devtools" "9.3.0"
"@intlify/devtools-if@9.2.2": "@intlify/devtools-if@9.3.0":
version "9.2.2" version "9.3.0"
resolved "https://registry.yarnpkg.com/@intlify/devtools-if/-/devtools-if-9.2.2.tgz#b13d9ac4b4e2fe6d2e7daa556517a8061fe8bd39" resolved "https://registry.yarnpkg.com/@intlify/devtools-if/-/devtools-if-9.3.0.tgz#ae5a4d3577e05577e65bb6abbb0506d8af9309f6"
integrity sha512-4ttr/FNO29w+kBbU7HZ/U0Lzuh2cRDhP8UlWOtV9ERcjHzuyXVZmjyleESK6eVP60tGC9QtQW9yZE+JeRhDHkg== integrity sha512-5aKZnqj0Ff4dfwBX2Oo+MheVs00CBnC0RzWK26aT2M4AF0cxdFLOJAs51/eHT01jmzrxSvfBMjdArUWHwgetfg==
dependencies: dependencies:
"@intlify/shared" "9.2.2" "@intlify/shared" "9.3.0"
"@intlify/message-compiler@9.2.2": "@intlify/message-compiler@9.3.0":
version "9.2.2" version "9.3.0"
resolved "https://registry.yarnpkg.com/@intlify/message-compiler/-/message-compiler-9.2.2.tgz#e42ab6939b8ae5b3d21faf6a44045667a18bba1c" resolved "https://registry.yarnpkg.com/@intlify/message-compiler/-/message-compiler-9.3.0.tgz#203366fe7448255731e951507c4d79093bf898b1"
integrity sha512-IUrQW7byAKN2fMBe8z6sK6riG1pue95e5jfokn8hA5Q3Bqy4MBJ5lJAofUsawQJYHeoPJ7svMDyBaVJ4d0GTtA== integrity sha512-D8tSJEhTCSFcCzkThjE4Sbk1tIdvzkYa1FaVIzUtZ8hKPATvokNrOiDw1i/h671m8A80l9Ywq594i/LPTB6EJA==
dependencies: dependencies:
"@intlify/shared" "9.2.2" "@intlify/shared" "9.3.0"
source-map "0.6.1" source-map-js "^1.0.2"
"@intlify/message-compiler@9.3.0-beta.17": "@intlify/message-compiler@9.3.0-beta.17":
version "9.3.0-beta.17" version "9.3.0-beta.17"
@ -441,10 +441,10 @@
"@intlify/shared" "9.3.0-beta.17" "@intlify/shared" "9.3.0-beta.17"
source-map "0.6.1" source-map "0.6.1"
"@intlify/shared@9.2.2": "@intlify/shared@9.3.0":
version "9.2.2" version "9.3.0"
resolved "https://registry.yarnpkg.com/@intlify/shared/-/shared-9.2.2.tgz#5011be9ca2b4ab86f8660739286e2707f9abb4a5" resolved "https://registry.yarnpkg.com/@intlify/shared/-/shared-9.3.0.tgz#8875120f1e6826be0e99b623e2618167402bfe41"
integrity sha512-wRwTpsslgZS5HNyM7uDQYZtxnbI12aGiBZURX3BTR9RFIKKRWpllTsgzHWvj3HKm3Y2Sh5LPC1r0PDCKEhVn9Q== integrity sha512-MMGRz6zWxtz7rHtxIIdnyb8SYOIaaseN1IvUhAEs9tOW4u77RD4DFp4qgPXesp2Gxo/5QitH9kwSs0jnxGUNEw==
"@intlify/shared@9.3.0-beta.17": "@intlify/shared@9.3.0-beta.17":
version "9.3.0-beta.17" version "9.3.0-beta.17"
@ -469,13 +469,13 @@
source-map "0.6.1" source-map "0.6.1"
unplugin "^1.1.0" unplugin "^1.1.0"
"@intlify/vue-devtools@9.2.2": "@intlify/vue-devtools@9.3.0":
version "9.2.2" version "9.3.0"
resolved "https://registry.yarnpkg.com/@intlify/vue-devtools/-/vue-devtools-9.2.2.tgz#b95701556daf7ebb3a2d45aa3ae9e6415aed8317" resolved "https://registry.yarnpkg.com/@intlify/vue-devtools/-/vue-devtools-9.3.0.tgz#f3137319fadaa92686de11be5ef28209dc828455"
integrity sha512-+dUyqyCHWHb/UcvY1MlIpO87munedm3Gn6E9WWYdWrMuYLcoIoOEVDWSS8xSwtlPU+kA+MEQTP6Q1iI/ocusJg== integrity sha512-kEaxIz1VEgsz2q5RhoS+fBGTkXr/4+pxmK9mN14+speVGb82HPRntKBmz0GO18I1JisD4Z0vAva+KCTHGeAqbQ==
dependencies: dependencies:
"@intlify/core-base" "9.2.2" "@intlify/core-base" "9.3.0"
"@intlify/shared" "9.2.2" "@intlify/shared" "9.3.0"
"@jridgewell/gen-mapping@^0.3.0", "@jridgewell/gen-mapping@^0.3.2": "@jridgewell/gen-mapping@^0.3.0", "@jridgewell/gen-mapping@^0.3.2":
version "0.3.3" version "0.3.3"
@ -575,9 +575,9 @@
integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ== integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==
"@types/lodash@^4.14.195": "@types/lodash@^4.14.195":
version "4.14.197" version "4.14.198"
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.197.tgz#e95c5ddcc814ec3e84c891910a01e0c8a378c54b" resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.198.tgz#4d27465257011aedc741a809f1269941fa2c5d4c"
integrity sha512-BMVOiWs0uNxHVlHBgzTIqJYmj+PgCo4euloGF+5m4okL3rEYzM2EEv78mw8zWSMM57dM7kVIgJ2QDvwHSoCI5g== integrity sha512-trNJ/vtMZYMLhfN45uLq4ShQSw0/S7xCTLLVM+WM1rmFpba/VS42jVUgaO3w/NOLiWR/09lnYk0yMaA/atdIsg==
"@types/node-emoji@^1.8.2": "@types/node-emoji@^1.8.2":
version "1.8.2" version "1.8.2"
@ -604,6 +604,11 @@
resolved "https://registry.yarnpkg.com/@types/web-bluetooth/-/web-bluetooth-0.0.16.tgz#1d12873a8e49567371f2a75fe3e7f7edca6662d8" resolved "https://registry.yarnpkg.com/@types/web-bluetooth/-/web-bluetooth-0.0.16.tgz#1d12873a8e49567371f2a75fe3e7f7edca6662d8"
integrity sha512-oh8q2Zc32S6gd/j50GowEjKLoOVOwHP/bWVjKJInBwQqdOYMdPrf1oVlelTlyfFK3CKxL1uahMDAr+vy8T7yMQ== integrity sha512-oh8q2Zc32S6gd/j50GowEjKLoOVOwHP/bWVjKJInBwQqdOYMdPrf1oVlelTlyfFK3CKxL1uahMDAr+vy8T7yMQ==
"@types/web-bluetooth@^0.0.17":
version "0.0.17"
resolved "https://registry.yarnpkg.com/@types/web-bluetooth/-/web-bluetooth-0.0.17.tgz#5c9f3c617f64a9735d7b72a7cc671e166d900c40"
integrity sha512-4p9vcSmxAayx72yn70joFoL44c9MO/0+iVEBIQXe3v2h2SiAsEIo/G5v6ObFWvNKRFjbrVadNf9LqEEZeQPzdA==
"@typescript-eslint/eslint-plugin@^5.60.1": "@typescript-eslint/eslint-plugin@^5.60.1":
version "5.62.0" version "5.62.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz#aeef0328d172b9e37d9bab6dbc13b87ed88977db" resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz#aeef0328d172b9e37d9bab6dbc13b87ed88977db"
@ -756,15 +761,15 @@
"@vue/compiler-dom" "3.3.4" "@vue/compiler-dom" "3.3.4"
"@vue/shared" "3.3.4" "@vue/shared" "3.3.4"
"@vue/devtools-api@^6.2.1", "@vue/devtools-api@^6.5.0": "@vue/devtools-api@^6.5.0":
version "6.5.0" version "6.5.0"
resolved "https://registry.yarnpkg.com/@vue/devtools-api/-/devtools-api-6.5.0.tgz#98b99425edee70b4c992692628fa1ea2c1e57d07" resolved "https://registry.yarnpkg.com/@vue/devtools-api/-/devtools-api-6.5.0.tgz#98b99425edee70b4c992692628fa1ea2c1e57d07"
integrity sha512-o9KfBeaBmCKl10usN4crU53fYtC1r7jJwdGKjPT24t348rHxgfpZ0xL3Xm/gLUYnc0oTp8LAmrxOeLyu6tbk2Q== integrity sha512-o9KfBeaBmCKl10usN4crU53fYtC1r7jJwdGKjPT24t348rHxgfpZ0xL3Xm/gLUYnc0oTp8LAmrxOeLyu6tbk2Q==
"@vue/language-core@1.8.8": "@vue/language-core@1.8.10":
version "1.8.8" version "1.8.10"
resolved "https://registry.yarnpkg.com/@vue/language-core/-/language-core-1.8.8.tgz#5a8aa8363f4dfacdfcd7808a9926744d7c310ae6" resolved "https://registry.yarnpkg.com/@vue/language-core/-/language-core-1.8.10.tgz#e37409ac8686f30963a00662d51bf6d07c599ca9"
integrity sha512-i4KMTuPazf48yMdYoebTkgSOJdFraE4pQf0B+FTOFkbB+6hAfjrSou/UmYWRsWyZV6r4Rc6DDZdI39CJwL0rWw== integrity sha512-db8PtM4ZZr7SYNH30XpKxUYnUBYaTvcuJ4c2whKK04fuAjbtjAIZ2al5GzGEfUlesmvkpgdbiSviRXUxgD9Omw==
dependencies: dependencies:
"@volar/language-core" "~1.10.0" "@volar/language-core" "~1.10.0"
"@volar/source-map" "~1.10.0" "@volar/source-map" "~1.10.0"
@ -823,13 +828,32 @@
resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.3.4.tgz#06e83c5027f464eef861c329be81454bc8b70780" resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.3.4.tgz#06e83c5027f464eef861c329be81454bc8b70780"
integrity sha512-7OjdcV8vQ74eiz1TZLzZP4JwqM5fA94K6yntPS5Z25r9HDuGNzaGdgvwKYq6S+MxwF0TFRwe50fIR/MYnakdkQ== integrity sha512-7OjdcV8vQ74eiz1TZLzZP4JwqM5fA94K6yntPS5Z25r9HDuGNzaGdgvwKYq6S+MxwF0TFRwe50fIR/MYnakdkQ==
"@vue/typescript@1.8.8": "@vue/typescript@1.8.10":
version "1.8.8" version "1.8.10"
resolved "https://registry.yarnpkg.com/@vue/typescript/-/typescript-1.8.8.tgz#8efb375d448862134492a044f4e96afada547500" resolved "https://registry.yarnpkg.com/@vue/typescript/-/typescript-1.8.10.tgz#70e3354e67498ef2270cba38eba092b29da1a494"
integrity sha512-jUnmMB6egu5wl342eaUH236v8tdcEPXXkPgj+eI/F6JwW/lb+yAU6U07ZbQ3MVabZRlupIlPESB7ajgAGixhow== integrity sha512-vPSpTXMk4chYwvyTGjM891cKgnx2r6vtbdANOp2mRU31f4HYGyLrZBlGgiua7SaO2cLjUg8y91OipJe0t8OFhA==
dependencies: dependencies:
"@volar/typescript" "~1.10.0" "@volar/typescript" "~1.10.0"
"@vue/language-core" "1.8.8" "@vue/language-core" "1.8.10"
"@vueuse/components@^10.4.0":
version "10.4.1"
resolved "https://registry.yarnpkg.com/@vueuse/components/-/components-10.4.1.tgz#d6b51c60783da49eaa1a9d8014e1be53874f7dbc"
integrity sha512-hEWeumCfH394fkEYc/hng6T5VcjVkdqx7b75Sd6z4Uw3anjeo93Zp9qqtzFOv5bAmHls3Zy04Kowo1glrxDFRQ==
dependencies:
"@vueuse/core" "10.4.1"
"@vueuse/shared" "10.4.1"
vue-demi ">=0.14.5"
"@vueuse/core@10.4.1":
version "10.4.1"
resolved "https://registry.yarnpkg.com/@vueuse/core/-/core-10.4.1.tgz#fc2c8a83a571c207aaedbe393b22daa6d35123f2"
integrity sha512-DkHIfMIoSIBjMgRRvdIvxsyboRZQmImofLyOHADqiVbQVilP8VVHDhBX2ZqoItOgu7dWa8oXiNnScOdPLhdEXg==
dependencies:
"@types/web-bluetooth" "^0.0.17"
"@vueuse/metadata" "10.4.1"
"@vueuse/shared" "10.4.1"
vue-demi ">=0.14.5"
"@vueuse/core@^9.13.0": "@vueuse/core@^9.13.0":
version "9.13.0" version "9.13.0"
@ -841,11 +865,23 @@
"@vueuse/shared" "9.13.0" "@vueuse/shared" "9.13.0"
vue-demi "*" vue-demi "*"
"@vueuse/metadata@10.4.1":
version "10.4.1"
resolved "https://registry.yarnpkg.com/@vueuse/metadata/-/metadata-10.4.1.tgz#9d2ff5c67abf17a8c07865c2413fbd0e92f7b7d7"
integrity sha512-2Sc8X+iVzeuMGHr6O2j4gv/zxvQGGOYETYXEc41h0iZXIRnRbJZGmY/QP8dvzqUelf8vg0p/yEA5VpCEu+WpZg==
"@vueuse/metadata@9.13.0": "@vueuse/metadata@9.13.0":
version "9.13.0" version "9.13.0"
resolved "https://registry.yarnpkg.com/@vueuse/metadata/-/metadata-9.13.0.tgz#bc25a6cdad1b1a93c36ce30191124da6520539ff" resolved "https://registry.yarnpkg.com/@vueuse/metadata/-/metadata-9.13.0.tgz#bc25a6cdad1b1a93c36ce30191124da6520539ff"
integrity sha512-gdU7TKNAUVlXXLbaF+ZCfte8BjRJQWPCa2J55+7/h+yDtzw3vOoGQDRXzI6pyKyo6bXFT5/QoPE4hAknExjRLQ== integrity sha512-gdU7TKNAUVlXXLbaF+ZCfte8BjRJQWPCa2J55+7/h+yDtzw3vOoGQDRXzI6pyKyo6bXFT5/QoPE4hAknExjRLQ==
"@vueuse/shared@10.4.1":
version "10.4.1"
resolved "https://registry.yarnpkg.com/@vueuse/shared/-/shared-10.4.1.tgz#d5ce33033c156efb60664b5d6034d6cd4e2f530c"
integrity sha512-vz5hbAM4qA0lDKmcr2y3pPdU+2EVw/yzfRsBdu+6+USGa4PxqSQRYIUC9/NcT06y+ZgaTsyURw2I9qOFaaXHAg==
dependencies:
vue-demi ">=0.14.5"
"@vueuse/shared@9.13.0": "@vueuse/shared@9.13.0":
version "9.13.0" version "9.13.0"
resolved "https://registry.yarnpkg.com/@vueuse/shared/-/shared-9.13.0.tgz#089ff4cc4e2e7a4015e57a8f32e4b39d096353b9" resolved "https://registry.yarnpkg.com/@vueuse/shared/-/shared-9.13.0.tgz#089ff4cc4e2e7a4015e57a8f32e4b39d096353b9"
@ -946,14 +982,14 @@ array-buffer-byte-length@^1.0.0:
is-array-buffer "^3.0.1" is-array-buffer "^3.0.1"
array-includes@^3.1.6: array-includes@^3.1.6:
version "3.1.6" version "3.1.7"
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.6.tgz#9e9e720e194f198266ba9e18c29e6a9b0e4b225f" resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.7.tgz#8cd2e01b26f7a3086cbc87271593fe921c62abda"
integrity sha512-sgTbLvL6cNnw24FnbaDyjmvddQ2ML8arZsgaJhoABMoplz/4QRhtrYS+alr1BUM1Bwp6dhx8vVCBSLG+StwOFw== integrity sha512-dlcsNBIiWhPkHdOEEKnehA+RNUWDc4UqFtnIXU4uuYDPtA4LDkr7qip2p0VvFAEXNDr0yWZ9PJyIRiGjRLQzwQ==
dependencies: dependencies:
call-bind "^1.0.2" call-bind "^1.0.2"
define-properties "^1.1.4" define-properties "^1.2.0"
es-abstract "^1.20.4" es-abstract "^1.22.1"
get-intrinsic "^1.1.3" get-intrinsic "^1.2.1"
is-string "^1.0.7" is-string "^1.0.7"
array-union@^2.1.0: array-union@^2.1.0:
@ -973,33 +1009,34 @@ array.prototype.findlastindex@^1.2.2:
get-intrinsic "^1.2.1" get-intrinsic "^1.2.1"
array.prototype.flat@^1.3.1: array.prototype.flat@^1.3.1:
version "1.3.1" version "1.3.2"
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.3.1.tgz#ffc6576a7ca3efc2f46a143b9d1dda9b4b3cf5e2" resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.3.2.tgz#1476217df8cff17d72ee8f3ba06738db5b387d18"
integrity sha512-roTU0KWIOmJ4DRLmwKd19Otg0/mT3qPNt0Qb3GWW8iObuZXxrjB/pzn0R3hqpRSWg4HCwqx+0vwOnWnvlOyeIA== integrity sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==
dependencies: dependencies:
call-bind "^1.0.2" call-bind "^1.0.2"
define-properties "^1.1.4" define-properties "^1.2.0"
es-abstract "^1.20.4" es-abstract "^1.22.1"
es-shim-unscopables "^1.0.0" es-shim-unscopables "^1.0.0"
array.prototype.flatmap@^1.3.1: array.prototype.flatmap@^1.3.1:
version "1.3.1" version "1.3.2"
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.1.tgz#1aae7903c2100433cb8261cd4ed310aab5c4a183" resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.2.tgz#c9a7c6831db8e719d6ce639190146c24bbd3e527"
integrity sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ== integrity sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==
dependencies: dependencies:
call-bind "^1.0.2" call-bind "^1.0.2"
define-properties "^1.1.4" define-properties "^1.2.0"
es-abstract "^1.20.4" es-abstract "^1.22.1"
es-shim-unscopables "^1.0.0" es-shim-unscopables "^1.0.0"
arraybuffer.prototype.slice@^1.0.1: arraybuffer.prototype.slice@^1.0.1:
version "1.0.1" version "1.0.2"
resolved "https://registry.yarnpkg.com/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.1.tgz#9b5ea3868a6eebc30273da577eb888381c0044bb" resolved "https://registry.yarnpkg.com/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.2.tgz#98bd561953e3e74bb34938e77647179dfe6e9f12"
integrity sha512-09x0ZWFEjj4WD8PDbykUwo3t9arLn8NIzmmYEJFpYekOAQjpkGSyrQhNoRTcwwcFRu+ycWF78QZ63oWTqSjBcw== integrity sha512-yMBKppFur/fbHu9/6USUe03bZ4knMYiwFBcyiaXB8Go0qNehwX6inYPzK9U0NeQvGxKthcmHcaR8P5MStSRBAw==
dependencies: dependencies:
array-buffer-byte-length "^1.0.0" array-buffer-byte-length "^1.0.0"
call-bind "^1.0.2" call-bind "^1.0.2"
define-properties "^1.2.0" define-properties "^1.2.0"
es-abstract "^1.22.1"
get-intrinsic "^1.2.1" get-intrinsic "^1.2.1"
is-array-buffer "^3.0.2" is-array-buffer "^3.0.2"
is-shared-array-buffer "^1.0.2" is-shared-array-buffer "^1.0.2"
@ -1080,9 +1117,9 @@ callsites@^3.0.0:
integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ== integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==
caniuse-lite@^1.0.30001517: caniuse-lite@^1.0.30001517:
version "1.0.30001525" version "1.0.30001529"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001525.tgz#d2e8fdec6116ffa36284ca2c33ef6d53612fe1c8" resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001529.tgz#c1f2a411e85fdaace4b1560e1bad078b00ac3181"
integrity sha512-/3z+wB4icFt3r0USMwxujAqRvaD/B7rvGTsKhbhSQErVrJvkZCLhgNLJxU8MevahQVH6hCU9FsHdNUFbiwmE7Q== integrity sha512-n2pUQYGAkrLG4QYj2desAh+NqsJpHbNmVZz87imptDdxLAtjxary7Df/psdfyDGmskJK/9Dt9cPnx5RZ3CU4Og==
chalk@^2.4.2: chalk@^2.4.2:
version "2.4.2" version "2.4.2"
@ -1321,16 +1358,16 @@ domutils@^3.0.1:
domhandler "^5.0.3" domhandler "^5.0.3"
electron-to-chromium@^1.4.477: electron-to-chromium@^1.4.477:
version "1.4.508" version "1.4.512"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.508.tgz#5641ff2f5ba11df4bd960fe6a2f9f70aa8b9af96" resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.512.tgz#f6c14d4d2ddacf064f1de36dbd3f6a469821a7ee"
integrity sha512-FFa8QKjQK/A5QuFr2167myhMesGrhlOBD+3cYNxO9/S4XzHEXesyTD/1/xF644gC8buFPz3ca6G1LOQD0tZrrg== integrity sha512-1W8wRbYlQE4ph7eoj3TJ+uqwO6+xvAE/L+KGU7WTQQvX3tnSIGZAb90MTsMoJqzntamiwJhBAj4WZmygXhsOUg==
entities@^4.2.0: entities@^4.2.0:
version "4.5.0" version "4.5.0"
resolved "https://registry.yarnpkg.com/entities/-/entities-4.5.0.tgz#5d268ea5e7113ec74c4d033b79ea5a35a488fb48" resolved "https://registry.yarnpkg.com/entities/-/entities-4.5.0.tgz#5d268ea5e7113ec74c4d033b79ea5a35a488fb48"
integrity sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw== integrity sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==
es-abstract@^1.20.4, es-abstract@^1.22.1: es-abstract@^1.22.1:
version "1.22.1" version "1.22.1"
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.22.1.tgz#8b4e5fc5cefd7f1660f0f8e1a52900dfbc9d9ccc" resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.22.1.tgz#8b4e5fc5cefd7f1660f0f8e1a52900dfbc9d9ccc"
integrity sha512-ioRRcXMO6OFyRpyzV3kE1IIBd4WG5/kltnzdxSCqoP8CMGs/Li+M1uF5o7lOkZVFjDs+NLesthnF66Pg/0q0Lw== integrity sha512-ioRRcXMO6OFyRpyzV3kE1IIBd4WG5/kltnzdxSCqoP8CMGs/Li+M1uF5o7lOkZVFjDs+NLesthnF66Pg/0q0Lw==
@ -2182,9 +2219,9 @@ javascript-time-ago@^2.5.9:
relative-time-format "^1.1.6" relative-time-format "^1.1.6"
jiti@^1.18.2: jiti@^1.18.2:
version "1.19.3" version "1.20.0"
resolved "https://registry.yarnpkg.com/jiti/-/jiti-1.19.3.tgz#ef554f76465b3c2b222dc077834a71f0d4a37569" resolved "https://registry.yarnpkg.com/jiti/-/jiti-1.20.0.tgz#2d823b5852ee8963585c8dd8b7992ffc1ae83b42"
integrity sha512-5eEbBDQT/jF1xg6l36P+mWGGoH9Spuy0PCdSr2dtWRDGC6ph/w9ZCL4lmESW8f8F7MwT3XKescfP0wnZWAKL9w== integrity sha512-3TV69ZbrvV6U5DfQimop50jE9Dl6J8O1ja1dvBbMba/sZ3YBEQqJ2VZRoQPVnhlzjNtU1vaXRZVrVjU4qtm8yA==
js-tokens@^4.0.0: js-tokens@^4.0.0:
version "4.0.0" version "4.0.0"
@ -2699,9 +2736,9 @@ rimraf@^3.0.2:
glob "^7.1.3" glob "^7.1.3"
rollup@^3.27.1: rollup@^3.27.1:
version "3.28.1" version "3.29.0"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.28.1.tgz#fb44aa6d5e65c7e13fd5bcfff266d0c4ea9ba433" resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.29.0.tgz#1b40e64818afc979c7e5bef93de675829288986b"
integrity sha512-R9OMQmIHJm9znrU3m3cpE8uhN0fGdXiawME7aZIpQqvpS/85+Vt1Hq1/yVIcYfOmaQiHjvXkQAoJukvLpau6Yw== integrity sha512-nszM8DINnx1vSS+TpbWKMkxem0CDWk3cSit/WWCBVs9/JZ1I/XLwOsiUglYuYReaeWWSsW9kge5zE5NZtf/a4w==
optionalDependencies: optionalDependencies:
fsevents "~2.3.2" fsevents "~2.3.2"
@ -2713,12 +2750,12 @@ run-parallel@^1.1.9:
queue-microtask "^1.2.2" queue-microtask "^1.2.2"
safe-array-concat@^1.0.0: safe-array-concat@^1.0.0:
version "1.0.0" version "1.0.1"
resolved "https://registry.yarnpkg.com/safe-array-concat/-/safe-array-concat-1.0.0.tgz#2064223cba3c08d2ee05148eedbc563cd6d84060" resolved "https://registry.yarnpkg.com/safe-array-concat/-/safe-array-concat-1.0.1.tgz#91686a63ce3adbea14d61b14c99572a8ff84754c"
integrity sha512-9dVEFruWIsnie89yym+xWTAYASdpw3CJV7Li/6zBewGf9z2i1j31rP6jnY0pHEO4QZh6N0K11bFjWmdR8UGdPQ== integrity sha512-6XbUAseYE2KtOuGueyeobCySj9L4+66Tn6KQMOPQJrAJEowYKW/YR/MGJZl7FdydUdaFu4LYyDZjxf4/Nmo23Q==
dependencies: dependencies:
call-bind "^1.0.2" call-bind "^1.0.2"
get-intrinsic "^1.2.0" get-intrinsic "^1.2.1"
has-symbols "^1.0.3" has-symbols "^1.0.3"
isarray "^2.0.5" isarray "^2.0.5"
@ -2808,31 +2845,31 @@ source-map@^0.7.3:
integrity sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA== integrity sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==
string.prototype.trim@^1.2.7: string.prototype.trim@^1.2.7:
version "1.2.7" version "1.2.8"
resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.2.7.tgz#a68352740859f6893f14ce3ef1bb3037f7a90533" resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.2.8.tgz#f9ac6f8af4bd55ddfa8895e6aea92a96395393bd"
integrity sha512-p6TmeT1T3411M8Cgg9wBTMRtY2q9+PNy9EV1i2lIXUN/btt763oIfxwN3RR8VU6wHX8j/1CFy0L+YuThm6bgOg== integrity sha512-lfjY4HcixfQXOfaqCvcBuOIapyaroTXhbkfJN3gcB1OtyupngWK4sEET9Knd0cXd28kTUqu/kHoV4HKSJdnjiQ==
dependencies: dependencies:
call-bind "^1.0.2" call-bind "^1.0.2"
define-properties "^1.1.4" define-properties "^1.2.0"
es-abstract "^1.20.4" es-abstract "^1.22.1"
string.prototype.trimend@^1.0.6: string.prototype.trimend@^1.0.6:
version "1.0.6" version "1.0.7"
resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.6.tgz#c4a27fa026d979d79c04f17397f250a462944533" resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.7.tgz#1bb3afc5008661d73e2dc015cd4853732d6c471e"
integrity sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ== integrity sha512-Ni79DqeB72ZFq1uH/L6zJ+DKZTkOtPIHovb3YZHQViE+HDouuU4mBrLOLDn5Dde3RF8qw5qVETEjhu9locMLvA==
dependencies: dependencies:
call-bind "^1.0.2" call-bind "^1.0.2"
define-properties "^1.1.4" define-properties "^1.2.0"
es-abstract "^1.20.4" es-abstract "^1.22.1"
string.prototype.trimstart@^1.0.6: string.prototype.trimstart@^1.0.6:
version "1.0.6" version "1.0.7"
resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.6.tgz#e90ab66aa8e4007d92ef591bbf3cd422c56bdcf4" resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.7.tgz#d4cdb44b83a4737ffbac2d406e405d43d0184298"
integrity sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA== integrity sha512-NGhtDFu3jCEm7B4Fy0DpLewdJQOZcQ0rGbwQ/+stjnrp2i+rlKeCvos9hOIeCmqwratM47OBxY7uFZzjxHXmrg==
dependencies: dependencies:
call-bind "^1.0.2" call-bind "^1.0.2"
define-properties "^1.1.4" define-properties "^1.2.0"
es-abstract "^1.20.4" es-abstract "^1.22.1"
strip-ansi@^6.0.1: strip-ansi@^6.0.1:
version "6.0.1" version "6.0.1"
@ -3124,14 +3161,14 @@ vue-eslint-parser@^9.3.1:
semver "^7.3.6" semver "^7.3.6"
vue-i18n@^9.2.2: vue-i18n@^9.2.2:
version "9.2.2" version "9.3.0"
resolved "https://registry.yarnpkg.com/vue-i18n/-/vue-i18n-9.2.2.tgz#aeb49d9424923c77e0d6441e3f21dafcecd0e666" resolved "https://registry.yarnpkg.com/vue-i18n/-/vue-i18n-9.3.0.tgz#d85551098ab377e4237a101c77bfc05fd4887ff5"
integrity sha512-yswpwtj89rTBhegUAv9Mu37LNznyu3NpyLQmozF3i1hYOhwpG8RjcjIFIIfnu+2MDZJGSZPXaKWvnQA71Yv9TQ== integrity sha512-+2L+ae/e4+fixhjym3lgzGCGQG8wVGlGrDHzjfdgUudheHvbVHu5i6tn6FF+buH75UFA7T5ZO2ZO7zrh6CzuaA==
dependencies: dependencies:
"@intlify/core-base" "9.2.2" "@intlify/core-base" "9.3.0"
"@intlify/shared" "9.2.2" "@intlify/shared" "9.3.0"
"@intlify/vue-devtools" "9.2.2" "@intlify/vue-devtools" "9.3.0"
"@vue/devtools-api" "^6.2.1" "@vue/devtools-api" "^6.5.0"
vue-router@^4.2.2: vue-router@^4.2.2:
version "4.2.4" version "4.2.4"
@ -3149,12 +3186,12 @@ vue-template-compiler@^2.7.14:
he "^1.2.0" he "^1.2.0"
vue-tsc@^1.8.3: vue-tsc@^1.8.3:
version "1.8.8" version "1.8.10"
resolved "https://registry.yarnpkg.com/vue-tsc/-/vue-tsc-1.8.8.tgz#67317693eb2ef6747e89e6d834eeb6d2deb8871d" resolved "https://registry.yarnpkg.com/vue-tsc/-/vue-tsc-1.8.10.tgz#7a5253b078a4728d90286f7bef42108e39a191e7"
integrity sha512-bSydNFQsF7AMvwWsRXD7cBIXaNs/KSjvzWLymq/UtKE36697sboX4EccSHFVxvgdBlI1frYPc/VMKJNB7DFeDQ== integrity sha512-ptpTFFDoHQgkWJF7i5iERxooiQzOGtG1uKTfmAUuS3qPuSQGq+Ky/S8BFHhnFGwoOxq/PjmGN2QSZEfg1rtzQA==
dependencies: dependencies:
"@vue/language-core" "1.8.8" "@vue/language-core" "1.8.10"
"@vue/typescript" "1.8.8" "@vue/typescript" "1.8.10"
semver "^7.3.8" semver "^7.3.8"
vue@^3.3.4: vue@^3.3.4:

View file

@ -56,27 +56,27 @@
}; };
} }
{ {
name = "_babel_core___core_7.22.11.tgz"; name = "_babel_core___core_7.22.15.tgz";
path = fetchurl { path = fetchurl {
name = "_babel_core___core_7.22.11.tgz"; name = "_babel_core___core_7.22.15.tgz";
url = "https://registry.yarnpkg.com/@babel/core/-/core-7.22.11.tgz"; url = "https://registry.yarnpkg.com/@babel/core/-/core-7.22.15.tgz";
sha512 = "lh7RJrtPdhibbxndr6/xx0w8+CVlY5FJZiaSz908Fpy+G0xkBFTvwLcKJFF4PJxVfGhVWNebikpWGnOoC71juQ=="; sha512 = "PtZqMmgRrvj8ruoEOIwVA3yoF91O+Hgw9o7DAUTNBA6Mo2jpu31clx9a7Nz/9JznqetTR6zwfC4L3LAjKQXUwA==";
}; };
} }
{ {
name = "_babel_generator___generator_7.22.10.tgz"; name = "_babel_generator___generator_7.22.15.tgz";
path = fetchurl { path = fetchurl {
name = "_babel_generator___generator_7.22.10.tgz"; name = "_babel_generator___generator_7.22.15.tgz";
url = "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.10.tgz"; url = "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.15.tgz";
sha512 = "79KIf7YiWjjdZ81JnLujDRApWtl7BxTqWD88+FFdQEIOG8LJ0etDOM7CXuIgGJa55sGOwZVwuEsaLEm0PJ5/+A=="; sha512 = "Zu9oWARBqeVOW0dZOjXc3JObrzuqothQ3y/n1kUtrjCoCPLkXUwMvOo/F/TCfoHMbWIFlWwpZtkZVb9ga4U2pA==";
}; };
} }
{ {
name = "_babel_helper_compilation_targets___helper_compilation_targets_7.22.10.tgz"; name = "_babel_helper_compilation_targets___helper_compilation_targets_7.22.15.tgz";
path = fetchurl { path = fetchurl {
name = "_babel_helper_compilation_targets___helper_compilation_targets_7.22.10.tgz"; name = "_babel_helper_compilation_targets___helper_compilation_targets_7.22.15.tgz";
url = "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.10.tgz"; url = "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.15.tgz";
sha512 = "JMSwHD4J7SLod0idLq5PKgI+6g/hLD/iuWBq08ZX49xE14VpVEojJ5rHWptpirV2j020MvypRLAXAO50igCJ5Q=="; sha512 = "y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw==";
}; };
} }
{ {
@ -104,19 +104,19 @@
}; };
} }
{ {
name = "_babel_helper_module_imports___helper_module_imports_7.22.5.tgz"; name = "_babel_helper_module_imports___helper_module_imports_7.22.15.tgz";
path = fetchurl { path = fetchurl {
name = "_babel_helper_module_imports___helper_module_imports_7.22.5.tgz"; name = "_babel_helper_module_imports___helper_module_imports_7.22.15.tgz";
url = "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.22.5.tgz"; url = "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz";
sha512 = "8Dl6+HD/cKifutF5qGd/8ZJi84QeAKh+CEe1sBzz8UayBBGg1dAIJrdHOcOM5b2MpzWL2yuotJTtGjETq0qjXg=="; sha512 = "0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==";
}; };
} }
{ {
name = "_babel_helper_module_transforms___helper_module_transforms_7.22.9.tgz"; name = "_babel_helper_module_transforms___helper_module_transforms_7.22.15.tgz";
path = fetchurl { path = fetchurl {
name = "_babel_helper_module_transforms___helper_module_transforms_7.22.9.tgz"; name = "_babel_helper_module_transforms___helper_module_transforms_7.22.15.tgz";
url = "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.9.tgz"; url = "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.15.tgz";
sha512 = "t+WA2Xn5K+rTeGtC8jCsdAH52bjggG5TKRuRrAGNM/mjIbO4GxvlLMFOEz9wXY5I2XQ60PMFsAG2WIcG82dQMQ=="; sha512 = "l1UiX4UyHSFsYt17iQ3Se5pQQZZHa22zyIXURmvkmLCD4t/aU+dvNWHatKac/D9Vm9UES7nvIqHs4jZqKviUmQ==";
}; };
} }
{ {
@ -144,27 +144,27 @@
}; };
} }
{ {
name = "_babel_helper_validator_identifier___helper_validator_identifier_7.22.5.tgz"; name = "_babel_helper_validator_identifier___helper_validator_identifier_7.22.15.tgz";
path = fetchurl { path = fetchurl {
name = "_babel_helper_validator_identifier___helper_validator_identifier_7.22.5.tgz"; name = "_babel_helper_validator_identifier___helper_validator_identifier_7.22.15.tgz";
url = "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz"; url = "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.15.tgz";
sha512 = "aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ=="; sha512 = "4E/F9IIEi8WR94324mbDUMo074YTheJmd7eZF5vITTeYchqAi6sYXRLHUVsmkdmY4QjfKTcB2jB7dVP3NaBElQ==";
}; };
} }
{ {
name = "_babel_helper_validator_option___helper_validator_option_7.22.5.tgz"; name = "_babel_helper_validator_option___helper_validator_option_7.22.15.tgz";
path = fetchurl { path = fetchurl {
name = "_babel_helper_validator_option___helper_validator_option_7.22.5.tgz"; name = "_babel_helper_validator_option___helper_validator_option_7.22.15.tgz";
url = "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.22.5.tgz"; url = "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.22.15.tgz";
sha512 = "R3oB6xlIVKUnxNUxbmgq7pKjxpru24zlimpE8WK47fACIlM0II/Hm1RS8IaOI7NgCr6LNS+jl5l75m20npAziw=="; sha512 = "bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA==";
}; };
} }
{ {
name = "_babel_helpers___helpers_7.22.11.tgz"; name = "_babel_helpers___helpers_7.22.15.tgz";
path = fetchurl { path = fetchurl {
name = "_babel_helpers___helpers_7.22.11.tgz"; name = "_babel_helpers___helpers_7.22.15.tgz";
url = "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.22.11.tgz"; url = "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.22.15.tgz";
sha512 = "vyOXC8PBWaGc5h7GMsNx68OH33cypkEDJCHvYVVgVbbxJDROYVtexSk0gK5iCF1xNjRIN2s8ai7hwkWDq5szWg=="; sha512 = "7pAjK0aSdxOwR+CcYAqgWOGy5dcfvzsTIfFTb2odQqW47MDfv14UaJDY6eng8ylM2EaeKXdxaSWESbkmaQHTmw==";
}; };
} }
{ {
@ -176,35 +176,35 @@
}; };
} }
{ {
name = "_babel_parser___parser_7.22.14.tgz"; name = "_babel_parser___parser_7.22.16.tgz";
path = fetchurl { path = fetchurl {
name = "_babel_parser___parser_7.22.14.tgz"; name = "_babel_parser___parser_7.22.16.tgz";
url = "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.14.tgz"; url = "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.16.tgz";
sha512 = "1KucTHgOvaw/LzCVrEOAyXkr9rQlp0A1HiHRYnSUE9dmb8PvPW7o5sscg+5169r54n3vGlbx6GevTE/Iw/P3AQ=="; sha512 = "+gPfKv8UWeKKeJTUxe59+OobVcrYHETCsORl61EmSkmgymguYk/X5bp7GuUIXaFsc6y++v8ZxPsLSSuujqDphA==";
}; };
} }
{ {
name = "_babel_template___template_7.22.5.tgz"; name = "_babel_template___template_7.22.15.tgz";
path = fetchurl { path = fetchurl {
name = "_babel_template___template_7.22.5.tgz"; name = "_babel_template___template_7.22.15.tgz";
url = "https://registry.yarnpkg.com/@babel/template/-/template-7.22.5.tgz"; url = "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz";
sha512 = "X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZaw=="; sha512 = "QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==";
}; };
} }
{ {
name = "_babel_traverse___traverse_7.22.11.tgz"; name = "_babel_traverse___traverse_7.22.15.tgz";
path = fetchurl { path = fetchurl {
name = "_babel_traverse___traverse_7.22.11.tgz"; name = "_babel_traverse___traverse_7.22.15.tgz";
url = "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.11.tgz"; url = "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.15.tgz";
sha512 = "mzAenteTfomcB7mfPtyi+4oe5BZ6MXxWcn4CX+h4IRJ+OOGXBrWU6jDQavkQI9Vuc5P+donFabBfFCcmWka9lQ=="; sha512 = "DdHPwvJY0sEeN4xJU5uRLmZjgMMDIvMPniLuYzUVXj/GGzysPl0/fwt44JBkyUIzGJPV8QgHMcQdQ34XFuKTYQ==";
}; };
} }
{ {
name = "_babel_types___types_7.22.11.tgz"; name = "_babel_types___types_7.22.15.tgz";
path = fetchurl { path = fetchurl {
name = "_babel_types___types_7.22.11.tgz"; name = "_babel_types___types_7.22.15.tgz";
url = "https://registry.yarnpkg.com/@babel/types/-/types-7.22.11.tgz"; url = "https://registry.yarnpkg.com/@babel/types/-/types-7.22.15.tgz";
sha512 = "siazHiGuZRz9aB9NpHy9GOs9xiQPKnMzgdr493iI1M67vRXpnEq8ZOOKzezC5q7zwuQ6sDhdSp4SD9ixKSqKZg=="; sha512 = "X+NLXr0N8XXmN5ZsaQdm9U2SSC3UbIYq/doL++sueHOTisgZHoKaQtZxGuV2cUPQHMfjKEfg/g6oy7Hm6SKFtA==";
}; };
} }
{ {
@ -440,11 +440,11 @@
}; };
} }
{ {
name = "_iconify_json___json_2.2.110.tgz"; name = "_iconify_json___json_2.2.113.tgz";
path = fetchurl { path = fetchurl {
name = "_iconify_json___json_2.2.110.tgz"; name = "_iconify_json___json_2.2.113.tgz";
url = "https://registry.yarnpkg.com/@iconify/json/-/json-2.2.110.tgz"; url = "https://registry.yarnpkg.com/@iconify/json/-/json-2.2.113.tgz";
sha512 = "S7aKdBkVyAVOlxy/DD91NoGR/dAjpyLjEPYjaC+Ff2tkd7pzQnylNoR4h+K+N9su+fLUpD1XrKyw/oIYEyBfOg=="; sha512 = "PjTsmdIrn1gxfVfHw7VJ81wsVFMHP7/pAfxfyD+CX639Y4cao4xEnUPXU4pMDV0/S4thLGIHTlADAhCJsoJXxA==";
}; };
} }
{ {
@ -472,27 +472,27 @@
}; };
} }
{ {
name = "_intlify_core_base___core_base_9.2.2.tgz"; name = "_intlify_core_base___core_base_9.3.0.tgz";
path = fetchurl { path = fetchurl {
name = "_intlify_core_base___core_base_9.2.2.tgz"; name = "_intlify_core_base___core_base_9.3.0.tgz";
url = "https://registry.yarnpkg.com/@intlify/core-base/-/core-base-9.2.2.tgz"; url = "https://registry.yarnpkg.com/@intlify/core-base/-/core-base-9.3.0.tgz";
sha512 = "JjUpQtNfn+joMbrXvpR4hTF8iJQ2sEFzzK3KIESOx+f+uwIjgw20igOyaIdhfsVVBCds8ZM64MoeNSx+PHQMkA=="; sha512 = "SRzn8TMnPZ6MY8OFrgouRq4DGaf01SHcJEF6FglYFYvRkgPzziEcQe+v2PD+O5lUp/rJafP4dabm1CmsVAA7rA==";
}; };
} }
{ {
name = "_intlify_devtools_if___devtools_if_9.2.2.tgz"; name = "_intlify_devtools_if___devtools_if_9.3.0.tgz";
path = fetchurl { path = fetchurl {
name = "_intlify_devtools_if___devtools_if_9.2.2.tgz"; name = "_intlify_devtools_if___devtools_if_9.3.0.tgz";
url = "https://registry.yarnpkg.com/@intlify/devtools-if/-/devtools-if-9.2.2.tgz"; url = "https://registry.yarnpkg.com/@intlify/devtools-if/-/devtools-if-9.3.0.tgz";
sha512 = "4ttr/FNO29w+kBbU7HZ/U0Lzuh2cRDhP8UlWOtV9ERcjHzuyXVZmjyleESK6eVP60tGC9QtQW9yZE+JeRhDHkg=="; sha512 = "5aKZnqj0Ff4dfwBX2Oo+MheVs00CBnC0RzWK26aT2M4AF0cxdFLOJAs51/eHT01jmzrxSvfBMjdArUWHwgetfg==";
}; };
} }
{ {
name = "_intlify_message_compiler___message_compiler_9.2.2.tgz"; name = "_intlify_message_compiler___message_compiler_9.3.0.tgz";
path = fetchurl { path = fetchurl {
name = "_intlify_message_compiler___message_compiler_9.2.2.tgz"; name = "_intlify_message_compiler___message_compiler_9.3.0.tgz";
url = "https://registry.yarnpkg.com/@intlify/message-compiler/-/message-compiler-9.2.2.tgz"; url = "https://registry.yarnpkg.com/@intlify/message-compiler/-/message-compiler-9.3.0.tgz";
sha512 = "IUrQW7byAKN2fMBe8z6sK6riG1pue95e5jfokn8hA5Q3Bqy4MBJ5lJAofUsawQJYHeoPJ7svMDyBaVJ4d0GTtA=="; sha512 = "D8tSJEhTCSFcCzkThjE4Sbk1tIdvzkYa1FaVIzUtZ8hKPATvokNrOiDw1i/h671m8A80l9Ywq594i/LPTB6EJA==";
}; };
} }
{ {
@ -504,11 +504,11 @@
}; };
} }
{ {
name = "_intlify_shared___shared_9.2.2.tgz"; name = "_intlify_shared___shared_9.3.0.tgz";
path = fetchurl { path = fetchurl {
name = "_intlify_shared___shared_9.2.2.tgz"; name = "_intlify_shared___shared_9.3.0.tgz";
url = "https://registry.yarnpkg.com/@intlify/shared/-/shared-9.2.2.tgz"; url = "https://registry.yarnpkg.com/@intlify/shared/-/shared-9.3.0.tgz";
sha512 = "wRwTpsslgZS5HNyM7uDQYZtxnbI12aGiBZURX3BTR9RFIKKRWpllTsgzHWvj3HKm3Y2Sh5LPC1r0PDCKEhVn9Q=="; sha512 = "MMGRz6zWxtz7rHtxIIdnyb8SYOIaaseN1IvUhAEs9tOW4u77RD4DFp4qgPXesp2Gxo/5QitH9kwSs0jnxGUNEw==";
}; };
} }
{ {
@ -528,11 +528,11 @@
}; };
} }
{ {
name = "_intlify_vue_devtools___vue_devtools_9.2.2.tgz"; name = "_intlify_vue_devtools___vue_devtools_9.3.0.tgz";
path = fetchurl { path = fetchurl {
name = "_intlify_vue_devtools___vue_devtools_9.2.2.tgz"; name = "_intlify_vue_devtools___vue_devtools_9.3.0.tgz";
url = "https://registry.yarnpkg.com/@intlify/vue-devtools/-/vue-devtools-9.2.2.tgz"; url = "https://registry.yarnpkg.com/@intlify/vue-devtools/-/vue-devtools-9.3.0.tgz";
sha512 = "+dUyqyCHWHb/UcvY1MlIpO87munedm3Gn6E9WWYdWrMuYLcoIoOEVDWSS8xSwtlPU+kA+MEQTP6Q1iI/ocusJg=="; sha512 = "kEaxIz1VEgsz2q5RhoS+fBGTkXr/4+pxmK9mN14+speVGb82HPRntKBmz0GO18I1JisD4Z0vAva+KCTHGeAqbQ==";
}; };
} }
{ {
@ -664,11 +664,11 @@
}; };
} }
{ {
name = "_types_lodash___lodash_4.14.197.tgz"; name = "_types_lodash___lodash_4.14.198.tgz";
path = fetchurl { path = fetchurl {
name = "_types_lodash___lodash_4.14.197.tgz"; name = "_types_lodash___lodash_4.14.198.tgz";
url = "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.197.tgz"; url = "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.198.tgz";
sha512 = "BMVOiWs0uNxHVlHBgzTIqJYmj+PgCo4euloGF+5m4okL3rEYzM2EEv78mw8zWSMM57dM7kVIgJ2QDvwHSoCI5g=="; sha512 = "trNJ/vtMZYMLhfN45uLq4ShQSw0/S7xCTLLVM+WM1rmFpba/VS42jVUgaO3w/NOLiWR/09lnYk0yMaA/atdIsg==";
}; };
} }
{ {
@ -711,6 +711,14 @@
sha512 = "oh8q2Zc32S6gd/j50GowEjKLoOVOwHP/bWVjKJInBwQqdOYMdPrf1oVlelTlyfFK3CKxL1uahMDAr+vy8T7yMQ=="; sha512 = "oh8q2Zc32S6gd/j50GowEjKLoOVOwHP/bWVjKJInBwQqdOYMdPrf1oVlelTlyfFK3CKxL1uahMDAr+vy8T7yMQ==";
}; };
} }
{
name = "_types_web_bluetooth___web_bluetooth_0.0.17.tgz";
path = fetchurl {
name = "_types_web_bluetooth___web_bluetooth_0.0.17.tgz";
url = "https://registry.yarnpkg.com/@types/web-bluetooth/-/web-bluetooth-0.0.17.tgz";
sha512 = "4p9vcSmxAayx72yn70joFoL44c9MO/0+iVEBIQXe3v2h2SiAsEIo/G5v6ObFWvNKRFjbrVadNf9LqEEZeQPzdA==";
};
}
{ {
name = "_typescript_eslint_eslint_plugin___eslint_plugin_5.62.0.tgz"; name = "_typescript_eslint_eslint_plugin___eslint_plugin_5.62.0.tgz";
path = fetchurl { path = fetchurl {
@ -848,11 +856,11 @@
}; };
} }
{ {
name = "_vue_language_core___language_core_1.8.8.tgz"; name = "_vue_language_core___language_core_1.8.10.tgz";
path = fetchurl { path = fetchurl {
name = "_vue_language_core___language_core_1.8.8.tgz"; name = "_vue_language_core___language_core_1.8.10.tgz";
url = "https://registry.yarnpkg.com/@vue/language-core/-/language-core-1.8.8.tgz"; url = "https://registry.yarnpkg.com/@vue/language-core/-/language-core-1.8.10.tgz";
sha512 = "i4KMTuPazf48yMdYoebTkgSOJdFraE4pQf0B+FTOFkbB+6hAfjrSou/UmYWRsWyZV6r4Rc6DDZdI39CJwL0rWw=="; sha512 = "db8PtM4ZZr7SYNH30XpKxUYnUBYaTvcuJ4c2whKK04fuAjbtjAIZ2al5GzGEfUlesmvkpgdbiSviRXUxgD9Omw==";
}; };
} }
{ {
@ -904,11 +912,27 @@
}; };
} }
{ {
name = "_vue_typescript___typescript_1.8.8.tgz"; name = "_vue_typescript___typescript_1.8.10.tgz";
path = fetchurl { path = fetchurl {
name = "_vue_typescript___typescript_1.8.8.tgz"; name = "_vue_typescript___typescript_1.8.10.tgz";
url = "https://registry.yarnpkg.com/@vue/typescript/-/typescript-1.8.8.tgz"; url = "https://registry.yarnpkg.com/@vue/typescript/-/typescript-1.8.10.tgz";
sha512 = "jUnmMB6egu5wl342eaUH236v8tdcEPXXkPgj+eI/F6JwW/lb+yAU6U07ZbQ3MVabZRlupIlPESB7ajgAGixhow=="; sha512 = "vPSpTXMk4chYwvyTGjM891cKgnx2r6vtbdANOp2mRU31f4HYGyLrZBlGgiua7SaO2cLjUg8y91OipJe0t8OFhA==";
};
}
{
name = "_vueuse_components___components_10.4.1.tgz";
path = fetchurl {
name = "_vueuse_components___components_10.4.1.tgz";
url = "https://registry.yarnpkg.com/@vueuse/components/-/components-10.4.1.tgz";
sha512 = "hEWeumCfH394fkEYc/hng6T5VcjVkdqx7b75Sd6z4Uw3anjeo93Zp9qqtzFOv5bAmHls3Zy04Kowo1glrxDFRQ==";
};
}
{
name = "_vueuse_core___core_10.4.1.tgz";
path = fetchurl {
name = "_vueuse_core___core_10.4.1.tgz";
url = "https://registry.yarnpkg.com/@vueuse/core/-/core-10.4.1.tgz";
sha512 = "DkHIfMIoSIBjMgRRvdIvxsyboRZQmImofLyOHADqiVbQVilP8VVHDhBX2ZqoItOgu7dWa8oXiNnScOdPLhdEXg==";
}; };
} }
{ {
@ -919,6 +943,14 @@
sha512 = "pujnclbeHWxxPRqXWmdkKV5OX4Wk4YeK7wusHqRwU0Q7EFusHoqNA/aPhB6KCh9hEqJkLAJo7bb0Lh9b+OIVzw=="; sha512 = "pujnclbeHWxxPRqXWmdkKV5OX4Wk4YeK7wusHqRwU0Q7EFusHoqNA/aPhB6KCh9hEqJkLAJo7bb0Lh9b+OIVzw==";
}; };
} }
{
name = "_vueuse_metadata___metadata_10.4.1.tgz";
path = fetchurl {
name = "_vueuse_metadata___metadata_10.4.1.tgz";
url = "https://registry.yarnpkg.com/@vueuse/metadata/-/metadata-10.4.1.tgz";
sha512 = "2Sc8X+iVzeuMGHr6O2j4gv/zxvQGGOYETYXEc41h0iZXIRnRbJZGmY/QP8dvzqUelf8vg0p/yEA5VpCEu+WpZg==";
};
}
{ {
name = "_vueuse_metadata___metadata_9.13.0.tgz"; name = "_vueuse_metadata___metadata_9.13.0.tgz";
path = fetchurl { path = fetchurl {
@ -927,6 +959,14 @@
sha512 = "gdU7TKNAUVlXXLbaF+ZCfte8BjRJQWPCa2J55+7/h+yDtzw3vOoGQDRXzI6pyKyo6bXFT5/QoPE4hAknExjRLQ=="; sha512 = "gdU7TKNAUVlXXLbaF+ZCfte8BjRJQWPCa2J55+7/h+yDtzw3vOoGQDRXzI6pyKyo6bXFT5/QoPE4hAknExjRLQ==";
}; };
} }
{
name = "_vueuse_shared___shared_10.4.1.tgz";
path = fetchurl {
name = "_vueuse_shared___shared_10.4.1.tgz";
url = "https://registry.yarnpkg.com/@vueuse/shared/-/shared-10.4.1.tgz";
sha512 = "vz5hbAM4qA0lDKmcr2y3pPdU+2EVw/yzfRsBdu+6+USGa4PxqSQRYIUC9/NcT06y+ZgaTsyURw2I9qOFaaXHAg==";
};
}
{ {
name = "_vueuse_shared___shared_9.13.0.tgz"; name = "_vueuse_shared___shared_9.13.0.tgz";
path = fetchurl { path = fetchurl {
@ -1040,11 +1080,11 @@
}; };
} }
{ {
name = "array_includes___array_includes_3.1.6.tgz"; name = "array_includes___array_includes_3.1.7.tgz";
path = fetchurl { path = fetchurl {
name = "array_includes___array_includes_3.1.6.tgz"; name = "array_includes___array_includes_3.1.7.tgz";
url = "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.6.tgz"; url = "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.7.tgz";
sha512 = "sgTbLvL6cNnw24FnbaDyjmvddQ2ML8arZsgaJhoABMoplz/4QRhtrYS+alr1BUM1Bwp6dhx8vVCBSLG+StwOFw=="; sha512 = "dlcsNBIiWhPkHdOEEKnehA+RNUWDc4UqFtnIXU4uuYDPtA4LDkr7qip2p0VvFAEXNDr0yWZ9PJyIRiGjRLQzwQ==";
}; };
} }
{ {
@ -1064,27 +1104,27 @@
}; };
} }
{ {
name = "array.prototype.flat___array.prototype.flat_1.3.1.tgz"; name = "array.prototype.flat___array.prototype.flat_1.3.2.tgz";
path = fetchurl { path = fetchurl {
name = "array.prototype.flat___array.prototype.flat_1.3.1.tgz"; name = "array.prototype.flat___array.prototype.flat_1.3.2.tgz";
url = "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.3.1.tgz"; url = "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.3.2.tgz";
sha512 = "roTU0KWIOmJ4DRLmwKd19Otg0/mT3qPNt0Qb3GWW8iObuZXxrjB/pzn0R3hqpRSWg4HCwqx+0vwOnWnvlOyeIA=="; sha512 = "djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==";
}; };
} }
{ {
name = "array.prototype.flatmap___array.prototype.flatmap_1.3.1.tgz"; name = "array.prototype.flatmap___array.prototype.flatmap_1.3.2.tgz";
path = fetchurl { path = fetchurl {
name = "array.prototype.flatmap___array.prototype.flatmap_1.3.1.tgz"; name = "array.prototype.flatmap___array.prototype.flatmap_1.3.2.tgz";
url = "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.1.tgz"; url = "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.2.tgz";
sha512 = "8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ=="; sha512 = "Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==";
}; };
} }
{ {
name = "arraybuffer.prototype.slice___arraybuffer.prototype.slice_1.0.1.tgz"; name = "arraybuffer.prototype.slice___arraybuffer.prototype.slice_1.0.2.tgz";
path = fetchurl { path = fetchurl {
name = "arraybuffer.prototype.slice___arraybuffer.prototype.slice_1.0.1.tgz"; name = "arraybuffer.prototype.slice___arraybuffer.prototype.slice_1.0.2.tgz";
url = "https://registry.yarnpkg.com/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.1.tgz"; url = "https://registry.yarnpkg.com/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.2.tgz";
sha512 = "09x0ZWFEjj4WD8PDbykUwo3t9arLn8NIzmmYEJFpYekOAQjpkGSyrQhNoRTcwwcFRu+ycWF78QZ63oWTqSjBcw=="; sha512 = "yMBKppFur/fbHu9/6USUe03bZ4knMYiwFBcyiaXB8Go0qNehwX6inYPzK9U0NeQvGxKthcmHcaR8P5MStSRBAw==";
}; };
} }
{ {
@ -1184,11 +1224,11 @@
}; };
} }
{ {
name = "caniuse_lite___caniuse_lite_1.0.30001525.tgz"; name = "caniuse_lite___caniuse_lite_1.0.30001529.tgz";
path = fetchurl { path = fetchurl {
name = "caniuse_lite___caniuse_lite_1.0.30001525.tgz"; name = "caniuse_lite___caniuse_lite_1.0.30001529.tgz";
url = "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001525.tgz"; url = "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001529.tgz";
sha512 = "/3z+wB4icFt3r0USMwxujAqRvaD/B7rvGTsKhbhSQErVrJvkZCLhgNLJxU8MevahQVH6hCU9FsHdNUFbiwmE7Q=="; sha512 = "n2pUQYGAkrLG4QYj2desAh+NqsJpHbNmVZz87imptDdxLAtjxary7Df/psdfyDGmskJK/9Dt9cPnx5RZ3CU4Og==";
}; };
} }
{ {
@ -1464,11 +1504,11 @@
}; };
} }
{ {
name = "electron_to_chromium___electron_to_chromium_1.4.508.tgz"; name = "electron_to_chromium___electron_to_chromium_1.4.512.tgz";
path = fetchurl { path = fetchurl {
name = "electron_to_chromium___electron_to_chromium_1.4.508.tgz"; name = "electron_to_chromium___electron_to_chromium_1.4.512.tgz";
url = "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.508.tgz"; url = "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.512.tgz";
sha512 = "FFa8QKjQK/A5QuFr2167myhMesGrhlOBD+3cYNxO9/S4XzHEXesyTD/1/xF644gC8buFPz3ca6G1LOQD0tZrrg=="; sha512 = "1W8wRbYlQE4ph7eoj3TJ+uqwO6+xvAE/L+KGU7WTQQvX3tnSIGZAb90MTsMoJqzntamiwJhBAj4WZmygXhsOUg==";
}; };
} }
{ {
@ -2352,11 +2392,11 @@
}; };
} }
{ {
name = "jiti___jiti_1.19.3.tgz"; name = "jiti___jiti_1.20.0.tgz";
path = fetchurl { path = fetchurl {
name = "jiti___jiti_1.19.3.tgz"; name = "jiti___jiti_1.20.0.tgz";
url = "https://registry.yarnpkg.com/jiti/-/jiti-1.19.3.tgz"; url = "https://registry.yarnpkg.com/jiti/-/jiti-1.20.0.tgz";
sha512 = "5eEbBDQT/jF1xg6l36P+mWGGoH9Spuy0PCdSr2dtWRDGC6ph/w9ZCL4lmESW8f8F7MwT3XKescfP0wnZWAKL9w=="; sha512 = "3TV69ZbrvV6U5DfQimop50jE9Dl6J8O1ja1dvBbMba/sZ3YBEQqJ2VZRoQPVnhlzjNtU1vaXRZVrVjU4qtm8yA==";
}; };
} }
{ {
@ -3008,11 +3048,11 @@
}; };
} }
{ {
name = "rollup___rollup_3.28.1.tgz"; name = "rollup___rollup_3.29.0.tgz";
path = fetchurl { path = fetchurl {
name = "rollup___rollup_3.28.1.tgz"; name = "rollup___rollup_3.29.0.tgz";
url = "https://registry.yarnpkg.com/rollup/-/rollup-3.28.1.tgz"; url = "https://registry.yarnpkg.com/rollup/-/rollup-3.29.0.tgz";
sha512 = "R9OMQmIHJm9znrU3m3cpE8uhN0fGdXiawME7aZIpQqvpS/85+Vt1Hq1/yVIcYfOmaQiHjvXkQAoJukvLpau6Yw=="; sha512 = "nszM8DINnx1vSS+TpbWKMkxem0CDWk3cSit/WWCBVs9/JZ1I/XLwOsiUglYuYReaeWWSsW9kge5zE5NZtf/a4w==";
}; };
} }
{ {
@ -3024,11 +3064,11 @@
}; };
} }
{ {
name = "safe_array_concat___safe_array_concat_1.0.0.tgz"; name = "safe_array_concat___safe_array_concat_1.0.1.tgz";
path = fetchurl { path = fetchurl {
name = "safe_array_concat___safe_array_concat_1.0.0.tgz"; name = "safe_array_concat___safe_array_concat_1.0.1.tgz";
url = "https://registry.yarnpkg.com/safe-array-concat/-/safe-array-concat-1.0.0.tgz"; url = "https://registry.yarnpkg.com/safe-array-concat/-/safe-array-concat-1.0.1.tgz";
sha512 = "9dVEFruWIsnie89yym+xWTAYASdpw3CJV7Li/6zBewGf9z2i1j31rP6jnY0pHEO4QZh6N0K11bFjWmdR8UGdPQ=="; sha512 = "6XbUAseYE2KtOuGueyeobCySj9L4+66Tn6KQMOPQJrAJEowYKW/YR/MGJZl7FdydUdaFu4LYyDZjxf4/Nmo23Q==";
}; };
} }
{ {
@ -3144,27 +3184,27 @@
}; };
} }
{ {
name = "string.prototype.trim___string.prototype.trim_1.2.7.tgz"; name = "string.prototype.trim___string.prototype.trim_1.2.8.tgz";
path = fetchurl { path = fetchurl {
name = "string.prototype.trim___string.prototype.trim_1.2.7.tgz"; name = "string.prototype.trim___string.prototype.trim_1.2.8.tgz";
url = "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.2.7.tgz"; url = "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.2.8.tgz";
sha512 = "p6TmeT1T3411M8Cgg9wBTMRtY2q9+PNy9EV1i2lIXUN/btt763oIfxwN3RR8VU6wHX8j/1CFy0L+YuThm6bgOg=="; sha512 = "lfjY4HcixfQXOfaqCvcBuOIapyaroTXhbkfJN3gcB1OtyupngWK4sEET9Knd0cXd28kTUqu/kHoV4HKSJdnjiQ==";
}; };
} }
{ {
name = "string.prototype.trimend___string.prototype.trimend_1.0.6.tgz"; name = "string.prototype.trimend___string.prototype.trimend_1.0.7.tgz";
path = fetchurl { path = fetchurl {
name = "string.prototype.trimend___string.prototype.trimend_1.0.6.tgz"; name = "string.prototype.trimend___string.prototype.trimend_1.0.7.tgz";
url = "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.6.tgz"; url = "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.7.tgz";
sha512 = "JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ=="; sha512 = "Ni79DqeB72ZFq1uH/L6zJ+DKZTkOtPIHovb3YZHQViE+HDouuU4mBrLOLDn5Dde3RF8qw5qVETEjhu9locMLvA==";
}; };
} }
{ {
name = "string.prototype.trimstart___string.prototype.trimstart_1.0.6.tgz"; name = "string.prototype.trimstart___string.prototype.trimstart_1.0.7.tgz";
path = fetchurl { path = fetchurl {
name = "string.prototype.trimstart___string.prototype.trimstart_1.0.6.tgz"; name = "string.prototype.trimstart___string.prototype.trimstart_1.0.7.tgz";
url = "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.6.tgz"; url = "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.7.tgz";
sha512 = "omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA=="; sha512 = "NGhtDFu3jCEm7B4Fy0DpLewdJQOZcQ0rGbwQ/+stjnrp2i+rlKeCvos9hOIeCmqwratM47OBxY7uFZzjxHXmrg==";
}; };
} }
{ {
@ -3456,11 +3496,11 @@
}; };
} }
{ {
name = "vue_i18n___vue_i18n_9.2.2.tgz"; name = "vue_i18n___vue_i18n_9.3.0.tgz";
path = fetchurl { path = fetchurl {
name = "vue_i18n___vue_i18n_9.2.2.tgz"; name = "vue_i18n___vue_i18n_9.3.0.tgz";
url = "https://registry.yarnpkg.com/vue-i18n/-/vue-i18n-9.2.2.tgz"; url = "https://registry.yarnpkg.com/vue-i18n/-/vue-i18n-9.3.0.tgz";
sha512 = "yswpwtj89rTBhegUAv9Mu37LNznyu3NpyLQmozF3i1hYOhwpG8RjcjIFIIfnu+2MDZJGSZPXaKWvnQA71Yv9TQ=="; sha512 = "+2L+ae/e4+fixhjym3lgzGCGQG8wVGlGrDHzjfdgUudheHvbVHu5i6tn6FF+buH75UFA7T5ZO2ZO7zrh6CzuaA==";
}; };
} }
{ {
@ -3480,11 +3520,11 @@
}; };
} }
{ {
name = "vue_tsc___vue_tsc_1.8.8.tgz"; name = "vue_tsc___vue_tsc_1.8.10.tgz";
path = fetchurl { path = fetchurl {
name = "vue_tsc___vue_tsc_1.8.8.tgz"; name = "vue_tsc___vue_tsc_1.8.10.tgz";
url = "https://registry.yarnpkg.com/vue-tsc/-/vue-tsc-1.8.8.tgz"; url = "https://registry.yarnpkg.com/vue-tsc/-/vue-tsc-1.8.10.tgz";
sha512 = "bSydNFQsF7AMvwWsRXD7cBIXaNs/KSjvzWLymq/UtKE36697sboX4EccSHFVxvgdBlI1frYPc/VMKJNB7DFeDQ=="; sha512 = "ptpTFFDoHQgkWJF7i5iERxooiQzOGtG1uKTfmAUuS3qPuSQGq+Ky/S8BFHhnFGwoOxq/PjmGN2QSZEfg1rtzQA==";
}; };
} }
{ {

View file

@ -171,11 +171,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1693730102, "lastModified": 1694155320,
"narHash": "sha256-X7zPshp49a721asV2PDDumyYAO3GE2nwMGPA3diQhAw=", "narHash": "sha256-KgfdyQh/70X1CyvgQGT3QaoToOxIqoi9Mj+bpnB+OqI=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "0b39810fe654b880c6ec0a75f8ba45b84a7c7758", "rev": "be7925045aefcc3b87285f38e0d2ce955021e294",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -1,12 +1,26 @@
{ {
go_1_19, go_1_20,
buildGoApplication, buildGoApplication,
git, git,
fetchFromGitHub, fetchFromGitHub,
lib, lib,
writeScript, writeScript,
libde265,
libheif,
pkg-config,
cmake,
}: let }: let
source = builtins.fromJSON (builtins.readFile ./source.json); source = builtins.fromJSON (builtins.readFile ./source.json);
libheif' = libheif.overrideAttrs (super: rec {
version = "1.16.2";
src = fetchFromGitHub {
owner = "strukturag";
repo = "libheif";
rev = "v${version}";
sha256 = "sha256-+6vWHkhsHSJDjOmNmdf18+IKavH/ysgfyxREMeTasLc=";
};
nativeBuildInputs = [cmake pkg-config];
});
in in
buildGoApplication rec { buildGoApplication rec {
pname = "matrix-media-repo"; pname = "matrix-media-repo";
@ -17,9 +31,14 @@ in
inherit (source) rev sha256; inherit (source) rev sha256;
}; };
modules = ./gomod2nix.toml; modules = ./gomod2nix.toml;
go = go_1_19; go = go_1_20;
nativeBuildInputs = [ nativeBuildInputs = [
git git
pkg-config
];
buildInputs = [
libde265
libheif'
]; ];
CGO_ENABLED = "1"; CGO_ENABLED = "1";
buildPhase = '' buildPhase = ''
@ -41,7 +60,7 @@ in
cp -v --remove-destination -f `readlink $f` $f cp -v --remove-destination -f `readlink $f` $f
done done
''; '';
passthru.updateScript' = writeScript "update-matrix-media-repo" '' passthru.updateScript = writeScript "update-matrix-media-repo" ''
${../../scripts/update-git.sh} "https://github.com/turt2live/matrix-media-repo" matrix/matrix-media-repo/source.json ${../../scripts/update-git.sh} "https://github.com/turt2live/matrix-media-repo" matrix/matrix-media-repo/source.json
if [ "$(git diff -- matrix/matrix-media-repo/source.json)" ]; then if [ "$(git diff -- matrix/matrix-media-repo/source.json)" ]; then
SRC_PATH=$(nix-build -E '(import ./. {}).${pname}.src') SRC_PATH=$(nix-build -E '(import ./. {}).${pname}.src')

View file

@ -1,21 +1,24 @@
schema = 3 schema = 3
[mod] [mod]
[mod."dario.cat/mergo"]
version = "v1.0.0"
hash = "sha256-jlpc8dDj+DmiOU4gEawBu8poJJj9My0s9Mvuk9oS8ww="
[mod."github.com/Azure/go-ansiterm"]
version = "v0.0.0-20230124172434-306776ec8161"
hash = "sha256-17hCoOE3HBv6cjpcukfBS6/ULgTuoUZ7RNbi5korH2M="
[mod."github.com/DavidHuie/gomigrate"] [mod."github.com/DavidHuie/gomigrate"]
version = "v0.0.0-20190826182718-4adc4b3de142" version = "v0.0.0-20190826182718-4adc4b3de142"
hash = "sha256-TprT0kezFl+AbDaMvZOeQMNvCyG+5RtRnMGUk4ZUdtk=" hash = "sha256-TprT0kezFl+AbDaMvZOeQMNvCyG+5RtRnMGUk4ZUdtk="
[mod."github.com/Jeffail/gabs"] [mod."github.com/Jeffail/gabs"]
version = "v1.4.0" version = "v1.4.0"
hash = "sha256-Za8Lg0vfQPmuwzu1pUWFwqIoKuHM6TDt1Pe37i4ZOZU=" hash = "sha256-Za8Lg0vfQPmuwzu1pUWFwqIoKuHM6TDt1Pe37i4ZOZU="
[mod."github.com/Jeffail/tunny"] [mod."github.com/Microsoft/go-winio"]
version = "v0.1.4" version = "v0.6.1"
hash = "sha256-G30iS7oveeiC1xeU9cJ8B2x50hEF3YRuWWcEhmvMlmM=" hash = "sha256-BL0BVaHtmPKQts/711W59AbHXjGKqFS4ZTal0RYnR9I="
[mod."github.com/PuerkitoBio/goquery"] [mod."github.com/PuerkitoBio/goquery"]
version = "v1.8.1" version = "v1.8.1"
hash = "sha256-z2RaB8PVPEzSJdMUfkfNjT616yXWTjW2gkhNOh989ZU=" hash = "sha256-z2RaB8PVPEzSJdMUfkfNjT616yXWTjW2gkhNOh989ZU="
[mod."github.com/adrium/goheif"]
version = "v0.0.0-20230113233934-ca402e77a786"
hash = "sha256-1BZqus9m+uWV0QpM2YHvuXeXPQ2dyrs+zX8Winz7ybk="
[mod."github.com/ajstarks/svgo"] [mod."github.com/ajstarks/svgo"]
version = "v0.0.0-20211024235047-1546f124cd8b" version = "v0.0.0-20211024235047-1546f124cd8b"
hash = "sha256-sPwt5sImKFk949TzUeYEF2UiJDqHxXFJKRL2Y7JWJ6Y=" hash = "sha256-sPwt5sImKFk949TzUeYEF2UiJDqHxXFJKRL2Y7JWJ6Y="
@ -23,46 +26,64 @@ schema = 3
version = "v1.0.3" version = "v1.0.3"
hash = "sha256-PDROYkpqujdG0e3yz1xhuSnjP8+U9K46xzBrm41wG6o=" hash = "sha256-PDROYkpqujdG0e3yz1xhuSnjP8+U9K46xzBrm41wG6o="
[mod."github.com/andybalholm/cascadia"] [mod."github.com/andybalholm/cascadia"]
version = "v1.3.1" version = "v1.3.2"
hash = "sha256-M0u22DXSeXUaYtl1KoW1qWL46niFpycFkraCEQ/luYA=" hash = "sha256-Nc9SkqJO/ecincVcUBFITy24TMmMGj5o0Q8EgdNhrEk="
[mod."github.com/beorn7/perks"] [mod."github.com/beorn7/perks"]
version = "v1.0.1" version = "v1.0.1"
hash = "sha256-h75GUqfwJKngCJQVE5Ao5wnO3cfKD9lSIteoLp/3xJ4=" hash = "sha256-h75GUqfwJKngCJQVE5Ao5wnO3cfKD9lSIteoLp/3xJ4="
[mod."github.com/bep/debounce"] [mod."github.com/bep/debounce"]
version = "v1.2.1" version = "v1.2.1"
hash = "sha256-7qHOp4vB0ifEseXXBuSH6W5YNImVcb8PTWSJJAMaGcU=" hash = "sha256-7qHOp4vB0ifEseXXBuSH6W5YNImVcb8PTWSJJAMaGcU="
[mod."github.com/buckket/go-blurhash"]
version = "v1.1.0"
hash = "sha256-ddu9+KfgqxnBbRNg8LQGJa7oxEHVHihx7etW5cqK9Kc="
[mod."github.com/bwmarrin/snowflake"] [mod."github.com/bwmarrin/snowflake"]
version = "v0.3.0" version = "v0.3.0"
hash = "sha256-mOU/CgyC9W8XwuinYTPOH69wJY/f+nFVZjZ8lAr9fGM=" hash = "sha256-mOU/CgyC9W8XwuinYTPOH69wJY/f+nFVZjZ8lAr9fGM="
[mod."github.com/cenk/backoff"] [mod."github.com/cenk/backoff"]
version = "v2.2.1+incompatible" version = "v2.2.1+incompatible"
hash = "sha256-aMpsIH8tC5An/Ldb4yTweEbi/4e5gi7InGitPKimxNU=" hash = "sha256-aMpsIH8tC5An/Ldb4yTweEbi/4e5gi7InGitPKimxNU="
[mod."github.com/cenkalti/backoff/v4"]
version = "v4.2.1"
hash = "sha256-CKogmPe0pCcAdpztzPwr24rLTJZfq8QVZ9AUduwAcoA="
[mod."github.com/cespare/xxhash/v2"] [mod."github.com/cespare/xxhash/v2"]
version = "v2.2.0" version = "v2.2.0"
hash = "sha256-nPufwYQfTkyrEkbBrpqM3C2vnMxfIz6tAaBmiUP7vd4=" hash = "sha256-nPufwYQfTkyrEkbBrpqM3C2vnMxfIz6tAaBmiUP7vd4="
[mod."github.com/containerd/containerd"]
version = "v1.7.5"
hash = "sha256-SQIBdFBh3VWNeHsbzmYswyPEV7Fr1vJrPcoou70fPAg="
[mod."github.com/cpuguy83/dockercfg"]
version = "v0.3.1"
hash = "sha256-ILY8MBdfgIZtuSIGEeXFRiVSDAOLAhdGqr9uq0KSiVk="
[mod."github.com/cupcake/sigil"] [mod."github.com/cupcake/sigil"]
version = "v0.0.0-20131127230922-6bf9722f2ae8" version = "v0.0.0-20131127230922-6bf9722f2ae8"
hash = "sha256-zj78W+DugvlxoiIcjLIbKTb10ZhNz3HjBVLlqsVVWLk=" hash = "sha256-zj78W+DugvlxoiIcjLIbKTb10ZhNz3HjBVLlqsVVWLk="
[mod."github.com/davecgh/go-spew"]
version = "v1.1.1"
hash = "sha256-nhzSUrE1fCkN0+RL04N4h8jWmRFPPPWbCuDc7Ss0akI="
[mod."github.com/dgryski/go-rendezvous"] [mod."github.com/dgryski/go-rendezvous"]
version = "v0.0.0-20200823014737-9f7001d12a5f" version = "v0.0.0-20200823014737-9f7001d12a5f"
hash = "sha256-n/7xo5CQqo4yLaWMSzSN1Muk/oqK6O5dgDOFWapeDUI=" hash = "sha256-n/7xo5CQqo4yLaWMSzSN1Muk/oqK6O5dgDOFWapeDUI="
[mod."github.com/dhowden/tag"] [mod."github.com/dhowden/tag"]
version = "v0.0.0-20220618230019-adf36e896086" version = "v0.0.0-20230630033851-978a0926ee25"
hash = "sha256-gsmfKGCKS+kxmVwuqGZiObxQI5tOmN4qv6eO/ojmgWU=" hash = "sha256-zzAeI6sGEE9f8Wr3lg68FEK9pcLsS7YSRXmtqGFUBo0="
[mod."github.com/didip/tollbooth"] [mod."github.com/didip/tollbooth"]
version = "v4.0.2+incompatible" version = "v4.0.2+incompatible"
hash = "sha256-M8K9oYioGBJnSH+Jrf16uwKbC0uacj6I2YiS1bD9W8o=" hash = "sha256-M8K9oYioGBJnSH+Jrf16uwKbC0uacj6I2YiS1bD9W8o="
[mod."github.com/disintegration/imaging"] [mod."github.com/disintegration/imaging"]
version = "v1.6.2" version = "v1.6.2"
hash = "sha256-pSeMTPvSkxlthh65LjNYYhPLvCZDkBgVgAGYWW0Aguo=" hash = "sha256-pSeMTPvSkxlthh65LjNYYhPLvCZDkBgVgAGYWW0Aguo="
[mod."github.com/djherbis/stream"] [mod."github.com/docker/distribution"]
version = "v1.4.0" version = "v2.8.2+incompatible"
hash = "sha256-2Sl1uNxC5jMBa8KDSq8O+FOstqbh6fqhk9/wzJJnTQ0=" hash = "sha256-ocVWMRt5ErWdVsj3rsNa/QhizG5b/PCu8LoOlUi24/c="
[mod."github.com/docker/docker"]
version = "v24.0.5+incompatible"
hash = "sha256-c3zzbPWL+p+I+fdhsQwD9ahvVrPmKA8Wno35fFtI1Y0="
[mod."github.com/docker/go-connections"]
version = "v0.4.0"
hash = "sha256-GHNIjOuuNp5lFQ308+nDNwQPGESCVV7bCUxSW5ZxZlc="
[mod."github.com/docker/go-units"]
version = "v0.5.0"
hash = "sha256-iK/V/jJc+borzqMeqLY+38Qcts2KhywpsTk95++hImE="
[mod."github.com/dsoprea/go-exif/v3"] [mod."github.com/dsoprea/go-exif/v3"]
version = "v3.0.0-20221012082141-d21ac8e2de85" version = "v3.0.1"
hash = "sha256-Gt1LFNs82CNulAZm5vJB2Evp6cBctPfL4eb1UaboR38=" hash = "sha256-Gt1LFNs82CNulAZm5vJB2Evp6cBctPfL4eb1UaboR38="
[mod."github.com/dsoprea/go-logging"] [mod."github.com/dsoprea/go-logging"]
version = "v0.0.0-20200710184922-b02d349568dd" version = "v0.0.0-20200710184922-b02d349568dd"
@ -89,8 +110,8 @@ schema = 3
version = "v0.0.0-20180712184237-d95a45783239" version = "v0.0.0-20180712184237-d95a45783239"
hash = "sha256-qB9zUQgDG7W2kvbsUSZ+Qb1Lwgd4vBSeIp0+p1JK8Yc=" hash = "sha256-qB9zUQgDG7W2kvbsUSZ+Qb1Lwgd4vBSeIp0+p1JK8Yc="
[mod."github.com/fatih/color"] [mod."github.com/fatih/color"]
version = "v1.14.1" version = "v1.15.0"
hash = "sha256-cCjkicVuBK19gkNKHU4BhKNKETfGKPx72Rus473HbcY=" hash = "sha256-7b+scFVQeEUoXfeCDd8X2gS8GMoWA+HxjK8wfbypa5s="
[mod."github.com/fogleman/gg"] [mod."github.com/fogleman/gg"]
version = "v1.3.0" version = "v1.3.0"
hash = "sha256-Fs2JI0FmF4N5EzXJzGAPZMxZxo6wKyebkN/iBZ9sdNo=" hash = "sha256-Fs2JI0FmF4N5EzXJzGAPZMxZxo6wKyebkN/iBZ9sdNo="
@ -98,41 +119,53 @@ schema = 3
version = "v1.6.0" version = "v1.6.0"
hash = "sha256-DQesOCweQPEwmAn6s7DCP/Dwy8IypC+osbpfsvpkdP0=" hash = "sha256-DQesOCweQPEwmAn6s7DCP/Dwy8IypC+osbpfsvpkdP0="
[mod."github.com/gabriel-vasile/mimetype"] [mod."github.com/gabriel-vasile/mimetype"]
version = "v1.4.1" version = "v1.4.2"
hash = "sha256-4Dt7xI9RsygeJdjxBy78H5GMMZONOGwgCosjUgfAi4I=" hash = "sha256-laV+IkgbnEG07h1eFfPISqp0ctnLXfzchz/CLR1lftk="
[mod."github.com/getsentry/sentry-go"] [mod."github.com/getsentry/sentry-go"]
version = "v0.18.0" version = "v0.23.0"
hash = "sha256-w5n0p7mFsOzBHJdvts2vxelo8qp6YJXAkTPB84nZaDs=" hash = "sha256-VR6IL+yIc+BV5xBGfPJ7ixsAVzJ/hzuvXmkkAn1cTk4="
[mod."github.com/go-errors/errors"] [mod."github.com/go-errors/errors"]
version = "v1.4.2" version = "v1.4.2"
hash = "sha256-TkRLJlgaVlNxRD9c0ky+CN99tKL4Gx9W06H5a273gPM=" hash = "sha256-TkRLJlgaVlNxRD9c0ky+CN99tKL4Gx9W06H5a273gPM="
[mod."github.com/go-redis/redis/v9"] [mod."github.com/go-redsync/redsync/v4"]
version = "v9.0.0-rc.2" version = "v4.8.2"
hash = "sha256-OsW8kW34Ica5IExPYG80B1PkrHFyItY6JOD0+g/Bspw=" hash = "sha256-6jYsTKiTqy1X75I0WcaedF/l0wlqAupjWptsertrQMk="
[mod."github.com/go-sql-driver/mysql"] [mod."github.com/go-sql-driver/mysql"]
version = "v1.5.0" version = "v1.5.0"
hash = "sha256-DDpwoQ/rAo3Eml3IZYZBu/2ohtGsAPBnxQsuZiKV4BU=" hash = "sha256-DDpwoQ/rAo3Eml3IZYZBu/2ohtGsAPBnxQsuZiKV4BU="
[mod."github.com/gogo/protobuf"]
version = "v1.3.2"
hash = "sha256-pogILFrrk+cAtb0ulqn9+gRZJ7sGnnLLdtqITvxvG6c="
[mod."github.com/golang/freetype"] [mod."github.com/golang/freetype"]
version = "v0.0.0-20170609003504-e2365dfdc4a0" version = "v0.0.0-20170609003504-e2365dfdc4a0"
hash = "sha256-AHAFBd20/tqxohkWyQkui2bUef9i1HWYgk9LOIFErvA=" hash = "sha256-AHAFBd20/tqxohkWyQkui2bUef9i1HWYgk9LOIFErvA="
[mod."github.com/golang/geo"] [mod."github.com/golang/geo"]
version = "v0.0.0-20210211234256-740aa86cb551" version = "v0.0.0-20230421003525-6adc56603217"
hash = "sha256-CYJ6iVacxRptp7NNrJxgt1lCaKTi89rIi6qMR1lR+So=" hash = "sha256-j4EFdpNjnCIRM9fFx4zUUipzSdvdAHnC/wmevliJirU="
[mod."github.com/golang/protobuf"] [mod."github.com/golang/protobuf"]
version = "v1.5.2" version = "v1.5.3"
hash = "sha256-IVwooaIo46iq7euSSVWTBAdKd+2DUaJ67MtBao1DpBI=" hash = "sha256-svogITcP4orUIsJFjMtp+Uv1+fKJv2Q5Zwf2dMqnpOQ="
[mod."github.com/google/uuid"]
version = "v1.3.1"
hash = "sha256-JxAEAB2bFlGPShFreyOWjUahjaGV3xYS5TpfUOikod0="
[mod."github.com/gopherjs/gopherjs"] [mod."github.com/gopherjs/gopherjs"]
version = "v0.0.0-20190430165422-3e4dfb77656c" version = "v0.0.0-20190430165422-3e4dfb77656c"
hash = "sha256-kbuMirhXODg0AZZWX4Nlp4VNnD5nNAHa0cX5XNpMbq8=" hash = "sha256-kbuMirhXODg0AZZWX4Nlp4VNnD5nNAHa0cX5XNpMbq8="
[mod."github.com/hajimehoshi/go-mp3"] [mod."github.com/hajimehoshi/go-mp3"]
version = "v0.3.4" version = "v0.3.4"
hash = "sha256-h6l0PuIS0h1zdB8MEqHTTgg8dE6nL6PSOt583ymaPnA=" hash = "sha256-h6l0PuIS0h1zdB8MEqHTTgg8dE6nL6PSOt583ymaPnA="
[mod."github.com/hashicorp/errwrap"]
version = "v1.1.0"
hash = "sha256-6lwuMQOfBq+McrViN3maJTIeh4f8jbEqvLy2c9FvvFw="
[mod."github.com/hashicorp/go-hclog"] [mod."github.com/hashicorp/go-hclog"]
version = "v1.4.0" version = "v1.5.0"
hash = "sha256-wI0B8QkQ+91OE2XwwOv6eo9POtr0x9PNY17LA3FoxAE=" hash = "sha256-u3Jqg7Qex11IZ7vbk4hRGgLy6e0cF70CCx7ERF0GUHo="
[mod."github.com/hashicorp/go-multierror"]
version = "v1.1.1"
hash = "sha256-ANzPEUJIZIlToxR89Mn7Db73d9LGI51ssy7eNnUgmlA="
[mod."github.com/hashicorp/go-plugin"] [mod."github.com/hashicorp/go-plugin"]
version = "v1.4.8" version = "v1.5.0"
hash = "sha256-NJuQT5mNAylUtqLjw5khLxruM1mA6q+sASODYIz1qbo=" hash = "sha256-y0gCsjgYr547ITwHlitD8Eueh8LYcjdnmRpk2r+lNcY="
[mod."github.com/hashicorp/yamux"] [mod."github.com/hashicorp/yamux"]
version = "v0.1.1" version = "v0.1.1"
hash = "sha256-jr4ZFM3XHSwGoZcRcmmdGTq4IqxBTnimojIPDgK0USU=" hash = "sha256-jr4ZFM3XHSwGoZcRcmmdGTq4IqxBTnimojIPDgK0USU="
@ -143,8 +176,8 @@ schema = 3
version = "v0.0.0-20171201141054-1d33003b3869" version = "v0.0.0-20171201141054-1d33003b3869"
hash = "sha256-+4WOjV+F2BXgKmdfYvuSkfQAKOZlFo8eZrnCT+xT3xQ=" hash = "sha256-+4WOjV+F2BXgKmdfYvuSkfQAKOZlFo8eZrnCT+xT3xQ="
[mod."github.com/jfreymuth/oggvorbis"] [mod."github.com/jfreymuth/oggvorbis"]
version = "v1.0.4" version = "v1.0.5"
hash = "sha256-EOcXGZds6S3paAf2Ng3gZ38GamLqYdxwk54L/Ybjsyg=" hash = "sha256-jphTCaPr34ZT9Id4ZZ6zU9Vnxzy6cTjCwjpQ819eGV0="
[mod."github.com/jfreymuth/vorbis"] [mod."github.com/jfreymuth/vorbis"]
version = "v1.0.2" version = "v1.0.2"
hash = "sha256-gVS+/PZ5pDnswpTQNZILcrx5ZNq9ShXd6vXn7Jabes4=" hash = "sha256-gVS+/PZ5pDnswpTQNZILcrx5ZNq9ShXd6vXn7Jabes4="
@ -158,17 +191,17 @@ schema = 3
version = "v1.3.0" version = "v1.3.0"
hash = "sha256-YVbnyFLVZX1mtqcwM1SStQdhcQsPHyi1ltpOrD3w2qg=" hash = "sha256-YVbnyFLVZX1mtqcwM1SStQdhcQsPHyi1ltpOrD3w2qg="
[mod."github.com/k3a/html2text"] [mod."github.com/k3a/html2text"]
version = "v1.1.0" version = "v1.2.1"
hash = "sha256-BqQPEyFx5kWQZ6jNZsIKce2uUnP472KP4vVeYForcFY=" hash = "sha256-6raeYlNE68D/vEX7m6wurFrTIRPaj+SOoqo57NOQLl0="
[mod."github.com/kettek/apng"] [mod."github.com/kettek/apng"]
version = "v0.0.0-20220823221153-ff692776a607" version = "v0.0.0-20220823221153-ff692776a607"
hash = "sha256-VuxcQDPJsmSpueFu9ECqG/EIr29eDALA1iRpl2pquzI=" hash = "sha256-VuxcQDPJsmSpueFu9ECqG/EIr29eDALA1iRpl2pquzI="
[mod."github.com/klauspost/compress"]
version = "v1.16.7"
hash = "sha256-8miX/lnXyNLPSqhhn5BesLauaIAxETpQpWtr1cu2f+0="
[mod."github.com/klauspost/cpuid/v2"] [mod."github.com/klauspost/cpuid/v2"]
version = "v2.2.3" version = "v2.2.5"
hash = "sha256-NVZKsh72dMgJetJsbLpctSGRaiCW0mC1WMKydOJgFpw=" hash = "sha256-/M8CHNah2/EPr0va44r1Sx+3H6E+jN8bGFi5jQkLBrM="
[mod."github.com/kr/pretty"]
version = "v0.3.0"
hash = "sha256-5KfVas96NAU7pmN2ZOwQFFpUeagiJTqYKBLxq5aM5W4="
[mod."github.com/lestrrat/go-envload"] [mod."github.com/lestrrat/go-envload"]
version = "v0.0.0-20180220120943-6ed08b54a570" version = "v0.0.0-20180220120943-6ed08b54a570"
hash = "sha256-O+xFK7J0d+cgv9N4pI/Nunk89FVQ3Zmywn1QfBc8pH4=" hash = "sha256-O+xFK7J0d+cgv9N4pI/Nunk89FVQ3Zmywn1QfBc8pH4="
@ -179,14 +212,17 @@ schema = 3
version = "v0.0.0-20180220042222-ba3bf9c1d042" version = "v0.0.0-20180220042222-ba3bf9c1d042"
hash = "sha256-Wd3GYo14taUxeZbqogdt6y8aPikCTyghK20WPamH5JU=" hash = "sha256-Wd3GYo14taUxeZbqogdt6y8aPikCTyghK20WPamH5JU="
[mod."github.com/lib/pq"] [mod."github.com/lib/pq"]
version = "v1.10.7" version = "v1.10.9"
hash = "sha256-YPUv1VBZNFVUjFxQKdYd0Djje6KYYE99Hz6FnTfrmMw=" hash = "sha256-Gl6dLtL+yk6UrTTWfas43aM4lP/pNa2l7+ITXnjQyKs="
[mod."github.com/magiconair/properties"]
version = "v1.8.7"
hash = "sha256-XQ2bnc2s7/IH3WxEO4GishZurMyKwEclZy1DXg+2xXc="
[mod."github.com/mattn/go-colorable"] [mod."github.com/mattn/go-colorable"]
version = "v0.1.13" version = "v0.1.13"
hash = "sha256-qb3Qbo0CELGRIzvw7NVM1g/aayaz4Tguppk9MD2/OI8=" hash = "sha256-qb3Qbo0CELGRIzvw7NVM1g/aayaz4Tguppk9MD2/OI8="
[mod."github.com/mattn/go-isatty"] [mod."github.com/mattn/go-isatty"]
version = "v0.0.17" version = "v0.0.19"
hash = "sha256-c1u9eiMF9wLXgGvPTB5DH6S8uuCPqWZJTa6tCGuB3Ek=" hash = "sha256-wYQqGxeqV3Elkmn26Md8mKZ/viw598R4Ych3vtt72YE="
[mod."github.com/mattn/go-sqlite3"] [mod."github.com/mattn/go-sqlite3"]
version = "v2.0.3+incompatible" version = "v2.0.3+incompatible"
hash = "sha256-+zdGqThUb7if9JAiO+6s6KXBeuT322JhfcityvdrxD4=" hash = "sha256-+zdGqThUb7if9JAiO+6s6KXBeuT322JhfcityvdrxD4="
@ -194,38 +230,56 @@ schema = 3
version = "v1.0.4" version = "v1.0.4"
hash = "sha256-uovu7OycdeZ2oYQ7FhVxLey5ZX3T0FzShaRldndyGvc=" hash = "sha256-uovu7OycdeZ2oYQ7FhVxLey5ZX3T0FzShaRldndyGvc="
[mod."github.com/mewkiz/flac"] [mod."github.com/mewkiz/flac"]
version = "v1.0.7" version = "v1.0.8"
hash = "sha256-R8iLXpoXGvi9DooeYh34aX27sAPAL1q63L5b0XntCPE=" hash = "sha256-CdgX5s+WyTs7qZKJZMrp5c5VVoalBxYTlmmKiSqIoR0="
[mod."github.com/mewkiz/pkg"] [mod."github.com/mewkiz/pkg"]
version = "v0.0.0-20220820102221-bbbca16e2a6c" version = "v0.0.0-20230226050401-4010bf0fec14"
hash = "sha256-JLSZeXROFUJZaL0gmWf6oGvYguudAyAIe7l2dd7EU5M=" hash = "sha256-vpPhgYcMQIaDd50OdQZvDitV73oBNGJhCNYVt1FKIX4="
[mod."github.com/minio/md5-simd"] [mod."github.com/minio/md5-simd"]
version = "v1.1.2" version = "v1.1.2"
hash = "sha256-vykcXvy2VBBAXnJott/XsGTT0gk2UL36JzZKfJ1KAUY=" hash = "sha256-vykcXvy2VBBAXnJott/XsGTT0gk2UL36JzZKfJ1KAUY="
[mod."github.com/minio/minio-go/v6"] [mod."github.com/minio/minio-go/v7"]
version = "v6.0.57" version = "v7.0.63"
hash = "sha256-edGdCSO6vhpYsP8v6DAWPIzQlqGybHOM9lSy/1PsHhk=" hash = "sha256-6jIVszEtpMlpipTccqitiSC0VomVzkkZyfBoSHbCoek="
[mod."github.com/minio/sha256-simd"] [mod."github.com/minio/sha256-simd"]
version = "v1.0.0" version = "v1.0.1"
hash = "sha256-oEo/BoMqSLdwSjrhHTiFjl5Om4MVLNQXDJINk6Z110Y=" hash = "sha256-4hfGDIQaWq8fvtGzHDhoK9v2IocXnJY7OAL6saMJbmA="
[mod."github.com/mitchellh/go-homedir"]
version = "v1.1.0"
hash = "sha256-oduBKXHAQG8X6aqLEpqZHs5DOKe84u6WkBwi4W6cv3k="
[mod."github.com/mitchellh/go-testing-interface"] [mod."github.com/mitchellh/go-testing-interface"]
version = "v1.14.1" version = "v1.14.1"
hash = "sha256-TMGi38D13BEVN5cpeKDzKRIgLclm4ErOG+JEyqJrN/c=" hash = "sha256-TMGi38D13BEVN5cpeKDzKRIgLclm4ErOG+JEyqJrN/c="
[mod."github.com/moby/patternmatcher"]
version = "v0.6.0"
hash = "sha256-ny3L8ktj8cyN41CEJhaRT74Vi8HpXXsbTvlrw/Tl5+g="
[mod."github.com/moby/sys/sequential"]
version = "v0.5.0"
hash = "sha256-A29wOMXw/O8L5Kmu3UNb9s9go2Vya8qFEYtsYrg3Rzo="
[mod."github.com/moby/term"]
version = "v0.5.0"
hash = "sha256-jy0kbkeUsr0KoiE33WLxNAgYXZIERKR2O5+saXBwdD8="
[mod."github.com/modern-go/concurrent"] [mod."github.com/modern-go/concurrent"]
version = "v0.0.0-20180306012644-bacd9c7ef1dd" version = "v0.0.0-20180306012644-bacd9c7ef1dd"
hash = "sha256-OTySieAgPWR4oJnlohaFTeK1tRaVp/b0d1rYY8xKMzo=" hash = "sha256-OTySieAgPWR4oJnlohaFTeK1tRaVp/b0d1rYY8xKMzo="
[mod."github.com/modern-go/reflect2"] [mod."github.com/modern-go/reflect2"]
version = "v1.0.2" version = "v1.0.2"
hash = "sha256-+W9EIW7okXIXjWEgOaMh58eLvBZ7OshW2EhaIpNLSBU=" hash = "sha256-+W9EIW7okXIXjWEgOaMh58eLvBZ7OshW2EhaIpNLSBU="
[mod."github.com/morikuni/aec"]
version = "v1.0.0"
hash = "sha256-5zYgLeGr3K+uhGKlN3xv0PO67V+2Zw+cezjzNCmAWOE="
[mod."github.com/oklog/run"] [mod."github.com/oklog/run"]
version = "v1.1.0" version = "v1.1.0"
hash = "sha256-U4IS0keJa4BSBSeEBqtIV1Zg6N4b0zFiKfzN9ua4pWQ=" hash = "sha256-U4IS0keJa4BSBSeEBqtIV1Zg6N4b0zFiKfzN9ua4pWQ="
[mod."github.com/olebedev/emitter"] [mod."github.com/opencontainers/go-digest"]
version = "v0.0.0-20190110104742-e8d1457e6aee" version = "v1.0.0"
hash = "sha256-hY8Cy3+zu+ONxriJ1OrNcL1RGPLDSXvkfk571CTzELM=" hash = "sha256-cfVDjHyWItmUGZ2dzQhCHgmOmou8v7N+itDkLZVkqkQ="
[mod."github.com/opencontainers/image-spec"]
version = "v1.1.0-rc4"
hash = "sha256-rsc3wL80rmQhf4tiHQ0RJAcTsbdzqqS3TIlK9BWzOKQ="
[mod."github.com/opencontainers/runc"]
version = "v1.1.9"
hash = "sha256-zJI1/cRfG9PqX/je79AbS/dSmvSHv1p8Rs3qN0g93Fs="
[mod."github.com/panjf2000/ants/v2"]
version = "v2.8.1"
hash = "sha256-SxPFjCOjG4uvUf1XxX0w6aoyNBKbuzXTykFLaNxrgnQ="
[mod."github.com/patrickmn/go-cache"] [mod."github.com/patrickmn/go-cache"]
version = "v2.1.0+incompatible" version = "v2.1.0+incompatible"
hash = "sha256-+i3/Cd9byb1q926jszLjadiUMUeux0VyGKnmP20EAoA=" hash = "sha256-+i3/Cd9byb1q926jszLjadiUMUeux0VyGKnmP20EAoA="
@ -235,30 +289,39 @@ schema = 3
[mod."github.com/pkg/errors"] [mod."github.com/pkg/errors"]
version = "v0.9.1" version = "v0.9.1"
hash = "sha256-mNfQtcrQmu3sNg/7IwiieKWOgFQOVVe2yXgKBpe/wZw=" hash = "sha256-mNfQtcrQmu3sNg/7IwiieKWOgFQOVVe2yXgKBpe/wZw="
[mod."github.com/pmezard/go-difflib"]
version = "v1.0.0"
hash = "sha256-/FtmHnaGjdvEIKAJtrUfEhV7EVo5A/eYrtdnUkuxLDA="
[mod."github.com/prometheus/client_golang"] [mod."github.com/prometheus/client_golang"]
version = "v1.14.0" version = "v1.16.0"
hash = "sha256-dpgGV8C30ZCn7b9mQ+Ye2AfPXTIuHLQbl2olMKzJKxA=" hash = "sha256-P/b4/8m1ztF0fCLSJ+eRXN74Bncx2vjOJx7nFl2QEg4="
[mod."github.com/prometheus/client_model"] [mod."github.com/prometheus/client_model"]
version = "v0.3.0" version = "v0.4.0"
hash = "sha256-vP+miJfsoK5UG9eug8z/bhAMj3bwg66T2vIh8WHoOKU=" hash = "sha256-4P0sPWpxa69gGM6zm3dA06cH6twaeopq22VVDJjucHA="
[mod."github.com/prometheus/common"] [mod."github.com/prometheus/common"]
version = "v0.39.0" version = "v0.44.0"
hash = "sha256-cz6+95Z1A411dwO27Xg7smnQigJRt/SyG3Gv0Sm+KxI=" hash = "sha256-8n3gSWKDSJtGfOQgxsiCGyTnUjb5hvSxJi/hPcrE5Oo="
[mod."github.com/prometheus/procfs"] [mod."github.com/prometheus/procfs"]
version = "v0.9.0" version = "v0.11.1"
hash = "sha256-imZN+1HRpMvgmrot2V+AK5ueYLmsp49vZfHtx2N6Wek=" hash = "sha256-yphZ7NZtYC/tb0HVag2T58SuN64Ial9sBo/TdCEQx6Q="
[mod."github.com/redis/go-redis/v9"]
version = "v9.1.0"
hash = "sha256-dXHN2blZPDbSgp40g2kQ7KXyul75M6jCvB/y/FHvRH4="
[mod."github.com/rifflock/lfshook"] [mod."github.com/rifflock/lfshook"]
version = "v0.0.0-20180920164130-b9218ef580f5" version = "v0.0.0-20180920164130-b9218ef580f5"
hash = "sha256-LHemSy/AaUcajEm9mdPjw6+nJht81dcqnYCh5ySTuHM=" hash = "sha256-LHemSy/AaUcajEm9mdPjw6+nJht81dcqnYCh5ySTuHM="
[mod."github.com/rs/xid"]
version = "v1.5.0"
hash = "sha256-u0QLm2YFMJqEjUhpWcLwfoS9lNHUxc2A79MObsqVbVU="
[mod."github.com/rubyist/circuitbreaker"] [mod."github.com/rubyist/circuitbreaker"]
version = "v2.2.1+incompatible" version = "v2.2.1+incompatible"
hash = "sha256-6qlPpfrp0grghKbwnRBh3azjyJSjS2e2FPhgz3Q76DU=" hash = "sha256-6qlPpfrp0grghKbwnRBh3azjyJSjS2e2FPhgz3Q76DU="
[mod."github.com/rwcarlsen/goexif"]
version = "v0.0.0-20190401172101-9e8deecbddbd"
hash = "sha256-AiY2T9hXj6jnfldYDoe4WNr3FldpVTxc3lScR++HOLc="
[mod."github.com/ryanuber/go-glob"] [mod."github.com/ryanuber/go-glob"]
version = "v1.0.0" version = "v1.0.0"
hash = "sha256-YkMl1utwUhi3E0sHK23ISpAsPyj4+KeXyXKoFYGXGVY=" hash = "sha256-YkMl1utwUhi3E0sHK23ISpAsPyj4+KeXyXKoFYGXGVY="
[mod."github.com/sabhiram/go-gitignore"]
version = "v0.0.0-20210923224102-525f6e181f06"
hash = "sha256-A1aJFlcPRQvDqdJmEwpzhftR8C1Kzv1hXPszq8eO76Q="
[mod."github.com/saintfish/chardet"] [mod."github.com/saintfish/chardet"]
version = "v0.0.0-20230101081208-5e3ef4b5456d" version = "v0.0.0-20230101081208-5e3ef4b5456d"
hash = "sha256-JXlHMCbXB8iRQ9wQBGCeTjDSfgaBwUVOpvcjj0iVn5A=" hash = "sha256-JXlHMCbXB8iRQ9wQBGCeTjDSfgaBwUVOpvcjj0iVn5A="
@ -266,44 +329,80 @@ schema = 3
version = "v0.0.0-20210106013422-671bd2870b3a" version = "v0.0.0-20210106013422-671bd2870b3a"
hash = "sha256-t7Gdp7S71Koej5Njg3jOo5vwyj02tJCbJjrq/vZGOho=" hash = "sha256-t7Gdp7S71Koej5Njg3jOo5vwyj02tJCbJjrq/vZGOho="
[mod."github.com/sirupsen/logrus"] [mod."github.com/sirupsen/logrus"]
version = "v1.9.0" version = "v1.9.3"
hash = "sha256-xOwGFsYGIxNiurS8Zue8mhlFK/G7U1LVFFrv4vcr1GM=" hash = "sha256-EnxsWdEUPYid+aZ9H4/iMTs1XMvCLbXZRDyvj89Ebms="
[mod."github.com/smartystreets/assertions"] [mod."github.com/smartystreets/assertions"]
version = "v1.0.0" version = "v1.0.0"
hash = "sha256-sI2UUdq1+H+rcLysKDXDeaXi1Pz+zq28d/o/mV0c2wE=" hash = "sha256-sI2UUdq1+H+rcLysKDXDeaXi1Pz+zq28d/o/mV0c2wE="
[mod."github.com/stretchr/testify"]
version = "v1.8.4"
hash = "sha256-MoOmRzbz9QgiJ+OOBo5h5/LbilhJfRUryvzHJmXAWjo="
[mod."github.com/strukturag/libheif"]
version = "v1.16.2"
hash = "sha256-jR0a6nvzviu3YtN+0V4mj6s7ZiwQJlg6BUSaI5GSlFs="
[mod."github.com/t2bot/go-singleflight-streams"]
version = "v0.0.8"
hash = "sha256-YG78j81YNvsqS1hrJScmaz4kNF+O3TAnFsGgVzDKna4="
[mod."github.com/t2bot/go-typed-singleflight"]
version = "v0.0.3"
hash = "sha256-gDeRUn27fWmdPmBaVR8aly2rRmreVxmWeUM/P7N4PZI="
[mod."github.com/t2bot/gotd-contrib"]
version = "v0.0.0-20230907202504-d21987ea2957"
hash = "sha256-UQB0iEYhOlTA0TvkZwKgYm0UKQYDqx5qlOzON4Q5tH0="
[mod."github.com/t2bot/pgo-fleet/embedded"]
version = "v1.0.1"
hash = "sha256-UrNOX5SXttFPLdVVpzslPFBb4T+xDI359vxqsBS7TEY="
[mod."github.com/tebeka/strftime"] [mod."github.com/tebeka/strftime"]
version = "v0.1.3" version = "v0.1.3"
hash = "sha256-ahLbzsDylxmyGMzcUGePJCCR/qjtNPDQ2R21C38ydi8=" hash = "sha256-ahLbzsDylxmyGMzcUGePJCCR/qjtNPDQ2R21C38ydi8="
[mod."github.com/testcontainers/testcontainers-go"]
version = "v0.23.0"
hash = "sha256-ItMwMkJa//CARErkX+27koux0MmQ9nOXEvD5Ck97c/Q="
[mod."github.com/testcontainers/testcontainers-go/modules/postgres"]
version = "v0.23.0"
hash = "sha256-/A4hZV/MkOgbnin1fIu4jR9aPD0wcKdRzOcm/8QaGYQ="
[mod."golang.org/x/crypto"] [mod."golang.org/x/crypto"]
version = "v0.6.0" version = "v0.12.0"
hash = "sha256-rtJfWOcpCk+DUskDsOZBt9BU/pHjHJ60LkF4VOKCAI8=" hash = "sha256-Wes72EA9ICTG8o0nEYWZk9xjpqlniorFeY6o26GExns="
[mod."golang.org/x/exp"]
version = "v0.0.0-20230817173708-d852ddb80c63"
hash = "sha256-mXqobW94++1Ei5cFMyb9rVkA+lyc7kqj0tz7JOFIF4w="
[mod."golang.org/x/image"] [mod."golang.org/x/image"]
version = "v0.5.0" version = "v0.12.0"
hash = "sha256-PTniH58HjHyON59XkayAW1B13LCmBaVMNzR+mYDkNBc=" hash = "sha256-ttx1gCoWia/Nhhq9t6a2rEXI1gCu5UCLmECIbVtqbp8="
[mod."golang.org/x/mod"]
version = "v0.12.0"
hash = "sha256-M/oXnzm7odpJdQzEnG6W0pNYtl0uhOM/l7qgfGVpU2M="
[mod."golang.org/x/net"] [mod."golang.org/x/net"]
version = "v0.7.0" version = "v0.14.0"
hash = "sha256-LgZYZRwtMqm+soNh+esxDSeRuIDxRGb9OEfYaFJHCDI=" hash = "sha256-QScKgO7lBWOsd0Y31wLRzFETv3tjqdB/eRQWW5q7aV4="
[mod."golang.org/x/sync"]
version = "v0.3.0"
hash = "sha256-bCJKLvwExhYacH2ZrWlZ38lr1d6oNenNt2m1QqDCs0o="
[mod."golang.org/x/sys"] [mod."golang.org/x/sys"]
version = "v0.5.0" version = "v0.12.0"
hash = "sha256-0LTr3KeJ1OMQAwYUQo1513dXJtQAJn5Dq8sFkc8ps1U=" hash = "sha256-Ht/PhBJGWNBg4ksmdUu4+7hJjFypSwoUN/8DJricd+0="
[mod."golang.org/x/term"] [mod."golang.org/x/term"]
version = "v0.5.0" version = "v0.12.0"
hash = "sha256-f3DiX7NkDsEZpPS+PbmnOH9F5WHFZ1sQrfFg/T2UPno=" hash = "sha256-NFko0uqv/r2VxrbSgS1IwWzaWQK3RZuk0MvUV+qxIsc="
[mod."golang.org/x/text"] [mod."golang.org/x/text"]
version = "v0.7.0" version = "v0.13.0"
hash = "sha256-ydgUqX+t5Qke16C6d3FP/06U/N1n+rUKpLRFj4KXjwk=" hash = "sha256-J34dbc8UNVIdRJUZP7jPt11oxuwG8VvrOOylxE7V3oA="
[mod."golang.org/x/time"] [mod."golang.org/x/time"]
version = "v0.3.0" version = "v0.3.0"
hash = "sha256-/hmc9skIswMYbivxNS7R8A6vCTUF9k2/7tr/ACkcEaM=" hash = "sha256-/hmc9skIswMYbivxNS7R8A6vCTUF9k2/7tr/ACkcEaM="
[mod."google.golang.org/genproto"] [mod."golang.org/x/tools"]
version = "v0.0.0-20230216225411-c8e22ba71e44" version = "v0.12.1-0.20230815132531-74c255bcf846"
hash = "sha256-KPd3JbcHdc50BVZxFR8EYAaORZa3Uu2Pl6AiiwIZNVQ=" hash = "sha256-j6UwNGtMrqfwNyU4CImmqBYNkKjSDioYc+iJy3GKpw8="
[mod."google.golang.org/genproto/googleapis/rpc"]
version = "v0.0.0-20230822172742-b8732ec3820d"
hash = "sha256-1kP7lqQ+fKtARDzTrRNob0owX4GsUnxzOwLyBZSmHOc="
[mod."google.golang.org/grpc"] [mod."google.golang.org/grpc"]
version = "v1.53.0" version = "v1.57.0"
hash = "sha256-LkB13k1JaQ7e4nGpCoEA9q4T8oIV0KvkFIDZmHhDr08=" hash = "sha256-hP6alxFu+pcLI4gT3idzEMYNp+DbU3P4xhkpIqGCPXg="
[mod."google.golang.org/protobuf"] [mod."google.golang.org/protobuf"]
version = "v1.28.1" version = "v1.31.0"
hash = "sha256-sTJYgvlv5is7vHNxcuigF2lNASp0QonhUgnrguhfHSU=" hash = "sha256-UdIk+xRaMfdhVICvKRk1THe3R1VU+lWD8hqoW/y8jT0="
[mod."gopkg.in/ini.v1"] [mod."gopkg.in/ini.v1"]
version = "v1.67.0" version = "v1.67.0"
hash = "sha256-V10ahGNGT+NLRdKUyRg1dos5RxLBXBk1xutcnquc/+4=" hash = "sha256-V10ahGNGT+NLRdKUyRg1dos5RxLBXBk1xutcnquc/+4="

View file

@ -1,9 +1,10 @@
{ {
"url": "https://github.com/turt2live/matrix-media-repo", "url": "https://github.com/turt2live/matrix-media-repo",
"rev": "6d97c1af00d52ce441c3de4d79581f757da1dc91", "rev": "113ae4c0566206c075978d474345df8534d43a1b",
"date": "2023-05-13T14:22:26-06:00", "date": "2023-09-07T22:59:13-06:00",
"path": "/nix/store/yn3ifgwsfs0wmya3apvwnkxvwn6yr3n2-matrix-media-repo-6d97c1a", "path": "/nix/store/hssx4mfpfp459jrgdarl0mcdhznvl866-matrix-media-repo",
"sha256": "095k9cwq8qh5jnq7babyk1qy56v7nngya2vw31ilp6qrgkn2fcgz", "sha256": "0s7cbcwcx6yk4bnyi543vpzaw1b8v0w6s4qdlkavw91xy3al4cr8",
"hash": "sha256-KDNC1fA9JL7VpA0TbTjYaAWu/t2DlOjtItObzjhb7Gg=",
"fetchLFS": false, "fetchLFS": false,
"fetchSubmodules": false, "fetchSubmodules": false,
"deepClone": false, "deepClone": false,

View file

@ -77,38 +77,38 @@ schema = 3
version = "v1.2.5" version = "v1.2.5"
hash = "sha256-OYGNolkmL7E1Qs2qrQ3IVpQp5gkcHNU/AB/z2O+Myps=" hash = "sha256-OYGNolkmL7E1Qs2qrQ3IVpQp5gkcHNU/AB/z2O+Myps="
[mod."github.com/yuin/goldmark"] [mod."github.com/yuin/goldmark"]
version = "v1.5.5" version = "v1.5.6"
hash = "sha256-6tpOQPaIXf7WWjbOVd5D4XXtbXSfGIYbzdIrDnlELrQ=" hash = "sha256-+yAEKuRtXHX2THh3XMSG6UPcPPU0sSz5H5taH9Mx1Jc="
[mod."go.mau.fi/libsignal"] [mod."go.mau.fi/libsignal"]
version = "v0.1.0" version = "v0.1.0"
hash = "sha256-hSZQkw/0eV5Y0pj1N+idYuKb/jtiw/qTfaOGdYCXmn0=" hash = "sha256-hSZQkw/0eV5Y0pj1N+idYuKb/jtiw/qTfaOGdYCXmn0="
[mod."go.mau.fi/util"] [mod."go.mau.fi/util"]
version = "v0.0.0-20230805171708-199bf3eec776" version = "v0.0.0-20230906155759-14bad39a8718"
hash = "sha256-9ZGlBZl3zSBI/Hbc9N6I3RZhcf0YZ6SvvGRI3Im4t0U=" hash = "sha256-57TlW5NFS1o5Ee+pNJFLV1DIPwmIDIW+0XRgq369K0o="
[mod."go.mau.fi/whatsmeow"] [mod."go.mau.fi/whatsmeow"]
version = "v0.0.0-20230824151650-6da2abde6b7c" version = "v0.0.0-20230906160713-9dac130ab98c"
hash = "sha256-N4fVb3K/SnMNB9bEHUl6wbbHNFuPEjP0pFLk6Iaud2k=" hash = "sha256-Ff0DFDIf0u62hekymERtc5v0hD6x8fYy+ZV/VTsTGH0="
[mod."go.mau.fi/zeroconfig"] [mod."go.mau.fi/zeroconfig"]
version = "v0.1.2" version = "v0.1.2"
hash = "sha256-xf4p2Z5Pl9In3ne9BVmy7YvtooSRBzqxP4Pl2jdVN8w=" hash = "sha256-xf4p2Z5Pl9In3ne9BVmy7YvtooSRBzqxP4Pl2jdVN8w="
[mod."golang.org/x/crypto"] [mod."golang.org/x/crypto"]
version = "v0.12.0" version = "v0.13.0"
hash = "sha256-Wes72EA9ICTG8o0nEYWZk9xjpqlniorFeY6o26GExns=" hash = "sha256-4ThyrEJI4i9XBwx/q/R4jR41VJBZ/TSR0+UCkjTH95A="
[mod."golang.org/x/exp"] [mod."golang.org/x/exp"]
version = "v0.0.0-20230811145659-89c5cff77bcb" version = "v0.0.0-20230905200255-921286631fa9"
hash = "sha256-z/WuemZcUyYQIyGOOmdgVlg+3TPXA+TZmiVMH3xdJL0=" hash = "sha256-CyeVwjp12Wqh4ptqfi3KHCWPzOFhE8fSrP3sMjMXvec="
[mod."golang.org/x/image"] [mod."golang.org/x/image"]
version = "v0.11.0"
hash = "sha256-i/EDxH44Ah5x6jvlbkTwsvfDnNiy2mYkSO66vxzBQvA="
[mod."golang.org/x/net"]
version = "v0.14.0"
hash = "sha256-QScKgO7lBWOsd0Y31wLRzFETv3tjqdB/eRQWW5q7aV4="
[mod."golang.org/x/sys"]
version = "v0.11.0"
hash = "sha256-g/LjhABK2c/u6v7M2aAIrHvZjmx/ikGHkef86775N38="
[mod."golang.org/x/text"]
version = "v0.12.0" version = "v0.12.0"
hash = "sha256-aNQaW3EgCK9ehpnBzIAkZX6TmiUU1S175YlJUH7P5Qg=" hash = "sha256-ttx1gCoWia/Nhhq9t6a2rEXI1gCu5UCLmECIbVtqbp8="
[mod."golang.org/x/net"]
version = "v0.15.0"
hash = "sha256-k0hgSwNmZz9nN9cqqACNHdnejV50AAwzxnoyTs9liXw="
[mod."golang.org/x/sys"]
version = "v0.12.0"
hash = "sha256-Ht/PhBJGWNBg4ksmdUu4+7hJjFypSwoUN/8DJricd+0="
[mod."golang.org/x/text"]
version = "v0.13.0"
hash = "sha256-J34dbc8UNVIdRJUZP7jPt11oxuwG8VvrOOylxE7V3oA="
[mod."google.golang.org/protobuf"] [mod."google.golang.org/protobuf"]
version = "v1.31.0" version = "v1.31.0"
hash = "sha256-UdIk+xRaMfdhVICvKRk1THe3R1VU+lWD8hqoW/y8jT0=" hash = "sha256-UdIk+xRaMfdhVICvKRk1THe3R1VU+lWD8hqoW/y8jT0="
@ -125,5 +125,5 @@ schema = 3
version = "v2.4.1" version = "v2.4.1"
hash = "sha256-OstOCC7Bib6mbcUG2X3YafEBikFhPQ8lN6jPK5c/Ah8=" hash = "sha256-OstOCC7Bib6mbcUG2X3YafEBikFhPQ8lN6jPK5c/Ah8="
[mod."maunium.net/go/mautrix"] [mod."maunium.net/go/mautrix"]
version = "v0.16.1-0.20230821105106-ac5c2c22102c" version = "v0.16.1-0.20230906160935-26b2e2e590a0"
hash = "sha256-eXNaXyE+Ow/SVrBqUxOo1wZbZ5cPmRfJ1MfWHKRVzJ8=" hash = "sha256-avQY5a2jloNW0SgFH9OvSMmmSV5GzcRWfn2UZAt/lvY="

View file

@ -1,10 +1,10 @@
{ {
"url": "https://github.com/mautrix/whatsapp", "url": "https://github.com/mautrix/whatsapp",
"rev": "015cc1f19f65e37e923675903e5fabf550983ef7", "rev": "1f3367e757e734073cdb068037472634c4f21703",
"date": "2023-09-01T15:54:27+03:00", "date": "2023-09-06T19:10:16+03:00",
"path": "/nix/store/cg31qllpkp1lsfifl2q5lbid6yiqdmnp-whatsapp", "path": "/nix/store/nr9x21b0ni4p2l50smmnzykchjsr63pn-whatsapp",
"sha256": "10qzk9r1ws4lh434wsqqdywhndiv6h3f70r907h5r9dq50vy2w6v", "sha256": "1sf0xk7f3biwm23awf6v396jwdin7x98mjhpd1ar7x9p64pm4rdw",
"hash": "sha256-23DhNyi4pVzgASmD4wY0OzYLuW8Ya04GgZRoHnKaH4M=", "hash": "sha256-vGVSLzE39ZNVaBfKilI/NjYuTRrbOK6GqDyu4c7swOk=",
"fetchLFS": false, "fetchLFS": false,
"fetchSubmodules": false, "fetchSubmodules": false,
"deepClone": false, "deepClone": false,

View file

@ -50,8 +50,8 @@ schema = 3
version = "v0.0.0-20210324163249-be2af5ef2e16" version = "v0.0.0-20210324163249-be2af5ef2e16"
hash = "sha256-WS9vp/b8nJSqE0U4M1OHR1LdGsraS5KtQcVAdDfZ7UU=" hash = "sha256-WS9vp/b8nJSqE0U4M1OHR1LdGsraS5KtQcVAdDfZ7UU="
[mod."github.com/matrix-org/gomatrixserverlib"] [mod."github.com/matrix-org/gomatrixserverlib"]
version = "v0.0.0-20230105074811-965b10ae73ab" version = "v0.0.0-20230822143230-740f742d6993"
hash = "sha256-dUg80Mk4S5eLNpZYgN4kSCowzO96X2zWGQDZEqJTHV0=" hash = "sha256-rslVErLl2PSAnVHGF6YTChuKnuaSc3dykSgjCMlIMng="
[mod."github.com/matrix-org/util"] [mod."github.com/matrix-org/util"]
version = "v0.0.0-20200807132607-55161520e1d4" version = "v0.0.0-20200807132607-55161520e1d4"
hash = "sha256-LvuzVBtlgFlqIvAyred2druEijgWRLND+LXzYCxy9sA=" hash = "sha256-LvuzVBtlgFlqIvAyred2druEijgWRLND+LXzYCxy9sA="

View file

@ -1,10 +1,10 @@
{ {
"url": "https://github.com/matrix-org/sliding-sync", "url": "https://github.com/matrix-org/sliding-sync",
"rev": "855287c0d493a6868d1a05d50063314fc426a149", "rev": "6ad321d86c08a3409da21565d0561e5bd4ee9a33",
"date": "2023-09-01T11:05:17+01:00", "date": "2023-09-07T17:24:41+02:00",
"path": "/nix/store/w1ydl09si1bjy03zi8j2hj0is2ywhq2a-sliding-sync", "path": "/nix/store/kcdw276pmzp51va6g4rzwg7cnbixcwgw-sliding-sync",
"sha256": "1bkxylzbwic10xijsii45w5wws5xl9k16iayvnzr57bl9c8nd11s", "sha256": "114pp0406w3kd4yg06fvz5l25fp1nknbvliwllgrxp7kj3zi96cq",
"hash": "sha256-OoRmEUt0nZK/3V5FE2aivWjOCy8kRi1jB4FFvj71fa4=", "hash": "sha256-mJkU/5Dz3J4fpTzSvey04boiaPnbGfA8aXNwAwi4l4Q=",
"fetchLFS": false, "fetchLFS": false,
"fetchSubmodules": false, "fetchSubmodules": false,
"deepClone": false, "deepClone": false,

View file

@ -1,6 +1,6 @@
{ {
"version": "1.20.1", "version": "1.20.1",
"build": 169, "build": 171,
"name": "paper-1.20.1-169.jar", "name": "paper-1.20.1-171.jar",
"sha256": "86f7f5e03b43991c1897028107f2face052b0ccbdd14b577a1e21277af7cbd11" "sha256": "15f2ebd21ea21dcb1b50030558d905a4736c28754cc6181826546da2bf427e97"
} }

View file

@ -1,10 +1,10 @@
{ {
"url": "https://github.com/didoesdigital/steno-dictionaries", "url": "https://github.com/didoesdigital/steno-dictionaries",
"rev": "9263a86d1debdf96d5bc10e1d782201e2ad61279", "rev": "b5c21b0355d571cc790fec34f4bfafac5abc69b5",
"date": "2023-07-26T09:43:54+10:00", "date": "2023-09-08T10:59:46+10:00",
"path": "/nix/store/n7vj3yhkjh98wd499jr3ndm3v7afjccn-steno-dictionaries", "path": "/nix/store/41kjsa29h9ryff6bf557b96dwj8hnnib-steno-dictionaries",
"sha256": "12fx1h3maaf5f1y6qh1grbn5bvqjzyjgvnyjwsipn1zvpixrhki5", "sha256": "1yvxcjc1hb4az8r8w35l20d61wlhv6yrq7pksmbwnx666rp5q8pl",
"hash": "sha256-JU6Ye7z7B3uj5tLb/aT/Eu9V7MovQGx8cMUpVQcM3Yk=", "hash": "sha256-9CJcbjbGdMtX1fMenL3ZkPJgGhC0DI4y+oosGJhkffs=",
"fetchLFS": false, "fetchLFS": false,
"fetchSubmodules": false, "fetchSubmodules": false,
"deepClone": false, "deepClone": false,

View file

@ -1,7 +0,0 @@
{
"version": "1.3.2",
"pname": "hum",
"description": "Hum",
"url": "https://downloads.wordpress.org/plugin/hum.1.3.2.zip",
"sha256": "9f5e3ee460051b6e1bbbb8e6b9e70afa0349b4b273ffa01f4027f1630cf90bce"
}

View file

@ -1,7 +0,0 @@
{
"version": "4.5.21",
"pname": "ilab-media-tools",
"description": "Media Cloud for Amazon S3, Cloudflare R2, Google Cloud Storage, DigitalOcean Spaces and more",
"url": "https://downloads.wordpress.org/plugin/ilab-media-tools.4.5.21.zip",
"sha256": "8db68799cf9396bdc10c8f17fc4931ed5dcf84cfffe7e13b8345d7f28c9ad722"
}

View file

@ -1,7 +0,0 @@
{
"version": "12.5",
"pname": "jetpack",
"description": "Jetpack – WP Security, Backup, Speed, & Growth",
"url": "https://downloads.wordpress.org/plugin/jetpack.12.5.zip",
"sha256": "8abae2b682b173581034b55aa15ef60b5e2106a85f5cbcf62c92bbaefd906d45"
}

View file

@ -1,7 +0,0 @@
{
"version": "1.1.0",
"pname": "modern-images-wp",
"description": "Modern Images WP",
"url": "https://downloads.wordpress.org/plugin/modern-images-wp.1.1.0.zip",
"sha256": "d08a1f829e5195508603a72b9008def8acb3d4f17368bc4309592d32f18ecce4"
}

View file

@ -9,16 +9,11 @@ micropub
webmention webmention
activitypub activitypub
friends friends
hum
webfinger webfinger
nodeinfo nodeinfo
classic-editor classic-editor
wordpress-seo wordpress-seo
ilab-media-tools
modern-images-wp
webp-express
jetpack
modern-footnotes modern-footnotes
polylang
the-plus-addons-for-block-editor the-plus-addons-for-block-editor
shortcoder shortcoder
wp-dark-mode

View file

@ -1,7 +0,0 @@
{
"version": "3.4.5",
"pname": "polylang",
"description": "Polylang",
"url": "https://downloads.wordpress.org/plugin/polylang.3.4.5.zip",
"sha256": "adf4ac84fe0f10a326a7e6cad9453075bfe02eb99286f9c8f57259787914c9ab"
}

View file

@ -1,7 +0,0 @@
{
"version": "0.25.6",
"pname": "webp-express",
"description": "WebP Express",
"url": "https://downloads.wordpress.org/plugin/webp-express.0.25.6.zip",
"sha256": "d25bd3210ba4bf3149e10b9dccef2d98218ae57a6d33f67d485ae9fa85067f50"
}

View file

@ -1,7 +1,7 @@
{ {
"version": "21.0", "version": "21.1",
"pname": "wordpress-seo", "pname": "wordpress-seo",
"description": "Yoast SEO", "description": "Yoast SEO",
"url": "https://downloads.wordpress.org/plugin/wordpress-seo.21.0.zip", "url": "https://downloads.wordpress.org/plugin/wordpress-seo.21.1.zip",
"sha256": "57fea1e0de8f188d4facd2b8ea7331377ec6f7ec17f2e3df23ca36a3ee6a95f6" "sha256": "8463f5cfc59499eb80441e92673409de13a728cd5bde08b121f13984708f926e"
} }

View file

@ -0,0 +1,7 @@
{
"version": "4.2.2",
"pname": "wp-dark-mode",
"description": "WP Dark Mode – Best Dark Mode Plugin for WordPress with Social Sharing",
"url": "https://downloads.wordpress.org/plugin/wp-dark-mode.4.2.2.zip",
"sha256": "cb4269cbeddac4be2d9f960da6aaa5c8968d90c8163274213dbe213706ebfff5"
}