Bump some deps for audit (#11818)

This commit is contained in:
Brian Ng 2020-07-10 14:42:18 -05:00 committed by GitHub
parent 02c8fd92bd
commit ffb42488ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
15 changed files with 792 additions and 674 deletions

View File

@ -11,24 +11,24 @@
"test": "make test" "test": "make test"
}, },
"devDependencies": { "devDependencies": {
"@babel/cli": "^7.10.1", "@babel/cli": "^7.10.4",
"@babel/core": "^7.10.2", "@babel/core": "^7.10.4",
"@babel/eslint-config-internal": "link:./eslint/babel-eslint-config-internal", "@babel/eslint-config-internal": "link:./eslint/babel-eslint-config-internal",
"@babel/eslint-parser": "link:./eslint/babel-eslint-parser", "@babel/eslint-parser": "link:./eslint/babel-eslint-parser",
"@babel/eslint-plugin-development": "link:./eslint/babel-eslint-plugin-development", "@babel/eslint-plugin-development": "link:./eslint/babel-eslint-plugin-development",
"@babel/eslint-plugin-development-internal": "link:./eslint/babel-eslint-plugin-development-internal", "@babel/eslint-plugin-development-internal": "link:./eslint/babel-eslint-plugin-development-internal",
"@babel/plugin-proposal-class-properties": "^7.10.1", "@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-dynamic-import": "^7.10.1", "@babel/plugin-proposal-dynamic-import": "^7.10.4",
"@babel/plugin-proposal-export-namespace-from": "^7.10.1", "@babel/plugin-proposal-export-namespace-from": "^7.10.4",
"@babel/plugin-proposal-object-rest-spread": "^7.10.1", "@babel/plugin-proposal-object-rest-spread": "^7.10.4",
"@babel/plugin-transform-flow-strip-types": "^7.10.1", "@babel/plugin-transform-flow-strip-types": "^7.10.4",
"@babel/plugin-transform-for-of": "^7.10.1", "@babel/plugin-transform-for-of": "^7.10.4",
"@babel/plugin-transform-modules-commonjs": "^7.10.1", "@babel/plugin-transform-modules-commonjs": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.10.1", "@babel/plugin-transform-runtime": "^7.10.4",
"@babel/preset-env": "^7.10.2", "@babel/preset-env": "^7.10.4",
"@babel/preset-flow": "^7.10.1", "@babel/preset-flow": "^7.10.4",
"@babel/register": "^7.10.1", "@babel/register": "^7.10.4",
"@babel/runtime": "^7.10.2", "@babel/runtime": "^7.10.4",
"@rollup/plugin-json": "4.0.1", "@rollup/plugin-json": "4.0.1",
"babel-eslint": "^11.0.0-beta.2", "babel-eslint": "^11.0.0-beta.2",
"babel-jest": "^24.9.0", "babel-jest": "^24.9.0",
@ -57,7 +57,7 @@
"lerna": "^3.19.0", "lerna": "^3.19.0",
"lerna-changelog": "^0.5.0", "lerna-changelog": "^0.5.0",
"lint-staged": "^9.2.0", "lint-staged": "^9.2.0",
"lodash": "^4.17.13", "lodash": "^4.17.19",
"mergeiterator": "^1.2.5", "mergeiterator": "^1.2.5",
"output-file-sync": "^2.0.0", "output-file-sync": "^2.0.0",
"prettier": "^2.0.5", "prettier": "^2.0.5",

View File

@ -27,7 +27,7 @@
"convert-source-map": "^1.1.0", "convert-source-map": "^1.1.0",
"fs-readdir-recursive": "^1.1.0", "fs-readdir-recursive": "^1.1.0",
"glob": "^7.0.0", "glob": "^7.0.0",
"lodash": "^4.17.13", "lodash": "^4.17.19",
"make-dir": "^2.1.0", "make-dir": "^2.1.0",
"slash": "^2.0.0", "slash": "^2.0.0",
"source-map": "^0.5.0" "source-map": "^0.5.0"

View File

@ -37,6 +37,6 @@
"@babel/helper-compilation-targets": "^7.10.4", "@babel/helper-compilation-targets": "^7.10.4",
"caniuse-db": "1.0.30001035", "caniuse-db": "1.0.30001035",
"electron-to-chromium": "1.3.377", "electron-to-chromium": "1.3.377",
"lodash": "^4.17.15" "lodash": "^4.17.19"
} }
} }

View File

