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

Commit bfd0dd0

Browse files
Bump deps with low vulns (#202)
1 parent 7a065fb commit bfd0dd0

File tree

3 files changed

+19
-21
lines changed

3 files changed

+19
-21
lines changed

HISTORY.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 4.0.3 / 2020-09-11
2+
3+
- Bump `debug` to a version that fixed security vulnerabilities.
4+
15
# 4.0.2 / 2020-09-01
26

37
- Replace @ndhoule/foldl with Array.prototype.reduce

package.json

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@segment/analytics.js-core",
33
"author": "Segment <[email protected]>",
4-
"version": "4.0.1",
4+
"version": "4.0.3",
55
"description": "The hassle-free way to integrate analytics into any web application.",
66
"types": "lib/index.d.ts",
77
"keywords": [
@@ -50,7 +50,7 @@
5050
"component-querystring": "^2.0.0",
5151
"component-type": "^1.2.1",
5252
"component-url": "^0.2.1",
53-
"debug": "^0.7.4",
53+
"debug": "^2.6.9",
5454
"extend": "3.0.2",
5555
"inherits": "^2.0.1",
5656
"install": "^0.7.3",
@@ -87,7 +87,7 @@
8787
"eslint-plugin-require-path-exists": "^1.1.8",
8888
"express": "^4.17.1",
8989
"husky": "^0.14.3",
90-
"jquery": "^3.2.1",
90+
"jquery": "^3.5.0",
9191
"karma": "5.1.1",
9292
"karma-browserify": "^7.0.0",
9393
"karma-chrome-launcher": "^3.1.0",
@@ -101,7 +101,6 @@
101101
"lint-staged": "^10.2.13",
102102
"lodash": "^4.17.20",
103103
"mocha": "^4.1.0",
104-
"node-fetch": "2.6.1",
105104
"np": "^6.5.0",
106105
"prettier-eslint-cli": "5.0.0",
107106
"proclaim": "^3.5.1",
@@ -131,6 +130,8 @@
131130
"buffer": "^4.9.2",
132131
"assert": "1.5.0",
133132
"browserify": "16.5.2",
134-
"lodash": "4.17.20"
133+
"lodash": "4.17.20",
134+
"node-fetch": "2.6.1",
135+
"elliptic": "^6.5.3"
135136
}
136137
}

yarn.lock

+9-16
Original file line numberDiff line numberDiff line change
@@ -2845,10 +2845,6 @@ debug@4, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@~4.1.0:
28452845
dependencies:
28462846
ms "^2.1.1"
28472847

2848-
debug@^0.7.4:
2849-
version "0.7.4"
2850-
resolved "https://registry.yarnpkg.com/debug/-/debug-0.7.4.tgz#06e1ea8082c2cb14e39806e22e2f6f757f92af39"
2851-
28522848
decamelize-keys@^1.1.0:
28532849
version "1.1.0"
28542850
resolved "https://registry.yarnpkg.com/decamelize-keys/-/decamelize-keys-1.1.0.tgz#d171a87933252807eb3cb61dc1c1445d078df2d9"
@@ -3184,9 +3180,10 @@ elegant-spinner@^1.0.1:
31843180
version "1.0.1"
31853181
resolved "https://registry.yarnpkg.com/elegant-spinner/-/elegant-spinner-1.0.1.tgz#db043521c95d7e303fd8f345bedc3349cfb0729e"
31863182

3187-
elliptic@^6.0.0:
3188-
version "6.4.0"
3189-
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.4.0.tgz#cac9af8762c85836187003c8dfe193e5e2eae5df"
3183+
elliptic@^6.0.0, elliptic@^6.5.3:
3184+
version "6.5.3"
3185+
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.3.tgz#cb59eb2efdaf73a0bd78ccd7015a62ad6e0f93d6"
3186+
integrity sha512-IMqzv5wNQf+E6aHeIqATs0tOLeOTwj1QKbRcS3jBbYkl5oLAserA8yJTT7/VyHUYG91PRmPyeQDObKLPpeS4dw==
31903187
dependencies:
31913188
bn.js "^4.4.0"
31923189
brorand "^1.0.1"
@@ -5284,9 +5281,10 @@ istanbul-reports@^3.0.0:
52845281
html-escaper "^2.0.0"
52855282
istanbul-lib-report "^3.0.0"
52865283

5287-
jquery@^3.2.1:
5288-
version "3.3.1"
5289-
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.3.1.tgz#958ce29e81c9790f31be7792df5d4d95fc57fbca"
5284+
jquery@^3.5.0:
5285+
version "3.5.1"
5286+
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.5.1.tgz#d7b4d08e1bfdb86ad2f1a3d039ea17304717abb5"
5287+
integrity sha512-XwIBPqcMn57FxfT+Go5pzySnm4KWkT1Tv7gjrpT1srtf8Weynl6R273VJ5GjkRb51IzMp5nbaPjJXMWeju2MKg==
52905288

52915289
js-beautify@^1.11.0:
52925290
version "1.13.0"
@@ -6653,16 +6651,11 @@ [email protected]:
66536651
object.getownpropertydescriptors "^2.0.3"
66546652
semver "^5.7.0"
66556653

6656-
6654+
[email protected], node-fetch@^2.2.0:
66576655
version "2.6.1"
66586656
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
66596657
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
66606658

6661-
node-fetch@^2.2.0:
6662-
version "2.6.0"
6663-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd"
6664-
integrity sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==
6665-
66666659
nopt@^5.0.0:
66676660
version "5.0.0"
66686661
resolved "https://registry.yarnpkg.com/nopt/-/nopt-5.0.0.tgz#530942bb58a512fccafe53fe210f13a25355dc88"

0 commit comments

Comments
 (0)