mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Update dependency @types/js-yaml to v4.0.4 (#9090)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
@@ -177,7 +177,7 @@
|
||||
"@types/fs-extra": "9.0.13",
|
||||
"@types/inquirer": "8.1.3",
|
||||
"@types/jest": "27.0.2",
|
||||
"@types/js-yaml": "4.0.3",
|
||||
"@types/js-yaml": "4.0.4",
|
||||
"@types/json2csv": "5.0.3",
|
||||
"@types/jsonwebtoken": "8.5.5",
|
||||
"@types/keyv": "3.1.3",
|
||||
|
||||
20
package-lock.json
generated
20
package-lock.json
generated
@@ -157,7 +157,7 @@
|
||||
"@types/fs-extra": "9.0.13",
|
||||
"@types/inquirer": "8.1.3",
|
||||
"@types/jest": "27.0.2",
|
||||
"@types/js-yaml": "4.0.3",
|
||||
"@types/js-yaml": "4.0.4",
|
||||
"@types/json2csv": "5.0.3",
|
||||
"@types/jsonwebtoken": "8.5.5",
|
||||
"@types/keyv": "3.1.3",
|
||||
@@ -7550,9 +7550,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@types/js-yaml": {
|
||||
"version": "4.0.3",
|
||||
"resolved": "https://registry.npmjs.org/@types/js-yaml/-/js-yaml-4.0.3.tgz",
|
||||
"integrity": "sha512-5t9BhoORasuF5uCPr+d5/hdB++zRFUTMIZOzbNkr+jZh3yQht4HYbRDyj9fY8n2TZT30iW9huzav73x4NikqWg==",
|
||||
"version": "4.0.4",
|
||||
"resolved": "https://registry.npmjs.org/@types/js-yaml/-/js-yaml-4.0.4.tgz",
|
||||
"integrity": "sha512-AuHubXUmg0AzkXH0Mx6sIxeY/1C110mm/EkE/gB1sTRz3h2dao2W/63q42SlVST+lICxz5Oki2hzYA6+KnnieQ==",
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/@types/json-patch": {
|
||||
@@ -48865,7 +48865,7 @@
|
||||
"@types/figlet": "1.5.4",
|
||||
"@types/fs-extra": "9.0.13",
|
||||
"@types/jest": "27.0.2",
|
||||
"@types/js-yaml": "4.0.3",
|
||||
"@types/js-yaml": "4.0.4",
|
||||
"@types/marked-terminal": "3.1.2",
|
||||
"jest": "27.3.1",
|
||||
"nock": "13.1.4",
|
||||
@@ -51409,7 +51409,7 @@
|
||||
"@types/figlet": "1.5.4",
|
||||
"@types/fs-extra": "9.0.13",
|
||||
"@types/jest": "27.0.2",
|
||||
"@types/js-yaml": "4.0.3",
|
||||
"@types/js-yaml": "4.0.4",
|
||||
"@types/marked-terminal": "3.1.2",
|
||||
"@types/yargs": "^17.0.0",
|
||||
"app-module-path": "^2.2.0",
|
||||
@@ -55619,9 +55619,9 @@
|
||||
}
|
||||
},
|
||||
"@types/js-yaml": {
|
||||
"version": "4.0.3",
|
||||
"resolved": "https://registry.npmjs.org/@types/js-yaml/-/js-yaml-4.0.3.tgz",
|
||||
"integrity": "sha512-5t9BhoORasuF5uCPr+d5/hdB++zRFUTMIZOzbNkr+jZh3yQht4HYbRDyj9fY8n2TZT30iW9huzav73x4NikqWg==",
|
||||
"version": "4.0.4",
|
||||
"resolved": "https://registry.npmjs.org/@types/js-yaml/-/js-yaml-4.0.4.tgz",
|
||||
"integrity": "sha512-AuHubXUmg0AzkXH0Mx6sIxeY/1C110mm/EkE/gB1sTRz3h2dao2W/63q42SlVST+lICxz5Oki2hzYA6+KnnieQ==",
|
||||
"dev": true
|
||||
},
|
||||
"@types/json-patch": {
|
||||
@@ -64132,7 +64132,7 @@
|
||||
"@types/fs-extra": "9.0.13",
|
||||
"@types/inquirer": "8.1.3",
|
||||
"@types/jest": "27.0.2",
|
||||
"@types/js-yaml": "4.0.3",
|
||||
"@types/js-yaml": "4.0.4",
|
||||
"@types/json2csv": "5.0.3",
|
||||
"@types/jsonwebtoken": "8.5.5",
|
||||
"@types/keyv": "3.1.3",
|
||||
|
||||
@@ -76,7 +76,7 @@
|
||||
"@types/figlet": "1.5.4",
|
||||
"@types/fs-extra": "9.0.13",
|
||||
"@types/jest": "27.0.2",
|
||||
"@types/js-yaml": "4.0.3",
|
||||
"@types/js-yaml": "4.0.4",
|
||||
"@types/marked-terminal": "3.1.2",
|
||||
"jest": "27.3.1",
|
||||
"nock": "13.1.4",
|
||||
|
||||
Reference in New Issue
Block a user