Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Commit b5a638c

Browse files
committed
another round of npm package dependency updates
Fixes #817
1 parent d95e128 commit b5a638c

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

app/plugins/modules/activation-visualizations/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,5 @@
1212
},
1313
"license": "Apache-2.0",
1414
"dependencies": {
15-
"dexie": "^2.0.0-beta.11"
1615
}
1716
}

app/plugins/modules/changelog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"author": "",
1111
"license": "ISC",
1212
"dependencies": {
13-
"changelog": "^1.4.1"
13+
"changelog": "^1.4.2"
1414
}
1515
}

app/plugins/modules/plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"license": "ISC",
1515
"dependencies": {
1616
"debug": "^3.1.0",
17-
"fs-extra": "^4.0.2",
17+
"fs-extra": "^5.0.0",
1818
"mkdirp-promise": "^5.0.1",
19-
"uglify-es": "^3.1.0",
19+
"uglify-es": "^3.3.9",
2020
"which": "^1.3.0"
2121
}
2222
}

app/plugins/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"author": "",
1111
"license": "ISC",
1212
"dependencies": {
13-
"archiver": "^1.3.0",
13+
"archiver": "^2.1.1",
1414
"debug": "^3.1.0",
1515
"htmlparser2": "^3.9.2",
1616
"js-beautify": "1.7.5",

0 commit comments

Comments
 (0)