Skip to content

Commit

Permalink
fix(package): fix potential security vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
bigslycat committed Dec 28, 2019
1 parent 5e440fa commit dcf269b
Show file tree
Hide file tree
Showing 2 changed files with 1,130 additions and 1,052 deletions.
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,42 +26,42 @@
}
},
"dependencies": {
"core-js": "^3.3.6"
"core-js": "^3.6.1"
},
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/preset-env": "^7.6.3",
"@babel/preset-flow": "^7.0.0",
"@semantic-release/changelog": "^3.0.5",
"@semantic-release/commit-analyzer": "^6.3.2",
"@semantic-release/git": "^7.0.17",
"@babel/core": "^7.7.7",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/preset-env": "^7.7.7",
"@babel/preset-flow": "^7.7.4",
"@rollup/plugin-commonjs": "^11.0.0",
"@semantic-release/changelog": "^3.0.6",
"@semantic-release/commit-analyzer": "^6.3.3",
"@semantic-release/git": "^7.0.18",
"@semantic-release/github": "^5.5.5",
"@semantic-release/npm": "^5.3.2",
"@semantic-release/release-notes-generator": "^7.3.2",
"@semantic-release/npm": "^5.3.5",
"@semantic-release/release-notes-generator": "^7.3.5",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"eslint": "^6.6.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.5.0",
"eslint-plugin-flowtype": "^4.3.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-prettier": "^3.1.1",
"flow-bin": "^0.111.0",
"eslint-config-prettier": "^6.9.0",
"eslint-plugin-flowtype": "^4.5.2",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-prettier": "^3.1.2",
"flow-bin": "^0.114.0",
"flow-typed": "^2.6.2",
"husky": "^3.0.9",
"husky": "^3.1.0",
"jest": "^24.9.0",
"markdownlint": "^0.17.2",
"prettier": "^1.18.2",
"rollup": "^1.26.2",
"markdownlint": "^0.18.0",
"prettier": "^1.19.1",
"rollup": "^1.27.14",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-clear": "^2.0.7",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-flow-entry": "^0.3.3",
"semantic-release": "^15.13.28",
"semantic-release": "^15.14.0",
"shx": "^0.3.2",
"typescript": "^3.6.4"
"typescript": "^3.7.4"
},
"repository": "bigslycat/typed-contracts",
"keywords": [
Expand Down
Loading

0 comments on commit dcf269b

Please sign in to comment.