|
@@ -22,21 +22,21 @@
|
|
|
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.3.tgz#707b939793f867f5a73b2666e6d9a3396eb03151"
|
|
|
integrity sha512-prBHMK4JYYK+wDjJF1q99KK4JLL+egWS4nmNqdlMUgCExMZ+iZW0hGhyC3VEbsPjvaN0TBhW//VIFwBrk8sEiw==
|
|
|
|
|
|
-"@babel/core@^7.18.5":
|
|
|
- version "7.19.3"
|
|
|
- resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.3.tgz#2519f62a51458f43b682d61583c3810e7dcee64c"
|
|
|
- integrity sha512-WneDJxdsjEvyKtXKsaBGbDeiyOjR5vYq4HcShxnIbG0qixpoHjI3MqeZM9NDvsojNCEBItQE4juOo/bU6e72gQ==
|
|
|
+"@babel/core@^7.19.6":
|
|
|
+ version "7.19.6"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.6.tgz#7122ae4f5c5a37c0946c066149abd8e75f81540f"
|
|
|
+ integrity sha512-D2Ue4KHpc6Ys2+AxpIx1BZ8+UegLLLE2p3KJEuJRKmokHOtl49jQ5ny1773KsGLZs8MQvBidAF6yWUJxRqtKtg==
|
|
|
dependencies:
|
|
|
"@ampproject/remapping" "^2.1.0"
|
|
|
"@babel/code-frame" "^7.18.6"
|
|
|
- "@babel/generator" "^7.19.3"
|
|
|
+ "@babel/generator" "^7.19.6"
|
|
|
"@babel/helper-compilation-targets" "^7.19.3"
|
|
|
- "@babel/helper-module-transforms" "^7.19.0"
|
|
|
- "@babel/helpers" "^7.19.0"
|
|
|
- "@babel/parser" "^7.19.3"
|
|
|
+ "@babel/helper-module-transforms" "^7.19.6"
|
|
|
+ "@babel/helpers" "^7.19.4"
|
|
|
+ "@babel/parser" "^7.19.6"
|
|
|
"@babel/template" "^7.18.10"
|
|
|
- "@babel/traverse" "^7.19.3"
|
|
|
- "@babel/types" "^7.19.3"
|
|
|
+ "@babel/traverse" "^7.19.6"
|
|
|
+ "@babel/types" "^7.19.4"
|
|
|
convert-source-map "^1.7.0"
|
|
|
debug "^4.1.0"
|
|
|
gensync "^1.0.0-beta.2"
|
|
@@ -61,6 +61,15 @@
|
|
|
"@jridgewell/gen-mapping" "^0.3.2"
|
|
|
jsesc "^2.5.1"
|
|
|
|
|
|
+"@babel/generator@^7.19.6":
|
|
|
+ version "7.19.6"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.19.6.tgz#9e481a3fe9ca6261c972645ae3904ec0f9b34a1d"
|
|
|
+ integrity sha512-oHGRUQeoX1QrKeJIKVe0hwjGqNnVYsM5Nep5zo0uE0m42sLH+Fsd2pStJ5sRM1bNyTUUoz0pe2lTeMJrb/taTA==
|
|
|
+ dependencies:
|
|
|
+ "@babel/types" "^7.19.4"
|
|
|
+ "@jridgewell/gen-mapping" "^0.3.2"
|
|
|
+ jsesc "^2.5.1"
|
|
|
+
|
|
|
"@babel/helper-annotate-as-pure@^7.18.6":
|
|
|
version "7.18.6"
|
|
|
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
|
|
@@ -174,6 +183,20 @@
|
|
|
"@babel/traverse" "^7.19.0"
|
|
|
"@babel/types" "^7.19.0"
|
|
|
|
|
|
+"@babel/helper-module-transforms@^7.19.6":
|
|
|
+ version "7.19.6"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.19.6.tgz#6c52cc3ac63b70952d33ee987cbee1c9368b533f"
|
|
|
+ integrity sha512-fCmcfQo/KYr/VXXDIyd3CBGZ6AFhPFy1TfSEJ+PilGVlQT6jcbqtHAM4C1EciRqMza7/TpOUZliuSH+U6HAhJw==
|
|
|
+ dependencies:
|
|
|
+ "@babel/helper-environment-visitor" "^7.18.9"
|
|
|
+ "@babel/helper-module-imports" "^7.18.6"
|
|
|
+ "@babel/helper-simple-access" "^7.19.4"
|
|
|
+ "@babel/helper-split-export-declaration" "^7.18.6"
|
|
|
+ "@babel/helper-validator-identifier" "^7.19.1"
|
|
|
+ "@babel/template" "^7.18.10"
|
|
|
+ "@babel/traverse" "^7.19.6"
|
|
|
+ "@babel/types" "^7.19.4"
|
|
|
+
|
|
|
"@babel/helper-optimise-call-expression@^7.18.6":
|
|
|
version "7.18.6"
|
|
|
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz#9369aa943ee7da47edab2cb4e838acf09d290ffe"
|
|
@@ -214,6 +237,13 @@
|
|
|
dependencies:
|
|
|
"@babel/types" "^7.18.6"
|
|
|
|
|
|
+"@babel/helper-simple-access@^7.19.4":
|
|
|
+ version "7.19.4"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.19.4.tgz#be553f4951ac6352df2567f7daa19a0ee15668e7"
|
|
|
+ integrity sha512-f9Xq6WqBFqaDfbCzn2w85hwklswz5qsKlh7f08w4Y9yhJHpnNC0QemtSkK5YyOY8kPGvyiwdzZksGUhnGdaUIg==
|
|
|
+ dependencies:
|
|
|
+ "@babel/types" "^7.19.4"
|
|
|
+
|
|
|
"@babel/helper-skip-transparent-expression-wrappers@^7.18.9":
|
|
|
version "7.18.9"
|
|
|
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.18.9.tgz#778d87b3a758d90b471e7b9918f34a9a02eb5818"
|
|
@@ -233,6 +263,11 @@
|
|
|
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.18.10.tgz#181f22d28ebe1b3857fa575f5c290b1aaf659b56"
|
|
|
integrity sha512-XtIfWmeNY3i4t7t4D2t02q50HvqHybPqW2ki1kosnvWCwuCMeo81Jf0gwr85jy/neUdg5XDdeFE/80DXiO+njw==
|
|
|
|
|
|
+"@babel/helper-string-parser@^7.19.4":
|
|
|
+ version "7.19.4"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63"
|
|
|
+ integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
|
|
|
+
|
|
|
"@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
|
|
|
version "7.19.1"
|
|
|
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
|
|
@@ -253,14 +288,14 @@
|
|
|
"@babel/traverse" "^7.19.0"
|
|
|
"@babel/types" "^7.19.0"
|
|
|
|
|
|
-"@babel/helpers@^7.19.0":
|
|
|
- version "7.19.0"
|
|
|
- resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.19.0.tgz#f30534657faf246ae96551d88dd31e9d1fa1fc18"
|
|
|
- integrity sha512-DRBCKGwIEdqY3+rPJgG/dKfQy9+08rHIAJx8q2p+HSWP87s2HCrQmaAMMyMll2kIXKCW0cO1RdQskx15Xakftg==
|
|
|
+"@babel/helpers@^7.19.4":
|
|
|
+ version "7.19.4"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.19.4.tgz#42154945f87b8148df7203a25c31ba9a73be46c5"
|
|
|
+ integrity sha512-G+z3aOx2nfDHwX/kyVii5fJq+bgscg89/dJNWpYeKeBv3v9xX8EIabmx1k6u9LS04H7nROFVRVK+e3k0VHp+sw==
|
|
|
dependencies:
|
|
|
"@babel/template" "^7.18.10"
|
|
|
- "@babel/traverse" "^7.19.0"
|
|
|
- "@babel/types" "^7.19.0"
|
|
|
+ "@babel/traverse" "^7.19.4"
|
|
|
+ "@babel/types" "^7.19.4"
|
|
|
|
|
|
"@babel/highlight@^7.18.6":
|
|
|
version "7.18.6"
|
|
@@ -276,6 +311,11 @@
|
|
|
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.3.tgz#8dd36d17c53ff347f9e55c328710321b49479a9a"
|
|
|
integrity sha512-pJ9xOlNWHiy9+FuFP09DEAFbAn4JskgRsVcc169w2xRBC3FRGuQEwjeIMMND9L2zc0iEhO/tGv4Zq+km+hxNpQ==
|
|
|
|
|
|
+"@babel/parser@^7.19.6":
|
|
|
+ version "7.19.6"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.6.tgz#b923430cb94f58a7eae8facbffa9efd19130e7f8"
|
|
|
+ integrity sha512-h1IUp81s2JYJ3mRkdxJgs4UvmSsRvDrx5ICSJbPvtWYv5i1nTBGcBpnog+89rAFMwvvru6E5NUHdBe01UeSzYA==
|
|
|
+
|
|
|
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
|
|
|
version "7.18.6"
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz#da5b8f9a580acdfbe53494dba45ea389fb09a4d2"
|
|
@@ -887,7 +927,7 @@
|
|
|
"@babel/parser" "^7.18.10"
|
|
|
"@babel/types" "^7.18.10"
|
|
|
|
|
|
-"@babel/traverse@^7.19.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.19.3":
|
|
|
+"@babel/traverse@^7.19.0", "@babel/traverse@^7.19.1":
|
|
|
version "7.19.3"
|
|
|
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.3.tgz#3a3c5348d4988ba60884e8494b0592b2f15a04b4"
|
|
|
integrity sha512-qh5yf6149zhq2sgIXmwjnsvmnNQC2iw70UFjp4olxucKrWd/dvlUsBI88VSLUsnMNF7/vnOiA+nk1+yLoCqROQ==
|
|
@@ -903,6 +943,22 @@
|
|
|
debug "^4.1.0"
|
|
|
globals "^11.1.0"
|
|
|
|
|
|
+"@babel/traverse@^7.19.4", "@babel/traverse@^7.19.6":
|
|
|
+ version "7.19.6"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.6.tgz#7b4c865611df6d99cb131eec2e8ac71656a490dc"
|
|
|
+ integrity sha512-6l5HrUCzFM04mfbG09AagtYyR2P0B71B1wN7PfSPiksDPz2k5H9CBC1tcZpz2M8OxbKTPccByoOJ22rUKbpmQQ==
|
|
|
+ dependencies:
|
|
|
+ "@babel/code-frame" "^7.18.6"
|
|
|
+ "@babel/generator" "^7.19.6"
|
|
|
+ "@babel/helper-environment-visitor" "^7.18.9"
|
|
|
+ "@babel/helper-function-name" "^7.19.0"
|
|
|
+ "@babel/helper-hoist-variables" "^7.18.6"
|
|
|
+ "@babel/helper-split-export-declaration" "^7.18.6"
|
|
|
+ "@babel/parser" "^7.19.6"
|
|
|
+ "@babel/types" "^7.19.4"
|
|
|
+ debug "^4.1.0"
|
|
|
+ globals "^11.1.0"
|
|
|
+
|
|
|
"@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.19.3", "@babel/types@^7.4.4":
|
|
|
version "7.19.3"
|
|
|
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.3.tgz#fc420e6bbe54880bce6779ffaf315f5e43ec9624"
|
|
@@ -912,6 +968,15 @@
|
|
|
"@babel/helper-validator-identifier" "^7.19.1"
|
|
|
to-fast-properties "^2.0.0"
|
|
|
|
|
|
+"@babel/types@^7.19.4":
|
|
|
+ version "7.19.4"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.4.tgz#0dd5c91c573a202d600490a35b33246fed8a41c7"
|
|
|
+ integrity sha512-M5LK7nAeS6+9j7hAq+b3fQs+pNfUtTGq+yFFfHnauFA8zQtLRfmuipmsKDKKLuyG+wC8ABW43A153YNawNTEtw==
|
|
|
+ dependencies:
|
|
|
+ "@babel/helper-string-parser" "^7.19.4"
|
|
|
+ "@babel/helper-validator-identifier" "^7.19.1"
|
|
|
+ to-fast-properties "^2.0.0"
|
|
|
+
|
|
|
"@codemirror/autocomplete@^6.0.0", "@codemirror/autocomplete@^6.1.0":
|
|
|
version "6.3.0"
|
|
|
resolved "https://registry.yarnpkg.com/@codemirror/autocomplete/-/autocomplete-6.3.0.tgz#217e16bb6ce63374ec7b9d2a01d007ba53ff0aff"
|
|
@@ -2804,7 +2869,12 @@ core-js-compat@^3.25.1:
|
|
|
dependencies:
|
|
|
browserslist "^4.21.4"
|
|
|
|
|
|
-core-js@^3.25.0, core-js@^3.6.0, core-js@^3.8.3:
|
|
|
+core-js@^3.26.0:
|
|
|
+ version "3.26.0"
|
|
|
+ resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.26.0.tgz#a516db0ed0811be10eac5d94f3b8463d03faccfe"
|
|
|
+ integrity sha512-+DkDrhoR4Y0PxDz6rurahuB+I45OsEUv8E1maPTB6OuHRohMMcznBq9TMpdpDMm/hUPob/mJJS3PqgbHpMTQgw==
|
|
|
+
|
|
|
+core-js@^3.6.0, core-js@^3.8.3:
|
|
|
version "3.25.5"
|
|
|
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.25.5.tgz#e86f651a2ca8a0237a5f064c2fe56cef89646e27"
|
|
|
integrity sha512-nbm6eZSjm+ZuBQxCUPQKQCoUEfFOXjUZ8dTTyikyKaWrTYmAVbykQfwsKE5dBK88u3QCkCrzsx/PPlKfhsvgpw==
|
|
@@ -2998,10 +3068,10 @@ dagre@^0.8.5:
|
|
|
graphlib "^2.1.8"
|
|
|
lodash "^4.17.15"
|
|
|
|
|
|
-dayjs@^1.11.5:
|
|
|
- version "1.11.5"
|
|
|
- resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.11.5.tgz#00e8cc627f231f9499c19b38af49f56dc0ac5e93"
|
|
|
- integrity sha512-CAdX5Q3YW3Gclyo5Vpqkgpj8fSdLQcRuzfX6mC6Phy0nfJ0eGYOeS7m4mt2plDWLAtA4TqTakvbboHvUxfe4iA==
|
|
|
+dayjs@^1.11.6:
|
|
|
+ version "1.11.6"
|
|
|
+ resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.11.6.tgz#2e79a226314ec3ec904e3ee1dd5a4f5e5b1c7afb"
|
|
|
+ integrity sha512-zZbY5giJAinCG+7AGaw0wIhNZ6J8AhWuSXKvuc1KAyMiRsvGQWqh4L+MomvhdAYjN+lqvVCMq1I41e3YHvXkyQ==
|
|
|
|
|
|
debug@2.6.9, debug@^2.6.9:
|
|
|
version "2.6.9"
|
|
@@ -3715,7 +3785,7 @@ fast-diff@^1.1.2:
|
|
|
resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.2.0.tgz#73ee11982d86caaf7959828d519cfe927fac5f03"
|
|
|
integrity sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==
|
|
|
|
|
|
-fast-glob@^3.2.11:
|
|
|
+fast-glob@^3.2.11, fast-glob@^3.2.12:
|
|
|
version "3.2.12"
|
|
|
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.12.tgz#7f39ec99c2e6ab030337142da9e0c18f37afae80"
|
|
|
integrity sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==
|
|
@@ -5441,14 +5511,14 @@ postcss-modules-values@^4.0.0:
|
|
|
dependencies:
|
|
|
icss-utils "^5.0.0"
|
|
|
|
|
|
-postcss-nested@5.0.6:
|
|
|
- version "5.0.6"
|
|
|
- resolved "https://registry.yarnpkg.com/postcss-nested/-/postcss-nested-5.0.6.tgz#466343f7fc8d3d46af3e7dba3fcd47d052a945bc"
|
|
|
- integrity sha512-rKqm2Fk0KbA8Vt3AdGN0FB9OBOMDVajMG6ZCf/GoHgdxUJ4sBFp0A/uMIRm+MJUdo33YXEtjqIz8u7DAp8B7DA==
|
|
|
+postcss-nested@6.0.0:
|
|
|
+ version "6.0.0"
|
|
|
+ resolved "https://registry.yarnpkg.com/postcss-nested/-/postcss-nested-6.0.0.tgz#1572f1984736578f360cffc7eb7dca69e30d1735"
|
|
|
+ integrity sha512-0DkamqrPcmkBDsLn+vQDIrtkSbNkv5AD/M322ySo9kqFkCIYklym2xEmWkwo+Y3/qZo34tzEPNUw4y7yMCdv5w==
|
|
|
dependencies:
|
|
|
- postcss-selector-parser "^6.0.6"
|
|
|
+ postcss-selector-parser "^6.0.10"
|
|
|
|
|
|
-postcss-selector-parser@6.0.10, postcss-selector-parser@^6.0.10, postcss-selector-parser@^6.0.2, postcss-selector-parser@^6.0.4, postcss-selector-parser@^6.0.6, postcss-selector-parser@^6.0.9:
|
|
|
+postcss-selector-parser@6.0.10, postcss-selector-parser@^6.0.10, postcss-selector-parser@^6.0.2, postcss-selector-parser@^6.0.4, postcss-selector-parser@^6.0.9:
|
|
|
version "6.0.10"
|
|
|
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.10.tgz#79b61e2c0d1bfc2602d549e11d0876256f8df88d"
|
|
|
integrity sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==
|
|
@@ -5461,7 +5531,7 @@ postcss-value-parser@^4.0.0, postcss-value-parser@^4.1.0, postcss-value-parser@^
|
|
|
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
|
|
|
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
|
|
|
|
|
|
-postcss@^8.1.10, postcss@^8.4.14, postcss@^8.4.7:
|
|
|
+postcss@^8.1.10, postcss@^8.4.7:
|
|
|
version "8.4.17"
|
|
|
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.17.tgz#f87863ec7cd353f81f7ab2dec5d67d861bbb1be5"
|
|
|
integrity sha512-UNxNOLQydcOFi41yHNMcKRZ39NeXlr8AxGuZJsdub8vIb12fHzcq37DTU/QtbI6WLxNg2gF9Z+8qtRwTj1UI1Q==
|
|
@@ -5470,7 +5540,7 @@ postcss@^8.1.10, postcss@^8.4.14, postcss@^8.4.7:
|
|
|
picocolors "^1.0.0"
|
|
|
source-map-js "^1.0.2"
|
|
|
|
|
|
-postcss@^8.4.18:
|
|
|
+postcss@^8.4.17, postcss@^8.4.18:
|
|
|
version "8.4.18"
|
|
|
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.18.tgz#6d50046ea7d3d66a85e0e782074e7203bc7fbca2"
|
|
|
integrity sha512-Wi8mWhncLJm11GATDaQKobXSNEYGUHeQLiQqDFG1qQ5UTDPTEvKw0Xt5NsTpktGTwLps3ByrWsBrG0rB8YQ9oA==
|
|
@@ -6056,10 +6126,10 @@ signal-exit@^3.0.2, signal-exit@^3.0.3, signal-exit@^3.0.7:
|
|
|
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9"
|
|
|
integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==
|
|
|
|
|
|
-simple-git-hooks@^2.6.1:
|
|
|
- version "2.8.0"
|
|
|
- resolved "https://registry.yarnpkg.com/simple-git-hooks/-/simple-git-hooks-2.8.0.tgz#291558785af6e17ca0c7a4f9d3d91e8635965a64"
|
|
|
- integrity sha512-ocmZQORwa6x9mxg+gVIAp5o4wXiWOHGXyrDBA0+UxGKIEKOyFtL4LWNKkP/2ornQPdlnlDGDteVeYP5FjhIoWA==
|
|
|
+simple-git-hooks@^2.8.1:
|
|
|
+ version "2.8.1"
|
|
|
+ resolved "https://registry.yarnpkg.com/simple-git-hooks/-/simple-git-hooks-2.8.1.tgz#05e8306f3211d7eee9f5fdb5cc42521280ee82a9"
|
|
|
+ integrity sha512-DYpcVR1AGtSfFUNzlBdHrQGPsOhuuEJ/FkmPOOlFysP60AHd3nsEpkGq/QEOdtUyT1Qhk7w9oLmFoMG+75BDog==
|
|
|
|
|
|
slash@^4.0.0:
|
|
|
version "4.0.0"
|
|
@@ -6315,10 +6385,10 @@ svg-pathdata@^6.0.3:
|
|
|
resolved "https://registry.yarnpkg.com/svg-pathdata/-/svg-pathdata-6.0.3.tgz#80b0e0283b652ccbafb69ad4f8f73e8d3fbf2cac"
|
|
|
integrity sha512-qsjeeq5YjBZ5eMdFuUa4ZosMLxgr5RZ+F+Y1OrDhuOCEInRMA3x74XdBtggJcj9kOeInz0WE+LgCPDkZFlBYJw==
|
|
|
|
|
|
-tailwindcss@^3.1.6:
|
|
|
- version "3.1.8"
|
|
|
- resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.1.8.tgz#4f8520550d67a835d32f2f4021580f9fddb7b741"
|
|
|
- integrity sha512-YSneUCZSFDYMwk+TGq8qYFdCA3yfBRdBlS7txSq0LUmzyeqRe3a8fBQzbz9M3WS/iFT4BNf/nmw9mEzrnSaC0g==
|
|
|
+tailwindcss@^3.2.1:
|
|
|
+ version "3.2.1"
|
|
|
+ resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.2.1.tgz#1bd828fff3172489962357f8d531c184080a6786"
|
|
|
+ integrity sha512-Uw+GVSxp5CM48krnjHObqoOwlCt5Qo6nw1jlCRwfGy68dSYb/LwS9ZFidYGRiM+w6rMawkZiu1mEMAsHYAfoLg==
|
|
|
dependencies:
|
|
|
arg "^5.0.2"
|
|
|
chokidar "^3.5.3"
|
|
@@ -6326,18 +6396,19 @@ tailwindcss@^3.1.6:
|
|
|
detective "^5.2.1"
|
|
|
didyoumean "^1.2.2"
|
|
|
dlv "^1.1.3"
|
|
|
- fast-glob "^3.2.11"
|
|
|
+ fast-glob "^3.2.12"
|
|
|
glob-parent "^6.0.2"
|
|
|
is-glob "^4.0.3"
|
|
|
lilconfig "^2.0.6"
|
|
|
+ micromatch "^4.0.5"
|
|
|
normalize-path "^3.0.0"
|
|
|
object-hash "^3.0.0"
|
|
|
picocolors "^1.0.0"
|
|
|
- postcss "^8.4.14"
|
|
|
+ postcss "^8.4.17"
|
|
|
postcss-import "^14.1.0"
|
|
|
postcss-js "^4.0.0"
|
|
|
postcss-load-config "^3.1.4"
|
|
|
- postcss-nested "5.0.6"
|
|
|
+ postcss-nested "6.0.0"
|
|
|
postcss-selector-parser "^6.0.10"
|
|
|
postcss-value-parser "^4.2.0"
|
|
|
quick-lru "^5.1.1"
|