chore(deps-dev): Bump tar from 7.5.13 to 7.5.15

Bumps [tar](https://github.com/isaacs/node-tar) from 7.5.13 to 7.5.15.
- [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.13...v7.5.15)

---
updated-dependencies:
- dependency-name: tar
  dependency-version: 7.5.15
  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-05-15 09:49:00 +00:00 committed by GitHub
parent 74e4bf4ed9
commit ff1bbc4e4b
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

@ -144,7 +144,7 @@
"sinon": "<= 5.0.7",
"stylelint": "^16.26.1",
"stylelint-use-logical": "^2.1.3",
"tar": "^7.5.13",
"tar": "^7.5.15",
"ts-node": "^10.9.2",
"tslib": "^2.8.1",
"typescript": "^5.9.3",
@ -25772,9 +25772,9 @@
}
},
"node_modules/tar": {
"version": "7.5.13",
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.13.tgz",
"integrity": "sha512-tOG/7GyXpFevhXVh8jOPJrmtRpOTsYqUIkVdVooZYJS/z8WhfQUX8RJILmeuJNinGAMSu1veBr4asSHFt5/hng==",
"version": "7.5.15",
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.15.tgz",
"integrity": "sha512-dzGK0boVlC4W5QFuQN1EFSl3bIDYsk7Tj40U6eIBnK2k/8ml7TZ5agbI5j5+qnoVcAA+rNtBml8SEiLxZpNqRQ==",
"dev": true,
"dependencies": {
"@isaacs/fs-minipass": "^4.0.0",

View file

@ -173,7 +173,7 @@
"sinon": "<= 5.0.7",
"stylelint": "^16.26.1",
"stylelint-use-logical": "^2.1.3",
"tar": "^7.5.13",
"tar": "^7.5.15",
"ts-node": "^10.9.2",
"tslib": "^2.8.1",
"typescript": "^5.9.3",