diff --git a/addons/a11y/package.json b/addons/a11y/package.json index 9f1a5b4bb36f..c33d495d4f69 100644 --- a/addons/a11y/package.json +++ b/addons/a11y/package.json @@ -29,7 +29,7 @@ "axe-core": "^2.6.1", "babel-runtime": "^6.26.0", "glamor": "^2.20.40", - "glamorous": "^4.11.6", + "glamorous": "^4.12.0", "prop-types": "^15.6.1" }, "devDependencies": { diff --git a/addons/actions/package.json b/addons/actions/package.json index ffb4c61f69a2..61dd519c378c 100644 --- a/addons/actions/package.json +++ b/addons/actions/package.json @@ -24,7 +24,7 @@ "babel-runtime": "^6.26.0", "deep-equal": "^1.0.1", "glamor": "^2.20.40", - "glamorous": "^4.11.6", + "glamorous": "^4.12.0", "global": "^4.3.2", "make-error": "^1.3.4", "prop-types": "^15.6.1", diff --git a/addons/info/package.json b/addons/info/package.json index fca2d2e43b0b..9ce9fffab05a 100644 --- a/addons/info/package.json +++ b/addons/info/package.json @@ -19,7 +19,7 @@ "@storybook/components": "^3.4.0-alpha.9", "babel-runtime": "^6.26.0", "glamor": "^2.20.40", - "glamorous": "^4.11.6", + "glamorous": "^4.12.0", "global": "^4.3.2", "marksy": "^6.0.3", "nested-object-assign": "^1.0.1", diff --git a/addons/jest/package.json b/addons/jest/package.json index c79ef5d10299..079de1ea0724 100644 --- a/addons/jest/package.json +++ b/addons/jest/package.json @@ -28,7 +28,7 @@ "@storybook/components": "^3.4.0-alpha.9", "babel-runtime": "^6.26.0", "glamor": "^2.20.40", - "glamorous": "^4.11.6", + "glamorous": "^4.12.0", "global": "^4.3.2", "prop-types": "^15.6.1" }, diff --git a/addons/knobs/package.json b/addons/knobs/package.json index e1576f37aba2..610bbeeb649b 100644 --- a/addons/knobs/package.json +++ b/addons/knobs/package.json @@ -21,7 +21,7 @@ "global": "^4.3.2", "insert-css": "^2.0.0", "lodash.debounce": "^4.0.8", - "moment": "^2.20.1", + "moment": "^2.21.0", "prop-types": "^15.6.1", "react-color": "^2.14.0", "react-datetime": "^2.14.0", diff --git a/app/angular/package.json b/app/angular/package.json index ac76775df057..aa4c6622ac2d 100644 --- a/app/angular/package.json +++ b/app/angular/package.json @@ -31,7 +31,7 @@ "airbnb-js-shims": "^1.4.1", "angular2-template-loader": "^0.6.2", "babel-loader": "^7.1.3", - "babel-plugin-macros": "^2.1.0", + "babel-plugin-macros": "^2.2.0", "babel-preset-env": "^1.6.0", "babel-preset-stage-0": "^6.24.1", "babel-runtime": "^6.23.0", @@ -50,7 +50,7 @@ "react-dev-utils": "^5.0.0", "react-dom": "^16.0.0", "redux": "^3.6.0", - "sass-loader": "^6.0.6", + "sass-loader": "^6.0.7", "ts-loader": "^3.5.0", "uglifyjs-webpack-plugin": "^1.2.2", "util-deprecate": "^1.0.2", diff --git a/app/polymer/package.json b/app/polymer/package.json index a90e18a23b25..8f624032679a 100644 --- a/app/polymer/package.json +++ b/app/polymer/package.json @@ -31,7 +31,7 @@ "@webcomponents/webcomponentsjs": "^1.1.0", "airbnb-js-shims": "^1.4.1", "babel-loader": "^7.1.3", - "babel-plugin-macros": "^2.1.0", + "babel-plugin-macros": "^2.2.0", "babel-plugin-transform-regenerator": "^6.26.0", "babel-plugin-transform-runtime": "^6.23.0", "babel-polyfill": "^6.26.0", diff --git a/app/react-native/package.json b/app/react-native/package.json index 3cf27b062d9a..c905b6a0c033 100644 --- a/app/react-native/package.json +++ b/app/react-native/package.json @@ -32,7 +32,7 @@ "@storybook/core": "^3.4.0-alpha.9", "@storybook/ui": "^3.4.0-alpha.9", "babel-loader": "^7.1.3", - "babel-plugin-macros": "^2.1.0", + "babel-plugin-macros": "^2.2.0", "babel-plugin-syntax-async-functions": "^6.13.0", "babel-plugin-syntax-trailing-function-commas": "^6.22.0", "babel-plugin-transform-class-properties": "^6.24.1", diff --git a/app/react/package.json b/app/react/package.json index 3044ea302427..bdca231e0444 100644 --- a/app/react/package.json +++ b/app/react/package.json @@ -33,7 +33,7 @@ "@storybook/ui": "^3.4.0-alpha.9", "airbnb-js-shims": "^1.4.1", "babel-loader": "^7.1.3", - "babel-plugin-macros": "^2.1.0", + "babel-plugin-macros": "^2.2.0", "babel-plugin-react-docgen": "^1.8.3", "babel-plugin-transform-regenerator": "^6.26.0", "babel-plugin-transform-runtime": "^6.23.0", @@ -48,7 +48,7 @@ "dotenv-webpack": "^1.5.5", "find-cache-dir": "^1.0.0", "glamor": "^2.20.40", - "glamorous": "^4.11.6", + "glamorous": "^4.12.0", "global": "^4.3.2", "html-loader": "^0.5.5", "html-webpack-plugin": "^2.30.1", diff --git a/app/vue/package.json b/app/vue/package.json index 8c734803492f..313f89e68610 100644 --- a/app/vue/package.json +++ b/app/vue/package.json @@ -29,7 +29,7 @@ "@storybook/ui": "^3.4.0-alpha.9", "airbnb-js-shims": "^1.4.1", "babel-loader": "^7.1.3", - "babel-plugin-macros": "^2.1.0", + "babel-plugin-macros": "^2.2.0", "babel-plugin-transform-regenerator": "^6.26.0", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-env": "^1.6.0", diff --git a/lib/cli/package.json b/lib/cli/package.json index bac37bf131cf..3b04a5b2d80a 100644 --- a/lib/cli/package.json +++ b/lib/cli/package.json @@ -30,10 +30,10 @@ "babel-preset-env": "^1.6.0", "babel-register": "^6.26.0", "babel-runtime": "^6.26.0", - "chalk": "^2.3.1", + "chalk": "^2.3.2", "child-process-promise": "^2.2.1", "commander": "^2.14.1", - "cross-spawn": "^6.0.4", + "cross-spawn": "^6.0.5", "jscodeshift": "^0.4.1", "json5": "^0.5.1", "latest-version": "^3.1.0", diff --git a/lib/components/package.json b/lib/components/package.json index ad155bb531bb..1b8a1b61c30d 100644 --- a/lib/components/package.json +++ b/lib/components/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "glamor": "^2.20.40", - "glamorous": "^4.11.6", + "glamorous": "^4.12.0", "prop-types": "^15.6.1" }, "peerDependencies": { diff --git a/lib/core/package.json b/lib/core/package.json index 33ffb5f87bcb..2700832e065f 100644 --- a/lib/core/package.json +++ b/lib/core/package.json @@ -24,7 +24,7 @@ "@storybook/ui": "^3.4.0-alpha.9", "autoprefixer": "^7.2.6", "babel-runtime": "^6.26.0", - "chalk": "^2.3.1", + "chalk": "^2.3.2", "commander": "^2.14.1", "css-loader": "^0.28.10", "dotenv": "^5.0.1", diff --git a/package.json b/package.json index c4c17a3a0227..03b536ff0756 100644 --- a/package.json +++ b/package.json @@ -45,12 +45,12 @@ "babel-cli": "^6.26.0", "babel-core": "^6.26.0", "babel-eslint": "^8.2.2", - "babel-plugin-macros": "^2.1.0", + "babel-plugin-macros": "^2.2.0", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-env": "^1.6.1", "babel-preset-react": "^6.24.1", "babel-preset-stage-0": "^6.24.1", - "chalk": "^2.3.1", + "chalk": "^2.3.2", "codecov": "^3.0.0", "codelyzer": "^4.2.1", "commander": "^2.14.1", @@ -59,11 +59,11 @@ "danger": "^3.1.7", "enzyme": "^3.3.0", "enzyme-adapter-react-16": "^1.1.1", - "eslint": "^4.18.1", + "eslint": "^4.18.2", "eslint-config-airbnb": "^16.1.0", "eslint-config-prettier": "^2.9.0", "eslint-plugin-import": "^2.9.0", - "eslint-plugin-jest": "^21.12.2", + "eslint-plugin-jest": "^21.12.3", "eslint-plugin-json": "^1.2.0", "eslint-plugin-jsx-a11y": "^6.0.3", "eslint-plugin-prettier": "^2.6.0", diff --git a/yarn.lock b/yarn.lock index f14afcc5c4bb..6a2086d40730 100644 --- a/yarn.lock +++ b/yarn.lock @@ -708,6 +708,12 @@ ansi-styles@^3.0.0, ansi-styles@^3.1.0, ansi-styles@^3.2.0: dependencies: color-convert "^1.9.0" +ansi-styles@^3.2.1: + version "3.2.1" + resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d" + dependencies: + color-convert "^1.9.0" + ansi-styles@~1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-1.0.0.tgz#cb102df1c56f5123eab8b67cd7b98027a0279178" @@ -1419,12 +1425,18 @@ babel-plugin-jsx-v-model@^2.0.1: html-tags "^2.0.0" svg-tags "^1.0.0" -babel-plugin-macros@^2.0.0, babel-plugin-macros@^2.1.0: +babel-plugin-macros@^2.0.0: version "2.1.0" resolved "https://registry.yarnpkg.com/babel-plugin-macros/-/babel-plugin-macros-2.1.0.tgz#e978fd4c5ee9cca73a809c176524c2e9f4dcccbf" dependencies: cosmiconfig "^4.0.0" +babel-plugin-macros@^2.2.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/babel-plugin-macros/-/babel-plugin-macros-2.2.0.tgz#31fc16748d6480697a517f692dc4421cb7bff0cc" + dependencies: + cosmiconfig "^4.0.0" + babel-plugin-minify-builtins@^0.3.0: version "0.3.0" resolved "https://registry.yarnpkg.com/babel-plugin-minify-builtins/-/babel-plugin-minify-builtins-0.3.0.tgz#4740117a6a784063aaf8f092989cf9e4bd484860" @@ -3046,6 +3058,14 @@ chalk@^2.3.1: escape-string-regexp "^1.0.5" supports-color "^5.2.0" +chalk@^2.3.2: + version "2.3.2" + resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.3.2.tgz#250dc96b07491bfd601e648d66ddf5f60c7a5c65" + dependencies: + ansi-styles "^3.2.1" + escape-string-regexp "^1.0.5" + supports-color "^5.3.0" + chalk@~0.4.0: version "0.4.0" resolved "https://registry.yarnpkg.com/chalk/-/chalk-0.4.0.tgz#5199a3ddcd0c1efe23bc08c1b027b06176e0c64f" @@ -3306,6 +3326,15 @@ clone-deep@^0.3.0: kind-of "^3.2.2" shallow-clone "^0.1.2" +clone-deep@^2.0.1: + version "2.0.2" + resolved "https://registry.yarnpkg.com/clone-deep/-/clone-deep-2.0.2.tgz#00db3a1e173656730d1188c3d6aced6d7ea97713" + dependencies: + for-own "^1.0.0" + is-plain-object "^2.0.4" + kind-of "^6.0.0" + shallow-clone "^1.0.0" + clone-stats@^0.0.1: version "0.0.1" resolved "https://registry.yarnpkg.com/clone-stats/-/clone-stats-0.0.1.tgz#b88f94a82cf38b8791d58046ea4029ad88ca99d1" @@ -4106,9 +4135,9 @@ cross-spawn@^4.0.2: lru-cache "^4.0.1" which "^1.2.9" -cross-spawn@^6.0.4: - version "6.0.4" - resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.4.tgz#bbf44ccb30fb8314a08f178b62290c669c36d808" +cross-spawn@^6.0.5: + version "6.0.5" + resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4" dependencies: nice-try "^1.0.4" path-key "^2.0.1" @@ -5295,9 +5324,9 @@ eslint-plugin-import@^2.9.0: minimatch "^3.0.3" read-pkg-up "^2.0.0" -eslint-plugin-jest@^21.12.2: - version "21.12.2" - resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-21.12.2.tgz#325f7c6a5078aed51ea087c33c26792337b5ba37" +eslint-plugin-jest@^21.12.3: + version "21.12.3" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-21.12.3.tgz#58ee535f917371fdd99732e90b9e2ca48e337de5" eslint-plugin-json@^1.2.0: version "1.2.0" @@ -5418,9 +5447,9 @@ eslint@4.10.0: table "^4.0.1" text-table "~0.2.0" -eslint@^4.18.1: - version "4.18.1" - resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.18.1.tgz#b9138440cb1e98b2f44a0d578c6ecf8eae6150b0" +eslint@^4.18.2: + version "4.18.2" + resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.18.2.tgz#0f81267ad1012e7d2051e186a9004cc2267b8d45" dependencies: ajv "^5.3.0" babel-code-frame "^6.22.0" @@ -5457,7 +5486,7 @@ eslint@^4.18.1: semver "^5.3.0" strip-ansi "^4.0.0" strip-json-comments "~2.0.1" - table "^4.0.1" + table "4.0.2" text-table "~0.2.0" espree@^3.4.3, espree@^3.5.1, espree@^3.5.2: @@ -6510,9 +6539,9 @@ glamor@^2.20.40: prop-types "^15.5.10" through "^2.3.8" -glamorous@^4.11.6: - version "4.11.6" - resolved "https://registry.yarnpkg.com/glamorous/-/glamorous-4.11.6.tgz#337d9ec370ef3fa7cd0cd8f9f1c058fa3c55a424" +glamorous@^4.12.0: + version "4.12.0" + resolved "https://registry.yarnpkg.com/glamorous/-/glamorous-4.12.0.tgz#47b864326ca37e1f1ea6d523b3d23402f6657af1" dependencies: brcast "^3.0.0" fast-memoize "^2.2.7" @@ -10311,7 +10340,11 @@ module-deps@^4.0.8: through2 "^2.0.0" xtend "^4.0.0" -moment@^2.20.1, moment@^2.6.0: +moment@^2.21.0: + version "2.21.0" + resolved "https://registry.yarnpkg.com/moment/-/moment-2.21.0.tgz#2a114b51d2a6ec9e6d83cf803f838a878d8a023a" + +moment@^2.6.0: version "2.20.1" resolved "https://registry.yarnpkg.com/moment/-/moment-2.20.1.tgz#d6eb1a46cbcc14a2b2f9434112c1ff8907f313fd" @@ -10447,6 +10480,10 @@ negotiator@0.6.1: version "0.6.1" resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.1.tgz#2b327184e8992101177b28563fb5e7102acd0ca9" +neo-async@^2.5.0: + version "2.5.0" + resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.5.0.tgz#76b1c823130cca26acfbaccc8fbaf0a2fa33b18f" + nested-object-assign@^1.0.1: version "1.0.2" resolved "https://registry.yarnpkg.com/nested-object-assign/-/nested-object-assign-1.0.2.tgz#9a84ef51b5c11298b5476d6c65b26458c9eae82b" @@ -13817,6 +13854,16 @@ sass-loader@^6.0.6: lodash.tail "^4.1.1" pify "^3.0.0" +sass-loader@^6.0.7: + version "6.0.7" + resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-6.0.7.tgz#dd2fdb3e7eeff4a53f35ba6ac408715488353d00" + dependencies: + clone-deep "^2.0.1" + loader-utils "^1.0.1" + lodash.tail "^4.1.1" + neo-async "^2.5.0" + pify "^3.0.0" + saucelabs@~1.3.0: version "1.3.0" resolved "https://registry.yarnpkg.com/saucelabs/-/saucelabs-1.3.0.tgz#d240e8009df7fa87306ec4578a69ba3b5c424fee" @@ -14110,6 +14157,14 @@ shallow-clone@^0.1.2: lazy-cache "^0.2.3" mixin-object "^2.0.1" +shallow-clone@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/shallow-clone/-/shallow-clone-1.0.0.tgz#4480cd06e882ef68b2ad88a3ea54832e2c48b571" + dependencies: + is-extendable "^0.1.1" + kind-of "^5.0.0" + mixin-object "^2.0.1" + shallowequal@^0.2.2: version "0.2.2" resolved "https://registry.yarnpkg.com/shallowequal/-/shallowequal-0.2.2.tgz#1e32fd5bcab6ad688a4812cb0cc04efc75c7014e" @@ -14899,6 +14954,12 @@ supports-color@^5.2.0: dependencies: has-flag "^3.0.0" +supports-color@^5.3.0: + version "5.3.0" + resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.3.0.tgz#5b24ac15db80fa927cf5227a4a33fd3c4c7676c0" + dependencies: + has-flag "^3.0.0" + supports-hyperlinks@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/supports-hyperlinks/-/supports-hyperlinks-1.0.1.tgz#71daedf36cc1060ac5100c351bb3da48c29c0ef7" @@ -14982,7 +15043,7 @@ syntax-error@^1.1.1: dependencies: acorn-node "^1.2.0" -table@^4.0.1: +table@4.0.2, table@^4.0.1: version "4.0.2" resolved "https://registry.yarnpkg.com/table/-/table-4.0.2.tgz#a33447375391e766ad34d3486e6e2aedc84d2e36" dependencies: