Skip to content

Commit

Permalink
Bump some deps for audit
Browse files Browse the repository at this point in the history
  • Loading branch information
existentialism committed Jul 10, 2020
1 parent 02c8fd9 commit 7764d6a
Show file tree
Hide file tree
Showing 15 changed files with 830 additions and 712 deletions.
30 changes: 15 additions & 15 deletions package.json
Expand Up @@ -11,24 +11,24 @@
"test": "make test"
},
"devDependencies": {
"@babel/cli": "^7.10.1",
"@babel/core": "^7.10.2",
"@babel/cli": "^7.10.4",
"@babel/core": "^7.10.4",
"@babel/eslint-config-internal": "link:./eslint/babel-eslint-config-internal",
"@babel/eslint-parser": "link:./eslint/babel-eslint-parser",
"@babel/eslint-plugin-development": "link:./eslint/babel-eslint-plugin-development",
"@babel/eslint-plugin-development-internal": "link:./eslint/babel-eslint-plugin-development-internal",
"@babel/plugin-proposal-class-properties": "^7.10.1",
"@babel/plugin-proposal-dynamic-import": "^7.10.1",
"@babel/plugin-proposal-export-namespace-from": "^7.10.1",
"@babel/plugin-proposal-object-rest-spread": "^7.10.1",
"@babel/plugin-transform-flow-strip-types": "^7.10.1",
"@babel/plugin-transform-for-of": "^7.10.1",
"@babel/plugin-transform-modules-commonjs": "^7.10.1",
"@babel/plugin-transform-runtime": "^7.10.1",
"@babel/preset-env": "^7.10.2",
"@babel/preset-flow": "^7.10.1",
"@babel/register": "^7.10.1",
"@babel/runtime": "^7.10.2",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-dynamic-import": "^7.10.4",
"@babel/plugin-proposal-export-namespace-from": "^7.10.4",
"@babel/plugin-proposal-object-rest-spread": "^7.10.4",
"@babel/plugin-transform-flow-strip-types": "^7.10.4",
"@babel/plugin-transform-for-of": "^7.10.4",
"@babel/plugin-transform-modules-commonjs": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/preset-flow": "^7.10.4",
"@babel/register": "^7.10.4",
"@babel/runtime": "^7.10.4",
"@rollup/plugin-json": "4.0.1",
"babel-eslint": "^11.0.0-beta.2",
"babel-jest": "^24.9.0",
Expand Down Expand Up @@ -57,7 +57,7 @@
"lerna": "^3.19.0",
"lerna-changelog": "^0.5.0",
"lint-staged": "^9.2.0",
"lodash": "^4.17.13",
"lodash": "^4.17.19",
"mergeiterator": "^1.2.5",
"output-file-sync": "^2.0.0",
"prettier": "^2.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-cli/package.json
Expand Up @@ -27,7 +27,7 @@
"convert-source-map": "^1.1.0",
"fs-readdir-recursive": "^1.1.0",
"glob": "^7.0.0",
"lodash": "^4.17.13",
"lodash": "^4.17.19",
"make-dir": "^2.1.0",
"slash": "^2.0.0",
"source-map": "^0.5.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-compat-data/package.json
Expand Up @@ -37,6 +37,6 @@
"@babel/helper-compilation-targets": "^7.10.4",
"caniuse-db": "1.0.30001035",
"electron-to-chromium": "1.3.377",
"lodash": "^4.17.15"
"lodash": "^4.17.19"
}
}
2 changes: 1 addition & 1 deletion packages/babel-core/package.json
Expand Up @@ -55,7 +55,7 @@
"debug": "^4.1.0",
"gensync": "^1.0.0-beta.1",
"json5": "^2.1.2",
"lodash": "^4.17.13",
"lodash": "^4.17.19",
"resolve": "^1.3.2",
"semver": "^5.4.1",
"source-map": "^0.5.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-helper-define-map/package.json
Expand Up @@ -15,6 +15,6 @@
"dependencies": {
"@babel/helper-function-name": "^7.10.4",
"@babel/types": "^7.10.4",
"lodash": "^4.17.13"
"lodash": "^4.17.19"
}
}
2 changes: 1 addition & 1 deletion packages/babel-helper-fixtures/package.json
Expand Up @@ -14,7 +14,7 @@
},
"main": "lib/index.js",
"dependencies": {
"lodash": "^4.17.13",
"lodash": "^4.17.19",
"semver": "^5.3.0"
}
}
2 changes: 1 addition & 1 deletion packages/babel-helper-module-transforms/package.json
Expand Up @@ -21,6 +21,6 @@
"@babel/helper-split-export-declaration": "^7.10.4",
"@babel/template": "^7.10.4",
"@babel/types": "^7.10.4",
"lodash": "^4.17.13"
"lodash": "^4.17.19"
}
}
2 changes: 1 addition & 1 deletion packages/babel-helper-regex/package.json
Expand Up @@ -13,6 +13,6 @@
},
"main": "lib/index.js",
"dependencies": {
"lodash": "^4.17.13"
"lodash": "^4.17.19"
}
}
Expand Up @@ -22,7 +22,7 @@
"babel-check-duplicated-nodes": "^1.0.0",
"jest": "^24.8.0",
"jest-diff": "^24.8.0",
"lodash": "^4.17.13",
"lodash": "^4.17.19",
"resolve": "^1.3.2",
"source-map": "^0.5.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-node/package.json
Expand Up @@ -26,7 +26,7 @@
"@babel/register": "^7.10.4",
"commander": "^4.0.1",
"core-js": "^3.2.1",
"lodash": "^4.17.13",
"lodash": "^4.17.19",
"node-environment-flags": "^1.0.5",
"regenerator-runtime": "^0.13.4",
"resolve": "^1.13.1",
Expand Down
Expand Up @@ -17,7 +17,7 @@
],
"dependencies": {
"@babel/helper-plugin-utils": "^7.10.4",
"lodash": "^4.17.13"
"lodash": "^4.17.19"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-register/package.json
Expand Up @@ -18,7 +18,7 @@
},
"dependencies": {
"find-cache-dir": "^2.0.0",
"lodash": "^4.17.13",
"lodash": "^4.17.19",
"make-dir": "^2.1.0",
"pirates": "^4.0.0",
"source-map-support": "^0.5.16"
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-traverse/package.json
Expand Up @@ -23,7 +23,7 @@
"@babel/types": "^7.10.4",
"debug": "^4.1.0",
"globals": "^11.1.0",
"lodash": "^4.17.13"
"lodash": "^4.17.19"
},
"devDependencies": {
"@babel/helper-plugin-test-runner": "^7.10.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-types/package.json
Expand Up @@ -17,7 +17,7 @@
"types": "lib/index.d.ts",
"dependencies": {
"@babel/helper-validator-identifier": "^7.10.4",
"lodash": "^4.17.13",
"lodash": "^4.17.19",
"to-fast-properties": "^2.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 7764d6a

Please sign in to comment.