mirror of
https://github.com/owncast/owncast.git
synced 2024-11-26 23:24:29 +03:00
fix(deps): update dependency @fontsource/poppins to v5.0.5
This commit is contained in:
parent
a8aa37478d
commit
abbb4f05c0
2 changed files with 8 additions and 8 deletions
14
web/package-lock.json
generated
14
web/package-lock.json
generated
|
@ -15,7 +15,7 @@
|
|||
"@codemirror/lang-markdown": "6.2.0",
|
||||
"@codemirror/language-data": "6.3.1",
|
||||
"@fontsource/inter": "^5.0.0",
|
||||
"@fontsource/poppins": "5.0.4",
|
||||
"@fontsource/poppins": "5.0.5",
|
||||
"@next/bundle-analyzer": "^13.1.1",
|
||||
"@uiw/codemirror-theme-bbedit": "4.21.7",
|
||||
"@uiw/react-codemirror": "4.21.7",
|
||||
|
@ -2794,9 +2794,9 @@
|
|||
"integrity": "sha512-RE1JmWRB6Kxo+1nXUnORSSH5uKgUZ2QEQE+h/nsNt758C+17G9y26E9QiAsIqsG13NpKhwn22EeECfyC+da5ew=="
|
||||
},
|
||||
"node_modules/@fontsource/poppins": {
|
||||
"version": "5.0.4",
|
||||
"resolved": "https://registry.npmjs.org/@fontsource/poppins/-/poppins-5.0.4.tgz",
|
||||
"integrity": "sha512-9D7qztWP7prwrBMCf7pTbKDAfRG6KT1P9kEGimMUfRfznvfBIZ9H+y9Sr2vrE1O1Ybn4F8rrFZaLjtTxJZcTng=="
|
||||
"version": "5.0.5",
|
||||
"resolved": "https://registry.npmjs.org/@fontsource/poppins/-/poppins-5.0.5.tgz",
|
||||
"integrity": "sha512-Y/AGmD6iavfobRb7f2l49q0dQSyisvRrUfJ7F0AWOlTNFty8bbnPBbg+5Qsq5EN6xWaIAn++50aLfOCEe7zu3w=="
|
||||
},
|
||||
"node_modules/@gar/promisify": {
|
||||
"version": "1.1.3",
|
||||
|
@ -47600,9 +47600,9 @@
|
|||
"integrity": "sha512-RE1JmWRB6Kxo+1nXUnORSSH5uKgUZ2QEQE+h/nsNt758C+17G9y26E9QiAsIqsG13NpKhwn22EeECfyC+da5ew=="
|
||||
},
|
||||
"@fontsource/poppins": {
|
||||
"version": "5.0.4",
|
||||
"resolved": "https://registry.npmjs.org/@fontsource/poppins/-/poppins-5.0.4.tgz",
|
||||
"integrity": "sha512-9D7qztWP7prwrBMCf7pTbKDAfRG6KT1P9kEGimMUfRfznvfBIZ9H+y9Sr2vrE1O1Ybn4F8rrFZaLjtTxJZcTng=="
|
||||
"version": "5.0.5",
|
||||
"resolved": "https://registry.npmjs.org/@fontsource/poppins/-/poppins-5.0.5.tgz",
|
||||
"integrity": "sha512-Y/AGmD6iavfobRb7f2l49q0dQSyisvRrUfJ7F0AWOlTNFty8bbnPBbg+5Qsq5EN6xWaIAn++50aLfOCEe7zu3w=="
|
||||
},
|
||||
"@gar/promisify": {
|
||||
"version": "1.1.3",
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
"@codemirror/lang-markdown": "6.2.0",
|
||||
"@codemirror/language-data": "6.3.1",
|
||||
"@fontsource/inter": "^5.0.0",
|
||||
"@fontsource/poppins": "5.0.4",
|
||||
"@fontsource/poppins": "5.0.5",
|
||||
"@next/bundle-analyzer": "^13.1.1",
|
||||
"@uiw/codemirror-theme-bbedit": "4.21.7",
|
||||
"@uiw/react-codemirror": "4.21.7",
|
||||
|
|
Loading…
Reference in a new issue