2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-06-20 20:00:33 +03:00

chore(*): update dependencies (#57)

Updated Rollup
Updated Babel
Fixed security problems with some dependencies
This commit is contained in:
Nikolay Kostyurin
2020-01-22 20:25:42 +02:00
committed by GitHub
parent cdc7f66e21
commit aac1ae0e81
52 changed files with 16569 additions and 7723 deletions
+30
View File
@@ -0,0 +1,30 @@
{
"name": "@bbob/html",
"version": "2.5.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@bbob/core": {
"version": "2.5.4",
"resolved": "https://registry.npmjs.org/@bbob/core/-/core-2.5.4.tgz",
"integrity": "sha512-8M/xQkU84XvXw82vBhLFukRWTyTSFoGBmCe3nuE62z4wRaYmmg+B9GYGZv6rM6KNva5UyOi5zVQhgpw7fYH5rg==",
"requires": {
"@bbob/parser": "^2.5.4"
}
},
"@bbob/parser": {
"version": "2.5.4",
"requires": {
"@bbob/plugin-helper": "^2.5.4"
},
"dependencies": {
"@bbob/plugin-helper": {
"version": "2.5.4"
}
}
},
"@bbob/plugin-helper": {
"version": "2.5.4"
}
}
}