Skip to content

Commit

Permalink
Library Update
Browse files Browse the repository at this point in the history
.nvmrc
  12.17.0 → 14.15.0
package.json
  @elastic/elasticsearch 7.9.1 → 7.10.0
   ws                        7.3.1  → 7.4.0
   eslint                    7.12.1 → 7.13.0
   mocha                   8.2.0   → 8.2.1
  • Loading branch information
nsano-rururu committed Nov 13, 2020
1 parent d2e327b commit 35a5d42
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12.17.0
14.15.0
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"elasticsearch": "^16.7.1",
"es5": "npm:@elastic/elasticsearch@^5.6.22",
"es6": "npm:@elastic/elasticsearch@^6.8.8",
"es7": "npm:@elastic/elasticsearch@^7.9.1",
"es7": "npm:@elastic/elasticsearch@^7.10.0",
"express": "^4.17.1",
"fs-extra": "^9.0.1",
"js-yaml": "^3.14.0",
Expand All @@ -45,12 +45,12 @@
"request": "^2.88.2",
"request-promise-native": "^1.0.9",
"tar": "^6.0.5",
"ws": "^7.3.1"
"ws": "^7.4.0"
},
"devDependencies": {
"eslint": "^7.12.1",
"eslint": "^7.13.0",
"husky": "^4.3.0",
"mocha": "~8.2.0"
"mocha": "~8.2.1"
},
"scripts": {
"build": "babel src -d lib",
Expand Down

0 comments on commit 35a5d42

Please sign in to comment.