Skip to content
Snippets Groups Projects
Commit f4172817 authored by Alvaro Cabrera Durán's avatar Alvaro Cabrera Durán
Browse files

Lock deps; sec-fix

parent 0fa6199e
Branches
Tags
No related merge requests found
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
"homepage": "http://json-schema-faker.js.org", "homepage": "http://json-schema-faker.js.org",
"main": "dist/index.js", "main": "dist/index.js",
"module": "dist/index.mjs", "module": "dist/index.mjs",
"unpkg": "dist/bundle.umd.min.js", "unpkg": "dist/index.umd.min.js",
"browser": "dist/index.umd.min.js", "browser": "dist/index.umd.min.js",
"scripts": { "scripts": {
"build:browser": "bili --banner --format umd --format umd-min --module-name JSONSchemaFaker --minimal", "build:browser": "bili --banner --format umd --format umd-min --module-name JSONSchemaFaker --minimal",
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
], ],
"devDependencies": { "devDependencies": {
"ajv": "^6.5.3", "ajv": "^6.5.3",
"bili": "^4.2.5", "bili": "^4.8.1",
"chai": "^4.1.2", "chai": "^4.1.2",
"chance": "^1.0.9", "chance": "^1.0.9",
"clone": "^2.1.2", "clone": "^2.1.2",
...@@ -59,12 +59,15 @@ ...@@ -59,12 +59,15 @@
"eslint": "^6.0.1", "eslint": "^6.0.1",
"eslint-config-airbnb-base": "^14.0.0", "eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.0", "eslint-plugin-import": "^2.18.0",
"esm": "^3.0.82", "eslint-utils": ">=1.4.1",
"esm": ">=3.1.0",
"extend": "^3.0.2", "extend": "^3.0.2",
"faker": "^4.1.0", "faker": "^4.1.0",
"fs-extra": "^8.0.1", "fs-extra": "^8.0.1",
"glob": "^7.1.2", "glob": "^7.1.2",
"is-my-json-valid": "^2.19.0", "is-my-json-valid": "^2.19.0",
"lodash": ">=4.17.13",
"mixin-deep": ">=1.3.2",
"mocha": "^6.1.4", "mocha": "^6.1.4",
"nyc": "^14.1.1", "nyc": "^14.1.1",
"rollup": "^1.2.2", "rollup": "^1.2.2",
...@@ -72,6 +75,7 @@ ...@@ -72,6 +75,7 @@
"rollup-plugin-node-resolve": "^5.0.0", "rollup-plugin-node-resolve": "^5.0.0",
"seedrandom": "^3.0.1", "seedrandom": "^3.0.1",
"semver": "^6.1.1", "semver": "^6.1.1",
"set-value": ">=2.0.1",
"tv4": "^1.3.0", "tv4": "^1.3.0",
"z-schema": "^4.1.0" "z-schema": "^4.1.0"
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment