Skip to content

Commit

Permalink
Bump core-js from 3.13.0 to 3.13.1 (#1872)
Browse files Browse the repository at this point in the history
* Bump core-js from 3.13.0 to 3.13.1

Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.13.0 to 3.13.1.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/commits/v3.13.1/packages/core-js)

Signed-off-by: dependabot[bot] <support@github.com>

* upgrade bazel tools

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Christoph Pröschel <chris@airy.co>
  • Loading branch information
dependabot[bot] and Christoph Pröschel committed May 31, 2021
1 parent 61dbb17 commit 75c97c7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
# Airy Bazel tools
git_repository(
name = "com_github_airyhq_bazel_tools",
commit = "bbfbc0844c30b52e146690412030cfe9c6b475e3",
commit = "5943abd41d625ea3bca952bb0087cc01e95b932f",
remote = "https://github.com/airyhq/bazel-tools.git",
shallow_since = "1620236403 +0200",
shallow_since = "1622467587 +0200",
)

load("@com_github_airyhq_bazel_tools//:repositories.bzl", "airy_bazel_tools_dependencies", "airy_jvm_deps")
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@types/react-redux": "7.1.16",
"@types/react-router-dom": "^5.1.7",
"camelcase-keys": "^6.2.2",
"core-js": "3.13.0",
"core-js": "3.13.1",
"emoji-mart": "3.0.1",
"linkifyjs": "^2.1.9",
"lodash-es": "^4.17.21",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2679,10 +2679,10 @@ core-js-compat@^3.9.0, core-js-compat@^3.9.1:
browserslist "^4.16.3"
semver "7.0.0"

core-js@3.13.0:
version "3.13.0"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.13.0.tgz#58ca436bf01d6903aee3d364089868d0d89fe58d"
integrity sha512-iWDbiyha1M5vFwPFmQnvRv+tJzGbFAm6XimJUT0NgHYW3xZEs1SkCAcasWSVFxpI2Xb/V1DDJckq3v90+bQnog==
core-js@3.13.1:
version "3.13.1"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.13.1.tgz#30303fabd53638892062d8b4e802cac7599e9fb7"
integrity sha512-JqveUc4igkqwStL2RTRn/EPFGBOfEZHxJl/8ej1mXJR75V3go2mFF4bmUYkEIT1rveHKnkUlcJX/c+f1TyIovQ==

core-util-is@1.0.2, core-util-is@~1.0.0:
version "1.0.2"
Expand Down

0 comments on commit 75c97c7

Please sign in to comment.