Skip to content

Commit

Permalink
fix(deps): update minor and patch dependencies for gatsby-cli (#33768)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Nov 2, 2021
1 parent 93fabb5 commit e4f3c2b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions packages/gatsby-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
"joi": "^17.4.2",
"lodash": "^4.17.21",
"meant": "^1.0.3",
"node-fetch": "^2.6.5",
"node-fetch": "^2.6.6",
"opentracing": "^0.14.5",
"pretty-error": "^2.1.2",
"progress": "^2.0.3",
"prompts": "^2.4.1",
"redux": "4.0.5",
"prompts": "^2.4.2",
"redux": "4.1.2",
"resolve-cwd": "^3.0.0",
"semver": "^7.3.5",
"signal-exit": "^3.0.5",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20494,7 +20494,7 @@ prompts@2.4.0:
kleur "^3.0.3"
sisteransi "^1.0.5"

prompts@^2.0.1, prompts@^2.4.1, prompts@^2.4.2:
prompts@^2.0.1, prompts@^2.4.2:
version "2.4.2"
resolved "https://registry.yarnpkg.com/prompts/-/prompts-2.4.2.tgz#7b57e73b3a48029ad10ebd44f74b01722a4cb069"
integrity sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==
Expand Down Expand Up @@ -21223,10 +21223,10 @@ redux@4.0.5:
loose-envify "^1.4.0"
symbol-observable "^1.2.0"

redux@^4.0.5:
version "4.1.1"
resolved "https://registry.yarnpkg.com/redux/-/redux-4.1.1.tgz#76f1c439bb42043f985fbd9bf21990e60bd67f47"
integrity sha512-hZQZdDEM25UY2P493kPYuKqviVwZ58lEmGQNeQ+gXa+U0gYPUBf7NKYazbe3m+bs/DzM/ahN12DbF+NG8i0CWw==
redux@4.1.2, redux@^4.0.5:
version "4.1.2"
resolved "https://registry.yarnpkg.com/redux/-/redux-4.1.2.tgz#140f35426d99bb4729af760afcf79eaaac407104"
integrity sha512-SH8PglcebESbd/shgf6mii6EIoRM0zrQyjcuQ+ojmfxjTtE0z9Y8pa62iA/OJ58qjP6j27uyW4kUF4jl/jd6sw==
dependencies:
"@babel/runtime" "^7.9.2"

Expand Down

0 comments on commit e4f3c2b

Please sign in to comment.