Skip to content

Commit 8eaaedd

Browse files
authored
Merge pull request #5 from lrilling/master
Updated url-parse because of vulnerabilities
2 parents cbc7923 + 475576f commit 8eaaedd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"dependencies": {
2727
"select-run": "^1.1.1",
2828
"ts-node": "^9.0.0",
29-
"url-parse": "1.4.7"
29+
"url-parse": "1.5.3"
3030
},
3131
"devDependencies": {
3232
"@commitlint/cli": "^11.0.0",
@@ -35,10 +35,10 @@
3535
"@nativescript/ios": "7.1.1",
3636
"@nativescript/types-android": "~7.1.0",
3737
"@nativescript/types-ios": "~7.1.0",
38-
"@nativescript/webpack": "4.0.1",
38+
"@nativescript/webpack": "^4.1.0",
3939
"@types/node": "14.6.4",
4040
"cpy-cli": "^3.1.1",
41-
"lerna": "^3.22.1",
41+
"lerna": "^4.0.0",
4242
"rimraf": "^3.0.2",
4343
"ts-patch": "^1.3.1",
4444
"typescript": "4.0.5"

0 commit comments

Comments
 (0)