Skip to content

Commit 6e0c3cc

Browse files
committed
update dependencies
1 parent 1c39309 commit 6e0c3cc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- "10.0"
4+
- "10.12"
55
- "12.0"
66

77
cache:

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,16 +63,16 @@
6363
"babel-core": "^6.26.3",
6464
"babel-loader": "^8.2.2",
6565
"babel-preset-es2015": "^6.24.1",
66-
"chai": "^4.2.0",
66+
"chai": "^4.3.3",
6767
"chai-as-promised": "^7.1.1",
6868
"dirty-chai": "^2.0.1",
6969
"localstorage-memory": "^1.0.3",
70-
"mocha": "^8.2.1",
70+
"mocha": "^8.3.0",
7171
"nyc": "^15.1.0",
7272
"sinon": "^9.2.4",
7373
"sinon-chai": "^3.5.0",
7474
"standard": "^16.0.3",
75-
"webpack": "^5.18.0",
75+
"webpack": "^5.24.2",
7676
"whatwg-url": "^8.4.0"
7777
},
7878
"standard": {

0 commit comments

Comments
 (0)