2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-06-11 18:02:26 +03:00

chore(bbob): update lock files (#64)

This commit is contained in:
Nikolay Kostyurin
2020-05-30 00:38:27 +02:00
committed by GitHub
parent 5af63e4158
commit ba090bf997
2 changed files with 75 additions and 229 deletions
+31 -39
View File
@@ -5,89 +5,81 @@
"requires": true,
"dependencies": {
"@bbob/html": {
"version": "2.5.4",
"version": "2.5.6",
"requires": {
"@bbob/core": "^2.5.4",
"@bbob/plugin-helper": "^2.5.4"
"@bbob/core": "^2.5.6",
"@bbob/plugin-helper": "^2.5.6"
},
"dependencies": {
"@bbob/core": {
"version": "2.5.4",
"resolved": "https://registry.npmjs.org/@bbob/core/-/core-2.5.4.tgz",
"integrity": "sha512-8M/xQkU84XvXw82vBhLFukRWTyTSFoGBmCe3nuE62z4wRaYmmg+B9GYGZv6rM6KNva5UyOi5zVQhgpw7fYH5rg==",
"version": "2.5.6",
"requires": {
"@bbob/parser": "^2.5.4"
}
},
"@bbob/parser": {
"version": "2.5.4",
"requires": {
"@bbob/plugin-helper": "^2.5.4"
"@bbob/parser": "^2.5.6"
},
"dependencies": {
"@bbob/plugin-helper": {
"version": "2.5.4"
"@bbob/parser": {
"version": "2.5.6",
"requires": {
"@bbob/plugin-helper": "^2.5.6"
},
"dependencies": {
"@bbob/plugin-helper": {
"version": "2.5.6"
}
}
}
}
},
"@bbob/plugin-helper": {
"version": "2.5.4"
"version": "2.5.6"
}
}
},
"@bbob/preset-html5": {
"version": "2.5.4",
"version": "2.5.6",
"requires": {
"@bbob/plugin-helper": "^2.5.4",
"@bbob/preset": "^2.5.4"
"@bbob/plugin-helper": "^2.5.6",
"@bbob/preset": "^2.5.6"
},
"dependencies": {
"@bbob/html": {
"requires": {
"@bbob/core": "^2.5.4",
"@bbob/plugin-helper": "^2.5.4"
"@bbob/core": "^2.5.6",
"@bbob/plugin-helper": "^2.5.6"
},
"dependencies": {
"@bbob/core": {
"version": "2.5.4",
"resolved": "https://registry.npmjs.org/@bbob/core/-/core-2.5.4.tgz",
"integrity": "sha512-8M/xQkU84XvXw82vBhLFukRWTyTSFoGBmCe3nuE62z4wRaYmmg+B9GYGZv6rM6KNva5UyOi5zVQhgpw7fYH5rg==",
"version": "2.5.6",
"requires": {
"@bbob/parser": "^2.5.4"
}
},
"@bbob/parser": {
"version": "2.5.4",
"requires": {
"@bbob/plugin-helper": "^2.5.4"
"@bbob/parser": "^2.5.6"
},
"dependencies": {}
},
"@bbob/plugin-helper": {
"version": "2.5.4"
"version": "2.5.6"
}
}
},
"@bbob/plugin-helper": {
"version": "2.5.4"
"version": "2.5.6"
},
"@bbob/preset": {
"version": "2.5.4",
"version": "2.5.6",
"requires": {
"@bbob/plugin-helper": "^2.5.4"
"@bbob/plugin-helper": "^2.5.6"
},
"dependencies": {
"@bbob/plugin-helper": {
"version": "2.5.4"
"version": "2.5.6"
}
}
}
}
},
"commander": {
"version": "2.17.1",
"resolved": "https://registry.npmjs.org/commander/-/commander-2.17.1.tgz",
"integrity": "sha512-wPMUt6FnH2yzG95SA6mzjQOEKUU3aLaDEmzs1ti+1E9h+CsrZghRlqEM/EJ4KscsQVG8uNN4uVreUeT8+drlgg=="
"version": "2.20.3",
"resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
"integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ=="
}
}
}