Skip to content

Commit b43a2c5

Browse files
author
GitHub Actions
committed
Update tailwind.css
1 parent 8991d8d commit b43a2c5

File tree

2 files changed

+27
-22
lines changed

2 files changed

+27
-22
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.15 | MIT License | https://tailwindcss.com */
1+
/*! tailwindcss v2.2.16 | MIT License | https://tailwindcss.com */
22

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

yarn.lock

+26-21
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"@babel/highlight" "^7.14.5"
1111

1212
"@babel/helper-validator-identifier@^7.14.5":
13-
version "7.14.9"
14-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.9.tgz#6654d171b2024f6d8ee151bf2509699919131d48"
15-
integrity sha512-pQYxPY0UP6IHISRitNe8bsijHex4TWZXi2HwKVsjPiltzlhse2znVcm9Ace510VT1kxIHjGJCZZQBX2gJDbo0g==
13+
version "7.15.7"
14+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz#220df993bfe904a4a6b02ab4f3385a5ebf6e2389"
15+
integrity sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w==
1616

1717
"@babel/highlight@^7.14.5":
1818
version "7.14.5"
@@ -413,9 +413,9 @@ glob-parent@^6.0.1:
413413
is-glob "^4.0.1"
414414

415415
glob@^7.0.0, glob@^7.1.3:
416-
version "7.1.7"
417-
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.7.tgz#3b193e9233f01d42d0b3f78294bbeeb418f94a90"
418-
integrity sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==
416+
version "7.2.0"
417+
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023"
418+
integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==
419419
dependencies:
420420
fs.realpath "^1.0.0"
421421
inflight "^1.0.4"
@@ -543,9 +543,9 @@ is-extglob@^2.1.1:
543543
integrity sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=
544544

545545
is-glob@^4.0.1, is-glob@~4.0.1:
546-
version "4.0.1"
547-
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.1.tgz#7567dbe9f2f5e2467bc77ab83c4a29482407a5dc"
548-
integrity sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==
546+
version "4.0.2"
547+
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.2.tgz#859fc2e731e58c902f99fcabccb75a7dd07d29d8"
548+
integrity sha512-ZZTOjRcDjuAAAv2cTBQP/lL59ZTArx77+7UzHdWW/XB1mrfp7DEaVpKmZ0XIzx+M7AxfhKcqV+nMetUQmFifwg==
549549
dependencies:
550550
is-extglob "^2.1.1"
551551

@@ -648,10 +648,15 @@ 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.23:
652-
version "3.1.25"
653-
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.25.tgz#09ca32747c0e543f0e1814b7d3793477f9c8e152"
654-
integrity sha512-rdwtIXaXCLFAQbnfqDRnI6jaRHp9fTcYBjtFKE8eezcZ7LuLjhUaQGNeMXf1HmRoCH32CLz6XwX0TtxEOS/A3Q==
651+
nanocolors@^0.2.2:
652+
version "0.2.9"
653+
resolved "https://registry.yarnpkg.com/nanocolors/-/nanocolors-0.2.9.tgz#319c5e7a73571abd60e4d273150c2cb95017ac5b"
654+
integrity sha512-aymgS4Xe0LMqHOHl7jSUEkFh/6O/pcF0j61dBtreQZ1nmbyYdYjSYSJzz0iPLbKPkMtSmdRgyBGywNZGjKOEfw==
655+
656+
nanoid@^3.1.25:
657+
version "3.1.28"
658+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.28.tgz#3c01bac14cb6c5680569014cc65a2f26424c6bd4"
659+
integrity sha512-gSu9VZ2HtmoKYe/lmyPFES5nknFrHa+/DT9muUFWFMi6Jh9E1I7bkvlQ8xxf1Kos9pi9o8lBnIOkatMhKX/YUw==
655660

656661
node-emoji@^1.11.0:
657662
version "1.11.0"
@@ -767,12 +772,12 @@ postcss-value-parser@^4.1.0:
767772
integrity sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==
768773

769774
postcss@^8.1.6, postcss@^8.2.1:
770-
version "8.3.6"
771-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.6.tgz#2730dd76a97969f37f53b9a6096197be311cc4ea"
772-
integrity sha512-wG1cc/JhRgdqB6WHEuyLTedf3KIRuD0hG6ldkFEZNCjRxiC+3i6kkWUUbiJQayP28iwG35cEmAbe98585BYV0A==
775+
version "8.3.8"
776+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.8.tgz#9ebe2a127396b4b4570ae9f7770e7fb83db2bac1"
777+
integrity sha512-GT5bTjjZnwDifajzczOC+r3FI3Cu+PgPvrsjhQdRqa2kTJ4968/X9CUce9xttIB0xOs5c6xf0TCWZo/y9lF6bA==
773778
dependencies:
774-
colorette "^1.2.2"
775-
nanoid "^3.1.23"
779+
nanocolors "^0.2.2"
780+
nanoid "^3.1.25"
776781
source-map-js "^0.6.2"
777782

778783
pretty-hrtime@^1.0.3:
@@ -889,9 +894,9 @@ supports-color@^7.1.0:
889894
has-flag "^4.0.0"
890895

891896
tailwindcss@^2.2.7:
892-
version "2.2.15"
893-
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-2.2.15.tgz#8bee3ebe68b988c050508ce20633f35b040dd9fe"
894-
integrity sha512-WgV41xTMbnSoTNMNnJvShQZ+8GmY86DmXTrCgnsveNZJdlybfwCItV8kAqjYmU49YiFr+ofzmT1JlAKajBZboQ==
897+
version "2.2.16"
898+
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-2.2.16.tgz#32f81bdf1758b639cb83b9d30bf7cbecdda49e5e"
899+
integrity sha512-EireCtpQyyJ4Xz8NYzHafBoy4baCOO96flM0+HgtsFcIQ9KFy/YBK3GEtlnD+rXen0e4xm8t3WiUcKBJmN6yjg==
895900
dependencies:
896901
arg "^5.0.1"
897902
bytes "^3.0.0"

0 commit comments

Comments
 (0)