From 562618c04bee31a0b20e8670fbd74f6644847b2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 15:25:22 +0000 Subject: [PATCH] chore(deps-dev): bump tar in /src/microsoft-trydotnet-styles Bumps [tar](https://github.com/isaacs/node-tar) from 7.5.16 to 7.5.19. - [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.5.16...v7.5.19) --- updated-dependencies: - dependency-name: tar dependency-version: 7.5.19 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/microsoft-trydotnet-styles/package-lock.json | 8 ++++---- src/microsoft-trydotnet-styles/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/microsoft-trydotnet-styles/package-lock.json b/src/microsoft-trydotnet-styles/package-lock.json index f695156ab..cb8ca6aa1 100644 --- a/src/microsoft-trydotnet-styles/package-lock.json +++ b/src/microsoft-trydotnet-styles/package-lock.json @@ -14,7 +14,7 @@ "lodash": "4.18.1", "mkdirp": "3.0.1", "sass": "^1.99.0", - "tar": "^7.5.16" + "tar": "^7.5.19" } }, "node_modules/@isaacs/fs-minipass": { @@ -527,9 +527,9 @@ } }, "node_modules/tar": { - "version": "7.5.16", - "resolved": "https://registry.npmjs.org/tar/-/tar-7.5.16.tgz", - "integrity": "sha512-56adEpPMouktRlBLXiaYFFzZ/3+JXa8P9n7WbR+ibIjtviN55mEaOkiysCnPnWm+7kkui1Dn8J9l+g6zV8731w==", + "version": "7.5.19", + "resolved": "https://registry.npmjs.org/tar/-/tar-7.5.19.tgz", + "integrity": "sha512-4LeEWl96twnS2Q7Bz4MGqgazLqO+hJN63GZxXoIqh1T3VweYD997gbU1ItNsQafqqXTXd5WFyFdReLtwvRBNiw==", "dev": true, "license": "BlueOak-1.0.0", "dependencies": { diff --git a/src/microsoft-trydotnet-styles/package.json b/src/microsoft-trydotnet-styles/package.json index 1e250d511..0a082c2d8 100644 --- a/src/microsoft-trydotnet-styles/package.json +++ b/src/microsoft-trydotnet-styles/package.json @@ -21,6 +21,6 @@ "lodash": "4.18.1", "mkdirp": "3.0.1", "sass": "^1.99.0", - "tar": "^7.5.16" + "tar": "^7.5.19" } }