Skip to content

Commit

Permalink
fix(deps): update dependency core-js to v3.16.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Aug 29, 2021
1 parent f3f2ce1 commit e2f735d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/junipero-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.15.3",
"core-js": "3.16.3"
"core-js": "3.16.4"
},
"devDependencies": {
"@poool/junipero-utils": "^2.0.0-rc.10"
Expand Down
2 changes: 1 addition & 1 deletion packages/junipero-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.15.3",
"core-js": "3.16.3"
"core-js": "3.16.4"
},
"scripts": {
"clean": "rm -rf ./dist || true",
Expand Down
2 changes: 1 addition & 1 deletion packages/junipero/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@babel/runtime-corejs3": "7.15.3",
"@poool/junipero-hooks": "^2.0.0-rc.10",
"@poool/junipero-utils": "^2.0.0-rc.10",
"core-js": "3.16.3",
"core-js": "3.16.4",
"prop-types": "15.7.2"
},
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8173,10 +8173,10 @@ core-js-pure@^3.8.2:
resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.10.1.tgz#28642697dfcf02e0fd9f4d9891bd03a22df28ecf"
integrity sha512-PeyJH2SE0KuxY5eCGNWA+W+CeDpB6M1PN3S7Am7jSv/Ttuxz2SnWbIiVQOn/TDaGaGtxo8CRWHkXwJscbUHtVw==

core-js@3.16.3:
version "3.16.3"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.16.3.tgz#1f2d43c51a9ed014cc6c83440af14697ae4b75f2"
integrity sha512-lM3GftxzHNtPNUJg0v4pC2RC6puwMd6VZA7vXUczi+SKmCWSf4JwO89VJGMqbzmB7jlK7B5hr3S64PqwFL49cA==
core-js@3.16.4:
version "3.16.4"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.16.4.tgz#0fb1029a554fc2688c0963d7c900e188188a78e0"
integrity sha512-Tq4GVE6XCjE+hcyW6hPy0ofN3hwtLudz5ZRdrlCnsnD/xkm/PWQRudzYHiKgZKUcefV6Q57fhDHjZHJP5dpfSg==

core-js@^2.2.2, core-js@^2.4.0, core-js@^2.4.1:
version "2.6.12"
Expand Down

0 comments on commit e2f735d

Please sign in to comment.