Skip to content

Commit

Permalink
fix(deps): update dependency core-js to v3.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 19, 2021
1 parent 66e95b5 commit e2d41a2
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 18 deletions.
2 changes: 1 addition & 1 deletion Angular InstantSearch/e-commerce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@angular/router": "12.0.3",
"algoliasearch": "4.10.3",
"angular-instantsearch": "4.0.0",
"core-js": "2.4.1",
"core-js": "3.19.1",
"instantsearch.js": "^4.30.2",
"nouislider": "10.1.0",
"rxjs": "6.6.7",
Expand Down
10 changes: 5 additions & 5 deletions Angular InstantSearch/e-commerce/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2662,16 +2662,16 @@ core-js-compat@^3.9.0, core-js-compat@^3.9.1:
browserslist "^4.16.6"
semver "7.0.0"

[email protected]:
version "2.4.1"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.4.1.tgz#4de911e667b0eae9124e34254b53aea6fc618d3e"
integrity sha1-TekR5mew6ukSTjQlS1OupvxhjT4=

[email protected]:
version "3.12.0"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.12.0.tgz#62bac86f7d7f087d40dba3e90a211c2c3c8559ea"
integrity sha512-SaMnchL//WwU2Ot1hhkPflE8gzo7uq1FGvUJ8GKmi3TOU7rGTHIU+eir1WGf6qOtTyxdfdcp10yPdGZ59sQ3hw==

[email protected]:
version "3.19.1"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.19.1.tgz#f6f173cae23e73a7d88fa23b6e9da329276c6641"
integrity sha512-Tnc7E9iKd/b/ff7GFbhwPVzJzPztGrChB8X8GLqoYGdEOG8IpLnK1xPyo3ZoO3HsK6TodJS58VGPOxA+hLHQMg==

[email protected], core-util-is@~1.0.0:
version "1.0.2"
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
Expand Down
2 changes: 1 addition & 1 deletion Angular InstantSearch/media/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@angular/router": "10.2.5",
"algoliasearch": "4.10.3",
"angular-instantsearch": "4.0.0",
"core-js": "2.4.1",
"core-js": "3.19.1",
"instantsearch.js": "^4.30.2",
"nouislider": "10.1.0",
"rxjs": "6.6.7",
Expand Down
8 changes: 4 additions & 4 deletions Angular InstantSearch/media/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2830,10 +2830,10 @@ core-js-compat@^3.6.2:
browserslist "^4.16.6"
semver "7.0.0"

core-js@2.4.1:
version "2.4.1"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.4.1.tgz#4de911e667b0eae9124e34254b53aea6fc618d3e"
integrity sha1-TekR5mew6ukSTjQlS1OupvxhjT4=
core-js@3.19.1:
version "3.19.1"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.19.1.tgz#f6f173cae23e73a7d88fa23b6e9da329276c6641"
integrity sha512-Tnc7E9iKd/b/ff7GFbhwPVzJzPztGrChB8X8GLqoYGdEOG8IpLnK1xPyo3ZoO3HsK6TodJS58VGPOxA+hLHQMg==

[email protected]:
version "3.6.4"
Expand Down
2 changes: 1 addition & 1 deletion Vue InstantSearch/conditional-request/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"algoliasearch": "3.33.0",
"core-js": "2.6.7",
"core-js": "3.19.1",
"vue": "2.6.10",
"vue-instantsearch": "3.0.3"
},
Expand Down
8 changes: 4 additions & 4 deletions Vue InstantSearch/conditional-request/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2240,10 +2240,10 @@ copy-webpack-plugin@^4.6.0:
p-limit "^1.0.0"
serialize-javascript "^1.4.0"

core-js@2.6.7:
version "2.6.7"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.7.tgz#c2b19af9b50ec49c356ee087d6155632a889e968"
integrity sha512-ydmsQxDVH7lDpYoirXft8S83ddKKfdsrsmWhtyj7xafXVLbLhKOyfD7kAi2ueFfeP7m9rNavjW59O3hLLzzC5A==
core-js@3.19.1:
version "3.19.1"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.19.1.tgz#f6f173cae23e73a7d88fa23b6e9da329276c6641"
integrity sha512-Tnc7E9iKd/b/ff7GFbhwPVzJzPztGrChB8X8GLqoYGdEOG8IpLnK1xPyo3ZoO3HsK6TodJS58VGPOxA+hLHQMg==

core-js@^2.6.5:
version "2.6.5"
Expand Down
2 changes: 1 addition & 1 deletion Vue InstantSearch/vue3-ssr-vue-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"algoliasearch": "^4.10.3",
"core-js": "^3.6.5",
"core-js": "3.19.1",
"express": "^4.17.1",
"qs": "6.5.1",
"vue": "3.1.5",
Expand Down
5 changes: 5 additions & 0 deletions Vue InstantSearch/vue3-ssr-vue-cli/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3045,6 +3045,11 @@ core-js-compat@^3.14.0, core-js-compat@^3.15.0, core-js-compat@^3.6.5:
browserslist "^4.16.6"
semver "7.0.0"

[email protected]:
version "3.19.1"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.19.1.tgz#f6f173cae23e73a7d88fa23b6e9da329276c6641"
integrity sha512-Tnc7E9iKd/b/ff7GFbhwPVzJzPztGrChB8X8GLqoYGdEOG8IpLnK1xPyo3ZoO3HsK6TodJS58VGPOxA+hLHQMg==

core-js@^3.6.5:
version "3.15.2"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.15.2.tgz#740660d2ff55ef34ce664d7e2455119c5bdd3d61"
Expand Down
2 changes: 1 addition & 1 deletion Vue InstantSearch/vue3-vue-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"algoliasearch": "4.10.3",
"core-js": "^3.6.5",
"core-js": "3.19.1",
"vue": "^3.1.2",
"vue-instantsearch": "4.0.0"
},
Expand Down
5 changes: 5 additions & 0 deletions Vue InstantSearch/vue3-vue-cli/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2932,6 +2932,11 @@ core-js-compat@^3.14.0, core-js-compat@^3.16.0, core-js-compat@^3.6.5:
browserslist "^4.16.7"
semver "7.0.0"

[email protected]:
version "3.19.1"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.19.1.tgz#f6f173cae23e73a7d88fa23b6e9da329276c6641"
integrity sha512-Tnc7E9iKd/b/ff7GFbhwPVzJzPztGrChB8X8GLqoYGdEOG8IpLnK1xPyo3ZoO3HsK6TodJS58VGPOxA+hLHQMg==

core-js@^3.6.5:
version "3.16.2"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.16.2.tgz#3f485822889c7fc48ef463e35be5cc2a4a01a1f4"
Expand Down

0 comments on commit e2d41a2

Please sign in to comment.