Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump tslib from 2.6.3 to 2.8.1 in /modules/web #114

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"sockjs-client": "1.6.1",
"strip-ansi": "7.1.0",
"systemjs": "6.15.1",
"tslib": "2.6.3",
"tslib": "2.8.1",
"web-animations-js": "2.3.2",
"xterm": "5.3.0",
"xterm-addon-fit": "0.8.0",
Expand Down
29 changes: 13 additions & 16 deletions modules/web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14387,7 +14387,7 @@ __metadata:
ts-jest: 29.2.5
ts-loader: 9.5.1
ts-node: 10.9.2
tslib: 2.6.3
tslib: 2.8.1
typescript: 5.5.4
wait-on: 7.2.0
web-animations-js: 2.3.2
Expand Down Expand Up @@ -15091,18 +15091,8 @@ __metadata:
checksum: 0917ff4041fa8e2f2fda5425a955fe16ca411591fbd123c0d722fcf02b73971ed6f764d85f0a6f547ce49ee0221ce2c19a5fa692157931cecb422984f1dcd13a
languageName: node
linkType: hard

"micromatch@npm:^4.0.0, micromatch@npm:^4.0.2, micromatch@npm:^4.0.4, micromatch@npm:^4.0.7, micromatch@npm:~4.0.7":
version: 4.0.8
resolution: "micromatch@npm:4.0.8"
dependencies:
braces: ^3.0.3
picomatch: ^2.3.1
checksum: 79920eb634e6f400b464a954fcfa589c4e7c7143209488e44baf627f9affc8b1e306f41f4f0deedde97e69cb725920879462d3e750ab3bd3c1aed675bb3a8966
languageName: node
linkType: hard

"micromatch@npm:~4.0.8":
"micromatch@npm:^4.0.0, micromatch@npm:^4.0.2, micromatch@npm:^4.0.4, micromatch@npm:^4.0.7, micromatch@npm:~4.0.8":
version: 4.0.8
resolution: "micromatch@npm:4.0.8"
dependencies:
Expand Down Expand Up @@ -19230,10 +19220,10 @@ __metadata:
languageName: node
linkType: hard

"tslib@npm:2.6.3, tslib@npm:^2.6.3":
version: 2.6.3
resolution: "tslib@npm:2.6.3"
checksum: 74fce0e100f1ebd95b8995fbbd0e6c91bdd8f4c35c00d4da62e285a3363aaa534de40a80db30ecfd388ed7c313c42d930ee0eaf108e8114214b180eec3dbe6f5
"tslib@npm:2.8.1":
version: 2.8.1
resolution: "tslib@npm:2.8.1"
checksum: e4aba30e632b8c8902b47587fd13345e2827fa639e7c3121074d5ee0880723282411a8838f830b55100cbe4517672f84a2472667d355b81e8af165a55dc6203a
languageName: node
linkType: hard

Expand All @@ -19244,6 +19234,13 @@ __metadata:
languageName: node
linkType: hard

"tslib@npm:^2.6.3":
version: 2.6.3
resolution: "tslib@npm:2.6.3"
checksum: 74fce0e100f1ebd95b8995fbbd0e6c91bdd8f4c35c00d4da62e285a3363aaa534de40a80db30ecfd388ed7c313c42d930ee0eaf108e8114214b180eec3dbe6f5
languageName: node
linkType: hard

"tslib@npm:~2.4.0":
version: 2.4.1
resolution: "tslib@npm:2.4.1"
Expand Down
Loading