|
|
@ -275,9 +275,9 @@ |
|
|
|
integrity sha512-QCWHkbMv4Y5U9oW10Uxbr45qMMSzl4OzijsozynUAgx3kEHUdXB00udx2dWDQ7f2TU2a2uuiFaRZjCe3unPpeg== |
|
|
|
|
|
|
|
"@types/node@*": |
|
|
|
version "17.0.17" |
|
|
|
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.17.tgz#a8ddf6e0c2341718d74ee3dc413a13a042c45a0c" |
|
|
|
integrity sha512-e8PUNQy1HgJGV3iU/Bp2+D/DXh3PYeyli8LgIwsQcs1Ar1LoaWHSIT6Rw+H2rNJmiq6SNWiDytfx8+gYj7wDHw== |
|
|
|
version "17.0.18" |
|
|
|
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.18.tgz#3b4fed5cfb58010e3a2be4b6e74615e4847f1074" |
|
|
|
integrity sha512-eKj4f/BsN/qcculZiRSujogjvp5O/k4lOW5m35NopjZM/QwLOR075a8pJW5hD+Rtdm2DaCVPENS6KtSQnUD6BA== |
|
|
|
|
|
|
|
"@types/node@14.17.4": |
|
|
|
version "14.17.4" |
|
|
@ -311,14 +311,14 @@ |
|
|
|
dependencies: |
|
|
|
"@types/node" "*" |
|
|
|
|
|
|
|
"@typescript-eslint/eslint-plugin@5.11.0": |
|
|
|
version "5.11.0" |
|
|
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.11.0.tgz#3b866371d8d75c70f9b81535e7f7d3aa26527c7a" |
|
|
|
integrity sha512-HJh33bgzXe6jGRocOj4FmefD7hRY4itgjzOrSs3JPrTNXsX7j5+nQPciAUj/1nZtwo2kAc3C75jZO+T23gzSGw== |
|
|
|
"@typescript-eslint/eslint-plugin@5.12.0": |
|
|
|
version "5.12.0" |
|
|
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.12.0.tgz#bb46dd7ce7015c0928b98af1e602118e97df6c70" |
|
|
|
integrity sha512-fwCMkDimwHVeIOKeBHiZhRUfJXU8n6xW1FL9diDxAyGAFvKcH4csy0v7twivOQdQdA0KC8TDr7GGRd3L4Lv0rQ== |
|
|
|
dependencies: |
|
|
|
"@typescript-eslint/scope-manager" "5.11.0" |
|
|
|
"@typescript-eslint/type-utils" "5.11.0" |
|
|
|
"@typescript-eslint/utils" "5.11.0" |
|
|
|
"@typescript-eslint/scope-manager" "5.12.0" |
|
|
|
"@typescript-eslint/type-utils" "5.12.0" |
|
|
|
"@typescript-eslint/utils" "5.12.0" |
|
|
|
debug "^4.3.2" |
|
|
|
functional-red-black-tree "^1.0.1" |
|
|
|
ignore "^5.1.8" |
|
|
@ -326,69 +326,69 @@ |
|
|
|
semver "^7.3.5" |
|
|
|
tsutils "^3.21.0" |
|
|
|
|
|
|
|
"@typescript-eslint/parser@5.11.0": |
|
|
|
version "5.11.0" |
|
|
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.11.0.tgz#b4fcaf65513f9b34bdcbffdda055724a5efb7e04" |
|
|
|
integrity sha512-x0DCjetHZYBRovJdr3U0zG9OOdNXUaFLJ82ehr1AlkArljJuwEsgnud+Q7umlGDFLFrs8tU8ybQDFocp/eX8mQ== |
|
|
|
"@typescript-eslint/parser@5.12.0": |
|
|
|
version "5.12.0" |
|
|
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.12.0.tgz#0ca669861813df99ce54916f66f524c625ed2434" |
|
|
|
integrity sha512-MfSwg9JMBojMUoGjUmX+D2stoQj1CBYTCP0qnnVtu9A+YQXVKNtLjasYh+jozOcrb/wau8TCfWOkQTiOAruBog== |
|
|
|
dependencies: |
|
|
|
"@typescript-eslint/scope-manager" "5.11.0" |
|
|
|
"@typescript-eslint/types" "5.11.0" |
|
|
|
"@typescript-eslint/typescript-estree" "5.11.0" |
|
|
|
"@typescript-eslint/scope-manager" "5.12.0" |
|
|
|
"@typescript-eslint/types" "5.12.0" |
|
|
|
"@typescript-eslint/typescript-estree" "5.12.0" |
|
|
|
debug "^4.3.2" |
|
|
|
|
|
|
|
"@typescript-eslint/scope-manager@5.11.0": |
|
|
|
version "5.11.0" |
|
|
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.11.0.tgz#f5aef83ff253f457ecbee5f46f762298f0101e4b" |
|
|
|
integrity sha512-z+K4LlahDFVMww20t/0zcA7gq/NgOawaLuxgqGRVKS0PiZlCTIUtX0EJbC0BK1JtR4CelmkPK67zuCgpdlF4EA== |
|
|
|
"@typescript-eslint/scope-manager@5.12.0": |
|
|
|
version "5.12.0" |
|
|
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.12.0.tgz#59619e6e5e2b1ce6cb3948b56014d3a24da83f5e" |
|
|
|
integrity sha512-GAMobtIJI8FGf1sLlUWNUm2IOkIjvn7laFWyRx7CLrv6nLBI7su+B7lbStqVlK5NdLvHRFiJo2HhiDF7Ki01WQ== |
|
|
|
dependencies: |
|
|
|
"@typescript-eslint/types" "5.11.0" |
|
|
|
"@typescript-eslint/visitor-keys" "5.11.0" |
|
|
|
"@typescript-eslint/types" "5.12.0" |
|
|
|
"@typescript-eslint/visitor-keys" "5.12.0" |
|
|
|
|
|
|
|
"@typescript-eslint/type-utils@5.11.0": |
|
|
|
version "5.11.0" |
|
|
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.11.0.tgz#58be0ba73d1f6ef8983d79f7f0bc2209b253fefe" |
|
|
|
integrity sha512-wDqdsYO6ofLaD4DsGZ0jGwxp4HrzD2YKulpEZXmgN3xo4BHJwf7kq49JTRpV0Gx6bxkSUmc9s0EIK1xPbFFpIA== |
|
|
|
"@typescript-eslint/type-utils@5.12.0": |
|
|
|
version "5.12.0" |
|
|
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.12.0.tgz#aaf45765de71c6d9707c66ccff76ec2b9aa31bb6" |
|
|
|
integrity sha512-9j9rli3zEBV+ae7rlbBOotJcI6zfc6SHFMdKI9M3Nc0sy458LJ79Os+TPWeBBL96J9/e36rdJOfCuyRSgFAA0Q== |
|
|
|
dependencies: |
|
|
|
"@typescript-eslint/utils" "5.11.0" |
|
|
|
"@typescript-eslint/utils" "5.12.0" |
|
|
|
debug "^4.3.2" |
|
|
|
tsutils "^3.21.0" |
|
|
|
|
|
|
|
"@typescript-eslint/types@5.11.0": |
|
|
|
version "5.11.0" |
|
|
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.11.0.tgz#ba345818a2540fdf2755c804dc2158517ab61188" |
|
|
|
integrity sha512-cxgBFGSRCoBEhvSVLkKw39+kMzUKHlJGVwwMbPcTZX3qEhuXhrjwaZXWMxVfxDgyMm+b5Q5b29Llo2yow8Y7xQ== |
|
|
|
"@typescript-eslint/types@5.12.0": |
|
|
|
version "5.12.0" |
|
|
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.12.0.tgz#5b4030a28222ee01e851836562c07769eecda0b8" |
|
|
|
integrity sha512-JowqbwPf93nvf8fZn5XrPGFBdIK8+yx5UEGs2QFAYFI8IWYfrzz+6zqlurGr2ctShMaJxqwsqmra3WXWjH1nRQ== |
|
|
|
|
|
|
|
"@typescript-eslint/typescript-estree@5.11.0": |
|
|
|
version "5.11.0" |
|
|
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.11.0.tgz#53f9e09b88368191e52020af77c312a4777ffa43" |
|
|
|
integrity sha512-yVH9hKIv3ZN3lw8m/Jy5I4oXO4ZBMqijcXCdA4mY8ull6TPTAoQnKKrcZ0HDXg7Bsl0Unwwx7jcXMuNZc0m4lg== |
|
|
|
"@typescript-eslint/typescript-estree@5.12.0": |
|
|
|
version "5.12.0" |
|
|
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.12.0.tgz#cabf545fd592722f0e2b4104711e63bf89525cd2" |
|
|
|
integrity sha512-Dd9gVeOqt38QHR0BEA8oRaT65WYqPYbIc5tRFQPkfLquVEFPD1HAtbZT98TLBkEcCkvwDYOAvuSvAD9DnQhMfQ== |
|
|
|
dependencies: |
|
|
|
"@typescript-eslint/types" "5.11.0" |
|
|
|
"@typescript-eslint/visitor-keys" "5.11.0" |
|
|
|
"@typescript-eslint/types" "5.12.0" |
|
|
|
"@typescript-eslint/visitor-keys" "5.12.0" |
|
|
|
debug "^4.3.2" |
|
|
|
globby "^11.0.4" |
|
|
|
is-glob "^4.0.3" |
|
|
|
semver "^7.3.5" |
|
|
|
tsutils "^3.21.0" |
|
|
|
|
|
|
|
"@typescript-eslint/utils@5.11.0": |
|
|
|
version "5.11.0" |
|
|
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.11.0.tgz#d91548ef180d74c95d417950336d9260fdbe1dc5" |
|
|
|
integrity sha512-g2I480tFE1iYRDyMhxPAtLQ9HAn0jjBtipgTCZmd9I9s11OV8CTsG+YfFciuNDcHqm4csbAgC2aVZCHzLxMSUw== |
|
|
|
"@typescript-eslint/utils@5.12.0": |
|
|
|
version "5.12.0" |
|
|
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.12.0.tgz#92fd3193191621ab863add2f553a7b38b65646af" |
|
|
|
integrity sha512-k4J2WovnMPGI4PzKgDtQdNrCnmBHpMUFy21qjX2CoPdoBcSBIMvVBr9P2YDP8jOqZOeK3ThOL6VO/sy6jtnvzw== |
|
|
|
dependencies: |
|
|
|
"@types/json-schema" "^7.0.9" |
|
|
|
"@typescript-eslint/scope-manager" "5.11.0" |
|
|
|
"@typescript-eslint/types" "5.11.0" |
|
|
|
"@typescript-eslint/typescript-estree" "5.11.0" |
|
|
|
"@typescript-eslint/scope-manager" "5.12.0" |
|
|
|
"@typescript-eslint/types" "5.12.0" |
|
|
|
"@typescript-eslint/typescript-estree" "5.12.0" |
|
|
|
eslint-scope "^5.1.1" |
|
|
|
eslint-utils "^3.0.0" |
|
|
|
|
|
|
|
"@typescript-eslint/visitor-keys@5.11.0": |
|
|
|
version "5.11.0" |
|
|
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.11.0.tgz#888542381f1a2ac745b06d110c83c0b261487ebb" |
|
|
|
integrity sha512-E8w/vJReMGuloGxJDkpPlGwhxocxOpSVgSvjiLO5IxZPmxZF30weOeJYyPSEACwM+X4NziYS9q+WkN/2DHYQwA== |
|
|
|
"@typescript-eslint/visitor-keys@5.12.0": |
|
|
|
version "5.12.0" |
|
|
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.12.0.tgz#1ac9352ed140b07ba144ebf371b743fdf537ec16" |
|
|
|
integrity sha512-cFwTlgnMV6TgezQynx2c/4/tx9Tufbuo9LPzmWqyRC3QC4qTGkAG1C6pBr0/4I10PAI/FlYunI3vJjIcu+ZHMg== |
|
|
|
dependencies: |
|
|
|
"@typescript-eslint/types" "5.11.0" |
|
|
|
"@typescript-eslint/types" "5.12.0" |
|
|
|
eslint-visitor-keys "^3.0.0" |
|
|
|
|
|
|
|
"@ungap/promise-all-settled@1.1.2": |
|
|
@ -396,10 +396,10 @@ |
|
|
|
resolved "https://registry.yarnpkg.com/@ungap/promise-all-settled/-/promise-all-settled-1.1.2.tgz#aa58042711d6e3275dd37dc597e5d31e8c290a44" |
|
|
|
integrity sha512-sL/cEvJWAnClXw0wHk85/2L0G6Sj8UB0Ctc1TEMbKSsmpRosqhwj9gWgFRZSrBr2f9tiXISwNhCPmlfqUqyb9Q== |
|
|
|
|
|
|
|
"@vscode/codicons@0.0.27": |
|
|
|
version "0.0.27" |
|
|
|
resolved "https://registry.yarnpkg.com/@vscode/codicons/-/codicons-0.0.27.tgz#3b842cbcfb478e1c9e1dc6efbbdedd059cc3e567" |
|
|
|
integrity sha512-NpLkfzPfEOO6s2HH+ISITlaXKYB2XeoYZQY2IV39EaJV3NIBygiLqybHrVtKbaDFfeXyP8McmvvnbWd6YykpGg== |
|
|
|
"@vscode/codicons@0.0.28": |
|
|
|
version "0.0.28" |
|
|
|
resolved "https://registry.yarnpkg.com/@vscode/codicons/-/codicons-0.0.28.tgz#e86b7082cb0858d036788a00b7bf87ade1921199" |
|
|
|
integrity sha512-p8zph8Tflh6KUirDCVOti8tr/BhngQx9Z6QXSKBJgPTZMxiKmP6eF75AKDopUeffp7X80Vdo48nv4kdW9d73Dg== |
|
|
|
|
|
|
|
"@vscode/test-electron@2.1.2": |
|
|
|
version "2.1.2" |
|
|
@ -1061,9 +1061,9 @@ camelcase@^6.0.0, camelcase@^6.3.0: |
|
|
|
integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA== |
|
|
|
|
|
|
|
caniuse-lite@^1.0.30001286: |
|
|
|
version "1.0.30001311" |
|
|
|
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001311.tgz#682ef3f4e617f1a177ad943de59775ed3032e511" |
|
|
|
integrity sha512-mleTFtFKfykEeW34EyfhGIFjGCqzhh38Y0LhdQ9aWF+HorZTtdgKV/1hEE0NlFkG2ubvisPV6l400tlbPys98A== |
|
|
|
version "1.0.30001312" |
|
|
|
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001312.tgz#e11eba4b87e24d22697dae05455d5aea28550d5f" |
|
|
|
integrity sha512-Wiz1Psk2MEK0pX3rUzWaunLTZzqS2JYZFzNKqAiJGiuxIjRPLgV6+VDPOg6lQOUxmDwhTlh198JsTTi8Hzw6aQ== |
|
|
|
|
|
|
|
caw@^2.0.0, caw@^2.0.1: |
|
|
|
version "2.0.1" |
|
|
@ -1613,9 +1613,9 @@ detect-file@^1.0.0: |
|
|
|
integrity sha1-8NZtA2cqglyxtzvbP+YjEMjlUrc= |
|
|
|
|
|
|
|
detect-libc@^2.0.0: |
|
|
|
version "2.0.0" |
|
|
|
resolved "https://registry.yarnpkg.com/detect-libc/-/detect-libc-2.0.0.tgz#c528bc09bc6d1aa30149228240917c225448f204" |
|
|
|
integrity sha512-S55LzUl8HUav8l9E2PBTlC5PAJrHK7tkM+XXFGD+fbsbkTzhCpG6K05LxJcUOEWzMa4v6ptcMZ9s3fOdJDu0Zw== |
|
|
|
version "2.0.1" |
|
|
|
resolved "https://registry.yarnpkg.com/detect-libc/-/detect-libc-2.0.1.tgz#e1897aa88fa6ad197862937fbc0441ef352ee0cd" |
|
|
|
integrity sha512-463v3ZeIrcWtdgIg6vI6XUncguvr2TnGl4SzDXinkt9mSLpBJKXT3mW6xT3VQdDN11+WVs29pgvivTc4Lp8v+w== |
|
|
|
|
|
|
|
dezalgo@^1.0.0: |
|
|
|
version "1.0.3" |
|
|
@ -1754,9 +1754,9 @@ ee-first@1.1.1: |
|
|
|
integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0= |
|
|
|
|
|
|
|
electron-to-chromium@^1.4.17: |
|
|
|
version "1.4.68" |
|
|
|
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.68.tgz#d79447b6bd1bec9183f166bb33d4bef0d5e4e568" |
|
|
|
integrity sha512-cId+QwWrV8R1UawO6b9BR1hnkJ4EJPCPAr4h315vliHUtVUJDk39Sg1PMNnaWKfj5x+93ssjeJ9LKL6r8LaMiA== |
|
|
|
version "1.4.70" |
|
|
|
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.70.tgz#b389047a844ccc84bd185f480f52d2b6306a4cfd" |
|
|
|
integrity sha512-joSEu0IwP/rOY8mHcQ6J2MEm5GgsvVcrNDSGg2wQiV0epjsq6pNvRk4UA2nqV8aK0PPL+Z1Z/uD73bG8swzroA== |
|
|
|
|
|
|
|
emoji-regex@^8.0.0: |
|
|
|
version "8.0.0" |
|
|
@ -3844,9 +3844,9 @@ minimatch@3.0.4: |
|
|
|
brace-expansion "^1.1.7" |
|
|
|
|
|
|
|
minimatch@^3.0.3, minimatch@^3.0.4: |
|
|
|
version "3.0.6" |
|
|
|
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.6.tgz#4a2cab247c5f4cc03b85813ebbde7ae23a6406a2" |
|
|
|
integrity sha512-dpxq1Q5/wIfWZjlpjEZMpHWLDIEGKAzfxdWG/vDJs6sX2mtpm0vuysXd9bD/XnMrGc/O14D116bYXsSDBJK2lQ== |
|
|
|
version "3.1.1" |
|
|
|
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.1.tgz#879ad447200773912898b46cd516a7abbb5e50b0" |
|
|
|
integrity sha512-reLxBcKUPNBnc/sVtAbxgRVFSegoGeLaSjmphNhcwcolhYLRgtJscn5mRl6YRZNQv40Y7P6JM2YhSIsbL9OB5A== |
|
|
|
dependencies: |
|
|
|
brace-expansion "^1.1.7" |
|
|
|
|
|
|
@ -3948,15 +3948,20 @@ mute-stream@~0.0.4: |
|
|
|
integrity sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA== |
|
|
|
|
|
|
|
mylas@^2.1.6: |
|
|
|
version "2.1.8" |
|
|
|
resolved "https://registry.yarnpkg.com/mylas/-/mylas-2.1.8.tgz#41fa02975950d327d369a2fc10fa5caafea11b1d" |
|
|
|
integrity sha512-23YNCUfJmOY4+50CWSRPdtybOUY9xsz5B9HB53pYY+g+mI44W3yymmjz9X0hvcHaYkaDbrxofbVvRqS63Ekwbg== |
|
|
|
version "2.1.9" |
|
|
|
resolved "https://registry.yarnpkg.com/mylas/-/mylas-2.1.9.tgz#8329626f95c0ce522ca7d3c192eca6221d172cdc" |
|
|
|
integrity sha512-pa+cQvmhoM8zzgitPYZErmDt9EdTNVnXsH1XFjMeM4TyG4FFcgxrvK1+jwabVFwUOEDaSWuXBMjg43kqt/Ydlg== |
|
|
|
|
|
|
|
nanoid@3.2.0, nanoid@^3.2.0: |
|
|
|
nanoid@3.2.0: |
|
|
|
version "3.2.0" |
|
|
|
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.2.0.tgz#62667522da6673971cca916a6d3eff3f415ff80c" |
|
|
|
integrity sha512-fmsZYa9lpn69Ad5eDn7FMcnnSR+8R34W9qJEijxYhTbfOWzr22n1QxCMzXLK+ODyW2973V3Fux959iQoUxzUIA== |
|
|
|
|
|
|
|
nanoid@^3.2.0: |
|
|
|
version "3.3.0" |
|
|
|
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.0.tgz#5906f776fd886c66c24f3653e0c46fcb1d4ad6b0" |
|
|
|
integrity sha512-JzxqqT5u/x+/KOFSd7JP15DOo9nOoHpx6DYatqIHUW2+flybkm+mdcraotSQR5WcnZr+qhGVh8Ted0KdfSMxlg== |
|
|
|
|
|
|
|
napi-build-utils@^1.0.1: |
|
|
|
version "1.0.2" |
|
|
|
resolved "https://registry.yarnpkg.com/napi-build-utils/-/napi-build-utils-1.0.2.tgz#b1fddc0b2c46e380a0b7a76f984dd47c41a13806" |
|
|
@ -4940,10 +4945,10 @@ safe-buffer@5.2.1, safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, s |
|
|
|
resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" |
|
|
|
integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== |
|
|
|
|
|
|
|
sass-loader@12.4.0: |
|
|
|
version "12.4.0" |
|
|
|
resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-12.4.0.tgz#260b0d51a8a373bb8e88efc11f6ba5583fea0bcf" |
|
|
|
integrity sha512-7xN+8khDIzym1oL9XyS6zP6Ges+Bo2B2xbPrjdMHEYyV3AQYhd/wXeru++3ODHF0zMjYmVadblSKrPrjEkL8mg== |
|
|
|
sass-loader@12.5.0: |
|
|
|
version "12.5.0" |
|
|
|
resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-12.5.0.tgz#8010243734ade76371db8ba3df3cb40295f2b81c" |
|
|
|
integrity sha512-POCQch5T2PFYOaHGJJgPoVaxJ76Ks+OIqKsDv2ErD53HE/WdPRehkVqdc5Qbt2fD2iGmgIRILDgQGbSHjmPrCA== |
|
|
|
dependencies: |
|
|
|
klona "^2.0.4" |
|
|
|
neo-async "^2.6.2" |
|
|
|