Skip to content

Commit 7d71032

Browse files
committed
[npm] Fix vulnerable package
1 parent a111a0e commit 7d71032

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

.npmignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
android/
1+
android/
2+
ionic-example/
3+
.vscode

ionic-example/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,12 @@
6868
"protractor": "~5.4.0",
6969
"ts-node": "~7.0.0",
7070
"tslint": "~5.15.0",
71-
"typescript": "~3.4.3"
71+
"typescript": "~3.4.3",
72+
"kind-of": ">=6.0.3",
73+
"minimist": ">=1.2.2",
74+
"acorn": ">=6.4.1",
75+
"handlebars": ">=4.3.0",
76+
"serialize-javascript": ">=2.1.1"
7277
},
7378
"description": "An Ionic project",
7479
"cordova": {

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-nativeview",
3-
"version": "1.0.11",
3+
"version": "1.0.12",
44
"typings": "types",
55
"types": "types",
66
"description": "Start or Back to a native screen/page",
@@ -48,7 +48,10 @@
4848
"plugman": "^2.0.0",
4949
"tar": "^4.4.10",
5050
"tunnel-agent": "^0.6.0",
51-
"typescript": "^3.5.3"
51+
"typescript": "^3.5.3",
52+
"acorn": ">=5.7.4",
53+
"kind-of": ">=6.0.3",
54+
"minimist": ">=1.2.2"
5255
},
5356
"scripts": {
5457
"release": "./node_modules/.bin/np",

0 commit comments

Comments
 (0)