From f5e7716d3d566abc7a9c5ec55b55fb1a2d75c33d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 29 Apr 2021 19:23:07 +0000 Subject: [PATCH] chore(release): 5.4.2 release notes [skip ci] ## [5.4.2](https://github.com/IBM/go-sdk-core/compare/v5.4.1...v5.4.2) (2021-04-29) ### Bug Fixes * switch to a fork of the original JWT package ([#114](https://github.com/IBM/go-sdk-core/issues/114)) ([18d04ad](https://github.com/IBM/go-sdk-core/commit/18d04ad2f6e4fa32386898c39a4580eb4bca7910)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 14 +++++++------- 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01d754f..eb40147 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.4.2](https://github.com/IBM/go-sdk-core/compare/v5.4.1...v5.4.2) (2021-04-29) + + +### Bug Fixes + +* switch to a fork of the original JWT package ([#114](https://github.com/IBM/go-sdk-core/issues/114)) ([18d04ad](https://github.com/IBM/go-sdk-core/commit/18d04ad2f6e4fa32386898c39a4580eb4bca7910)) + ## [5.4.1](https://github.com/IBM/go-sdk-core/compare/v5.4.0...v5.4.1) (2021-04-27) diff --git a/package-lock.json b/package-lock.json index da0885f..16e2da1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -91,9 +91,9 @@ } }, "@octokit/openapi-types": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-6.1.1.tgz", - "integrity": "sha512-ICBhnEb+ahi/TTdNuYb/kTyKVBgAM0VD4k6JPzlhJyzt3Z+Tq/bynwCD+gpkJP7AEcNnzC8YO5R39trmzEo2UA==" + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-6.2.1.tgz", + "integrity": "sha512-rSyuVb2zVwEbWpl1FJzVziyDfvEhNcvIsp6QxmEJkpiFuPfcZ4LwXz2/fhVdVC8Xy7BCugUQr7/ISdhYwgs3zQ==" }, "@octokit/plugin-paginate-rest": { "version": "2.13.3", @@ -152,11 +152,11 @@ } }, "@octokit/types": { - "version": "6.13.2", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.13.2.tgz", - "integrity": "sha512-jN5LImYHvv7W6SZargq1UMJ3EiaqIz5qkpfsv4GAb4b16SGqctxtOU2TQAZxvsKHkOw2A4zxdsi5wR9en1/ezQ==", + "version": "6.14.1", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.14.1.tgz", + "integrity": "sha512-RDzkeFPaT2TgZcNtB2s1HtaMmtOrvXsc5VsAdpzApNkTwNN7Jk76RRCzGYhjm+hQ/HHuQXZkxUDWhJlt2QAyKQ==", "requires": { - "@octokit/openapi-types": "^6.1.1" + "@octokit/openapi-types": "^6.2.1" } }, "@semantic-release/changelog": {