From 6136d0492946eb3693fea0b6c431293bbbcd8591 Mon Sep 17 00:00:00 2001 From: "Andrew W. Harn" Date: Tue, 19 Mar 2024 15:48:03 -0400 Subject: [PATCH 1/3] Update dependencies Signed-off-by: Andrew W. Harn --- CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 12 ++++++------ 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3034d1e..1b75dcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to the IBM® Db2® Plug-in for Zowe CLI will be documented in this file. +## Recent Changes +- BugFix: Update follow-redirects transitive dependency to resolve technical debt [](https://github.com/zowe/zowe-cli-db2-plugin/pull/) + + ## `6.0.0-next.202403062029` - BugFix: Updated plug-in to exit code 1 if it encounters an error when issuing commands to Db2 [#144](https://github.com/zowe/zowe-cli-db2-plugin/pull/144) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 6883322..bde09ac 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -4978,9 +4978,9 @@ "dev": true }, "node_modules/follow-redirects": { - "version": "1.15.5", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.5.tgz", - "integrity": "sha512-vSFWUON1B+yAw1VN4xMfxgn5fTUiaOzAJCKBwIIgT/+7CuGy9+r+5gITvP62j3RmaD5Ph65UaERdOSRGUzZtgw==", + "version": "1.15.6", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.6.tgz", + "integrity": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==", "funding": [ { "type": "individual", @@ -14028,9 +14028,9 @@ "dev": true }, "follow-redirects": { - "version": "1.15.5", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.5.tgz", - "integrity": "sha512-vSFWUON1B+yAw1VN4xMfxgn5fTUiaOzAJCKBwIIgT/+7CuGy9+r+5gITvP62j3RmaD5Ph65UaERdOSRGUzZtgw==" + "version": "1.15.6", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.6.tgz", + "integrity": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==" }, "foreground-child": { "version": "3.1.1", From 51703764f7f7351e16b60d8115e7a745e88887d6 Mon Sep 17 00:00:00 2001 From: "Andrew W. Harn" Date: Tue, 19 Mar 2024 15:52:58 -0400 Subject: [PATCH 2/3] Update changelog Signed-off-by: Andrew W. Harn --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b75dcc..e636783 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to the IBM® Db2® Plug-in for Zowe CLI will be documented in this file. ## Recent Changes -- BugFix: Update follow-redirects transitive dependency to resolve technical debt [](https://github.com/zowe/zowe-cli-db2-plugin/pull/) +- BugFix: Update follow-redirects transitive dependency to resolve technical debt [#148](https://github.com/zowe/zowe-cli-db2-plugin/pull/148) ## `6.0.0-next.202403062029` From 4b9459f3c59816fd647871736ff5a90c61746f9f Mon Sep 17 00:00:00 2001 From: "Andrew W. Harn" Date: Tue, 19 Mar 2024 16:10:09 -0400 Subject: [PATCH 3/3] Update changelog Signed-off-by: Andrew W. Harn --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e636783..182fa29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,8 @@ All notable changes to the IBM® Db2® Plug-in for Zowe CLI will be documented in this file. ## Recent Changes -- BugFix: Update follow-redirects transitive dependency to resolve technical debt [#148](https://github.com/zowe/zowe-cli-db2-plugin/pull/148) +- BugFix: Updated follow-redirects transitive dependency to resolve technical debt. [#148](https://github.com/zowe/zowe-cli-db2-plugin/pull/148) ## `6.0.0-next.202403062029` @@ -13,11 +13,11 @@ All notable changes to the IBM® Db2® Plug-in for Zowe CLI will be documented i ## `5.0.6` -- BugFix: Update follow-redirects transitive dependency to resolve technical debt [#139](https://github.com/zowe/zowe-cli-db2-plugin/pull/139) +- BugFix: Updated follow-redirects transitive dependency to resolve technical debt. [#139](https://github.com/zowe/zowe-cli-db2-plugin/pull/139) ## `5.0.5` -- BugFix: Add missing npm-shrinkwrap +- BugFix: Added missing npm-shrinkwrap. ## `5.0.4`