Merge pull request #167 from ericblackburn/master

Issue 166 fixed by changing version of the imported yaml node module
This commit is contained in:
Eric Herbrandson
2020-10-30 14:45:25 -05:00
committed by GitHub
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -8473,7 +8473,7 @@
},
"tough-cookie": {
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz",
"resolved": "https://nexus.corp.indeed.com/repository/npm/tough-cookie/-/tough-cookie-2.5.0.tgz",
"integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==",
"requires": {
"psl": "^1.1.28",
@@ -16358,9 +16358,9 @@
"integrity": "sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI="
},
"yaml": {
"version": "2.0.0-1",
"resolved": "https://nexus.corp.indeed.com/repository/npm/yaml/-/yaml-2.0.0-1.tgz",
"integrity": "sha512-W7h5dEhywMKenDJh2iX/LABkbFnBxasD27oyXWDS/feDsxiw0dD5ncXdYXgkvAsXIY2MpW/ZKkr9IU30DBdMNQ=="
"version": "1.10.0",
"resolved": "https://nexus.corp.indeed.com/repository/npm/yaml/-/yaml-1.10.0.tgz",
"integrity": "sha512-yr2icI4glYaNG+KWONODapy2/jDdMSDnrONSjblABjD9B4Z5LgiircSt8m8sRZFNi08kG9Sm0uSHtEmP3zaEGg=="
},
"yargs": {
"version": "13.3.2",
+1 -1
View File
@@ -28,7 +28,7 @@
"swagger-parser": "^7.0.1",
"typescript": "^4.0.3",
"xterm": "^3.14.5",
"yaml": "^2.0.0-0"
"yaml": "^1.10.0"
},
"scripts": {
"start": "cross-env react-scripts start",