Merge pull request #38372 from nextcloud/dependabot/npm_and_yarn/tar-6.1.15

This commit is contained in:
dependabot[bot] 2023-05-20 03:54:51 +00:00 committed by GitHub
commit 428366cc7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 5 deletions

11
package-lock.json generated
View file

@ -143,7 +143,7 @@
"sass-loader": "^13.2.2",
"sinon": "<= 5.0.7",
"style-loader": "^3.3.1",
"tar": "^6.1.14",
"tar": "^6.1.15",
"ts-loader": "^9.4.2",
"ts-node": "^10.9.1",
"tslib": "^2.4.1",
@ -21292,9 +21292,10 @@
}
},
"node_modules/tar": {
"version": "6.1.14",
"version": "6.1.15",
"resolved": "https://registry.npmjs.org/tar/-/tar-6.1.15.tgz",
"integrity": "sha512-/zKt9UyngnxIT/EAGYuxaMYgOIJiP81ab9ZfkILq4oNLPFX50qyYmu7jRj9qeXoxmJHjGlbH0+cm2uy1WCs10A==",
"dev": true,
"license": "ISC",
"dependencies": {
"chownr": "^2.0.0",
"fs-minipass": "^2.0.0",
@ -37750,7 +37751,9 @@
"version": "2.2.1"
},
"tar": {
"version": "6.1.14",
"version": "6.1.15",
"resolved": "https://registry.npmjs.org/tar/-/tar-6.1.15.tgz",
"integrity": "sha512-/zKt9UyngnxIT/EAGYuxaMYgOIJiP81ab9ZfkILq4oNLPFX50qyYmu7jRj9qeXoxmJHjGlbH0+cm2uy1WCs10A==",
"dev": true,
"requires": {
"chownr": "^2.0.0",

View file

@ -168,7 +168,7 @@
"sass-loader": "^13.2.2",
"sinon": "<= 5.0.7",
"style-loader": "^3.3.1",
"tar": "^6.1.14",
"tar": "^6.1.15",
"ts-loader": "^9.4.2",
"ts-node": "^10.9.1",
"tslib": "^2.4.1",