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

fix(deps): update dependency @segment/analytics-node to v2 #2716

Closed
wants to merge 1 commit into from
Closed
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 projects/optic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@httptoolkit/httpolyglot": "^2.0.1",
"@jsdevtools/ono": "^7.1.3",
"@octokit/rest": "^19.0.0",
"@segment/analytics-node": "^1.1.3",
"@segment/analytics-node": "^2.0.0",
"@sentry/node": "^7.74.0",
"@sinclair/typebox": "0.31.28",
"@stoplight/spectral-core": "^1.8.1",
Expand Down
18 changes: 13 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2696,17 +2696,18 @@ __metadata:
languageName: node
linkType: hard

"@segment/analytics-node@npm:^1.1.3":
version: 1.3.0
resolution: "@segment/analytics-node@npm:1.3.0"
"@segment/analytics-node@npm:^2.0.0":
version: 2.0.0
resolution: "@segment/analytics-node@npm:2.0.0"
dependencies:
"@lukeed/uuid": "npm:^2.0.0"
"@segment/analytics-core": "npm:1.4.1"
"@segment/analytics-generic-utils": "npm:1.1.1"
buffer: "npm:^6.0.3"
jose: "npm:^5.1.0"
node-fetch: "npm:^2.6.7"
tslib: "npm:^2.4.1"
checksum: 10c0/df7ad553274f2868b42b80a0fdc30c515da9c5ed2305dcb0215519d69925b205e4a378cac4fb314850ab0a9179d87d610d2afa74961c76862d003da3f5852fdc
checksum: 10c0/567eb02268498283bc8653d045008505bca5a6a90b90ceef00f3342c2a1509d7bdf472977c6f57555a1c8cef5f00a23f0aade0376a98d8ddc8c05616c445d0dc
languageName: node
linkType: hard

Expand Down Expand Up @@ -3784,7 +3785,7 @@ __metadata:
"@httptoolkit/httpolyglot": "npm:^2.0.1"
"@jsdevtools/ono": "npm:^7.1.3"
"@octokit/rest": "npm:^19.0.0"
"@segment/analytics-node": "npm:^1.1.3"
"@segment/analytics-node": "npm:^2.0.0"
"@sentry/node": "npm:^7.74.0"
"@sinclair/typebox": "npm:0.31.28"
"@stoplight/spectral-core": "npm:^1.8.1"
Expand Down Expand Up @@ -8129,6 +8130,13 @@ __metadata:
languageName: node
linkType: hard

"jose@npm:^5.1.0":
version: 5.2.1
resolution: "jose@npm:5.2.1"
checksum: 10c0/76044e4cba28a4326c9fd8ba8bd1c1d99624d4dad4a20238b3fe44e2227d301ca7cb049d3ad3bb481b61a77c929c814ab59bafafbbe2b1d901d4007411a1d97a
languageName: node
linkType: hard

"js-tokens@npm:^4.0.0":
version: 4.0.0
resolution: "js-tokens@npm:4.0.0"
Expand Down