Skip to content

Commit dd27eb8

Browse files
committed
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-6139239
1 parent f199a93 commit dd27eb8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
"npmlog": "^2.0.4",
169169
"opn": "^3.0.2",
170170
"optimist": "^0.6.1",
171-
"plist": "^1.2.0",
171+
"plist": "^2.0.1",
172172
"promise": "^7.1.1",
173173
"react-clone-referenced-element": "^1.0.1",
174174
"react-timer-mixin": "^0.13.2",
@@ -190,7 +190,7 @@
190190
"worker-farm": "^1.3.1",
191191
"write-file-atomic": "^1.2.0",
192192
"ws": "^1.1.0",
193-
"xcode": "^0.8.9",
193+
"xcode": "^0.9.3",
194194
"xmldoc": "^0.4.0",
195195
"yargs": "^6.4.0"
196196
},

0 commit comments

Comments
 (0)