From 0da233c3b206d71bda0504908a1fd429547de923 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 16:06:43 +0200 Subject: [PATCH] build(deps): bump tar from 7.4.0 to 7.4.1 (#1102) Bumps [tar](https://github.com/isaacs/node-tar) from 7.4.0 to 7.4.1. - [Release notes](https://github.com/isaacs/node-tar/releases) - [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/node-tar/compare/v7.4.0...v7.4.1) --- updated-dependencies: - dependency-name: tar 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> --- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index de800e56..75878c27 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "mongodb": "^6.8.0", "poolifier": "^4.1.0", "rambda": "^9.2.1", - "tar": "^7.4.0", + "tar": "^7.4.1", "winston": "^3.13.1", "winston-daily-rotate-file": "^5.0.0", "ws": "^8.18.0" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 63a60563..e9fc2b96 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -63,8 +63,8 @@ importers: specifier: ^9.2.1 version: 9.2.1 tar: - specifier: ^7.4.0 - version: 7.4.0 + specifier: ^7.4.1 + version: 7.4.1 winston: specifier: ^3.13.1 version: 3.13.1 @@ -5311,8 +5311,8 @@ packages: resolution: {integrity: sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==} engines: {node: '>=10'} - tar@7.4.0: - resolution: {integrity: sha512-XQs0S8fuAkQWuqhDeCdMlJXDX80D7EOVLDPVFkna9yQfzS+PHKgfxcei0jf6/+QAWcjqrnC8uM3fSAnrQl+XYg==} + tar@7.4.1: + resolution: {integrity: sha512-dDJzpQf7Nud96mCs3wtw+XUiWGpi9WHxytSusrg0lYlj/Kr11DnB5hfw5bNDQNzx52JJ2Vy+7l8AFivp6H7ETA==} engines: {node: '>=18'} tarn@3.0.2: @@ -11840,7 +11840,7 @@ snapshots: mkdirp: 1.0.4 yallist: 4.0.0 - tar@7.4.0: + tar@7.4.1: dependencies: '@isaacs/fs-minipass': 4.0.1 chownr: 3.0.0 -- 2.34.1