|
@@ -21,7 +21,29 @@
|
|
|
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.8.tgz#5b783b9808f15cef71547f1b691f34f8ff6003a6"
|
|
|
integrity sha512-EaI33z19T4qN3xLXsGf48M2cDqa6ei9tPZlfLdb2HC+e/cFtREiRd8hdSqDbwdLB0/+gLwqJmCYASH0z2bUdog==
|
|
|
|
|
|
-"@babel/core@7.13.8", "@babel/core@^7.1.0", "@babel/core@^7.7.5":
|
|
|
+"@babel/core@7.13.10":
|
|
|
+ version "7.13.10"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.10.tgz#07de050bbd8193fcd8a3c27918c0890613a94559"
|
|
|
+ integrity sha512-bfIYcT0BdKeAZrovpMqX2Mx5NrgAckGbwT982AkdS5GNfn3KMGiprlBAtmBcFZRUmpaufS6WZFP8trvx8ptFDw==
|
|
|
+ dependencies:
|
|
|
+ "@babel/code-frame" "^7.12.13"
|
|
|
+ "@babel/generator" "^7.13.9"
|
|
|
+ "@babel/helper-compilation-targets" "^7.13.10"
|
|
|
+ "@babel/helper-module-transforms" "^7.13.0"
|
|
|
+ "@babel/helpers" "^7.13.10"
|
|
|
+ "@babel/parser" "^7.13.10"
|
|
|
+ "@babel/template" "^7.12.13"
|
|
|
+ "@babel/traverse" "^7.13.0"
|
|
|
+ "@babel/types" "^7.13.0"
|
|
|
+ convert-source-map "^1.7.0"
|
|
|
+ debug "^4.1.0"
|
|
|
+ gensync "^1.0.0-beta.2"
|
|
|
+ json5 "^2.1.2"
|
|
|
+ lodash "^4.17.19"
|
|
|
+ semver "^6.3.0"
|
|
|
+ source-map "^0.5.0"
|
|
|
+
|
|
|
+"@babel/core@^7.1.0", "@babel/core@^7.7.5":
|
|
|
version "7.13.8"
|
|
|
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.8.tgz#c191d9c5871788a591d69ea1dc03e5843a3680fb"
|
|
|
integrity sha512-oYapIySGw1zGhEFRd6lzWNLWFX2s5dA/jm+Pw/+59ZdXtjyIuwlXbrId22Md0rgZVop+aVoqow2riXhBLNyuQg==
|
|
@@ -43,7 +65,7 @@
|
|
|
semver "^6.3.0"
|
|
|
source-map "^0.5.0"
|
|
|
|
|
|
-"@babel/generator@^7.13.0":
|
|
|
+"@babel/generator@^7.13.0", "@babel/generator@^7.13.9":
|
|
|
version "7.13.9"
|
|
|
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.13.9.tgz#3a7aa96f9efb8e2be42d38d80e2ceb4c64d8de39"
|
|
|
integrity sha512-mHOOmY0Axl/JCTkxTU6Lf5sWOg/v8nUa+Xkt4zMTftX0wqmb6Sh7J8gvcehBw7q0AhrhAR+FDacKjCZ2X8K+Sw==
|
|
@@ -77,6 +99,16 @@
|
|
|
browserslist "^4.14.5"
|
|
|
semver "^6.3.0"
|
|
|
|
|
|
+"@babel/helper-compilation-targets@^7.13.10":
|
|
|
+ version "7.13.10"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.10.tgz#1310a1678cb8427c07a753750da4f8ce442bdd0c"
|
|
|
+ integrity sha512-/Xju7Qg1GQO4mHZ/Kcs6Au7gfafgZnwm+a7sy/ow/tV1sHeraRUHbjdat8/UvDor4Tez+siGKDk6zIKtCPKVJA==
|
|
|
+ dependencies:
|
|
|
+ "@babel/compat-data" "^7.13.8"
|
|
|
+ "@babel/helper-validator-option" "^7.12.17"
|
|
|
+ browserslist "^4.14.5"
|
|
|
+ semver "^6.3.0"
|
|
|
+
|
|
|
"@babel/helper-create-class-features-plugin@^7.13.0":
|
|
|
version "7.13.8"
|
|
|
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.13.8.tgz#0367bd0a7505156ce018ca464f7ac91ba58c1a04"
|
|
@@ -251,6 +283,15 @@
|
|
|
"@babel/traverse" "^7.13.0"
|
|
|
"@babel/types" "^7.13.0"
|
|
|
|
|
|
+"@babel/helpers@^7.13.10":
|
|
|
+ version "7.13.10"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.13.10.tgz#fd8e2ba7488533cdeac45cc158e9ebca5e3c7df8"
|
|
|
+ integrity sha512-4VO883+MWPDUVRF3PhiLBUFHoX/bsLTGFpFK/HqvvfBZz2D57u9XzPVNFVBTc0PW/CWR9BXTOKt8NF4DInUHcQ==
|
|
|
+ dependencies:
|
|
|
+ "@babel/template" "^7.12.13"
|
|
|
+ "@babel/traverse" "^7.13.0"
|
|
|
+ "@babel/types" "^7.13.0"
|
|
|
+
|
|
|
"@babel/highlight@^7.10.4", "@babel/highlight@^7.12.13":
|
|
|
version "7.13.8"
|
|
|
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.13.8.tgz#10b2dac78526424dfc1f47650d0e415dfd9dc481"
|
|
@@ -265,6 +306,11 @@
|
|
|
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.9.tgz#ca34cb95e1c2dd126863a84465ae8ef66114be99"
|
|
|
integrity sha512-nEUfRiARCcaVo3ny3ZQjURjHQZUo/JkEw7rLlSZy/psWGnvwXFtPcr6jb7Yb41DVW5LTe6KRq9LGleRNsg1Frw==
|
|
|
|
|
|
+"@babel/parser@^7.13.10":
|
|
|
+ version "7.13.10"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.10.tgz#8f8f9bf7b3afa3eabd061f7a5bcdf4fec3c48409"
|
|
|
+ integrity sha512-0s7Mlrw9uTWkYua7xWr99Wpk2bnGa0ANleKfksYAES8LpWH4gW1OUr42vqKNf0us5UQNfru2wPqMqRITzq/SIQ==
|
|
|
+
|
|
|
"@babel/plugin-proposal-async-generator-functions@^7.13.8":
|
|
|
version "7.13.8"
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.13.8.tgz#87aacb574b3bc4b5603f6fe41458d72a5a2ec4b1"
|
|
@@ -736,13 +782,13 @@
|
|
|
"@babel/helper-create-regexp-features-plugin" "^7.12.13"
|
|
|
"@babel/helper-plugin-utils" "^7.12.13"
|
|
|
|
|
|
-"@babel/preset-env@7.13.9":
|
|
|
- version "7.13.9"
|
|
|
- resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.13.9.tgz#3ee5f233316b10d066d7f379c6d1e13a96853654"
|
|
|
- integrity sha512-mcsHUlh2rIhViqMG823JpscLMesRt3QbMsv1+jhopXEb3W2wXvQ9QoiOlZI9ZbR3XqPtaFpZwEZKYqGJnGMZTQ==
|
|
|
+"@babel/preset-env@7.13.10":
|
|
|
+ version "7.13.10"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.13.10.tgz#b5cde31d5fe77ab2a6ab3d453b59041a1b3a5252"
|
|
|
+ integrity sha512-nOsTScuoRghRtUsRr/c69d042ysfPHcu+KOB4A9aAO9eJYqrkat+LF8G1yp1HD18QiwixT2CisZTr/0b3YZPXQ==
|
|
|
dependencies:
|
|
|
"@babel/compat-data" "^7.13.8"
|
|
|
- "@babel/helper-compilation-targets" "^7.13.8"
|
|
|
+ "@babel/helper-compilation-targets" "^7.13.10"
|
|
|
"@babel/helper-plugin-utils" "^7.13.0"
|
|
|
"@babel/helper-validator-option" "^7.12.17"
|
|
|
"@babel/plugin-proposal-async-generator-functions" "^7.13.8"
|
|
@@ -1340,13 +1386,13 @@
|
|
|
dependencies:
|
|
|
"@types/yargs-parser" "*"
|
|
|
|
|
|
-"@typescript-eslint/eslint-plugin@4.16.1":
|
|
|
- version "4.16.1"
|
|
|
- resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.16.1.tgz#2caf6a79dd19c3853b8d39769a27fccb24e4e651"
|
|
|
- integrity sha512-SK777klBdlkUZpZLC1mPvyOWk9yAFCWmug13eAjVQ4/Q1LATE/NbcQL1xDHkptQkZOLnPmLUA1Y54m8dqYwnoQ==
|
|
|
+"@typescript-eslint/eslint-plugin@4.17.0":
|
|
|
+ version "4.17.0"
|
|
|
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.17.0.tgz#6f856eca4e6a52ce9cf127dfd349096ad936aa2d"
|
|
|
+ integrity sha512-/fKFDcoHg8oNan39IKFOb5WmV7oWhQe1K6CDaAVfJaNWEhmfqlA24g+u1lqU5bMH7zuNasfMId4LaYWC5ijRLw==
|
|
|
dependencies:
|
|
|
- "@typescript-eslint/experimental-utils" "4.16.1"
|
|
|
- "@typescript-eslint/scope-manager" "4.16.1"
|
|
|
+ "@typescript-eslint/experimental-utils" "4.17.0"
|
|
|
+ "@typescript-eslint/scope-manager" "4.17.0"
|
|
|
debug "^4.1.1"
|
|
|
functional-red-black-tree "^1.0.1"
|
|
|
lodash "^4.17.15"
|
|
@@ -1354,19 +1400,29 @@
|
|
|
semver "^7.3.2"
|
|
|
tsutils "^3.17.1"
|
|
|
|
|
|
-"@typescript-eslint/experimental-utils@4.16.1":
|
|
|
- version "4.16.1"
|
|
|
- resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.16.1.tgz#da7a396dc7d0e01922acf102b76efff17320b328"
|
|
|
- integrity sha512-0Hm3LSlMYFK17jO4iY3un1Ve9x1zLNn4EM50Lia+0EV99NdbK+cn0er7HC7IvBA23mBg3P+8dUkMXy4leL33UQ==
|
|
|
+"@typescript-eslint/experimental-utils@4.17.0":
|
|
|
+ version "4.17.0"
|
|
|
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.17.0.tgz#762c44aaa1a6a3c05b6d63a8648fb89b89f84c80"
|
|
|
+ integrity sha512-ZR2NIUbnIBj+LGqCFGQ9yk2EBQrpVVFOh9/Kd0Lm6gLpSAcCuLLe5lUCibKGCqyH9HPwYC0GIJce2O1i8VYmWA==
|
|
|
dependencies:
|
|
|
"@types/json-schema" "^7.0.3"
|
|
|
- "@typescript-eslint/scope-manager" "4.16.1"
|
|
|
- "@typescript-eslint/types" "4.16.1"
|
|
|
- "@typescript-eslint/typescript-estree" "4.16.1"
|
|
|
+ "@typescript-eslint/scope-manager" "4.17.0"
|
|
|
+ "@typescript-eslint/types" "4.17.0"
|
|
|
+ "@typescript-eslint/typescript-estree" "4.17.0"
|
|
|
eslint-scope "^5.0.0"
|
|
|
eslint-utils "^2.0.0"
|
|
|
|
|
|
-"@typescript-eslint/parser@4.16.1", "@typescript-eslint/parser@^4.0.0":
|
|
|
+"@typescript-eslint/parser@4.17.0":
|
|
|
+ version "4.17.0"
|
|
|
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.17.0.tgz#141b647ffc72ebebcbf9b0fe6087f65b706d3215"
|
|
|
+ integrity sha512-KYdksiZQ0N1t+6qpnl6JeK9ycCFprS9xBAiIrw4gSphqONt8wydBw4BXJi3C11ywZmyHulvMaLjWsxDjUSDwAw==
|
|
|
+ dependencies:
|
|
|
+ "@typescript-eslint/scope-manager" "4.17.0"
|
|
|
+ "@typescript-eslint/types" "4.17.0"
|
|
|
+ "@typescript-eslint/typescript-estree" "4.17.0"
|
|
|
+ debug "^4.1.1"
|
|
|
+
|
|
|
+"@typescript-eslint/parser@^4.0.0":
|
|
|
version "4.16.1"
|
|
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.16.1.tgz#3bbd3234dd3c5b882b2bcd9899bc30e1e1586d2a"
|
|
|
integrity sha512-/c0LEZcDL5y8RyI1zLcmZMvJrsR6SM1uetskFkoh3dvqDKVXPsXI+wFB/CbVw7WkEyyTKobC1mUNp/5y6gRvXg==
|
|
@@ -1384,11 +1440,24 @@
|
|
|
"@typescript-eslint/types" "4.16.1"
|
|
|
"@typescript-eslint/visitor-keys" "4.16.1"
|
|
|
|
|
|
+"@typescript-eslint/scope-manager@4.17.0":
|
|
|
+ version "4.17.0"
|
|
|
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.17.0.tgz#f4edf94eff3b52a863180f7f89581bf963e3d37d"
|
|
|
+ integrity sha512-OJ+CeTliuW+UZ9qgULrnGpPQ1bhrZNFpfT/Bc0pzNeyZwMik7/ykJ0JHnQ7krHanFN9wcnPK89pwn84cRUmYjw==
|
|
|
+ dependencies:
|
|
|
+ "@typescript-eslint/types" "4.17.0"
|
|
|
+ "@typescript-eslint/visitor-keys" "4.17.0"
|
|
|
+
|
|
|
"@typescript-eslint/types@4.16.1":
|
|
|
version "4.16.1"
|
|
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.16.1.tgz#5ba2d3e38b1a67420d2487519e193163054d9c15"
|
|
|
integrity sha512-nnKqBwMgRlhzmJQF8tnFDZWfunXmJyuXj55xc8Kbfup4PbkzdoDXZvzN8//EiKR27J6vUSU8j4t37yUuYPiLqA==
|
|
|
|
|
|
+"@typescript-eslint/types@4.17.0":
|
|
|
+ version "4.17.0"
|
|
|
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.17.0.tgz#f57d8fc7f31b348db946498a43050083d25f40ad"
|
|
|
+ integrity sha512-RN5z8qYpJ+kXwnLlyzZkiJwfW2AY458Bf8WqllkondQIcN2ZxQowAToGSd9BlAUZDB5Ea8I6mqL2quGYCLT+2g==
|
|
|
+
|
|
|
"@typescript-eslint/typescript-estree@4.16.1":
|
|
|
version "4.16.1"
|
|
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.16.1.tgz#c2fc46b05a48fbf8bbe8b66a63f0a9ba04b356f1"
|
|
@@ -1402,6 +1471,19 @@
|
|
|
semver "^7.3.2"
|
|
|
tsutils "^3.17.1"
|
|
|
|
|
|
+"@typescript-eslint/typescript-estree@4.17.0":
|
|
|
+ version "4.17.0"
|
|
|
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.17.0.tgz#b835d152804f0972b80dbda92477f9070a72ded1"
|
|
|
+ integrity sha512-lRhSFIZKUEPPWpWfwuZBH9trYIEJSI0vYsrxbvVvNyIUDoKWaklOAelsSkeh3E2VBSZiNe9BZ4E5tYBZbUczVQ==
|
|
|
+ dependencies:
|
|
|
+ "@typescript-eslint/types" "4.17.0"
|
|
|
+ "@typescript-eslint/visitor-keys" "4.17.0"
|
|
|
+ debug "^4.1.1"
|
|
|
+ globby "^11.0.1"
|
|
|
+ is-glob "^4.0.1"
|
|
|
+ semver "^7.3.2"
|
|
|
+ tsutils "^3.17.1"
|
|
|
+
|
|
|
"@typescript-eslint/visitor-keys@4.16.1":
|
|
|
version "4.16.1"
|
|
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.16.1.tgz#d7571fb580749fae621520deeb134370bbfc7293"
|
|
@@ -1410,6 +1492,14 @@
|
|
|
"@typescript-eslint/types" "4.16.1"
|
|
|
eslint-visitor-keys "^2.0.0"
|
|
|
|
|
|
+"@typescript-eslint/visitor-keys@4.17.0":
|
|
|
+ version "4.17.0"
|
|
|
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.17.0.tgz#9c304cfd20287c14a31d573195a709111849b14d"
|
|
|
+ integrity sha512-WfuMN8mm5SSqXuAr9NM+fItJ0SVVphobWYkWOwQ1odsfC014Vdxk/92t4JwS1Q6fCA/ABfCKpa3AVtpUKTNKGQ==
|
|
|
+ dependencies:
|
|
|
+ "@typescript-eslint/types" "4.17.0"
|
|
|
+ eslint-visitor-keys "^2.0.0"
|
|
|
+
|
|
|
"@webassemblyjs/ast@1.11.0":
|
|
|
version "1.11.0"
|
|
|
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.11.0.tgz#a5aa679efdc9e51707a4207139da57920555961f"
|
|
@@ -3088,10 +3178,10 @@ eslint-visitor-keys@^2.0.0:
|
|
|
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
|
|
|
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
|
|
|
|
|
|
-eslint@7.21.0:
|
|
|
- version "7.21.0"
|
|
|
- resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.21.0.tgz#4ecd5b8c5b44f5dedc9b8a110b01bbfeb15d1c83"
|
|
|
- integrity sha512-W2aJbXpMNofUp0ztQaF40fveSsJBjlSCSWpy//gzfTvwC+USs/nceBrKmlJOiM8r1bLwP2EuYkCqArn/6QTIgg==
|
|
|
+eslint@7.22.0:
|
|
|
+ version "7.22.0"
|
|
|
+ resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.22.0.tgz#07ecc61052fec63661a2cab6bd507127c07adc6f"
|
|
|
+ integrity sha512-3VawOtjSJUQiiqac8MQc+w457iGLfuNGLFn8JmF051tTKbh5/x/0vlcEj8OgDCaw7Ysa2Jn8paGshV7x2abKXg==
|
|
|
dependencies:
|
|
|
"@babel/code-frame" "7.12.11"
|
|
|
"@eslint/eslintrc" "^0.4.0"
|
|
@@ -3110,7 +3200,7 @@ eslint@7.21.0:
|
|
|
file-entry-cache "^6.0.1"
|
|
|
functional-red-black-tree "^1.0.1"
|
|
|
glob-parent "^5.0.0"
|
|
|
- globals "^12.1.0"
|
|
|
+ globals "^13.6.0"
|
|
|
ignore "^4.0.6"
|
|
|
import-fresh "^3.0.0"
|
|
|
imurmurhash "^0.1.4"
|
|
@@ -3118,7 +3208,7 @@ eslint@7.21.0:
|
|
|
js-yaml "^3.13.1"
|
|
|
json-stable-stringify-without-jsonify "^1.0.1"
|
|
|
levn "^0.4.1"
|
|
|
- lodash "^4.17.20"
|
|
|
+ lodash "^4.17.21"
|
|
|
minimatch "^3.0.4"
|
|
|
natural-compare "^1.4.0"
|
|
|
optionator "^0.9.1"
|
|
@@ -3749,6 +3839,13 @@ globals@^12.1.0:
|
|
|
dependencies:
|
|
|
type-fest "^0.8.1"
|
|
|
|
|
|
+globals@^13.6.0:
|
|
|
+ version "13.6.0"
|
|
|
+ resolved "https://registry.yarnpkg.com/globals/-/globals-13.6.0.tgz#d77138e53738567bb96a3916ff6f6b487af20ef7"
|
|
|
+ integrity sha512-YFKCX0SiPg7l5oKYCJ2zZGxcXprVXHcSnVuvzrT3oSENQonVLqM5pf9fN5dLGZGyCjhw8TN8Btwe/jKnZ0pjvQ==
|
|
|
+ dependencies:
|
|
|
+ type-fest "^0.20.2"
|
|
|
+
|
|
|
globby@^10.0.0:
|
|
|
version "10.0.2"
|
|
|
resolved "https://registry.yarnpkg.com/globby/-/globby-10.0.2.tgz#277593e745acaa4646c3ab411289ec47a0392543"
|
|
@@ -7343,10 +7440,10 @@ trim-repeated@^1.0.0:
|
|
|
dependencies:
|
|
|
escape-string-regexp "^1.0.2"
|
|
|
|
|
|
-ts-loader@8.0.17:
|
|
|
- version "8.0.17"
|
|
|
- resolved "https://registry.yarnpkg.com/ts-loader/-/ts-loader-8.0.17.tgz#98f2ccff9130074f4079fd89b946b4c637b1f2fc"
|
|
|
- integrity sha512-OeVfSshx6ot/TCxRwpBHQ/4lRzfgyTkvi7ghDVrLXOHzTbSK413ROgu/xNqM72i3AFeAIJgQy78FwSMKmOW68w==
|
|
|
+ts-loader@8.0.18:
|
|
|
+ version "8.0.18"
|
|
|
+ resolved "https://registry.yarnpkg.com/ts-loader/-/ts-loader-8.0.18.tgz#b2385cbe81c34ad9f997915129cdde3ad92a61ea"
|
|
|
+ integrity sha512-hRZzkydPX30XkLaQwJTDcWDoxZHK6IrEMDQpNd7tgcakFruFkeUp/aY+9hBb7BUGb+ZWKI0jiOGMo0MckwzdDQ==
|
|
|
dependencies:
|
|
|
chalk "^4.1.0"
|
|
|
enhanced-resolve "^4.0.0"
|
|
@@ -7412,6 +7509,11 @@ type-fest@^0.11.0:
|
|
|
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.11.0.tgz#97abf0872310fed88a5c466b25681576145e33f1"
|
|
|
integrity sha512-OdjXJxnCN1AvyLSzeKIgXTXxV+99ZuXl3Hpo9XpJAv9MBcHrrJOQ5kV7ypXOuQie+AmWG25hLbiKdwYTifzcfQ==
|
|
|
|
|
|
+type-fest@^0.20.2:
|
|
|
+ version "0.20.2"
|
|
|
+ resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4"
|
|
|
+ integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==
|
|
|
+
|
|
|
type-fest@^0.6.0:
|
|
|
version "0.6.0"
|
|
|
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.6.0.tgz#8d2a2370d3df886eb5c90ada1c5bf6188acf838b"
|
|
@@ -7665,10 +7767,10 @@ webpack-sources@^2.1.1:
|
|
|
source-list-map "^2.0.1"
|
|
|
source-map "^0.6.1"
|
|
|
|
|
|
-webpack@5.24.3:
|
|
|
- version "5.24.3"
|
|
|
- resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.24.3.tgz#6ec0f5059f8d7c7961075fa553cfce7b7928acb3"
|
|
|
- integrity sha512-x7lrWZ7wlWAdyKdML6YPvfVZkhD1ICuIZGODE5SzKJjqI9A4SpqGTjGJTc6CwaHqn19gGaoOR3ONJ46nYsn9rw==
|
|
|
+webpack@5.25.0:
|
|
|
+ version "5.25.0"
|
|
|
+ resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.25.0.tgz#f9409977f0f3b6d4b9c4f73adc7d7cb9603a09e9"
|
|
|
+ integrity sha512-jqQZopNCzt9c4K6Qa7j6kIhzHfR9wgF84go58VoNp4JbZrBr2D2l5lcv72CW80yc6NJl8CR6OY8xctnIs0r2uw==
|
|
|
dependencies:
|
|
|
"@types/eslint-scope" "^3.7.0"
|
|
|
"@types/estree" "^0.0.46"
|