Skip to content

Commit 3a34b7c

Browse files
author
GitHub Actions
committed
Update tailwind.css
1 parent a83bff4 commit 3a34b7c

File tree

2 files changed

+27
-27
lines changed

2 files changed

+27
-27
lines changed

app/assets/stylesheets/tailwind.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! tailwindcss v2.2.17 | MIT License | https://tailwindcss.com */
1+
/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com */
22

33
/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
44

yarn.lock

+26-26
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@
33

44

55
"@babel/code-frame@^7.0.0":
6-
version "7.15.8"
7-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.15.8.tgz#45990c47adadb00c03677baa89221f7cc23d2503"
8-
integrity sha512-2IAnmn8zbvC/jKYhq5Ki9I+DwjlrtMPUCH/CpHvqI4dNnlwHwsxoIhlc8WcYY5LSYknXQtAlFYuHfqAFCvQ4Wg==
6+
version "7.16.0"
7+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.16.0.tgz#0dfc80309beec8411e65e706461c408b0bb9b431"
8+
integrity sha512-IF4EOMEV+bfYwOmNxGzSnjR2EmQod7f1UXOpZM3l4i4o4QNwzjtJAu/HxdjHq0aYBvdqMuQEY1eg0nqW9ZPORA==
99
dependencies:
10-
"@babel/highlight" "^7.14.5"
10+
"@babel/highlight" "^7.16.0"
1111

12-
"@babel/helper-validator-identifier@^7.14.5":
12+
"@babel/helper-validator-identifier@^7.15.7":
1313
version "7.15.7"
1414
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz#220df993bfe904a4a6b02ab4f3385a5ebf6e2389"
1515
integrity sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w==
1616

17-
"@babel/highlight@^7.14.5":
18-
version "7.14.5"
19-
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.14.5.tgz#6861a52f03966405001f6aa534a01a24d99e8cd9"
20-
integrity sha512-qf9u2WFWVV0MppaL877j2dBtQIDgmidgjGk5VIMw3OadXvYaXn66U1BFlH2t4+t3i+8PhedppRv+i40ABzd+gg==
17+
"@babel/highlight@^7.16.0":
18+
version "7.16.0"
19+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.16.0.tgz#6ceb32b2ca4b8f5f361fb7fd821e3fddf4a1725a"
20+
integrity sha512-t8MH41kUQylBtu2+4IQA3atqevA2lRgqA2wyVB/YiWmsDSuylZZuXOUy9ric30hfzauEFfdsuk/eXTRrGrfd0g==
2121
dependencies:
22-
"@babel/helper-validator-identifier" "^7.14.5"
22+
"@babel/helper-validator-identifier" "^7.15.7"
2323
chalk "^2.0.0"
2424
js-tokens "^4.0.0"
2525

@@ -531,9 +531,9 @@ is-color-stop@^1.1.0:
531531
rgba-regex "^1.0.0"
532532

533533
is-core-module@^2.2.0:
534-
version "2.7.0"
535-
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.7.0.tgz#3c0ef7d31b4acfc574f80c58409d568a836848e3"
536-
integrity sha512-ByY+tjCciCr+9nLryBYcSD50EOGWt95c7tIsKTG1J2ixKKXPvF7Ej3AVd+UfDydAJom3biBGDBALaO79ktwgEQ==
534+
version "2.8.0"
535+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.8.0.tgz#0321336c3d0925e497fd97f5d95cb114a5ccd548"
536+
integrity sha512-vd15qHsaqrRL7dtH6QNuy0ndJmRDrS9HAM1CAiSifNUFv4x1a0CCVsj18hJ1mShxIG6T2i1sO78MkP56r0nYRw==
537537
dependencies:
538538
has "^1.0.3"
539539

@@ -648,7 +648,7 @@ modern-normalize@^1.1.0:
648648
resolved "https://registry.yarnpkg.com/modern-normalize/-/modern-normalize-1.1.0.tgz#da8e80140d9221426bd4f725c6e11283d34f90b7"
649649
integrity sha512-2lMlY1Yc1+CUy0gw4H95uNN7vjbpoED7NNRSBHE25nWfLBdmMzFCsPshlzbxHz+gYMcBEUN8V4pU16prcdPSgA==
650650

651-
nanoid@^3.1.28:
651+
nanoid@^3.1.30:
652652
version "3.1.30"
653653
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.30.tgz#63f93cc548d2a113dc5dfbc63bfa09e2b9b64362"
654654
integrity sha512-zJpuPDwOv8D2zq2WRoMe1HsfZthVewpel9CAvTfc/2mBD1uUT/agc5f7GHGWXlYkFvi1mVxe4IjvP2HNrop7nQ==
@@ -719,10 +719,10 @@ path-type@^4.0.0:
719719
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
720720
integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==
721721

722-
picocolors@^0.2.1:
723-
version "0.2.1"
724-
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-0.2.1.tgz#570670f793646851d1ba135996962abad587859f"
725-
integrity sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==
722+
picocolors@^1.0.0:
723+
version "1.0.0"
724+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
725+
integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
726726

727727
picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3:
728728
version "2.3.0"
@@ -772,12 +772,12 @@ postcss-value-parser@^4.1.0:
772772
integrity sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==
773773

774774
postcss@^8.1.6, postcss@^8.2.1:
775-
version "8.3.9"
776-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.9.tgz#98754caa06c4ee9eb59cc48bd073bb6bd3437c31"
777-
integrity sha512-f/ZFyAKh9Dnqytx5X62jgjhhzttjZS7hMsohcI7HEI5tjELX/HxCy3EFhsRxyzGvrzFF+82XPvCS8T9TFleVJw==
775+
version "8.3.11"
776+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.11.tgz#c3beca7ea811cd5e1c4a3ec6d2e7599ef1f8f858"
777+
integrity sha512-hCmlUAIlUiav8Xdqw3Io4LcpA1DOt7h3LSTAC4G6JGHFFaWzI6qvFt9oilvl8BmkbBRX1IhM90ZAmpk68zccQA==
778778
dependencies:
779-
nanoid "^3.1.28"
780-
picocolors "^0.2.1"
779+
nanoid "^3.1.30"
780+
picocolors "^1.0.0"
781781
source-map-js "^0.6.2"
782782

783783
pretty-hrtime@^1.0.3:
@@ -894,9 +894,9 @@ supports-color@^7.1.0:
894894
has-flag "^4.0.0"
895895

896896
tailwindcss@^2.2.7:
897-
version "2.2.17"
898-
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-2.2.17.tgz#c6332731f9ff1b6628ff589c95c38685347775e3"
899-
integrity sha512-WgRpn+Pxn7eWqlruxnxEbL9ByVRWi3iC10z4b6dW0zSdnkPVC4hPMSWLQkkW8GCyBIv/vbJ0bxIi9dVrl4CfoA==
897+
version "2.2.19"
898+
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-2.2.19.tgz#540e464832cd462bb9649c1484b0a38315c2653c"
899+
integrity sha512-6Ui7JSVtXadtTUo2NtkBBacobzWiQYVjYW0ZnKaP9S1ZCKQ0w7KVNz+YSDI/j7O7KCMHbOkz94ZMQhbT9pOqjw==
900900
dependencies:
901901
arg "^5.0.1"
902902
bytes "^3.0.0"

0 commit comments

Comments
 (0)