-
Notifications
You must be signed in to change notification settings - Fork 34
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
1 parent
254a1ba
commit 4c3981c
Showing
2 changed files
with
182 additions
and
32 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 |
---|---|---|
|
@@ -682,13 +682,6 @@ | |
dependencies: | ||
"@babel/helper-plugin-utils" "^7.14.5" | ||
|
||
"@babel/plugin-transform-object-assign@^7.8.3": | ||
version "7.16.0" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-assign/-/plugin-transform-object-assign-7.16.0.tgz#750c726397f1f6402fb1ceffe9d8ff3595c8a0df" | ||
integrity sha512-TftKY6Hxo5Uf/EIoC3BKQyLvlH46tbtK4xub90vzi9+yS8z1+O/52YHyywCZvYeLPOvv//1j3BPokLuHTWPcbg== | ||
dependencies: | ||
"@babel/helper-plugin-utils" "^7.14.5" | ||
|
||
"@babel/plugin-transform-object-super@^7.16.0": | ||
version "7.16.0" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.16.0.tgz#fb20d5806dc6491a06296ac14ea8e8d6fedda72b" | ||
|
@@ -1197,6 +1190,19 @@ | |
resolve "^1.8.1" | ||
semver "^7.3.2" | ||
|
||
"@embroider/shared-internals@^0.40.0": | ||
version "0.40.0" | ||
resolved "https://registry.yarnpkg.com/@embroider/shared-internals/-/shared-internals-0.40.0.tgz#2f768c60f4f35ba5f9228f046f70324851e8bfe2" | ||
integrity sha512-Ovr/i0Qgn6W6jdGXMvYJKlRoRpyBY9uhYozDSFKlBjeEmRJ0Plp7OST41+O5Td6Pqp+Rv2jVSnGzhA/MpC++NQ== | ||
dependencies: | ||
ember-rfc176-data "^0.3.17" | ||
fs-extra "^7.0.1" | ||
lodash "^4.17.10" | ||
pkg-up "^3.1.0" | ||
resolve-package-path "^1.2.2" | ||
semver "^7.3.2" | ||
typescript-memoize "^1.0.0-alpha.3" | ||
|
||
"@glimmer/encoder@^0.42.2": | ||
version "0.42.2" | ||
resolved "https://registry.yarnpkg.com/@glimmer/encoder/-/encoder-0.42.2.tgz#d3ba3dc9f1d4fa582d1d18b63da100fc5c664057" | ||
|
@@ -1259,10 +1265,10 @@ | |
resolved "https://registry.yarnpkg.com/@glimmer/util/-/util-0.42.2.tgz#9ca1631e42766ea6059f4b49d0bdfb6095aad2c4" | ||
integrity sha512-Heck0baFSaWDanCYtmOcLeaz7v+rSqI8ovS7twrp2/FWEteb3Ze5sWQ2BEuSAG23L/k/lzVwYM/MY7ZugxBpaA== | ||
|
||
"@glimmer/vm-babel-plugins@0.80.1": | ||
version "0.80.1" | ||
resolved "https://registry.yarnpkg.com/@glimmer/vm-babel-plugins/-/vm-babel-plugins-0.80.1.tgz#ca0118e1e2fefd16418819d0b2b81d69dbd5be9a" | ||
integrity sha512-bNPa/ncEvjr1GnLlz/VfJ731pQqaGh8030NX/rywIlMvrfP4qYXEpgvL9d33z65wMz22DREDygihV9F2giDgoQ== | ||
"@glimmer/vm-babel-plugins@0.83.1": | ||
version "0.83.1" | ||
resolved "https://registry.yarnpkg.com/@glimmer/vm-babel-plugins/-/vm-babel-plugins-0.83.1.tgz#5da67e3d84199352bbf0c5bc3f1ce71bf2b2ddfc" | ||
integrity sha512-Cz0e/SrOo1gSNA0PXZRYI1WGmlQSAQCpiERBlXjjpwoLgiqx2kvsjfFiCUC/CfpsO6WN6wuPMeTFGJuhSSeL5A== | ||
dependencies: | ||
babel-plugin-debug-macros "^0.3.4" | ||
|
||
|
@@ -1667,7 +1673,7 @@ | |
"@types/minimatch" "*" | ||
"@types/node" "*" | ||
|
||
"@types/json-schema@^7.0.5": | ||
"@types/json-schema@^7.0.5", "@types/json-schema@^7.0.8": | ||
version "7.0.9" | ||
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d" | ||
integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ== | ||
|
@@ -2016,7 +2022,7 @@ ajv-keywords@^3.1.0, ajv-keywords@^3.4.1, ajv-keywords@^3.5.2: | |
resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.5.2.tgz#31f29da5ab6e00d1c2d329acf7b5929614d5014d" | ||
integrity sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ== | ||
|
||
ajv@^6.1.0, ajv@^6.10.2, ajv@^6.12.3, ajv@^6.12.4, ajv@^6.9.1: | ||
ajv@^6.1.0, ajv@^6.10.2, ajv@^6.12.3, ajv@^6.12.4, ajv@^6.12.5, ajv@^6.9.1: | ||
version "6.12.6" | ||
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4" | ||
integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g== | ||
|
@@ -2582,7 +2588,7 @@ babel-plugin-debug-macros@^0.2.0-beta.6: | |
dependencies: | ||
semver "^5.3.0" | ||
|
||
babel-plugin-debug-macros@^0.3.3, babel-plugin-debug-macros@^0.3.4: | ||
babel-plugin-debug-macros@^0.3.4: | ||
version "0.3.4" | ||
resolved "https://registry.yarnpkg.com/babel-plugin-debug-macros/-/babel-plugin-debug-macros-0.3.4.tgz#22961d0cb851a80654cece807a8b4b73d85c6075" | ||
integrity sha512-wfel/vb3pXfwIDZUrkoDrn5FHmlWI96PCJ3UCDv2a86poJ3EQrnArNW5KfHSVJ9IOgxHbo748cQt7sDU+0KCEw== | ||
|
@@ -2640,7 +2646,7 @@ babel-plugin-htmlbars-inline-precompile@^1.0.0: | |
resolved "https://registry.yarnpkg.com/babel-plugin-htmlbars-inline-precompile/-/babel-plugin-htmlbars-inline-precompile-1.0.0.tgz#a9d2f6eaad8a3f3d361602de593a8cbef8179c22" | ||
integrity sha512-4jvKEHR1bAX03hBDZ94IXsYCj3bwk9vYsn6ux6JZNL2U5pvzCWjqyrGahfsGNrhERyxw8IqcirOi9Q6WCo3dkQ== | ||
|
||
babel-plugin-htmlbars-inline-precompile@^5.3.0: | ||
babel-plugin-htmlbars-inline-precompile@^5.2.1, babel-plugin-htmlbars-inline-precompile@^5.3.0: | ||
version "5.3.1" | ||
resolved "https://registry.yarnpkg.com/babel-plugin-htmlbars-inline-precompile/-/babel-plugin-htmlbars-inline-precompile-5.3.1.tgz#5ba272e2e4b6221522401f5f1d98a73b1de38787" | ||
integrity sha512-QWjjFgSKtSRIcsBhJmEwS2laIdrA6na8HAlc/pEAhjHgQsah/gMiBFRZvbQTy//hWxR4BMwV7/Mya7q5H8uHeA== | ||
|
@@ -4953,6 +4959,22 @@ crypto-random-string@^2.0.0: | |
resolved "https://registry.yarnpkg.com/crypto-random-string/-/crypto-random-string-2.0.0.tgz#ef2a7a966ec11083388369baa02ebead229b30d5" | ||
integrity sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA== | ||
|
||
css-loader@^5.2.0: | ||
version "5.2.7" | ||
resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-5.2.7.tgz#9b9f111edf6fb2be5dc62525644cbc9c232064ae" | ||
integrity sha512-Q7mOvpBNBG7YrVGMxRxcBJZFL75o+cH2abNASdibkj/fffYD8qWbInZrD0S9ccI6vZclF3DsHE7njGlLtaHbhg== | ||
dependencies: | ||
icss-utils "^5.1.0" | ||
loader-utils "^2.0.0" | ||
postcss "^8.2.15" | ||
postcss-modules-extract-imports "^3.0.0" | ||
postcss-modules-local-by-default "^4.0.0" | ||
postcss-modules-scope "^3.0.0" | ||
postcss-modules-values "^4.0.0" | ||
postcss-value-parser "^4.1.0" | ||
schema-utils "^3.0.0" | ||
semver "^7.3.5" | ||
|
||
css-tree@^1.0.0-alpha.39: | ||
version "1.1.3" | ||
resolved "https://registry.yarnpkg.com/css-tree/-/css-tree-1.1.3.tgz#eb4870fb6fd7707327ec95c2ff2ab09b5e8db91d" | ||
|
@@ -4961,6 +4983,11 @@ css-tree@^1.0.0-alpha.39: | |
mdn-data "2.0.14" | ||
source-map "^0.6.1" | ||
|
||
cssesc@^3.0.0: | ||
version "3.0.0" | ||
resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-3.0.0.tgz#37741919903b868565e1c09ea747445cd18983ee" | ||
integrity sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg== | ||
|
||
cssom@^0.4.4: | ||
version "0.4.4" | ||
resolved "https://registry.yarnpkg.com/cssom/-/cssom-0.4.4.tgz#5a66cf93d2d0b661d80bf6a44fb65f5c2e4e0a10" | ||
|
@@ -5035,7 +5062,7 @@ [email protected]: | |
dependencies: | ||
ms "2.0.0" | ||
|
||
debug@4, debug@^4.0.0, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@~4.3.1, debug@~4.3.2: | ||
debug@4, debug@^4.0.0, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@~4.3.1, debug@~4.3.2: | ||
version "4.3.2" | ||
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.2.tgz#f0a49c18ac8779e31d4a0c6029dfb76873c7428b" | ||
integrity sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw== | ||
|
@@ -5406,6 +5433,44 @@ ember-auto-import@^1.11.3: | |
walk-sync "^0.3.3" | ||
webpack "^4.43.0" | ||
|
||
ember-auto-import@^2.2.0: | ||
version "2.2.4" | ||
resolved "https://registry.yarnpkg.com/ember-auto-import/-/ember-auto-import-2.2.4.tgz#68c08cb0b7533293024c97387fc449b00561185a" | ||
integrity sha512-iXHH+bSMP/uWvJmIhjt+PZz4ymqOLccIxZUouVcUFLKA5EAWE7gamlA684m0pIbSE/V9zKpOul4OfIgKXFprBg== | ||
dependencies: | ||
"@babel/core" "^7.1.6" | ||
"@babel/plugin-proposal-class-properties" "^7.13.0" | ||
"@babel/plugin-proposal-decorators" "^7.13.5" | ||
"@babel/preset-env" "^7.10.2" | ||
"@babel/traverse" "^7.1.6" | ||
"@embroider/shared-internals" "^0.40.0" | ||
babel-loader "^8.0.6" | ||
babel-plugin-ember-modules-api-polyfill "^3.5.0" | ||
babel-plugin-htmlbars-inline-precompile "^5.2.1" | ||
babel-plugin-syntax-dynamic-import "^6.18.0" | ||
broccoli-debug "^0.6.4" | ||
broccoli-funnel "^3.0.8" | ||
broccoli-merge-trees "^4.2.0" | ||
broccoli-plugin "^4.0.0" | ||
broccoli-source "^3.0.0" | ||
css-loader "^5.2.0" | ||
debug "^4.3.1" | ||
ember-cli-babel "^7.0.0" | ||
fs-extra "^6.0.1" | ||
fs-tree-diff "^2.0.0" | ||
handlebars "^4.3.1" | ||
js-string-escape "^1.0.1" | ||
lodash "^4.17.19" | ||
mkdirp "^0.5.1" | ||
parse5 "^6.0.1" | ||
resolve "^1.20.0" | ||
resolve-package-path "^3.1.0" | ||
rimraf "^2.6.2" | ||
semver "^7.3.4" | ||
style-loader "^2.0.0" | ||
typescript-memoize "^1.0.0-alpha.3" | ||
walk-sync "^0.3.3" | ||
|
||
ember-cli-babel-plugin-helpers@^1.0.0, ember-cli-babel-plugin-helpers@^1.1.1: | ||
version "1.1.1" | ||
resolved "https://registry.yarnpkg.com/ember-cli-babel-plugin-helpers/-/ember-cli-babel-plugin-helpers-1.1.1.tgz#5016b80cdef37036c4282eef2d863e1d73576879" | ||
|
@@ -5845,24 +5910,24 @@ ember-source-channel-url@^3.0.0: | |
dependencies: | ||
node-fetch "^2.6.0" | ||
|
||
ember-source@3.28.2: | ||
version "3.28.2" | ||
resolved "https://registry.yarnpkg.com/ember-source/-/ember-source-3.28.2.tgz#789d0fce7d0580ced06e905586f268a2ba92ed50" | ||
integrity sha512-GIF0Km7QT1ujq/BqDS3wM5oWcf0/1jucOdR9+i5eNCW/tEBrgfUR5UaDFti5zd1CgZ1n9HBvGsO1ELI/eP8Trw== | ||
ember-source@4.0.0: | ||
version "4.0.0" | ||
resolved "https://registry.yarnpkg.com/ember-source/-/ember-source-4.0.0.tgz#0aa77c4bc257881484a763f7ada2b1af01d4a659" | ||
integrity sha512-DfmcJRnA2ZXxEACP0hrm2Seg7eJk66GpkGK41drq/zStRMzK7IQA4jZ6reTO2E9TVGyU40+6huSc4pU93e6o3Q== | ||
dependencies: | ||
"@babel/helper-module-imports" "^7.8.3" | ||
"@babel/plugin-transform-block-scoping" "^7.8.3" | ||
"@babel/plugin-transform-object-assign" "^7.8.3" | ||
"@ember/edition-utils" "^1.2.0" | ||
"@glimmer/vm-babel-plugins" "0.80.1" | ||
babel-plugin-debug-macros "^0.3.3" | ||
"@glimmer/vm-babel-plugins" "0.83.1" | ||
babel-plugin-debug-macros "^0.3.4" | ||
babel-plugin-filter-imports "^4.0.0" | ||
broccoli-concat "^4.2.4" | ||
broccoli-debug "^0.6.4" | ||
broccoli-file-creator "^2.1.1" | ||
broccoli-funnel "^2.0.2" | ||
broccoli-merge-trees "^4.2.0" | ||
chalk "^4.0.0" | ||
ember-auto-import "^2.2.0" | ||
ember-cli-babel "^7.23.0" | ||
ember-cli-get-component-path-option "^1.0.0" | ||
ember-cli-is-package-missing "^1.0.0" | ||
|
@@ -5872,7 +5937,6 @@ [email protected]: | |
ember-cli-version-checker "^5.1.1" | ||
ember-router-generator "^2.0.0" | ||
inflection "^1.12.0" | ||
jquery "^3.5.1" | ||
resolve "^1.17.0" | ||
semver "^7.3.4" | ||
silent-error "^1.1.1" | ||
|
@@ -7871,6 +7935,11 @@ iconv-lite@^0.6.2: | |
dependencies: | ||
safer-buffer ">= 2.1.2 < 3.0.0" | ||
|
||
icss-utils@^5.0.0, icss-utils@^5.1.0: | ||
version "5.1.0" | ||
resolved "https://registry.yarnpkg.com/icss-utils/-/icss-utils-5.1.0.tgz#c6be6858abd013d768e98366ae47e25d5887b1ae" | ||
integrity sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA== | ||
|
||
ieee754@^1.1.4: | ||
version "1.2.1" | ||
resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352" | ||
|
@@ -8551,11 +8620,6 @@ java-properties@^1.0.0: | |
resolved "https://registry.yarnpkg.com/java-properties/-/java-properties-1.0.2.tgz#ccd1fa73907438a5b5c38982269d0e771fe78211" | ||
integrity sha512-qjdpeo2yKlYTH7nFdK0vbZWuTCesk4o63v5iVOlhMQPfuIZQfW/HI35SjfhA+4qpg36rnFSvUK5b1m+ckIblQQ== | ||
|
||
jquery@^3.5.1: | ||
version "3.6.0" | ||
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.6.0.tgz#c72a09f15c1bdce142f49dbf1170bdf8adac2470" | ||
integrity sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw== | ||
|
||
js-string-escape@^1.0.1: | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/js-string-escape/-/js-string-escape-1.0.1.tgz#e2625badbc0d67c7533e9edc1068c587ae4137ef" | ||
|
@@ -9029,6 +9093,15 @@ loader-utils@^1.2.3, loader-utils@^1.4.0: | |
emojis-list "^3.0.0" | ||
json5 "^1.0.1" | ||
|
||
loader-utils@^2.0.0: | ||
version "2.0.2" | ||
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-2.0.2.tgz#d6e3b4fb81870721ae4e0868ab11dd638368c129" | ||
integrity sha512-TM57VeHptv569d/GKh6TAYdzKblwDNiumOdkFnejjD0XwTH87K90w3O7AiJRqdQoXygvi1VQTJTLGhJl7WqA7A== | ||
dependencies: | ||
big.js "^5.2.2" | ||
emojis-list "^3.0.0" | ||
json5 "^2.1.2" | ||
|
||
[email protected]: | ||
version "4.7.0" | ||
resolved "https://registry.yarnpkg.com/loader.js/-/loader.js-4.7.0.tgz#a1a52902001c83631efde9688b8ab3799325ef1f" | ||
|
@@ -9973,6 +10046,11 @@ nan@^2.12.1: | |
resolved "https://registry.yarnpkg.com/nan/-/nan-2.15.0.tgz#3f34a473ff18e15c1b5626b62903b5ad6e665fee" | ||
integrity sha512-8ZtvEnA2c5aYCZYd1cvgdnU6cqwixRoYg70xPLWUws5ORTa/lnw+u4amixRS/Ac5U5mQVgp9pnlSUnbNWFaWZQ== | ||
|
||
nanoid@^3.1.30: | ||
version "3.1.30" | ||
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.30.tgz#63f93cc548d2a113dc5dfbc63bfa09e2b9b64362" | ||
integrity sha512-zJpuPDwOv8D2zq2WRoMe1HsfZthVewpel9CAvTfc/2mBD1uUT/agc5f7GHGWXlYkFvi1mVxe4IjvP2HNrop7nQ== | ||
|
||
nanomatch@^1.2.9: | ||
version "1.2.13" | ||
resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119" | ||
|
@@ -10907,7 +10985,7 @@ parse-static-imports@^1.1.0: | |
resolved "https://registry.yarnpkg.com/parse-static-imports/-/parse-static-imports-1.1.0.tgz#ae2f18f18da1a993080ae406a5219455c0bbad5d" | ||
integrity sha512-HlxrZcISCblEV0lzXmAHheH/8qEkKgmqkdxyHTPbSqsTUV8GzqmN1L+SSti+VbNPfbBO3bYLPHDiUs2avbAdbA== | ||
|
||
[email protected]: | ||
[email protected], parse5@^6.0.1: | ||
version "6.0.1" | ||
resolved "https://registry.yarnpkg.com/parse5/-/parse5-6.0.1.tgz#e1a1c085c569b3dc08321184f19a39cc27f7c30b" | ||
integrity sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw== | ||
|
@@ -11118,6 +11196,56 @@ posix-character-classes@^0.1.0: | |
resolved "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab" | ||
integrity sha1-AerA/jta9xoqbAL+q7jB/vfgDqs= | ||
|
||
postcss-modules-extract-imports@^3.0.0: | ||
version "3.0.0" | ||
resolved "https://registry.yarnpkg.com/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz#cda1f047c0ae80c97dbe28c3e76a43b88025741d" | ||
integrity sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw== | ||
|
||
postcss-modules-local-by-default@^4.0.0: | ||
version "4.0.0" | ||
resolved "https://registry.yarnpkg.com/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.0.tgz#ebbb54fae1598eecfdf691a02b3ff3b390a5a51c" | ||
integrity sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ== | ||
dependencies: | ||
icss-utils "^5.0.0" | ||
postcss-selector-parser "^6.0.2" | ||
postcss-value-parser "^4.1.0" | ||
|
||
postcss-modules-scope@^3.0.0: | ||
version "3.0.0" | ||
resolved "https://registry.yarnpkg.com/postcss-modules-scope/-/postcss-modules-scope-3.0.0.tgz#9ef3151456d3bbfa120ca44898dfca6f2fa01f06" | ||
integrity sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg== | ||
dependencies: | ||
postcss-selector-parser "^6.0.4" | ||
|
||
postcss-modules-values@^4.0.0: | ||
version "4.0.0" | ||
resolved "https://registry.yarnpkg.com/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz#d7c5e7e68c3bb3c9b27cbf48ca0bb3ffb4602c9c" | ||
integrity sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ== | ||
dependencies: | ||
icss-utils "^5.0.0" | ||
|
||
postcss-selector-parser@^6.0.2, postcss-selector-parser@^6.0.4: | ||
version "6.0.6" | ||
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.6.tgz#2c5bba8174ac2f6981ab631a42ab0ee54af332ea" | ||
integrity sha512-9LXrvaaX3+mcv5xkg5kFwqSzSH1JIObIx51PrndZwlmznwXRfxMddDvo9gve3gVR8ZTKgoFDdWkbRFmEhT4PMg== | ||
dependencies: | ||
cssesc "^3.0.0" | ||
util-deprecate "^1.0.2" | ||
|
||
postcss-value-parser@^4.1.0: | ||
version "4.1.0" | ||
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz#443f6a20ced6481a2bda4fa8532a6e55d789a2cb" | ||
integrity sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ== | ||
|
||
postcss@^8.2.15: | ||
version "8.3.11" | ||
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.11.tgz#c3beca7ea811cd5e1c4a3ec6d2e7599ef1f8f858" | ||
integrity sha512-hCmlUAIlUiav8Xdqw3Io4LcpA1DOt7h3LSTAC4G6JGHFFaWzI6qvFt9oilvl8BmkbBRX1IhM90ZAmpk68zccQA== | ||
dependencies: | ||
nanoid "^3.1.30" | ||
picocolors "^1.0.0" | ||
source-map-js "^0.6.2" | ||
|
||
prelude-ls@~1.1.2: | ||
version "1.1.2" | ||
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54" | ||
|
@@ -12144,6 +12272,15 @@ schema-utils@^2.6.5: | |
ajv "^6.12.4" | ||
ajv-keywords "^3.5.2" | ||
|
||
schema-utils@^3.0.0: | ||
version "3.1.1" | ||
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-3.1.1.tgz#bc74c4b6b6995c1d88f76a8b77bea7219e0c8281" | ||
integrity sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw== | ||
dependencies: | ||
"@types/json-schema" "^7.0.8" | ||
ajv "^6.12.5" | ||
ajv-keywords "^3.5.2" | ||
|
||
[email protected]: | ||
version "15.12.5" | ||
resolved "https://registry.yarnpkg.com/semantic-release/-/semantic-release-15.12.5.tgz#37845a99b9e26ebea1ea020fed05010d29e5a699" | ||
|
@@ -12235,7 +12372,7 @@ [email protected]: | |
resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e" | ||
integrity sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A== | ||
|
||
semver@^7.3.2, semver@^7.3.4: | ||
semver@^7.3.2, semver@^7.3.4, semver@^7.3.5: | ||
version "7.3.5" | ||
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7" | ||
integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ== | ||
|
@@ -12545,6 +12682,11 @@ source-list-map@^2.0.0: | |
resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.1.tgz#3993bd873bfc48479cca9ea3a547835c7c154b34" | ||
integrity sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw== | ||
|
||
source-map-js@^0.6.2: | ||
version "0.6.2" | ||
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-0.6.2.tgz#0bb5de631b41cfbda6cfba8bd05a80efdfd2385e" | ||
integrity sha512-/3GptzWzu0+0MBQFrDKzw/DvvMTUORvgY6k6jd/VS6iCR4RDTKWH6v6WPwQoUO8667uQEf9Oe38DxAYWY5F/Ug== | ||
|
||
source-map-resolve@^0.5.0: | ||
version "0.5.3" | ||
resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.3.tgz#190866bece7553e1f8f267a2ee82c606b5509a1a" | ||
|
@@ -12963,6 +13105,14 @@ strip-json-comments@^2.0.1, strip-json-comments@~2.0.1: | |
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a" | ||
integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo= | ||
|
||
style-loader@^2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-2.0.0.tgz#9669602fd4690740eaaec137799a03addbbc393c" | ||
integrity sha512-Z0gYUJmzZ6ZdRUqpg1r8GsaFKypE+3xAzuFeMuoHgjc9KZv3wMyCRjQIWEbhoFSq7+7yoHXySDJyyWQaPajeiQ== | ||
dependencies: | ||
loader-utils "^2.0.0" | ||
schema-utils "^3.0.0" | ||
|
||
[email protected]: | ||
version "0.0.1" | ||
resolved "https://registry.yarnpkg.com/styled_string/-/styled_string-0.0.1.tgz#d22782bd81295459bc4f1df18c4bad8e94dd124a" | ||
|