Merge pull request #3933 from balena-io/renovate/tslib-2.x

Update dependency tslib to 2.4.1
This commit is contained in:
Balena CI 2022-12-12 12:57:52 -05:00 committed by GitHub
commit e8dc6579fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -16451,9 +16451,9 @@
"dev": true "dev": true
}, },
"tslib": { "tslib": {
"version": "2.0.0", "version": "2.4.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.0.tgz", "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz",
"integrity": "sha512-lTqkx847PI7xEDYJntxZH89L2/aXInsyF2luSafe/+0fHOMjlBNXdH6th7f70qxLDhul7KZK0zC8V5ZIyHl0/g==", "integrity": "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==",
"dev": true "dev": true
}, },
"tslint": { "tslint": {

View File

@ -112,7 +112,7 @@
"terser-webpack-plugin": "5.3.6", "terser-webpack-plugin": "5.3.6",
"ts-loader": "8.4.0", "ts-loader": "8.4.0",
"ts-node": "9.1.1", "ts-node": "9.1.1",
"tslib": "2.0.0", "tslib": "2.4.1",
"typescript": "4.4.4", "typescript": "4.4.4",
"url-loader": "4.1.1", "url-loader": "4.1.1",
"uuid": "8.1.0", "uuid": "8.1.0",