Merge pull request #58780 from nextcloud/dependabot/npm_and_yarn/stable32/tar-7.5.10

[stable32] chore(deps-dev): Bump tar from 7.5.9 to 7.5.10
This commit is contained in:
github-actions[bot] 2026-03-07 07:56:24 +00:00 committed by GitHub
commit 711e030b31
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.9",
"tar": "^7.5.10",
"ts-node": "^10.9.2",
"tslib": "^2.8.1",
"typescript": "^5.9.3",
@ -25082,9 +25082,9 @@
}
},
"node_modules/tar": {
"version": "7.5.9",
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.9.tgz",
"integrity": "sha512-BTLcK0xsDh2+PUe9F6c2TlRp4zOOBMTkoQHQIWSIzI0R7KG46uEwq4OPk2W7bZcprBMsuaeFsqwYr7pjh6CuHg==",
"version": "7.5.10",
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.10.tgz",
"integrity": "sha512-8mOPs1//5q/rlkNSPcCegA6hiHJYDmSLEI8aMH/CdSQJNWztHC9WHNam5zdQlfpTwB9Xp7IBEsHfV5LKMJGVAw==",
"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.9",
"tar": "^7.5.10",
"ts-node": "^10.9.2",
"tslib": "^2.8.1",
"typescript": "^5.9.3",