Skip to content

Commit

Permalink
fix: upgrade tslib from 2.3.1 to 2.8.1
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade tslib from 2.3.1 to 2.8.1.

See this package in yarn:
tslib

See this project in Snyk:
https://app.snyk.io/org/nexuscompute/project/666b7116-91cc-4d21-8305-7131175953ad?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Dec 12, 2024
1 parent 2f5fd41 commit 39996b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/zone.js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"fesm2015": "./fesm2015/zone.js",
"typings": "./zone.d.ts",
"dependencies": {
"tslib": "^2.3.0"
"tslib": "^2.8.1"
},
"devDependencies": {
"@externs/nodejs": "^1.5.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/zone.js/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3954,10 +3954,10 @@ tr46@^2.1.0:
dependencies:
punycode "^2.1.1"

tslib@^2.3.0:
version "2.3.1"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==
tslib@^2.8.1:
version "2.8.1"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f"
integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==

type-check@~0.3.2:
version "0.3.2"
Expand Down

0 comments on commit 39996b2

Please sign in to comment.