Merge pull request #801 from shocknet/dependabot/npm_and_yarn/tar-fs-2.1.2

Bump tar-fs from 2.1.1 to 2.1.2
This commit is contained in:
Justin (shocknet) 2025-05-15 11:26:11 -04:00 committed by GitHub
commit e04e883885
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

7
package-lock.json generated
View file

@ -5632,9 +5632,10 @@
}
},
"node_modules/tar-fs": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.1.tgz",
"integrity": "sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng==",
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.2.tgz",
"integrity": "sha512-EsaAXwxmx8UB7FRKqeozqEPop69DXcmYwTQwXvyAPF352HJsPdkVhvTaDPYqfNgruveJIJy3TA2l+2zj8LJIJA==",
"license": "MIT",
"dependencies": {
"chownr": "^1.1.1",
"mkdirp-classic": "^0.5.2",