[Snyk] Upgrade tslib from 2.6.2 to 2.8.1 (#900)

fix: upgrade tslib from 2.6.2 to 2.8.1

Snyk has created this PR to upgrade tslib from 2.6.2 to 2.8.1.

See this package in npm:
tslib

See this project in Snyk:
https://app.snyk.io/org/origranot/project/f1a8fa02-02b0-4be1-bcc9-47683e972445?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
This commit is contained in:
orig
2024-12-01 10:56:39 +02:00
committed by GitHub
parent 398a9a22be
commit cab3f7ad4d
2 changed files with 13 additions and 5 deletions

16
package-lock.json generated
View File

@ -56,7 +56,7 @@
"react-dom": "^17.0.2",
"reflect-metadata": "^0.1.14",
"rxjs": "^7.8.0",
"tslib": "^2.3.0",
"tslib": "^2.8.1",
"ua-parser-js": "^1.0.38",
"zod": "^3.23.8"
},
@ -7311,6 +7311,13 @@
}
}
},
"node_modules/@nestjs/testing/node_modules/tslib": {
"version": "2.6.2",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
"dev": true,
"license": "0BSD"
},
"node_modules/@nestjs/throttler": {
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/@nestjs/throttler/-/throttler-4.2.1.tgz",
@ -27854,9 +27861,10 @@
}
},
"node_modules/tslib": {
"version": "2.6.2",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q=="
"version": "2.8.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
"license": "0BSD"
},
"node_modules/tsutils": {
"version": "3.21.0",

View File

@ -111,7 +111,7 @@
"react-dom": "^17.0.2",
"reflect-metadata": "^0.1.14",
"rxjs": "^7.8.0",
"tslib": "^2.3.0",
"tslib": "^2.8.1",
"ua-parser-js": "^1.0.38",
"zod": "^3.23.8"
}