Skip to content

Commit 313533d

Browse files
committed
Pass yarn audit
1 parent f9df85c commit 313533d

File tree

2 files changed

+185
-131
lines changed

2 files changed

+185
-131
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "amplitude-js",
33
"author": "Amplitude <[email protected]>",
4-
"version": "5.3.0",
4+
"version": "5.3.1",
55
"license": "MIT",
66
"description": "Javascript library for Amplitude Analytics",
77
"keywords": [
@@ -13,7 +13,6 @@
1313
"module": "amplitude.esm.js",
1414
"dependencies": {
1515
"@amplitude/ua-parser-js": "0.7.20",
16-
"@babel/runtime": "^7.3.4",
1716
"blueimp-md5": "^2.10.0",
1817
"query-string": "5"
1918
},
@@ -23,11 +22,12 @@
2322
"@babel/plugin-proposal-object-rest-spread": "^7.3.4",
2423
"@babel/plugin-transform-runtime": "^7.3.4",
2524
"@babel/preset-env": "^7.3.4",
25+
"@babel/runtime": "^7.3.4",
2626
"chai": "^4.1.2",
2727
"date-fns": "^1.30.1",
2828
"express": "^4.16.2",
2929
"fs-extra": "^4.0.2",
30-
"jsdoc": "3.4.0",
30+
"jsdoc": "^3.6.3",
3131
"jshint": "^2.9.6",
3232
"karma": "^4.0.0",
3333
"karma-chai": "^0.1.0",
@@ -49,7 +49,7 @@
4949
"rollup-plugin-node-resolve": "^4.0.1",
5050
"rollup-plugin-replace": "^2.1.0",
5151
"rollup-plugin-uglify": "^6.0.2",
52-
"sinon": "^4.1.2",
52+
"sinon": "^7.0.0",
5353
"uglify-js": "^2.0.0"
5454
},
5555
"scripts": {

0 commit comments

Comments
 (0)