From 2816f3e2f27a723be777cea5dad0312f69d4541f Mon Sep 17 00:00:00 2001 From: Guillem Barba Date: Tue, 27 Jun 2023 22:40:29 +0200 Subject: [PATCH] [Snyk] Upgrade tar from 6.1.13 to 6.1.15 (#2542) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade tar from 6.1.13 to 6.1.15.

:information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
- The recommended version is **2 versions** ahead of your current version. - The recommended version was released **a month ago**, on 2023-05-17.
Release notes
Package name: tar from tar GitHub release notes
Commit messages
Package name: tar
  • 3302cf7 6.1.15
  • 4501bdb Normalize unicode internally using NFD
  • 24efc74 remove parallelism causing test/pack.js to be flaky
  • 8cd8139 move mutateFS reset out of t.teardown
  • 4aaffc8 6.1.14
  • 4cbdd67 deps: minipass@5.0.0
  • 75d3081 fix: update repository url in package.json
  • 82bb328 chore: postinstall for dependabot template-oss PR
  • 5f31636 chore: bump @ npmcli/template-oss from 4.10.0 to 4.11.0
Compare

**Note:** *You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.* For more information: 🧐 [View latest project report](https://app.snyk.io/org/manuelfidalgo/project/1e476a2c-f968-4574-8a48-a93a0982eecc?utm_source=github&utm_medium=referral&page=upgrade-pr) 🛠 [Adjust upgrade PR settings](https://app.snyk.io/org/manuelfidalgo/project/1e476a2c-f968-4574-8a48-a93a0982eecc/settings/integration?utm_source=github&utm_medium=referral&page=upgrade-pr) 🔕 [Ignore this dependency or unsubscribe from future upgrade PRs](https://app.snyk.io/org/manuelfidalgo/project/1e476a2c-f968-4574-8a48-a93a0982eecc/settings/integration?pkg=tar&utm_source=github&utm_medium=referral&page=upgrade-pr#auto-dep-upgrades) Co-authored-by: snyk-bot --- packages/botonic-pulumi/package-lock.json | 14 +++++++------- packages/botonic-pulumi/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/botonic-pulumi/package-lock.json b/packages/botonic-pulumi/package-lock.json index 6ce9dbcb70..bb8a549654 100644 --- a/packages/botonic-pulumi/package-lock.json +++ b/packages/botonic-pulumi/package-lock.json @@ -2816,9 +2816,9 @@ "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==" }, "minipass": { - "version": "4.2.8", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-4.2.8.tgz", - "integrity": "sha512-fNzuVyifolSLFL4NzpF+wEF4qrgqaaKX0haXPQEdQ7NKAN+WecoKMHV09YcuL/DHxrUsYQOK3MiuDf7Ip2OXfQ==" + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz", + "integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==" }, "minizlib": { "version": "2.1.2", @@ -3442,13 +3442,13 @@ "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==" }, "tar": { - "version": "6.1.13", - "resolved": "https://registry.npmjs.org/tar/-/tar-6.1.13.tgz", - "integrity": "sha512-jdIBIN6LTIe2jqzay/2vtYLlBHa3JF42ot3h1dW8Q0PaAG4v8rm0cvpVePtau5C6OKXGGcgO9q2AMNSWxiLqKw==", + "version": "6.1.15", + "resolved": "https://registry.npmjs.org/tar/-/tar-6.1.15.tgz", + "integrity": "sha512-/zKt9UyngnxIT/EAGYuxaMYgOIJiP81ab9ZfkILq4oNLPFX50qyYmu7jRj9qeXoxmJHjGlbH0+cm2uy1WCs10A==", "requires": { "chownr": "^2.0.0", "fs-minipass": "^2.0.0", - "minipass": "^4.0.0", + "minipass": "^5.0.0", "minizlib": "^2.1.1", "mkdirp": "^1.0.3", "yallist": "^4.0.0" diff --git a/packages/botonic-pulumi/package.json b/packages/botonic-pulumi/package.json index 199d76d089..a10c869cb5 100644 --- a/packages/botonic-pulumi/package.json +++ b/packages/botonic-pulumi/package.json @@ -35,7 +35,7 @@ "download": "^8.0.0", "mime": "^2.6.0", "semver": "^7.5.0", - "tar": "^6.1.13" + "tar": "^6.1.15" }, "main": "./lib/index.js" }