Skip to content

Commit 010e162

Browse files
build(deps): bump core-js from 3.10.0 to 3.10.1 in /examples
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.10.0 to 3.10.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.10.1/packages/core-js) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 533adc9 commit 010e162

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

examples/vue-3-vue-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"@fluent/bundle": "^0.16.0",
1111
"@fluent/dedent": "^0.3.0",
12-
"core-js": "^3.9.1",
12+
"core-js": "^3.10.1",
1313
"fluent-vue": "file:../../packages/fluent-vue",
1414
"vue": "^3.0.5"
1515
},

examples/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3007,10 +3007,10 @@ core-js@^2.4.0, core-js@^2.6.5:
30073007
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.12.tgz#d9333dfa7b065e347cc5682219d6f690859cc2ec"
30083008
integrity sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==
30093009

3010-
core-js@^3.8.3, core-js@^3.9.1:
3011-
version "3.10.0"
3012-
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.10.0.tgz#9a020547c8b6879f929306949e31496bbe2ae9b3"
3013-
integrity sha512-MQx/7TLgmmDVamSyfE+O+5BHvG1aUGj/gHhLn1wVtm2B5u1eVIPvh7vkfjwWKNCjrTJB8+He99IntSQ1qP+vYQ==
3010+
core-js@^3.10.1, core-js@^3.8.3:
3011+
version "3.10.1"
3012+
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.10.1.tgz#e683963978b6806dcc6c0a4a8bd4ab0bdaf3f21a"
3013+
integrity sha512-pwCxEXnj27XG47mu7SXAwhLP3L5CrlvCB91ANUkIz40P27kUcvNfSdvyZJ9CLHiVoKSp+TTChMQMSKQEH/IQxA==
30143014

30153015
core-util-is@1.0.2, core-util-is@~1.0.0:
30163016
version "1.0.2"

0 commit comments

Comments
 (0)