Skip to content

Commit ea330ee

Browse files
authored
Merge branch 'dev' into dependabot/npm_and_yarn/postcss-8.1.9
2 parents f6908d1 + 813fca5 commit ea330ee

File tree

2 files changed

+87
-78
lines changed

2 files changed

+87
-78
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,11 @@
9191
"vue-functional-data-merge": "^3.1.0"
9292
},
9393
"devDependencies": {
94-
"@babel/cli": "^7.12.1",
94+
"@babel/cli": "^7.12.7",
9595
"@babel/core": "^7.12.3",
9696
"@babel/plugin-transform-modules-commonjs": "^7.12.1",
9797
"@babel/plugin-transform-runtime": "^7.12.1",
98-
"@babel/preset-env": "^7.12.1",
98+
"@babel/preset-env": "^7.12.7",
9999
"@babel/standalone": "^7.12.6",
100100
"@nuxt/content": "^1.11.0",
101101
"@nuxtjs/google-analytics": "^2.4.0",

yarn.lock

Lines changed: 85 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

5-
"@babel/cli@^7.12.1":
6-
version "7.12.1"
7-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.12.1.tgz#e08a0b1cb6fcd4b9eb6a606ba5602c5c0fe24a0c"
8-
integrity sha512-eRJREyrfAJ2r42Iaxe8h3v6yyj1wu9OyosaUHW6UImjGf9ahGL9nsFNh7OCopvtcPL8WnEo7tp78wrZaZ6vG9g==
5+
"@babel/cli@^7.12.7":
6+
version "7.12.7"
7+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.12.7.tgz#63a3c38bddff02a1c633c70f2fd03019af6bf977"
8+
integrity sha512-vE1fidQsaWnQVs4SItkuCdi3+uXqjbhw4cIKp8aawKxOnTnlvxYMzXSeMAqo6alldQRFQYb198YQfW0Sp1jl5Q==
99
dependencies:
1010
commander "^4.0.1"
1111
convert-source-map "^1.1.0"
@@ -16,7 +16,7 @@
1616
slash "^2.0.0"
1717
source-map "^0.5.0"
1818
optionalDependencies:
19-
"@nicolo-ribaudo/chokidar-2" "^2.1.8"
19+
"@nicolo-ribaudo/chokidar-2" "2.1.8-no-fsevents"
2020
chokidar "^3.4.0"
2121

2222
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4":
@@ -26,10 +26,10 @@
2626
dependencies:
2727
"@babel/highlight" "^7.10.4"
2828

29-
"@babel/compat-data@^7.12.1":
30-
version "7.12.1"
31-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.1.tgz#d7386a689aa0ddf06255005b4b991988021101a0"
32-
integrity sha512-725AQupWJZ8ba0jbKceeFblZTY90McUBWMwHhkFQ9q1zKPJ95GUktljFcgcsIVwRnTnRKlcYzfiNImg5G9m6ZQ==
29+
"@babel/compat-data@^7.12.5", "@babel/compat-data@^7.12.7":
30+
version "7.12.7"
31+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.7.tgz#9329b4782a7d6bbd7eef57e11addf91ee3ef1e41"
32+
integrity sha512-YaxPMGs/XIWtYqrdEOZOCPsVWfEoriXopnsz3/i7apYPXQ3698UFhS6dVT1KN5qOsWmVgw/FOrmQgpRaZayGsw==
3333

3434
"@babel/core@^7.1.0", "@babel/core@^7.12.0", "@babel/core@^7.12.3", "@babel/core@^7.7.5":
3535
version "7.12.3"
@@ -77,14 +77,14 @@
7777
"@babel/helper-explode-assignable-expression" "^7.10.4"
7878
"@babel/types" "^7.10.4"
7979

80-
"@babel/helper-compilation-targets@^7.12.0", "@babel/helper-compilation-targets@^7.12.1":
81-
version "7.12.1"
82-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.12.1.tgz#310e352888fbdbdd8577be8dfdd2afb9e7adcf50"
83-
integrity sha512-jtBEif7jsPwP27GPHs06v4WBV0KrE8a/P7n0N0sSvHn2hwUCYnolP/CLmz51IzAW4NlN+HuoBtb9QcwnRo9F/g==
80+
"@babel/helper-compilation-targets@^7.12.0", "@babel/helper-compilation-targets@^7.12.5":
81+
version "7.12.5"
82+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.12.5.tgz#cb470c76198db6a24e9dbc8987275631e5d29831"
83+
integrity sha512-+qH6NrscMolUlzOYngSBMIOQpKUGPPsc61Bu5W10mg84LxZ7cmvnBHzARKbDoFxVvqqAbj6Tg6N7bSrWSPXMyw==
8484
dependencies:
85-
"@babel/compat-data" "^7.12.1"
85+
"@babel/compat-data" "^7.12.5"
8686
"@babel/helper-validator-option" "^7.12.1"
87-
browserslist "^4.12.0"
87+
browserslist "^4.14.5"
8888
semver "^5.5.0"
8989

9090
"@babel/helper-create-class-features-plugin@^7.12.1":
@@ -153,12 +153,12 @@
153153
dependencies:
154154
"@babel/types" "^7.12.1"
155155

156-
"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.12.1":
157-
version "7.12.1"
158-
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.1.tgz#1644c01591a15a2f084dd6d092d9430eb1d1216c"
159-
integrity sha512-ZeC1TlMSvikvJNy1v/wPIazCu3NdOwgYZLIkmIyAsGhqkNpiDoQQRmaCK8YP4Pq3GPTLPV9WXaPCJKvx06JxKA==
156+
"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.12.1", "@babel/helper-module-imports@^7.12.5":
157+
version "7.12.5"
158+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.5.tgz#1bfc0229f794988f76ed0a4d4e90860850b54dfb"
159+
integrity sha512-SR713Ogqg6++uexFRORf/+nPXMmWIn80TALu0uaFb+iQIUoR7bOC7zBWyzBs5b3tBBJXuyD0cRu1F15GyzjOWA==
160160
dependencies:
161-
"@babel/types" "^7.12.1"
161+
"@babel/types" "^7.12.5"
162162

163163
"@babel/helper-module-transforms@^7.12.1":
164164
version "7.12.1"
@@ -343,10 +343,10 @@
343343
"@babel/helper-plugin-utils" "^7.10.4"
344344
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.0"
345345

346-
"@babel/plugin-proposal-numeric-separator@^7.12.1":
347-
version "7.12.1"
348-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.12.1.tgz#0e2c6774c4ce48be412119b4d693ac777f7685a6"
349-
integrity sha512-MR7Ok+Af3OhNTCxYVjJZHS0t97ydnJZt/DbR4WISO39iDnhiD8XHrY12xuSJ90FFEGjir0Fzyyn7g/zY6hxbxA==
346+
"@babel/plugin-proposal-numeric-separator@^7.12.7":
347+
version "7.12.7"
348+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.12.7.tgz#8bf253de8139099fea193b297d23a9d406ef056b"
349+
integrity sha512-8c+uy0qmnRTeukiGsjLGy6uVs/TFjJchGXUeBqlG4VWYOdJWkhhVPdQ3uHwbmalfJwv2JsV0qffXP4asRfL2SQ==
350350
dependencies:
351351
"@babel/helper-plugin-utils" "^7.10.4"
352352
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
@@ -368,10 +368,10 @@
368368
"@babel/helper-plugin-utils" "^7.10.4"
369369
"@babel/plugin-syntax-optional-catch-binding" "^7.8.0"
370370

371-
"@babel/plugin-proposal-optional-chaining@^7.12.0", "@babel/plugin-proposal-optional-chaining@^7.12.1":
372-
version "7.12.1"
373-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.1.tgz#cce122203fc8a32794296fc377c6dedaf4363797"
374-
integrity sha512-c2uRpY6WzaVDzynVY9liyykS+kVU+WRZPMPYpkelXH8KBt1oXoI89kPbZKKG/jDT5UK92FTW2fZkZaJhdiBabw==
371+
"@babel/plugin-proposal-optional-chaining@^7.12.0", "@babel/plugin-proposal-optional-chaining@^7.12.7":
372+
version "7.12.7"
373+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.7.tgz#e02f0ea1b5dc59d401ec16fb824679f683d3303c"
374+
integrity sha512-4ovylXZ0PWmwoOvhU2vhnzVNnm88/Sm9nx7V8BPgMvAzn5zDou3/Awy0EjglyubVHasJj+XCEkr/r1X3P5elCA==
375375
dependencies:
376376
"@babel/helper-plugin-utils" "^7.10.4"
377377
"@babel/helper-skip-transparent-expression-wrappers" "^7.12.1"
@@ -728,13 +728,12 @@
728728
"@babel/helper-plugin-utils" "^7.10.4"
729729
"@babel/helper-skip-transparent-expression-wrappers" "^7.12.1"
730730

731-
"@babel/plugin-transform-sticky-regex@^7.12.1":
732-
version "7.12.1"
733-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.12.1.tgz#5c24cf50de396d30e99afc8d1c700e8bce0f5caf"
734-
integrity sha512-CiUgKQ3AGVk7kveIaPEET1jNDhZZEl1RPMWdTBE1799bdz++SwqDHStmxfCtDfBhQgCl38YRiSnrMuUMZIWSUQ==
731+
"@babel/plugin-transform-sticky-regex@^7.12.7":
732+
version "7.12.7"
733+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.12.7.tgz#560224613ab23987453948ed21d0b0b193fa7fad"
734+
integrity sha512-VEiqZL5N/QvDbdjfYQBhruN0HYjSPjC4XkeqW4ny/jNtH9gcbgaqBIXYEZCNnESMAGs0/K/R7oFGMhOyu/eIxg==
735735
dependencies:
736736
"@babel/helper-plugin-utils" "^7.10.4"
737-
"@babel/helper-regex" "^7.10.4"
738737

739738
"@babel/plugin-transform-template-literals@^7.12.1":
740739
version "7.12.1"
@@ -765,14 +764,14 @@
765764
"@babel/helper-create-regexp-features-plugin" "^7.12.1"
766765
"@babel/helper-plugin-utils" "^7.10.4"
767766

768-
"@babel/preset-env@^7.12.0", "@babel/preset-env@^7.12.1":
769-
version "7.12.1"
770-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.12.1.tgz#9c7e5ca82a19efc865384bb4989148d2ee5d7ac2"
771-
integrity sha512-H8kxXmtPaAGT7TyBvSSkoSTUK6RHh61So05SyEbpmr0MCZrsNYn7mGMzzeYoOUCdHzww61k8XBft2TaES+xPLg==
767+
"@babel/preset-env@^7.12.0", "@babel/preset-env@^7.12.7":
768+
version "7.12.7"
769+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.12.7.tgz#54ea21dbe92caf6f10cb1a0a576adc4ebf094b55"
770+
integrity sha512-OnNdfAr1FUQg7ksb7bmbKoby4qFOHw6DKWWUNB9KqnnCldxhxJlP+21dpyaWFmf2h0rTbOkXJtAGevY3XW1eew==
772771
dependencies:
773-
"@babel/compat-data" "^7.12.1"
774-
"@babel/helper-compilation-targets" "^7.12.1"
775-
"@babel/helper-module-imports" "^7.12.1"
772+
"@babel/compat-data" "^7.12.7"
773+
"@babel/helper-compilation-targets" "^7.12.5"
774+
"@babel/helper-module-imports" "^7.12.5"
776775
"@babel/helper-plugin-utils" "^7.10.4"
777776
"@babel/helper-validator-option" "^7.12.1"
778777
"@babel/plugin-proposal-async-generator-functions" "^7.12.1"
@@ -782,10 +781,10 @@
782781
"@babel/plugin-proposal-json-strings" "^7.12.1"
783782
"@babel/plugin-proposal-logical-assignment-operators" "^7.12.1"
784783
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.12.1"
785-
"@babel/plugin-proposal-numeric-separator" "^7.12.1"
784+
"@babel/plugin-proposal-numeric-separator" "^7.12.7"
786785
"@babel/plugin-proposal-object-rest-spread" "^7.12.1"
787786
"@babel/plugin-proposal-optional-catch-binding" "^7.12.1"
788-
"@babel/plugin-proposal-optional-chaining" "^7.12.1"
787+
"@babel/plugin-proposal-optional-chaining" "^7.12.7"
789788
"@babel/plugin-proposal-private-methods" "^7.12.1"
790789
"@babel/plugin-proposal-unicode-property-regex" "^7.12.1"
791790
"@babel/plugin-syntax-async-generators" "^7.8.0"
@@ -827,14 +826,14 @@
827826
"@babel/plugin-transform-reserved-words" "^7.12.1"
828827
"@babel/plugin-transform-shorthand-properties" "^7.12.1"
829828
"@babel/plugin-transform-spread" "^7.12.1"
830-
"@babel/plugin-transform-sticky-regex" "^7.12.1"
829+
"@babel/plugin-transform-sticky-regex" "^7.12.7"
831830
"@babel/plugin-transform-template-literals" "^7.12.1"
832831
"@babel/plugin-transform-typeof-symbol" "^7.12.1"
833832
"@babel/plugin-transform-unicode-escapes" "^7.12.1"
834833
"@babel/plugin-transform-unicode-regex" "^7.12.1"
835834
"@babel/preset-modules" "^0.1.3"
836-
"@babel/types" "^7.12.1"
837-
core-js-compat "^3.6.2"
835+
"@babel/types" "^7.12.7"
836+
core-js-compat "^3.7.0"
838837
semver "^5.5.0"
839838

840839
"@babel/preset-modules@^0.1.3":
@@ -892,10 +891,10 @@
892891
globals "^11.1.0"
893892
lodash "^4.17.19"
894893

895-
"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.11.0", "@babel/types@^7.12.1", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
896-
version "7.12.1"
897-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.1.tgz#e109d9ab99a8de735be287ee3d6a9947a190c4ae"
898-
integrity sha512-BzSY3NJBKM4kyatSOWh3D/JJ2O3CVzBybHWxtgxnggaxEuaSTTDqeiSb/xk9lrkw2Tbqyivw5ZU4rT+EfznQsA==
894+
"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.11.0", "@babel/types@^7.12.1", "@babel/types@^7.12.5", "@babel/types@^7.12.7", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
895+
version "7.12.7"
896+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.7.tgz#6039ff1e242640a29452c9ae572162ec9a8f5d13"
897+
integrity sha512-MNyI92qZq6jrQkXvtIiykvl4WtoRrVV9MPn+ZfsoEENjiWcBQ3ZSHrkxnJWgWtLX3XXqX5hrSQ+X69wkmesXuQ==
899898
dependencies:
900899
"@babel/helper-validator-identifier" "^7.10.4"
901900
lodash "^4.17.19"
@@ -1144,12 +1143,22 @@
11441143
resolved "https://registry.yarnpkg.com/@lokidb/loki/-/loki-2.1.0.tgz#f707e184016ce57d6dd12013938c33f9c540960e"
11451144
integrity sha512-u2VH/4h4kZww23bak5I/oRai8VqIZCSuqiLbuSHpYXHB9Na5E9KNazh59prgUyvMzfooY7XKiHejbKVxFoAEOQ==
11461145

1147-
"@nicolo-ribaudo/chokidar-2@^2.1.8":
1148-
version "2.1.8"
1149-
resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8.tgz#eef8d9b47e8dc589499f14d656e8d2dd978c3d14"
1150-
integrity sha512-FohwULwAebCUKi/akMFyGi7jfc7JXTeMHzKxuP3umRd9mK/2Y7/SMBSI2jX+YLopPXi+PF9l307NmpfxTdCegA==
1146+
"@nicolo-ribaudo/chokidar-2@2.1.8-no-fsevents":
1147+
version "2.1.8-no-fsevents"
1148+
resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8-no-fsevents.tgz#da7c3996b8e6e19ebd14d82eaced2313e7769f9b"
1149+
integrity sha512-+nb9vWloHNNMFHjGofEam3wopE3m1yuambrrd/fnPc+lFOMB9ROTqQlche9ByFWNkdNqfSgR/kkQtQ8DzEWt2w==
11511150
dependencies:
1152-
chokidar "2.1.8"
1151+
anymatch "^2.0.0"
1152+
async-each "^1.0.1"
1153+
braces "^2.3.2"
1154+
glob-parent "^3.1.0"
1155+
inherits "^2.0.3"
1156+
is-binary-path "^1.0.0"
1157+
is-glob "^4.0.0"
1158+
normalize-path "^3.0.0"
1159+
path-is-absolute "^1.0.0"
1160+
readdirp "^2.2.1"
1161+
upath "^1.1.1"
11531162

11541163
"@nodelib/fs.scandir@2.1.3":
11551164
version "2.1.3"
@@ -3242,7 +3251,7 @@ browserify-zlib@^0.2.0:
32423251
dependencies:
32433252
pako "~1.0.5"
32443253

3245-
browserslist@^4.0.0, browserslist@^4.12.0, browserslist@^4.14.7, browserslist@^4.6.4, browserslist@^4.8.5:
3254+
browserslist@^4.0.0, browserslist@^4.12.0, browserslist@^4.14.5, browserslist@^4.14.6, browserslist@^4.14.7, browserslist@^4.6.4:
32463255
version "4.14.7"
32473256
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.14.7.tgz#c071c1b3622c1c2e790799a37bb09473a4351cb6"
32483257
integrity sha512-BSVRLCeG3Xt/j/1cCGj1019Wbty0H+Yvu2AOuZSuoaUWn3RatbL33Cxk+Q4jRMRAbOm0p7SLravLjpnT6s0vzQ==
@@ -3677,7 +3686,22 @@ check-types@^8.0.3:
36773686
resolved "https://registry.yarnpkg.com/check-types/-/check-types-8.0.3.tgz#3356cca19c889544f2d7a95ed49ce508a0ecf552"
36783687
integrity sha512-YpeKZngUmG65rLudJ4taU7VLkOCTMhNl/u4ctNC56LQS/zJTyNH0Lrtwm1tfTsbLlwvlfsA2d1c8vCf/Kh2KwQ==
36793688

3680-
chokidar@2.1.8, chokidar@^2.1.8:
3689+
"chokidar@>=2.0.0 <4.0.0", chokidar@^3.3.0, chokidar@^3.4.0, chokidar@^3.4.1, chokidar@^3.4.3:
3690+
version "3.4.3"
3691+
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.4.3.tgz#c1df38231448e45ca4ac588e6c79573ba6a57d5b"
3692+
integrity sha512-DtM3g7juCXQxFVSNPNByEC2+NImtBuxQQvWlHunpJIS5Ocr0lG306cC7FCi7cEA0fzmybPUIl4txBIobk1gGOQ==
3693+
dependencies:
3694+
anymatch "~3.1.1"
3695+
braces "~3.0.2"
3696+
glob-parent "~5.1.0"
3697+
is-binary-path "~2.1.0"
3698+
is-glob "~4.0.1"
3699+
normalize-path "~3.0.0"
3700+
readdirp "~3.5.0"
3701+
optionalDependencies:
3702+
fsevents "~2.1.2"
3703+
3704+
chokidar@^2.1.8:
36813705
version "2.1.8"
36823706
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.8.tgz#804b3a7b6a99358c3c5c61e71d8728f041cff917"
36833707
integrity sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==
@@ -3696,21 +3720,6 @@ chokidar@2.1.8, chokidar@^2.1.8:
36963720
optionalDependencies:
36973721
fsevents "^1.2.7"
36983722

3699-
"chokidar@>=2.0.0 <4.0.0", chokidar@^3.3.0, chokidar@^3.4.0, chokidar@^3.4.1, chokidar@^3.4.3:
3700-
version "3.4.3"
3701-
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.4.3.tgz#c1df38231448e45ca4ac588e6c79573ba6a57d5b"
3702-
integrity sha512-DtM3g7juCXQxFVSNPNByEC2+NImtBuxQQvWlHunpJIS5Ocr0lG306cC7FCi7cEA0fzmybPUIl4txBIobk1gGOQ==
3703-
dependencies:
3704-
anymatch "~3.1.1"
3705-
braces "~3.0.2"
3706-
glob-parent "~5.1.0"
3707-
is-binary-path "~2.1.0"
3708-
is-glob "~4.0.1"
3709-
normalize-path "~3.0.0"
3710-
readdirp "~3.5.0"
3711-
optionalDependencies:
3712-
fsevents "~2.1.2"
3713-
37143723
chownr@^1.0.1, chownr@^1.1.1, chownr@^1.1.2:
37153724
version "1.1.4"
37163725
resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.4.tgz#6fc9d7b42d32a583596337666e7d08084da2cc6b"
@@ -4376,12 +4385,12 @@ copy-descriptor@^0.1.0:
43764385
resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
43774386
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
43784387

4379-
core-js-compat@^3.6.2:
4380-
version "3.6.5"
4381-
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.6.5.tgz#2a51d9a4e25dfd6e690251aa81f99e3c05481f1c"
4382-
integrity sha512-7ItTKOhOZbznhXAQ2g/slGg1PJV5zDO/WdkTwi7UEOJmkvsE32PWvx6mKtDjiMpjnR2CNf6BAD6sSxIlv7ptng==
4388+
core-js-compat@^3.7.0:
4389+
version "3.7.0"
4390+
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.7.0.tgz#8479c5d3d672d83f1f5ab94cf353e57113e065ed"
4391+
integrity sha512-V8yBI3+ZLDVomoWICO6kq/CD28Y4r1M7CWeO4AGpMdMfseu8bkSubBmUPySMGKRTS+su4XQ07zUkAsiu9FCWTg==
43834392
dependencies:
4384-
browserslist "^4.8.5"
4393+
browserslist "^4.14.6"
43854394
semver "7.0.0"
43864395

43874396
core-js-pure@^3.0.0:

0 commit comments

Comments
 (0)