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

Update vulnerable tsub dep #641

Merged
merged 2 commits into from
Oct 25, 2022
Merged
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
5 changes: 5 additions & 0 deletions .changeset/slimy-tomatoes-joke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@segment/analytics-next': patch
---

Update tsub dependency
2 changes: 1 addition & 1 deletion packages/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@segment/analytics-core": "1.1.0",
"@segment/analytics.js-video-plugins": "^0.2.1",
"@segment/facade": "^3.4.9",
"@segment/tsub": "^0.1.12",
"@segment/tsub": "^0.2.0",
"dset": "^3.1.2",
"js-cookie": "3.0.1",
"node-fetch": "^2.6.7",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1769,7 +1769,7 @@ __metadata:
"@segment/analytics.js-video-plugins": ^0.2.1
"@segment/facade": ^3.4.9
"@segment/inspector-webext": ^2.0.3
"@segment/tsub": ^0.1.12
"@segment/tsub": ^0.2.0
"@size-limit/preset-big-lib": ^7.0.8
"@types/flat": ^5.0.1
"@types/fs-extra": ^9.0.2
Expand Down Expand Up @@ -1920,17 +1920,17 @@ __metadata:
languageName: node
linkType: hard

"@segment/tsub@npm:^0.1.12":
version: 0.1.12
resolution: "@segment/tsub@npm:0.1.12"
"@segment/tsub@npm:^0.2.0":
version: 0.2.0
resolution: "@segment/tsub@npm:0.2.0"
dependencies:
"@stdlib/math-base-special-ldexp": ^0.0.5
dlv: ^1.1.3
dset: ^3.1.1
tiny-hashes: ^1.0.1
bin:
tsub: dist/index.js
checksum: 2bddf7b49c8cce94d22b642719be9cfee1641e953b73acb5a260722a5aef15691757c75a8b869669f2b37acbab8b9ecc3b32b88d0c668aa1e533f998a5ff3a3c
checksum: 869fbe797441f349a466a13e4641e1245d8fe2e6260521e34af6bbac25000740986bbf75799f5447863fdb800c00a2b9781920170789c8bf78394d33f41969db
languageName: node
linkType: hard

Expand Down