From c984b6a3877c93428ff9de86262181df2eb027be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 10:48:03 +0200 Subject: [PATCH] Bump @types/tar-fs from 2.0.1 to 2.0.2 in /js (#23189) Bumps [@types/tar-fs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/tar-fs) from 2.0.1 to 2.0.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/tar-fs) --- updated-dependencies: - dependency-name: "@types/tar-fs" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- js/apps/keycloak-server/package.json | 2 +- js/pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/js/apps/keycloak-server/package.json b/js/apps/keycloak-server/package.json index 932ae7fc8b..0abde44618 100644 --- a/js/apps/keycloak-server/package.json +++ b/js/apps/keycloak-server/package.json @@ -17,7 +17,7 @@ "@keycloak/keycloak-admin-client": "workspace:*", "@octokit/rest": "^20.0.1", "@types/gunzip-maybe": "^1.4.0", - "@types/tar-fs": "^2.0.1", + "@types/tar-fs": "^2.0.2", "gunzip-maybe": "^1.4.2", "tar-fs": "^3.0.4" } diff --git a/js/pnpm-lock.yaml b/js/pnpm-lock.yaml index 1ad52aa276..46e2f616c8 100644 --- a/js/pnpm-lock.yaml +++ b/js/pnpm-lock.yaml @@ -299,8 +299,8 @@ importers: specifier: ^1.4.0 version: 1.4.0 '@types/tar-fs': - specifier: ^2.0.1 - version: 2.0.1 + specifier: ^2.0.2 + version: 2.0.2 gunzip-maybe: specifier: ^1.4.2 version: 1.4.2 @@ -1907,10 +1907,10 @@ packages: resolution: {integrity: sha512-JYM8x9EGF163bEyhdJBpR2QX1R5naCJHC8ucJylJ3w9/CVBaskdQ8WqBf8MmQrd1kRvp/a4TS8HJ+bxzR7ZJYQ==} dev: true - /@types/tar-fs@2.0.1: - resolution: {integrity: sha512-qlsQyIY9sN7p221xHuXKNoMfUenOcvEBN4zI8dGsYbYCqHtTarXOEXSIgUnK+GcR0fZDse6pAIc5pIrCh9NefQ==} + /@types/tar-fs@2.0.2: + resolution: {integrity: sha512-XuZRAvdo7FbDfgQCNkc8NOdSae5XtG+of2mTSgJ85G4OG0miN4E8BTGT+JBTLO87RQ7iCwsIDCqCsHnf2IaSXA==} dependencies: - '@types/node': 20.5.9 + '@types/node': 20.6.0 '@types/tar-stream': 2.2.2 dev: false