Skip to content

Commit

Permalink
chore(deps): update dependency @types/js-yaml to v4.0.3 (#11455)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
  • Loading branch information
3 people committed Aug 28, 2021
1 parent 90a50d6 commit 73a6b18
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/manager/argocd/extract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export function extractPackageFile(
return null;
}

const definitions: ApplicationDefinition[] = loadAll(content);
const definitions = loadAll(content) as ApplicationDefinition[];

const deps = definitions
.map((definition) => createDependency(definition))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
"@types/global-agent": "2.1.1",
"@types/ini": "1.3.30",
"@types/jest": "27.0.1",
"@types/js-yaml": "4.0.2",
"@types/js-yaml": "4.0.3",
"@types/json-dup-key-validator": "1.0.0",
"@types/linkify-markdown": "1.0.1",
"@types/luxon": "2.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1797,10 +1797,10 @@
jest-diff "^27.0.0"
pretty-format "^27.0.0"

"@types/js-yaml@4.0.2":
version "4.0.2"
resolved "https://registry.yarnpkg.com/@types/js-yaml/-/js-yaml-4.0.2.tgz#4117a7a378593a218e9d6f0ef44ce6d5d9edf7fa"
integrity sha512-KbeHS/Y4R+k+5sWXEYzAZKuB1yQlZtEghuhRxrVRLaqhtoG5+26JwQsa4HyS3AWX8v1Uwukma5HheduUDskasA==
"@types/js-yaml@4.0.3":
version "4.0.3"
resolved "https://registry.yarnpkg.com/@types/js-yaml/-/js-yaml-4.0.3.tgz#9f33cd6fbf0d5ec575dc8c8fc69c7fec1b4eb200"
integrity sha512-5t9BhoORasuF5uCPr+d5/hdB++zRFUTMIZOzbNkr+jZh3yQht4HYbRDyj9fY8n2TZT30iW9huzav73x4NikqWg==

"@types/json-dup-key-validator@1.0.0":
version "1.0.0"
Expand Down

0 comments on commit 73a6b18

Please sign in to comment.