This repository has been archived by the owner on Apr 25, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
102 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,10 +2,10 @@ | |
# yarn lockfile v1 | ||
|
||
|
||
"@babel/cli@^7.7.5": | ||
version "7.7.5" | ||
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.7.5.tgz#25702cc65418efc06989af3727897b9f4c8690b6" | ||
integrity sha512-y2YrMGXM3NUyu1Myg0pxg+Lx6g8XhEyvLHYNRwTBV6fDek3H7Io6b7N/LXscLs4HWn4HxMdy7f2rM1rTMp2mFg== | ||
"@babel/cli@^7.7.7": | ||
version "7.7.7" | ||
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.7.7.tgz#56849acbf81d1a970dd3d1b3097c8ebf5da3f534" | ||
integrity sha512-XQw5KyCZyu/M8/0rYiZyuwbgIQNzOrJzs9dDLX+MieSgBwTLvTj4QVbLmxJACAIvQIDT7PtyHN2sC48EOWTgaA== | ||
dependencies: | ||
commander "^4.0.1" | ||
convert-source-map "^1.1.0" | ||
|
@@ -52,15 +52,15 @@ | |
semver "^5.4.1" | ||
source-map "^0.5.0" | ||
|
||
"@babel/core@^7.7.5": | ||
version "7.7.5" | ||
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.7.5.tgz#ae1323cd035b5160293307f50647e83f8ba62f7e" | ||
integrity sha512-M42+ScN4+1S9iB6f+TL7QBpoQETxbclx+KNoKJABghnKYE+fMzSGqst0BZJc8CpI625bwPwYgUyRvxZ+0mZzpw== | ||
"@babel/core@^7.7.7": | ||
version "7.7.7" | ||
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.7.7.tgz#ee155d2e12300bcc0cff6a8ad46f2af5063803e9" | ||
integrity sha512-jlSjuj/7z138NLZALxVgrx13AOtqip42ATZP7+kYl53GvDV6+4dCek1mVUo8z8c8Xnw/mx2q3d9HWh3griuesQ== | ||
dependencies: | ||
"@babel/code-frame" "^7.5.5" | ||
"@babel/generator" "^7.7.4" | ||
"@babel/generator" "^7.7.7" | ||
"@babel/helpers" "^7.7.4" | ||
"@babel/parser" "^7.7.5" | ||
"@babel/parser" "^7.7.7" | ||
"@babel/template" "^7.7.4" | ||
"@babel/traverse" "^7.7.4" | ||
"@babel/types" "^7.7.4" | ||
|
@@ -93,6 +93,16 @@ | |
lodash "^4.17.13" | ||
source-map "^0.5.0" | ||
|
||
"@babel/generator@^7.7.7": | ||
version "7.7.7" | ||
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.7.7.tgz#859ac733c44c74148e1a72980a64ec84b85f4f45" | ||
integrity sha512-/AOIBpHh/JU1l0ZFS4kiRCBnLi6OTHzh0RPk3h9isBxkkqELtQNFi1Vr/tiG9p1yfoUdKVwISuXWQR+hwwM4VQ== | ||
dependencies: | ||
"@babel/types" "^7.7.4" | ||
jsesc "^2.5.1" | ||
lodash "^4.17.13" | ||
source-map "^0.5.0" | ||
|
||
"@babel/helper-annotate-as-pure@^7.7.4": | ||
version "7.7.4" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.7.4.tgz#bb3faf1e74b74bd547e867e48f551fa6b098b6ce" | ||
|
@@ -325,17 +335,18 @@ | |
esutils "^2.0.2" | ||
js-tokens "^4.0.0" | ||
|
||
"@babel/node@^7.7.4": | ||
version "7.7.4" | ||
resolved "https://registry.yarnpkg.com/@babel/node/-/node-7.7.4.tgz#de1cc9c67b335a19e4f71208554779bc63719f5a" | ||
integrity sha512-Vhhq2kK+BpsR2tW35zP8yOJZ7ONMVBwCD9fmNeRTU3MNNpcJDrrtVP5NK8ZX4nQAs0GSq6ky8noyn6MCVgL08g== | ||
"@babel/node@^7.7.7": | ||
version "7.7.7" | ||
resolved "https://registry.yarnpkg.com/@babel/node/-/node-7.7.7.tgz#10c488ca36da07670be0131679c4e22f9d7795d4" | ||
integrity sha512-QWWbQ6AyDffz6mA2mF0jixb/3IyRlqWgz5JNa2F6kSYe4vhPEytwuGmanx0NQJxBufDjffm/jYPuIfKfAyVzuA== | ||
dependencies: | ||
"@babel/register" "^7.7.4" | ||
"@babel/register" "^7.7.7" | ||
commander "^2.8.1" | ||
core-js "^3.2.1" | ||
lodash "^4.17.13" | ||
node-environment-flags "^1.0.5" | ||
regenerator-runtime "^0.13.3" | ||
resolve "^1.13.1" | ||
v8flags "^3.1.1" | ||
|
||
"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.4.3", "@babel/parser@^7.4.4", "@babel/parser@^7.5.0": | ||
|
@@ -348,10 +359,10 @@ | |
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.7.4.tgz#75ab2d7110c2cf2fa949959afb05fa346d2231bb" | ||
integrity sha512-jIwvLO0zCL+O/LmEJQjWA75MQTWwx3c3u2JOTDK5D3/9egrWRRA0/0hk9XXywYnXZVVpzrBYeIQTmhwUaePI9g== | ||
|
||
"@babel/parser@^7.7.5": | ||
version "7.7.5" | ||
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.7.5.tgz#cbf45321619ac12d83363fcf9c94bb67fa646d71" | ||
integrity sha512-KNlOe9+/nk4i29g0VXgl8PEXIRms5xKLJeuZ6UptN0fHv+jDiriG+y94X6qAgWTR0h3KaoM1wK5G5h7MHFRSig== | ||
"@babel/parser@^7.7.7": | ||
version "7.7.7" | ||
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.7.7.tgz#1b886595419cf92d811316d5b715a53ff38b4937" | ||
integrity sha512-WtTZMZAZLbeymhkd/sEaPD8IQyGAhmuTuvTzLiCFM7iXiVdY0gc0IaI+cW0fh1BnSMbJSzXX6/fHllgHKwHhXw== | ||
|
||
"@babel/plugin-proposal-async-generator-functions@^7.7.4": | ||
version "7.7.4" | ||
|
@@ -378,10 +389,10 @@ | |
"@babel/helper-plugin-utils" "^7.0.0" | ||
"@babel/plugin-syntax-json-strings" "^7.7.4" | ||
|
||
"@babel/plugin-proposal-object-rest-spread@^7.7.4": | ||
version "7.7.4" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.7.4.tgz#cc57849894a5c774214178c8ab64f6334ec8af71" | ||
integrity sha512-rnpnZR3/iWKmiQyJ3LKJpSwLDcX/nSXhdLk4Aq/tXOApIvyu7qoabrige0ylsAJffaUC51WiBu209Q0U+86OWQ== | ||
"@babel/plugin-proposal-object-rest-spread@^7.7.7": | ||
version "7.7.7" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.7.7.tgz#9f27075004ab99be08c5c1bd653a2985813cb370" | ||
integrity sha512-3qp9I8lelgzNedI3hrhkvhaEYree6+WHnyA/q4Dza9z7iEIs1eyhWyJnetk3jJ69RT0AT4G0UhEGwyGFJ7GUuQ== | ||
dependencies: | ||
"@babel/helper-plugin-utils" "^7.0.0" | ||
"@babel/plugin-syntax-object-rest-spread" "^7.7.4" | ||
|
@@ -394,10 +405,10 @@ | |
"@babel/helper-plugin-utils" "^7.0.0" | ||
"@babel/plugin-syntax-optional-catch-binding" "^7.7.4" | ||
|
||
"@babel/plugin-proposal-unicode-property-regex@^7.7.4": | ||
version "7.7.4" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.7.4.tgz#7c239ccaf09470dbe1d453d50057460e84517ebb" | ||
integrity sha512-cHgqHgYvffluZk85dJ02vloErm3Y6xtH+2noOBOJ2kXOJH3aVCDnj5eR/lVNlTnYu4hndAPJD3rTFjW3qee0PA== | ||
"@babel/plugin-proposal-unicode-property-regex@^7.7.7": | ||
version "7.7.7" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.7.7.tgz#433fa9dac64f953c12578b29633f456b68831c4e" | ||
integrity sha512-80PbkKyORBUVm1fbTLrHpYdJxMThzM1UqFGh0ALEhO9TYbG86Ah9zQYAB/84axz2vcxefDLdZwWwZNlYARlu9w== | ||
dependencies: | ||
"@babel/helper-create-regexp-features-plugin" "^7.7.4" | ||
"@babel/helper-plugin-utils" "^7.0.0" | ||
|
@@ -510,10 +521,10 @@ | |
dependencies: | ||
"@babel/helper-plugin-utils" "^7.0.0" | ||
|
||
"@babel/plugin-transform-dotall-regex@^7.7.4": | ||
version "7.7.4" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.7.4.tgz#f7ccda61118c5b7a2599a72d5e3210884a021e96" | ||
integrity sha512-mk0cH1zyMa/XHeb6LOTXTbG7uIJ8Rrjlzu91pUx/KS3JpcgaTDwMS8kM+ar8SLOvlL2Lofi4CGBAjCo3a2x+lw== | ||
"@babel/plugin-transform-dotall-regex@^7.7.7": | ||
version "7.7.7" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.7.7.tgz#3e9713f1b69f339e87fa796b097d73ded16b937b" | ||
integrity sha512-b4in+YlTeE/QmTgrllnb3bHA0HntYvjz8O3Mcbx75UBPJA2xhb5A8nle498VhxSXJHQefjtQxpnLPehDJ4TRlg== | ||
dependencies: | ||
"@babel/helper-create-regexp-features-plugin" "^7.7.4" | ||
"@babel/helper-plugin-utils" "^7.0.0" | ||
|
@@ -620,10 +631,10 @@ | |
"@babel/helper-plugin-utils" "^7.0.0" | ||
"@babel/helper-replace-supers" "^7.7.4" | ||
|
||
"@babel/plugin-transform-parameters@^7.7.4": | ||
version "7.7.4" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.7.4.tgz#da4555c97f39b51ac089d31c7380f03bca4075ce" | ||
integrity sha512-VJwhVePWPa0DqE9vcfptaJSzNDKrWU/4FbYCjZERtmqEs05g3UMXnYMZoXja7JAJ7Y7sPZipwm/pGApZt7wHlw== | ||
"@babel/plugin-transform-parameters@^7.7.7": | ||
version "7.7.7" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.7.7.tgz#7a884b2460164dc5f194f668332736584c760007" | ||
integrity sha512-OhGSrf9ZBrr1fw84oFXj5hgi8Nmg+E2w5L7NhnG0lPvpDtqd7dbyilM2/vR8CKbJ907RyxPh2kj6sBCSSfI9Ew== | ||
dependencies: | ||
"@babel/helper-call-delegate" "^7.7.4" | ||
"@babel/helper-get-function-arity" "^7.7.4" | ||
|
@@ -695,19 +706,19 @@ | |
"@babel/helper-create-regexp-features-plugin" "^7.7.4" | ||
"@babel/helper-plugin-utils" "^7.0.0" | ||
|
||
"@babel/preset-env@^7.7.6": | ||
version "7.7.6" | ||
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.7.6.tgz#39ac600427bbb94eec6b27953f1dfa1d64d457b2" | ||
integrity sha512-k5hO17iF/Q7tR9Jv8PdNBZWYW6RofxhnxKjBMc0nG4JTaWvOTiPoO/RLFwAKcA4FpmuBFm6jkoqaRJLGi0zdaQ== | ||
"@babel/preset-env@^7.7.7": | ||
version "7.7.7" | ||
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.7.7.tgz#c294167b91e53e7e36d820e943ece8d0c7fe46ac" | ||
integrity sha512-pCu0hrSSDVI7kCVUOdcMNQEbOPJ52E+LrQ14sN8uL2ALfSqePZQlKrOy+tM4uhEdYlCHi4imr8Zz2cZe9oSdIg== | ||
dependencies: | ||
"@babel/helper-module-imports" "^7.7.4" | ||
"@babel/helper-plugin-utils" "^7.0.0" | ||
"@babel/plugin-proposal-async-generator-functions" "^7.7.4" | ||
"@babel/plugin-proposal-dynamic-import" "^7.7.4" | ||
"@babel/plugin-proposal-json-strings" "^7.7.4" | ||
"@babel/plugin-proposal-object-rest-spread" "^7.7.4" | ||
"@babel/plugin-proposal-object-rest-spread" "^7.7.7" | ||
"@babel/plugin-proposal-optional-catch-binding" "^7.7.4" | ||
"@babel/plugin-proposal-unicode-property-regex" "^7.7.4" | ||
"@babel/plugin-proposal-unicode-property-regex" "^7.7.7" | ||
"@babel/plugin-syntax-async-generators" "^7.7.4" | ||
"@babel/plugin-syntax-dynamic-import" "^7.7.4" | ||
"@babel/plugin-syntax-json-strings" "^7.7.4" | ||
|
@@ -721,7 +732,7 @@ | |
"@babel/plugin-transform-classes" "^7.7.4" | ||
"@babel/plugin-transform-computed-properties" "^7.7.4" | ||
"@babel/plugin-transform-destructuring" "^7.7.4" | ||
"@babel/plugin-transform-dotall-regex" "^7.7.4" | ||
"@babel/plugin-transform-dotall-regex" "^7.7.7" | ||
"@babel/plugin-transform-duplicate-keys" "^7.7.4" | ||
"@babel/plugin-transform-exponentiation-operator" "^7.7.4" | ||
"@babel/plugin-transform-for-of" "^7.7.4" | ||
|
@@ -735,7 +746,7 @@ | |
"@babel/plugin-transform-named-capturing-groups-regex" "^7.7.4" | ||
"@babel/plugin-transform-new-target" "^7.7.4" | ||
"@babel/plugin-transform-object-super" "^7.7.4" | ||
"@babel/plugin-transform-parameters" "^7.7.4" | ||
"@babel/plugin-transform-parameters" "^7.7.7" | ||
"@babel/plugin-transform-property-literals" "^7.7.4" | ||
"@babel/plugin-transform-regenerator" "^7.7.5" | ||
"@babel/plugin-transform-reserved-words" "^7.7.4" | ||
|
@@ -747,15 +758,15 @@ | |
"@babel/plugin-transform-unicode-regex" "^7.7.4" | ||
"@babel/types" "^7.7.4" | ||
browserslist "^4.6.0" | ||
core-js-compat "^3.4.7" | ||
core-js-compat "^3.6.0" | ||
invariant "^2.2.2" | ||
js-levenshtein "^1.1.3" | ||
semver "^5.5.0" | ||
|
||
"@babel/register@^7.7.4": | ||
version "7.7.4" | ||
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.7.4.tgz#45a4956471a9df3b012b747f5781cc084ee8f128" | ||
integrity sha512-/fmONZqL6ZMl9KJUYajetCrID6m0xmL4odX7v+Xvoxcv0DdbP/oO0TWIeLUCHqczQ6L6njDMqmqHFy2cp3FFsA== | ||
"@babel/register@^7.7.7": | ||
version "7.7.7" | ||
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.7.7.tgz#46910c4d1926b9c6096421b23d1f9e159c1dcee1" | ||
integrity sha512-S2mv9a5dc2pcpg/ConlKZx/6wXaEwHeqfo7x/QbXsdCAZm+WJC1ekVvL1TVxNsedTs5y/gG63MhJTEsmwmjtiA== | ||
dependencies: | ||
find-cache-dir "^2.0.0" | ||
lodash "^4.17.13" | ||
|
@@ -2442,7 +2453,7 @@ browserslist@^4.6.0: | |
electron-to-chromium "^1.3.188" | ||
node-releases "^1.1.25" | ||
|
||
browserslist@^4.8.0: | ||
browserslist@^4.8.2: | ||
version "4.8.2" | ||
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.8.2.tgz#b45720ad5fbc8713b7253c20766f701c9a694289" | ||
integrity sha512-+M4oeaTplPm/f1pXDw84YohEv7B1i/2Aisei8s4s6k3QsoSHa7i5sz8u/cGQkkatCPxMASKxPualR4wwYgVboA== | ||
|
@@ -2966,13 +2977,13 @@ copy-descriptor@^0.1.0: | |
resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d" | ||
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40= | ||
|
||
core-js-compat@^3.4.7: | ||
version "3.4.7" | ||
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.4.7.tgz#39f8080b1d92a524d6d90505c42b9c5c1eb90611" | ||
integrity sha512-57+mgz/P/xsGdjwQYkwtBZR3LuISaxD1dEwVDtbk8xJMqAmwqaxLOvnNT7kdJ7jYE/NjNptyzXi+IQFMi/2fCw== | ||
core-js-compat@^3.6.0: | ||
version "3.6.0" | ||
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.6.0.tgz#4eb6cb69d03d99159ed7c860cd5fcf7d23a62ea9" | ||
integrity sha512-Z3eCNjGgoYluH89Jt4wVkfYsc/VdLrA2/woX5lm0isO/pCT+P+Y+o65bOuEnjDJLthdwTBxbCVzptTXtc18fJg== | ||
dependencies: | ||
browserslist "^4.8.0" | ||
semver "^6.3.0" | ||
browserslist "^4.8.2" | ||
semver "7.0.0" | ||
|
||
core-js@^2.4.0: | ||
version "2.6.9" | ||
|
@@ -3780,10 +3791,10 @@ eslint-visitor-keys@^1.1.0: | |
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2" | ||
integrity sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A== | ||
|
||
eslint@^6.7.2: | ||
version "6.7.2" | ||
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.7.2.tgz#c17707ca4ad7b2d8af986a33feba71e18a9fecd1" | ||
integrity sha512-qMlSWJaCSxDFr8fBPvJM9kJwbazrhNcBU3+DszDW1OlEwKBBRWsJc7NJFelvwQpanHCR14cOLD41x8Eqvo3Nng== | ||
eslint@^6.8.0: | ||
version "6.8.0" | ||
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.8.0.tgz#62262d6729739f9275723824302fb227c8c93ffb" | ||
integrity sha512-K+Iayyo2LtyYhDSYwz5D5QdWw0hCacNzyq1Y821Xna2xSJj7cijoLLYmLxTQgcgZ9mC61nryMy9S7GRbYpI5Ig== | ||
dependencies: | ||
"@babel/code-frame" "^7.0.0" | ||
ajv "^6.10.0" | ||
|
@@ -8454,6 +8465,13 @@ resolve@^1.11.1, resolve@^1.12.0: | |
dependencies: | ||
path-parse "^1.0.6" | ||
|
||
resolve@^1.13.1: | ||
version "1.14.1" | ||
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.14.1.tgz#9e018c540fcf0c427d678b9931cbf45e984bcaff" | ||
integrity sha512-fn5Wobh4cxbLzuHaE+nphztHy43/b++4M6SsGFC2gB8uYwf0C8LcarfCz1un7UTW8OFQg9iNjZ4xpcFVGebDPg== | ||
dependencies: | ||
path-parse "^1.0.6" | ||
|
||
responselike@^1.0.2: | ||
version "1.0.2" | ||
resolved "https://registry.yarnpkg.com/responselike/-/responselike-1.0.2.tgz#918720ef3b631c5642be068f15ade5a46f4ba1e7" | ||
|
@@ -8578,14 +8596,14 @@ rollup-plugin-node-resolve@^5.2.0: | |
resolve "^1.11.1" | ||
rollup-pluginutils "^2.8.1" | ||
|
||
rollup-plugin-uglify@^6.0.3: | ||
version "6.0.3" | ||
resolved "https://registry.yarnpkg.com/rollup-plugin-uglify/-/rollup-plugin-uglify-6.0.3.tgz#e3f776171344b580bec6c6ab8888622b67099457" | ||
integrity sha512-PIv3CfhZJlOG8C85N0GX+uK09TPggmAS6Nk6fpp2ELzDAV5VUhNzOURDU2j7+MwuRr0zq9IZttUTADc/jH8Gkg== | ||
rollup-plugin-uglify@^6.0.4: | ||
version "6.0.4" | ||
resolved "https://registry.yarnpkg.com/rollup-plugin-uglify/-/rollup-plugin-uglify-6.0.4.tgz#65a0959d91586627f1e46a7db966fd504ec6c4e6" | ||
integrity sha512-ddgqkH02klveu34TF0JqygPwZnsbhHVI6t8+hGTcYHngPkQb5MIHI0XiztXIN/d6V9j+efwHAqEL7LspSxQXGw== | ||
dependencies: | ||
"@babel/code-frame" "^7.0.0" | ||
jest-worker "^24.0.0" | ||
serialize-javascript "^1.9.0" | ||
serialize-javascript "^2.1.2" | ||
uglify-js "^3.4.9" | ||
|
||
rollup-pluginutils@^2.5.0, rollup-pluginutils@^2.8.1: | ||
|
@@ -8595,10 +8613,10 @@ rollup-pluginutils@^2.5.0, rollup-pluginutils@^2.8.1: | |
dependencies: | ||
estree-walker "^0.6.1" | ||
|
||
rollup@^1.27.9: | ||
version "1.27.9" | ||
resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.27.9.tgz#742f1234c1fa935f35149a433807da675b10f9a6" | ||
integrity sha512-8AfW4cJTPZfG6EXWwT/ujL4owUsDI1Xl8J1t+hvK4wDX81F5I4IbwP9gvGbHzxnV19fnU4rRABZQwZSX9J402Q== | ||
rollup@^1.27.13: | ||
version "1.27.13" | ||
resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.27.13.tgz#d6d3500512daacbf8de54d2800de62d893085b90" | ||
integrity sha512-hDi7M07MpmNSDE8YVwGVFA8L7n8jTLJ4lG65nMAijAyqBe//rtu4JdxjUBE7JqXfdpqxqDTbCDys9WcqdpsQvw== | ||
dependencies: | ||
"@types/estree" "*" | ||
"@types/node" "*" | ||
|
@@ -8783,6 +8801,11 @@ [email protected], semver@^6.1.2, semver@^6.2.0, semver@^6.3.0: | |
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d" | ||
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== | ||
|
||
[email protected]: | ||
version "7.0.0" | ||
resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e" | ||
integrity sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A== | ||
|
||
semver@^5.7.1: | ||
version "5.7.1" | ||
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7" | ||
|
@@ -8812,10 +8835,10 @@ [email protected]: | |
range-parser "~1.2.1" | ||
statuses "~1.5.0" | ||
|
||
serialize-javascript@^1.9.0: | ||
version "1.9.0" | ||
resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-1.9.0.tgz#5b77019d7c3b85fe91b33ae424c53dcbfb6618bd" | ||
integrity sha512-UkGlcYMtw4d9w7YfCtJFgdRTps8N4L0A48R+SmcGL57ki1+yHwJXnalk5bjgrw+ljv6SfzjzPjhohod2qllg/Q== | ||
serialize-javascript@^2.1.2: | ||
version "2.1.2" | ||
resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-2.1.2.tgz#ecec53b0e0317bdc95ef76ab7074b7384785fa61" | ||
integrity sha512-rs9OggEUF0V4jUSecXazOYsLfu7OGK2qIn3c7IPBiffz32XniEp/TX9Xmc9LQfK2nQ2QKHvZ2oygKUGU0lG4jQ== | ||
|
||
[email protected]: | ||
version "1.14.1" | ||
|