Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew W. Harn <[email protected]>
  • Loading branch information
awharn committed Jan 22, 2024
1 parent ddaddca commit 709f8bf
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 33 deletions.
40 changes: 11 additions & 29 deletions npm-shrinkwrap.json

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

4 changes: 4 additions & 0 deletions packages/imperative/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to the Imperative package will be documented in this file.

## Recent Changes

- BugFix: Updated `mustache` and `jsonschema` dependencies for technical currency.

## `5.21.0`

- Enhancement: Hid the progress bar if `CI` environment variable is set, or if `FORCE_COLOR` environment variable is set to `0`. [#1845](https://github.com/zowe/zowe-cli/issues/1845)
Expand Down
4 changes: 2 additions & 2 deletions packages/imperative/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,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": "4.2.0",
"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 709f8bf

Please sign in to comment.