Skip to content

Commit

Permalink
fix build, address dependabot issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
leibatt committed Nov 14, 2022
1 parent 2d19c33 commit 84de24d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,15 @@
"build": "yarn build-src && yarn build-examples && yarn build-datasets",
"build-src": "tsc",
"build-examples": "tsc -p examples/tsconfig.json",
"build-datasets": "unzip datasets/birdstrikes.json.zip ; cp -R datasets build-test",
"build-datasets": "unzip datasets/birdstrikes.json.zip ; mv birdstrikes.json datasets ; cp -R datasets build-test",
"test": "jest --collectCoverage=true && yarn lint",
"lint": "eslint .",
"bundle": "rollup --config"
},
"dependencies": {
"arquero": "^4.8.8",
"isolation-forest": "^0.0.9",
"minimatch": "^3.0.5",
"ml-cart": "^2.1.1",
"ml-knn": "^3.0.0",
"ml-naivebayes": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3342,7 +3342,7 @@ minimatch@^3.0.4:
dependencies:
brace-expansion "^1.1.7"

minimatch@^3.1.1:
minimatch@^3.0.5, minimatch@^3.1.1:
version "3.1.2"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
Expand Down

0 comments on commit 84de24d

Please sign in to comment.