build(deps-dev): bump tar from 7.5.2 to 7.5.3

Bumps [tar](https://github.com/isaacs/node-tar) from 7.5.2 to 7.5.3.
- [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.2...v7.5.3)

---
updated-dependencies:
- dependency-name: tar
  dependency-version: 7.5.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-01-17 02:51:57 +00:00 committed by GitHub
parent 8bbd705fae
commit 26112325c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -145,7 +145,7 @@
"sinon": "<= 5.0.7",
"stylelint": "^16.26.1",
"stylelint-use-logical": "^2.1.2",
"tar": "^7.5.2",
"tar": "^7.5.3",
"ts-node": "^10.9.2",
"tslib": "^2.8.1",
"typescript": "^5.9.3",
@ -24680,9 +24680,9 @@
}
},
"node_modules/tar": {
"version": "7.5.2",
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.2.tgz",
"integrity": "sha512-7NyxrTE4Anh8km8iEy7o0QYPs+0JKBTj5ZaqHg6B39erLg0qYXN3BijtShwbsNSvQ+LN75+KV+C4QR/f6Gwnpg==",
"version": "7.5.3",
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.3.tgz",
"integrity": "sha512-ENg5JUHUm2rDD7IvKNFGzyElLXNjachNLp6RaGf4+JOgxXHkqA+gq81ZAMCUmtMtqBsoU62lcp6S27g1LCYGGQ==",
"dev": true,
"dependencies": {
"@isaacs/fs-minipass": "^4.0.0",

View file

@ -174,7 +174,7 @@
"sinon": "<= 5.0.7",
"stylelint": "^16.26.1",
"stylelint-use-logical": "^2.1.2",
"tar": "^7.5.2",
"tar": "^7.5.3",
"ts-node": "^10.9.2",
"tslib": "^2.8.1",
"typescript": "^5.9.3",