Skip to content

Commit 9fd6ac4

Browse files
pauldrucePrabhakar Kumar
authored andcommitted
Updates Node Packages to address vulnerabilities reported by Dependabot.
1 parent d48bbcc commit 9fd6ac4

File tree

2 files changed

+342
-177
lines changed

2 files changed

+342
-177
lines changed

src/jupyter_matlab_labextension/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@
4646
"stylelint:check": "stylelint --cache \"style/**/*.css\"",
4747
"watch": "run-p watch:src watch:labextension",
4848
"watch:src": "tsc -w",
49-
"watch:labextension": "jupyter labextension watch ."
49+
"watch:labextension": "jupyter labextension watch .",
50+
"audit:fix": "npx yarn-audit-fix"
5051
},
5152
"dependencies": {
5253
"@jupyterlab/application": "^3.1.0",
@@ -68,6 +69,7 @@
6869
"npm-run-all": "^4.1.5",
6970
"prettier": "^2.1.1",
7071
"rimraf": "^3.0.2",
72+
"semver": ">=5.7.2",
7173
"typescript": "~4.1.3"
7274
},
7375
"sideEffects": [

0 commit comments

Comments
 (0)