Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1019 from zowe/update-imperative-dependencies-v2
Browse files Browse the repository at this point in the history
Update dependencies and snapshots
  • Loading branch information
zFernand0 committed Oct 18, 2023
2 parents 4d1224d + 7756f87 commit 58d9117
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
28 changes: 14 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@
"jest-diff": "27.0.6",
"js-yaml": "4.1.0",
"jsonfile": "4.0.0",
"jsonschema": "1.1.1",
"jsonschema": "1.4.1",
"lodash": "4.17.21",
"lodash-deep": "2.0.0",
"log4js": "6.4.6",
"markdown-it": "12.3.2",
"mustache": "2.3.0",
"mustache": "2.3.2",
"npm-package-arg": "9.1.0",
"opener": "1.5.2",
"pacote": "11.1.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ exports[`Basic Profile Manager Save should detect that the dependencies are pres

exports[`Basic Profile Manager Save should fail a save request if a profile has more properties than defined on the schema 1`] = `
"Errors located in profile \\"tasty_apple\\" of type \\"apple\\":
profile additionalProperty \\"seedless\\" exists in instance when not allowed
profile is not allowed to have the additional property \\"seedless\\"
"
`;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ exports[`Basic Profile Manager Validate should detect undefined parms 1`] = `"Ex

exports[`Basic Profile Manager Validate should fail a save request if a profile has more properties than defined on the schema 1`] = `
"Errors located in profile \\"good_apple\\" of type \\"apple\\":
profile additionalProperty \\"seedless\\" exists in instance when not allowed
profile is not allowed to have the additional property \\"seedless\\"
"
`;

Expand Down

0 comments on commit 58d9117

Please sign in to comment.