Skip to content

Commit 70a1b1f

Browse files
committed
chore: update deps
1 parent 219abb7 commit 70a1b1f

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@
4242
},
4343
"dependencies": {
4444
"@achingbrain/dependency-check": "^4.1.0",
45-
"@babel/cli": "^7.12.1",
46-
"@babel/core": "^7.12.3",
45+
"@babel/cli": "^7.12.8",
46+
"@babel/core": "^7.12.9",
4747
"@babel/plugin-transform-regenerator": "^7.12.1",
4848
"@babel/plugin-transform-runtime": "^7.12.1",
49-
"@babel/preset-env": "^7.12.1",
50-
"@babel/preset-typescript": "^7.12.1",
49+
"@babel/preset-env": "^7.12.7",
50+
"@babel/preset-typescript": "^7.12.7",
5151
"@babel/register": "^7.12.1",
5252
"@babel/runtime": "^7.12.5",
5353
"@commitlint/cli": "^11.0.0",
@@ -59,10 +59,10 @@
5959
"@electron/get": "^1.10.0",
6060
"@polka/send-type": "^0.5.2",
6161
"@types/mocha": "^8.0.4",
62-
"@types/node": "^14.14.8",
62+
"@types/node": "^14.14.10",
6363
"aegir-typedoc-theme": "^0.1.0",
64-
"babel-loader": "^8.2.1",
65-
"buffer": "^6.0.2",
64+
"babel-loader": "^8.2.2",
65+
"buffer": "^6.0.3",
6666
"bytes": "^3.1.0",
6767
"camelcase": "^6.2.0",
6868
"chai": "^4.2.0",
@@ -74,7 +74,7 @@
7474
"cors": "^2.8.5",
7575
"cosmiconfig": "^7.0.0",
7676
"dirty-chai": "^2.0.1",
77-
"electron-mocha": "9.3.0",
77+
"electron-mocha": "^9.3.3",
7878
"eslint": "^7.11.0",
7979
"eslint-config-ipfs": "^0.1.0",
8080
"execa": "^4.1.0",
@@ -85,7 +85,7 @@
8585
"git-authors-cli": "^1.0.31",
8686
"git-validate": "^2.2.4",
8787
"globby": "^11.0.1",
88-
"ipfs-utils": "^5.0.0",
88+
"ipfs-utils": "^5.0.1",
8989
"it-glob": "~0.0.10",
9090
"json-loader": "~0.5.7",
9191
"karma": "^5.2.3",
@@ -98,7 +98,7 @@
9898
"karma-sourcemap-loader": "~0.3.8",
9999
"karma-webpack": "4.0.2",
100100
"listr": "~0.14.2",
101-
"merge-options": "^3.0.3",
101+
"merge-options": "^3.0.4",
102102
"mocha": "^8.2.1",
103103
"npm-package-json-lint": "^5.1.0",
104104
"nyc": "^15.1.0",
@@ -109,7 +109,7 @@
109109
"premove": "^3.0.1",
110110
"prompt-promise": "^1.0.3",
111111
"read-pkg-up": "^7.0.1",
112-
"semver": "^7.3.2",
112+
"semver": "^7.3.4",
113113
"simple-git": "^2.22.0",
114114
"strip-bom": "^4.0.0",
115115
"strip-json-comments": "^3.1.1",
@@ -125,7 +125,7 @@
125125
"yargs-parser": "^20.2.3"
126126
},
127127
"devDependencies": {
128-
"electron": "^11.0.1",
128+
"electron": "^11.0.3",
129129
"iso-url": "^1.0.0",
130130
"mock-require": "^3.0.2",
131131
"sinon": "^9.2.1"

0 commit comments

Comments
 (0)