Merge pull request #38696 from nextcloud/dependabot/npm_and_yarn/tslib-2.5.3

This commit is contained in:
dependabot[bot] 2023-06-08 10:08:17 +00:00 committed by GitHub
commit ab3fed84cc
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

@ -146,7 +146,7 @@
"tar": "^6.1.15",
"ts-loader": "^9.4.2",
"ts-node": "^10.9.1",
"tslib": "^2.4.1",
"tslib": "^2.5.3",
"typescript": "^4.9.3",
"vue-loader": "^15.9.8",
"vue-template-compiler": "^2.7.14",
@ -22310,8 +22310,9 @@
}
},
"node_modules/tslib": {
"version": "2.5.0",
"license": "0BSD"
"version": "2.5.3",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.3.tgz",
"integrity": "sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w=="
},
"node_modules/tsutils": {
"version": "3.21.0",
@ -38870,7 +38871,9 @@
}
},
"tslib": {
"version": "2.5.0"
"version": "2.5.3",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.3.tgz",
"integrity": "sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w=="
},
"tsutils": {
"version": "3.21.0",

View file

@ -171,7 +171,7 @@
"tar": "^6.1.15",
"ts-loader": "^9.4.2",
"ts-node": "^10.9.1",
"tslib": "^2.4.1",
"tslib": "^2.5.3",
"typescript": "^4.9.3",
"vue-loader": "^15.9.8",
"vue-template-compiler": "^2.7.14",