Skip to content

Commit c04b80d

Browse files
chore(deps-dev): bump the dependencies group with 5 updates (#7314)
Bumps the dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.24.8` | `7.24.9` | | [directory-tree](https://github.com/mihneadb/node-directory-tree) | `3.5.1` | `3.5.2` | | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.34.3` | `7.34.4` | | [prettier](https://github.com/prettier/prettier) | `3.3.2` | `3.3.3` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.4` | `3.4.5` | Updates `@babel/core` from 7.24.8 to 7.24.9 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.9/packages/babel-core) Updates `directory-tree` from 3.5.1 to 3.5.2 - [Commits](mihneadb/node-directory-tree@3.5.1...3.5.2) Updates `eslint-plugin-react` from 7.34.3 to 7.34.4 - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](jsx-eslint/eslint-plugin-react@v7.34.3...v7.34.4) Updates `prettier` from 3.3.2 to 3.3.3 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.3.2...3.3.3) Updates `tailwindcss` from 3.4.4 to 3.4.5 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.5/CHANGELOG.md) - [Commits](tailwindlabs/tailwindcss@v3.4.4...v3.4.5) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: directory-tree dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f2d88fa commit c04b80d

File tree

2 files changed

+80
-55
lines changed

2 files changed

+80
-55
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
]
7171
},
7272
"devDependencies": {
73-
"@babel/core": "^7.24.8",
73+
"@babel/core": "^7.24.9",
7474
"@babel/eslint-parser": "^7.24.8",
7575
"@babel/plugin-proposal-class-properties": "^7.17.12",
7676
"@babel/preset-env": "^7.24.8",
@@ -87,14 +87,14 @@
8787
"css-loader": "^7.1.2",
8888
"css-minimizer-webpack-plugin": "^7.0.0",
8989
"cypress": "^13.13.0",
90-
"directory-tree": "^3.5.1",
90+
"directory-tree": "^3.5.2",
9191
"directory-tree-webpack-plugin": "^1.0.3",
9292
"duplexer": "^0.1.1",
9393
"eslint": "^8.57.0",
9494
"eslint-config-prettier": "^9.1.0",
9595
"eslint-plugin-cypress": "^3.3.0",
9696
"eslint-plugin-mdx": "^3.1.5",
97-
"eslint-plugin-react": "^7.34.3",
97+
"eslint-plugin-react": "^7.34.4",
9898
"eslint-plugin-react-hooks": "^4.6.2",
9999
"front-matter": "^4.0.2",
100100
"github-slugger": "^2.0.0",
@@ -114,7 +114,7 @@
114114
"npm-run-all": "^4.1.1",
115115
"postcss": "^8.4.39",
116116
"postcss-loader": "^8.1.1",
117-
"prettier": "^3.3.2",
117+
"prettier": "^3.3.3",
118118
"react-refresh": "^0.14.2",
119119
"redirect-webpack-plugin": "^1.0.0",
120120
"remark": "^15.0.1",
@@ -132,7 +132,7 @@
132132
"sitemap-static": "^0.4.2",
133133
"static-site-generator-webpack-plugin": "^3.4.1",
134134
"style-loader": "^4.0.0",
135-
"tailwindcss": "^3.4.4",
135+
"tailwindcss": "^3.4.5",
136136
"tap-spot": "^1.1.2",
137137
"unist-util-visit": "^5.0.0",
138138
"webpack": "^5.93.0",

yarn.lock

Lines changed: 75 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -165,21 +165,21 @@
165165
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.8.tgz#f9196455334c38d059ac8b1a16a51decda9d30d3"
166166
integrity sha512-c4IM7OTg6k1Q+AJ153e2mc2QVTezTwnb4VzquwcyiEzGnW0Kedv4do/TrkU98qPeC5LNiMt/QXwIjzYXLBpyZg==
167167

168-
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.21.3", "@babel/core@^7.24.4", "@babel/core@^7.24.8":
169-
version "7.24.8"
170-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.8.tgz#c24f83985214f599cee5fc26d393d9ab320342f4"
171-
integrity sha512-6AWcmZC/MZCO0yKys4uhg5NlxL0ESF3K6IAaoQ+xSXvPyPyxNWRafP+GDbI88Oh68O7QkJgmEtedWPM9U0pZNg==
168+
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.21.3", "@babel/core@^7.24.4", "@babel/core@^7.24.9":
169+
version "7.24.9"
170+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.9.tgz#dc07c9d307162c97fa9484ea997ade65841c7c82"
171+
integrity sha512-5e3FI4Q3M3Pbr21+5xJwCv6ZT6KmGkI0vw3Tozy5ODAQFTIWe37iT8Cr7Ice2Ntb+M3iSKCEWMB1MBgKrW3whg==
172172
dependencies:
173173
"@ampproject/remapping" "^2.2.0"
174174
"@babel/code-frame" "^7.24.7"
175-
"@babel/generator" "^7.24.8"
175+
"@babel/generator" "^7.24.9"
176176
"@babel/helper-compilation-targets" "^7.24.8"
177-
"@babel/helper-module-transforms" "^7.24.8"
177+
"@babel/helper-module-transforms" "^7.24.9"
178178
"@babel/helpers" "^7.24.8"
179179
"@babel/parser" "^7.24.8"
180180
"@babel/template" "^7.24.7"
181181
"@babel/traverse" "^7.24.8"
182-
"@babel/types" "^7.24.8"
182+
"@babel/types" "^7.24.9"
183183
convert-source-map "^2.0.0"
184184
debug "^4.1.0"
185185
gensync "^1.0.0-beta.2"
@@ -195,12 +195,12 @@
195195
eslint-visitor-keys "^2.1.0"
196196
semver "^6.3.1"
197197

198-
"@babel/generator@^7.24.8", "@babel/generator@^7.7.2":
199-
version "7.24.8"
200-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.8.tgz#1802d6ac4d77a9199c75ae3eb6a08336e5d1d39a"
201-
integrity sha512-47DG+6F5SzOi0uEvK4wMShmn5yY0mVjVJoWTphdY2B4Rx9wHgjK7Yhtr0ru6nE+sn0v38mzrWOlah0p/YlHHOQ==
198+
"@babel/generator@^7.24.8", "@babel/generator@^7.24.9", "@babel/generator@^7.7.2":
199+
version "7.24.9"
200+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.9.tgz#5c2575a1070e661bbbc9df82a853989c9a656f12"
201+
integrity sha512-G8v3jRg+z8IwY1jHFxvCNhOPYPterE4XljNgdGTYfSTtzzwjIswIzIaSPSLs3R7yFuqnqNeay5rjICfqVr+/6A==
202202
dependencies:
203-
"@babel/types" "^7.24.8"
203+
"@babel/types" "^7.24.9"
204204
"@jridgewell/gen-mapping" "^0.3.5"
205205
"@jridgewell/trace-mapping" "^0.3.25"
206206
jsesc "^2.5.1"
@@ -304,10 +304,10 @@
304304
"@babel/traverse" "^7.24.7"
305305
"@babel/types" "^7.24.7"
306306

307-
"@babel/helper-module-transforms@^7.24.7", "@babel/helper-module-transforms@^7.24.8":
308-
version "7.24.8"
309-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.24.8.tgz#b1f2df4f96f3465b0d035b697ec86cb51ff348fe"
310-
integrity sha512-m4vWKVqvkVAWLXfHCCfff2luJj86U+J0/x+0N3ArG/tP0Fq7zky2dYwMbtPmkc/oulkkbjdL3uWzuoBwQ8R00Q==
307+
"@babel/helper-module-transforms@^7.24.7", "@babel/helper-module-transforms@^7.24.8", "@babel/helper-module-transforms@^7.24.9":
308+
version "7.24.9"
309+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.24.9.tgz#e13d26306b89eea569180868e652e7f514de9d29"
310+
integrity sha512-oYbh+rtFKj/HwBQkFlUzvcybzklmVdVV3UU+mN7n2t/q3yGHbuVdNxyFvSBO1tfvjyArpHNcWMAzsSPdyI46hw==
311311
dependencies:
312312
"@babel/helper-environment-visitor" "^7.24.7"
313313
"@babel/helper-module-imports" "^7.24.7"
@@ -1200,10 +1200,10 @@
12001200
debug "^4.3.1"
12011201
globals "^11.1.0"
12021202

1203-
"@babel/types@^7.0.0", "@babel/types@^7.21.3", "@babel/types@^7.24.7", "@babel/types@^7.24.8", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1204-
version "7.24.8"
1205-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.8.tgz#d51ffa9043b17d36622efa44e861a49e69e130a8"
1206-
integrity sha512-SkSBEHwwJRU52QEVZBmMBnE5Ux2/6WU1grdYyOhpbCNxbmJrDuDCphBzKZSO3taf0zztp+qkWlymE5tVL5l0TA==
1203+
"@babel/types@^7.0.0", "@babel/types@^7.21.3", "@babel/types@^7.24.7", "@babel/types@^7.24.8", "@babel/types@^7.24.9", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1204+
version "7.24.9"
1205+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.9.tgz#228ce953d7b0d16646e755acf204f4cf3d08cc73"
1206+
integrity sha512-xm8XrMKz0IlUdocVbYJe0Z9xEgidU7msskG8BbhnTPK/HZ2z/7FP7ykqPgrUH+C+r414mNfNWam1f2vqOjqjYQ==
12071207
dependencies:
12081208
"@babel/helper-string-parser" "^7.24.8"
12091209
"@babel/helper-validator-identifier" "^7.24.7"
@@ -4894,10 +4894,10 @@ directory-tree@^2.0.0:
48944894
resolved "https://registry.yarnpkg.com/directory-tree/-/directory-tree-2.3.1.tgz#78b8aa84878eb84dd29a51dcd664ded4cd0247c7"
48954895
integrity sha512-hxolIHCtQ/a56CUywaLzGD/V78zPwFihI+UK/4ZjOp7GoV4Mptmtv95yavOn/RlnTi7cCMjszvfcNrwCoWLH+Q==
48964896

4897-
directory-tree@^3.5.1:
4898-
version "3.5.1"
4899-
resolved "https://registry.yarnpkg.com/directory-tree/-/directory-tree-3.5.1.tgz#004d599c2478d752e7906e3a922b09c7ee2f03e2"
4900-
integrity sha512-HqjZ49fDzUnKYUhHxVw9eKBqbQ+lL0v4kSBInlDlaktmLtGoV9tC54a6A0ZfYeIrkMHWTE6MwwmUXP477+UEKQ==
4897+
directory-tree@^3.5.2:
4898+
version "3.5.2"
4899+
resolved "https://registry.yarnpkg.com/directory-tree/-/directory-tree-3.5.2.tgz#bdc4948ec6b357cb1afdf63c719acc8d9e42ce30"
4900+
integrity sha512-DsOqeZEHkZnZrVOJG3mE/J9M6J8PulImiC6I1ZpoprVlfno8GvLOPDMkxiJihklLK7B9aVudG463L1+S/kzjiw==
49014901
dependencies:
49024902
command-line-args "^5.2.0"
49034903
command-line-usage "^6.1.1"
@@ -5189,7 +5189,7 @@ error-stack-parser@^2.0.6:
51895189
dependencies:
51905190
stackframe "^1.1.1"
51915191

5192-
es-abstract@^1.17.0-next.1, es-abstract@^1.22.1, es-abstract@^1.22.3, es-abstract@^1.23.0, es-abstract@^1.23.1, es-abstract@^1.23.2, es-abstract@^1.23.3:
5192+
es-abstract@^1.17.0-next.1, es-abstract@^1.17.5, es-abstract@^1.22.1, es-abstract@^1.22.3, es-abstract@^1.23.0, es-abstract@^1.23.1, es-abstract@^1.23.2, es-abstract@^1.23.3:
51935193
version "1.23.3"
51945194
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.23.3.tgz#8f0c5a35cd215312573c5a27c87dfd6c881a0aa0"
51955195
integrity sha512-e+HfNH61Bj1X9/jLc5v1owaLYuHdeHHSQlkhCBiTK8rBvKaULl/beGMxwrMXjpYrv4pz22BlY570vVePA2ho4A==
@@ -5430,10 +5430,10 @@ eslint-plugin-react-hooks@^4.6.2:
54305430
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz#c829eb06c0e6f484b3fbb85a97e57784f328c596"
54315431
integrity sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==
54325432

5433-
eslint-plugin-react@^7.34.3:
5434-
version "7.34.3"
5435-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.34.3.tgz#9965f27bd1250a787b5d4cfcc765e5a5d58dcb7b"
5436-
integrity sha512-aoW4MV891jkUulwDApQbPYTVZmeuSyFrudpbTAQuj5Fv8VL+o6df2xIGpw8B0hPjAaih1/Fb0om9grCdyFYemA==
5433+
eslint-plugin-react@^7.34.4:
5434+
version "7.34.4"
5435+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.34.4.tgz#1f0dc313a0937db7ce15fd1f6c3d77e70f3e02fb"
5436+
integrity sha512-Np+jo9bUwJNxCsT12pXtrGhJgT3T44T1sHhn1Ssr42XFn8TES0267wPGo5nNrMHi8qkyimDAX2BUmkf9pSaVzA==
54375437
dependencies:
54385438
array-includes "^3.1.8"
54395439
array.prototype.findlast "^1.2.5"
@@ -5443,16 +5443,17 @@ eslint-plugin-react@^7.34.3:
54435443
doctrine "^2.1.0"
54445444
es-iterator-helpers "^1.0.19"
54455445
estraverse "^5.3.0"
5446+
hasown "^2.0.2"
54465447
jsx-ast-utils "^2.4.1 || ^3.0.0"
54475448
minimatch "^3.1.2"
54485449
object.entries "^1.1.8"
54495450
object.fromentries "^2.0.8"
5450-
object.hasown "^1.1.4"
54515451
object.values "^1.2.0"
54525452
prop-types "^15.8.1"
54535453
resolve "^2.0.0-next.5"
54545454
semver "^6.3.1"
54555455
string.prototype.matchall "^4.0.11"
5456+
string.prototype.repeat "^1.0.0"
54565457

54575458
eslint-scope@5.1.1:
54585459
version "5.1.1"
@@ -9659,15 +9660,6 @@ object.fromentries@^2.0.8:
96599660
es-abstract "^1.23.2"
96609661
es-object-atoms "^1.0.0"
96619662

9662-
object.hasown@^1.1.4:
9663-
version "1.1.4"
9664-
resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.4.tgz#e270ae377e4c120cdcb7656ce66884a6218283dc"
9665-
integrity sha512-FZ9LZt9/RHzGySlBARE3VF+gE26TxR38SdmqOqliuTnl9wrKulaQs+4dee1V+Io8VfxqzAfHu6YuRgUy8OHoTg==
9666-
dependencies:
9667-
define-properties "^1.2.1"
9668-
es-abstract "^1.23.2"
9669-
es-object-atoms "^1.0.0"
9670-
96719663
object.values@^1.2.0:
96729664
version "1.2.0"
96739665
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.2.0.tgz#65405a9d92cee68ac2d303002e0b8470a4d9ab1b"
@@ -10682,10 +10674,10 @@ prelude-ls@~1.1.2:
1068210674
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54"
1068310675
integrity sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=
1068410676

10685-
prettier@^3.3.2:
10686-
version "3.3.2"
10687-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.3.2.tgz#03ff86dc7c835f2d2559ee76876a3914cec4a90a"
10688-
integrity sha512-rAVeHYMcv8ATV5d508CFdn+8/pHPpXeIid1DdrPwXnaAdH7cqjVbpJaT5eq4yRAFU/lsbwYwSF/n5iNrdJHPQA==
10677+
prettier@^3.3.3:
10678+
version "3.3.3"
10679+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.3.3.tgz#30c54fe0be0d8d12e6ae61dbb10109ea00d53105"
10680+
integrity sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==
1068910681

1069010682
pretty-bytes@^5.1.0, pretty-bytes@^5.2.0, pretty-bytes@^5.3.0, pretty-bytes@^5.4.1, pretty-bytes@^5.6.0:
1069110683
version "5.6.0"
@@ -12109,7 +12101,16 @@ string-length@^4.0.1:
1210912101
char-regex "^1.0.2"
1211012102
strip-ansi "^6.0.0"
1211112103

12112-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
12104+
"string-width-cjs@npm:string-width@^4.2.0":
12105+
version "4.2.3"
12106+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
12107+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
12108+
dependencies:
12109+
emoji-regex "^8.0.0"
12110+
is-fullwidth-code-point "^3.0.0"
12111+
strip-ansi "^6.0.1"
12112+
12113+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
1211312114
version "4.2.3"
1211412115
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1211512116
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -12176,6 +12177,14 @@ string.prototype.repeat@^0.2.0:
1217612177
resolved "https://registry.yarnpkg.com/string.prototype.repeat/-/string.prototype.repeat-0.2.0.tgz#aba36de08dcee6a5a337d49b2ea1da1b28fc0ecf"
1217712178
integrity sha1-q6Nt4I3O5qWjN9SbLqHaGyj8Ds8=
1217812179

12180+
string.prototype.repeat@^1.0.0:
12181+
version "1.0.0"
12182+
resolved "https://registry.yarnpkg.com/string.prototype.repeat/-/string.prototype.repeat-1.0.0.tgz#e90872ee0308b29435aa26275f6e1b762daee01a"
12183+
integrity sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==
12184+
dependencies:
12185+
define-properties "^1.1.3"
12186+
es-abstract "^1.17.5"
12187+
1217912188
string.prototype.trim@^1.2.9:
1218012189
version "1.2.9"
1218112190
resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.2.9.tgz#b6fa326d72d2c78b6df02f7759c73f8f6274faa4"
@@ -12228,7 +12237,7 @@ stringify-object@^3.3.0:
1222812237
is-obj "^1.0.1"
1222912238
is-regexp "^1.0.0"
1223012239

12231-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
12240+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
1223212241
version "6.0.1"
1223312242
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1223412243
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -12242,6 +12251,13 @@ strip-ansi@^3.0.0:
1224212251
dependencies:
1224312252
ansi-regex "^2.0.0"
1224412253

12254+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
12255+
version "6.0.1"
12256+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
12257+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
12258+
dependencies:
12259+
ansi-regex "^5.0.1"
12260+
1224512261
strip-ansi@^7.0.1, strip-ansi@^7.1.0:
1224612262
version "7.1.0"
1224712263
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -12437,10 +12453,10 @@ table-layout@^1.0.1:
1243712453
typical "^5.2.0"
1243812454
wordwrapjs "^4.0.0"
1243912455

12440-
tailwindcss@^3.4.4:
12441-
version "3.4.4"
12442-
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.4.4.tgz#351d932273e6abfa75ce7d226b5bf3a6cb257c05"
12443-
integrity sha512-ZoyXOdJjISB7/BcLTR6SEsLgKtDStYyYZVLsUtWChO4Ps20CBad7lfJKVDiejocV4ME1hLmyY0WJE3hSDcmQ2A==
12456+
tailwindcss@^3.4.5:
12457+
version "3.4.5"
12458+
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.4.5.tgz#0de2e92ed4d00fb015feb962fa0781605761724d"
12459+
integrity sha512-DlTxttYcogpDfx3tf/8jfnma1nfAYi2cBUYV2YNoPPecwmO3YGiFlOX9D8tGAu+EDF38ryBzvrDKU/BLMsUwbw==
1244412460
dependencies:
1244512461
"@alloc/quick-lru" "^5.2.0"
1244612462
arg "^5.0.2"
@@ -13987,7 +14003,7 @@ workbox-window@^4.3.1:
1398714003
dependencies:
1398814004
workbox-core "^4.3.1"
1398914005

13990-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
14006+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
1399114007
version "7.0.0"
1399214008
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
1399314009
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -14005,6 +14021,15 @@ wrap-ansi@^6.2.0:
1400514021
string-width "^4.1.0"
1400614022
strip-ansi "^6.0.0"
1400714023

14024+
wrap-ansi@^7.0.0:
14025+
version "7.0.0"
14026+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
14027+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
14028+
dependencies:
14029+
ansi-styles "^4.0.0"
14030+
string-width "^4.1.0"
14031+
strip-ansi "^6.0.0"
14032+
1400814033
wrap-ansi@^8.1.0:
1400914034
version "8.1.0"
1401014035
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)