update dependencies (#3536)

This commit is contained in:
Karsten Hassel
2024-09-14 22:05:20 +02:00
committed by GitHub
parent 3380314c11
commit 81351fb4cc
5 changed files with 268 additions and 277 deletions

View File

@@ -9,20 +9,20 @@
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"@fontsource/roboto": "^5.0.14",
"@fontsource/roboto-condensed": "^5.0.17"
"@fontsource/roboto": "^5.1.0",
"@fontsource/roboto-condensed": "^5.1.0"
}
},
"node_modules/@fontsource/roboto": {
"version": "5.0.14",
"resolved": "https://registry.npmjs.org/@fontsource/roboto/-/roboto-5.0.14.tgz",
"integrity": "sha512-zHAxlTTm9RuRn9/StwclFJChf3z9+fBrOxC3fw71htjHP1BgXNISwRjdJtAKAmMe5S2BzgpnjkQR93P9EZYI/Q==",
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/@fontsource/roboto/-/roboto-5.1.0.tgz",
"integrity": "sha512-cFRRC1s6RqPygeZ8Uw/acwVHqih8Czjt6Q0MwoUoDe9U3m4dH1HmNDRBZyqlMSFwgNAUKgFImncKdmDHyKpwdg==",
"license": "Apache-2.0"
},
"node_modules/@fontsource/roboto-condensed": {
"version": "5.0.17",
"resolved": "https://registry.npmjs.org/@fontsource/roboto-condensed/-/roboto-condensed-5.0.17.tgz",
"integrity": "sha512-rLsnIPjYP8Csa7o0nCDDPW6xC+kWnlM7iYbZmqxEfuI9LzA2z7jQnHVhOuivuwMyE+snmzxQfWhFUoY+SfbU0A==",
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/@fontsource/roboto-condensed/-/roboto-condensed-5.1.0.tgz",
"integrity": "sha512-cTS62X9bgR6H+3qRtaDwt0I+3ocitMPalyr2OrzJtilIcuEo4my8UA4VVhOgr0OI2Sk9JNrNYcSxkv0k4XuKtQ==",
"license": "OFL-1.1"
}
}

View File

@@ -11,7 +11,7 @@
},
"license": "MIT",
"dependencies": {
"@fontsource/roboto": "^5.0.14",
"@fontsource/roboto-condensed": "^5.0.17"
"@fontsource/roboto": "^5.1.0",
"@fontsource/roboto-condensed": "^5.1.0"
}
}