From dbf4d1c7f01d702f850b94f39d8ed2bec9dbed62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 13:40:37 -0600 Subject: [PATCH] Bump tap from 16.3.4 to 16.3.8 (#577) * Bump tap from 16.3.4 to 16.3.8 Bumps [tap](https://github.com/tapjs/node-tap) from 16.3.4 to 16.3.8. - [Release notes](https://github.com/tapjs/node-tap/releases) - [Commits](https://github.com/tapjs/node-tap/compare/v16.3.4...v16.3.8) --- updated-dependencies: - dependency-name: tap dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Update changelog Signed-off-by: dependabot[bot] --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] --- CHANGELOG.md | 1 + yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5999253ac..5b91212e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Bumps `prettier` from 2.8.8 to 3.0.1 - Bumps `eslint-plugin-prettier` from 4.0.0 to 5.0.0 - Bumps `node-fetch` from 3.3.1 to 3.3.2 +- Bumps `tap` from 16.3.4 to 16.3.8 ### Changed - Make handling of long numerals an option that is disabled by default ([#557](https://github.com/opensearch-project/opensearch-js/pull/557)) ### Deprecated diff --git a/yarn.lock b/yarn.lock index 155b53f4c..7bbf0b617 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3489,9 +3489,9 @@ tap-yaml@^1.0.0, tap-yaml@^1.0.2: yaml "^1.10.2" tap@^16.3.0: - version "16.3.4" - resolved "https://registry.yarnpkg.com/tap/-/tap-16.3.4.tgz#4dc740a9dcbfa2d890fb2b647720f29980289179" - integrity sha512-SAexdt2ZF4XBgye6TPucFI2y7VE0qeFXlXucJIV1XDPCs+iJodk0MYacr1zR6Ycltzz7PYg8zrblDXKbAZM2LQ== + version "16.3.8" + resolved "https://registry.yarnpkg.com/tap/-/tap-16.3.8.tgz#458401da130ec3ddd75dbc7e25410aa40df1a180" + integrity sha512-ARpCLtOFST37MholnZm7JMFikGq0x/T9uBdZH83iuddPNgwDTZQiD8+4x7VABUfVWS0ozKUkmHZ5OOzMI3fLPg== dependencies: "@isaacs/import-jsx" "^4.0.1" "@types/react" "^17.0.52"