diff --git a/package-lock.json b/package-lock.json index 5347d36e..cdc0eb62 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11910,8 +11910,9 @@ } }, "node_modules/ip": { - "version": "2.0.0", - "license": "MIT" + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/ip/-/ip-2.0.1.tgz", + "integrity": "sha512-lJUL9imLTNi1ZfXT+DU6rBBdbiKGBuay9B6xGSPVjUeQwaH1RIGqef8RZkUtHioLmSNpPR5M4HVKJGm1j8FWVQ==" }, "node_modules/is-arrayish": { "version": "0.2.1", diff --git a/packages/vsce/CHANGELOG.md b/packages/vsce/CHANGELOG.md index 0c6a05fa..943eeecc 100644 --- a/packages/vsce/CHANGELOG.md +++ b/packages/vsce/CHANGELOG.md @@ -5,6 +5,7 @@ All notable changes to the "cics-extension-for-zowe" extension will be documente ## Recent Changes - BugFix: Fixed icons not displaying.[#112](https://github.com/zowe/cics-for-zowe-client/issues/112) +- BugFix: Updated dependencies for technical currency ## `2.3.3`