@ -55,7 +55,7 @@
"debug": "^4.1.0", "debug": "^4.1.0",
"gensync": "^1.0.0-beta.1", "gensync": "^1.0.0-beta.1",
"json5": "^2.1.2", "json5": "^2.1.2",
"lodash": "^4.17.13", "lodash": "^4.17.19",
"resolve": "^1.3.2", "resolve": "^1.3.2",
"semver": "^5.4.1", "semver": "^5.4.1",
"source-map": "^0.5.0" "source-map": "^0.5.0"

View File

@ -15,6 +15,6 @@
"dependencies": { "dependencies": {
"@babel/helper-function-name": "^7.10.4", "@babel/helper-function-name": "^7.10.4",
"@babel/types": "^7.10.4", "@babel/types": "^7.10.4",
"lodash": "^4.17.13" "lodash": "^4.17.19"
} }
} }

View File

@ -14,7 +14,7 @@
}, },
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"lodash": "^4.17.13", "lodash": "^4.17.19",
"semver": "^5.3.0" "semver": "^5.3.0"
} }
} }

View File

@ -21,6 +21,6 @@
"@babel/helper-split-export-declaration": "^7.10.4", "@babel/helper-split-export-declaration": "^7.10.4",
"@babel/template": "^7.10.4", "@babel/template": "^7.10.4",
"@babel/types": "^7.10.4", "@babel/types": "^7.10.4",
"lodash": "^4.17.13" "lodash": "^4.17.19"
} }
} }

View File

@ -13,6 +13,6 @@
}, },
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"lodash": "^4.17.13" "lodash": "^4.17.19"
} }
} }

View File

@ -22,7 +22,7 @@
"babel-check-duplicated-nodes": "^1.0.0", "babel-check-duplicated-nodes": "^1.0.0",
"jest": "^24.8.0", "jest": "^24.8.0",
"jest-diff": "^24.8.0", "jest-diff": "^24.8.0",
"lodash": "^4.17.13", "lodash": "^4.17.19",
"resolve": "^1.3.2", "resolve": "^1.3.2",
"source-map": "^0.5.0" "source-map": "^0.5.0"
} }

View File

@ -26,7 +26,7 @@
"@babel/register": "^7.10.4", "@babel/register": "^7.10.4",
"commander": "^4.0.1", "commander": "^4.0.1",
"core-js": "^3.2.1", "core-js": "^3.2.1",
"lodash": "^4.17.13", "lodash": "^4.17.19",
"node-environment-flags": "^1.0.5", "node-environment-flags": "^1.0.5",
"regenerator-runtime": "^0.13.4", "regenerator-runtime": "^0.13.4",
"resolve": "^1.13.1", "resolve": "^1.13.1",

View File

@ -17,7 +17,7 @@
], ],
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": "^7.10.4", "@babel/helper-plugin-utils": "^7.10.4",
"lodash": "^4.17.13" "lodash": "^4.17.19"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"

View File

@ -18,7 +18,7 @@
}, },
"dependencies": { "dependencies": {
"find-cache-dir": "^2.0.0", "find-cache-dir": "^2.0.0",
"lodash": "^4.17.13", "lodash": "^4.17.19",
"make-dir": "^2.1.0", "make-dir": "^2.1.0",
"pirates": "^4.0.0", "pirates": "^4.0.0",
"source-map-support": "^0.5.16" "source-map-support": "^0.5.16"

View File

@ -23,7 +23,7 @@
"@babel/types": "^7.10.4", "@babel/types": "^7.10.4",
"debug": "^4.1.0", "debug": "^4.1.0",
"globals": "^11.1.0", "globals": "^11.1.0",
"lodash": "^4.17.13" "lodash": "^4.17.19"
}, },
"devDependencies": { "devDependencies": {
"@babel/helper-plugin-test-runner": "^7.10.4" "@babel/helper-plugin-test-runner": "^7.10.4"

View File

@ -17,7 +17,7 @@
"types": "lib/index.d.ts", "types": "lib/index.d.ts",
"dependencies": { "dependencies": {
"@babel/helper-validator-identifier": "^7.10.4", "@babel/helper-validator-identifier": "^7.10.4",
"lodash": "^4.17.13", "lodash": "^4.17.19",
"to-fast-properties": "^2.0.0" "to-fast-properties": "^2.0.0"
}, },
"devDependencies": { "devDependencies": {

1410
yarn.lock

File diff suppressed because it is too large Load Diff