This commit is contained in:
dependabot[bot] 2025-12-05 16:40:32 +01:00 committed by GitHub
commit 6772c53d92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -16,7 +16,7 @@
"@fortawesome/react-fontawesome": "^0.2.0",
"@mdx-js/react": "^3.1.0",
"classnames": "^2.2.6",
"js-yaml": "^4.1.0",
"js-yaml": "^4.1.1",
"react": "^18.0.0",
"react-async": "^10.0.1",
"react-copy-to-clipboard": "^5.0.3",
@ -13151,9 +13151,9 @@
"license": "MIT"
},
"node_modules/js-yaml": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz",
"integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
"license": "MIT",
"dependencies": {
"argparse": "^2.0.1"

View File

@ -23,7 +23,7 @@
"@fortawesome/react-fontawesome": "^0.2.0",
"@mdx-js/react": "^3.1.0",
"classnames": "^2.2.6",
"js-yaml": "^4.1.0",
"js-yaml": "^4.1.1",
"react": "^18.0.0",
"react-async": "^10.0.1",
"react-copy-to-clipboard": "^5.0.3",