Skip to content
This repository was archived by the owner on Sep 3, 2022. It is now read-only.

Commit 7c85af7

Browse files
author
King Long Tse
authored
bumped analytics.js-integration version (#165)
1 parent 0dac670 commit 7c85af7

File tree

2 files changed

+8
-18
lines changed

2 files changed

+8
-18
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
},
6464
"devDependencies": {
6565
"@codeceptjs/mock-request": "^0.3.0",
66-
"@segment/analytics.js-integration": "^3.2.1",
66+
"@segment/analytics.js-integration": "^3.2.2",
6767
"@segment/eslint-config": "^4.0.0",
6868
"@types/express": "^4.17.6",
6969
"@types/lodash": "^4.14.155",

yarn.lock

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -65,16 +65,6 @@
6565
dependencies:
6666
"@hapi/hoek" "^9.0.0"
6767

68-
"@ndhoule/after@^1.0.0":
69-
version "1.0.0"
70-
resolved "https://registry.yarnpkg.com/@ndhoule/after/-/after-1.0.0.tgz#e6d86d121448247ac742ff3a61c63fae83ee1191"
71-
dependencies:
72-
"@ndhoule/arity" "^2.0.0"
73-
74-
"@ndhoule/arity@^2.0.0":
75-
version "2.0.0"
76-
resolved "https://registry.yarnpkg.com/@ndhoule/arity/-/arity-2.0.0.tgz#26bfa0b9755ced9aea819d4e6e7a93db27a5b658"
77-
7868
"@ndhoule/clone@^1.0.0":
7969
version "1.0.0"
8070
resolved "https://registry.yarnpkg.com/@ndhoule/clone/-/clone-1.0.0.tgz#0f68394a95008cf360370e101924564a70927afc"
@@ -215,11 +205,11 @@
215205
dependencies:
216206
any-observable "^0.3.0"
217207

218-
"@segment/analytics.js-integration@^3.2.1":
219-
version "3.3.0"
220-
resolved "https://registry.yarnpkg.com/@segment/analytics.js-integration/-/analytics.js-integration-3.3.0.tgz#a44eac133e0ba1a26dc7387adc59c84b0ab15178"
208+
"@segment/analytics.js-integration@^3.2.2":
209+
version "3.3.2"
210+
resolved "https://registry.yarnpkg.com/@segment/analytics.js-integration/-/analytics.js-integration-3.3.2.tgz#f8bc55f91f33c6fda5640418c0cf52b05300335c"
211+
integrity sha512-dBzWc7Yvlc2OGnKvrLW7I/6PVLeQXfBZ6fbah/yM9LxHOj4W2O+isQvTpcYFOsRVBMlNDLiBI1AUXlc0OnanEg==
221212
dependencies:
222-
"@ndhoule/after" "^1.0.0"
223213
"@ndhoule/clone" "^1.0.0"
224214
"@ndhoule/defaults" "^2.0.1"
225215
"@ndhoule/each" "^2.0.1"
@@ -234,7 +224,7 @@
234224
component-emitter "^1.2.0"
235225
debug "^2.2.0"
236226
domify "^1.4.0"
237-
extend "3.0.1"
227+
extend "^3.0.2"
238228
is "^3.1.0"
239229
load-iframe "^1.0.0"
240230
next-tick "^0.2.2"
@@ -2968,11 +2958,11 @@ extend-shallow@^3.0.0, extend-shallow@^3.0.2:
29682958
assign-symbols "^1.0.0"
29692959
is-extendable "^1.0.1"
29702960

2971-
extend@3, extend@3.0.1, extend@^3.0.0, extend@~3.0.1:
2961+
extend@3, extend@^3.0.0, extend@~3.0.1:
29722962
version "3.0.1"
29732963
resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.1.tgz#a755ea7bc1adfcc5a31ce7e762dbaadc5e636444"
29742964

2975-
[email protected], extend@~3.0.2:
2965+
[email protected], extend@^3.0.2, extend@~3.0.2:
29762966
version "3.0.2"
29772967
resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.2.tgz#f8b1136b4071fbd8eb140aff858b1019ec2915fa"
29782968
integrity sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==

0 commit comments

Comments
 (0)