Skip to content

Commit e391873

Browse files
Update all non-major dependencies
1 parent 4f7c01b commit e391873

File tree

2 files changed

+93
-31
lines changed

2 files changed

+93
-31
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"itscss": "3.1.0"
3434
},
3535
"devDependencies": {
36-
"@babel/core": "7.27.1",
36+
"@babel/core": "7.27.4",
3737
"@babel/preset-env": "7.27.2",
3838
"@rollup/plugin-babel": "6.0.4",
3939
"@rollup/plugin-commonjs": "28.0.3",
@@ -47,7 +47,7 @@
4747
"browserslist": "4.24.5",
4848
"create-pwa": "2.7.0",
4949
"critical": "7.2.1",
50-
"postcss": "8.5.3",
50+
"postcss": "8.5.4",
5151
"postcss-cli": "11.0.1",
5252
"postcss-flexbugs-fixes": "5.0.2",
5353
"postcss-import": "16.1.0",
@@ -63,7 +63,7 @@
6363
"rollup-plugin-sprite": "0.1.2",
6464
"rollup-plugin-stylelint": "1.0.0",
6565
"rollup-watch": "4.3.1",
66-
"sass": "1.89.0",
66+
"sass": "1.89.1",
6767
"stylelint": "16.19.1",
6868
"stylelint-config-recommended": "16.0.0",
6969
"stylelint-config-standard-scss": "15.0.1",

yarn.lock

Lines changed: 90 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -52,21 +52,21 @@
5252
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.2.tgz#4183f9e642fd84e74e3eea7ffa93a412e3b102c9"
5353
integrity sha512-TUtMJYRPyUb/9aU8f3K0mjmjf6M9N5Woshn2CS6nqJSeJtTtQcpLUXjGt9vbF8ZGff0El99sWkLgzwW3VXnxZQ==
5454

55-
"@babel/core@7.27.1":
56-
version "7.27.1"
57-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.1.tgz#89de51e86bd12246003e3524704c49541b16c3e6"
58-
integrity sha512-IaaGWsQqfsQWVLqMn9OB92MNN7zukfVA4s7KKAI0KfrrDsZ0yhi5uV4baBuLuN7n3vsZpwP8asPPcVwApxvjBQ==
55+
"@babel/core@7.27.4":
56+
version "7.27.4"
57+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.4.tgz#cc1fc55d0ce140a1828d1dd2a2eba285adbfb3ce"
58+
integrity sha512-bXYxrXFubeYdvB0NhD/NBB3Qi6aZeV20GOWVI47t2dkecCEoneR4NPVcb7abpXDEvejgrUfFtG6vG/zxAKmg+g==
5959
dependencies:
6060
"@ampproject/remapping" "^2.2.0"
6161
"@babel/code-frame" "^7.27.1"
62-
"@babel/generator" "^7.27.1"
63-
"@babel/helper-compilation-targets" "^7.27.1"
64-
"@babel/helper-module-transforms" "^7.27.1"
65-
"@babel/helpers" "^7.27.1"
66-
"@babel/parser" "^7.27.1"
67-
"@babel/template" "^7.27.1"
68-
"@babel/traverse" "^7.27.1"
69-
"@babel/types" "^7.27.1"
62+
"@babel/generator" "^7.27.3"
63+
"@babel/helper-compilation-targets" "^7.27.2"
64+
"@babel/helper-module-transforms" "^7.27.3"
65+
"@babel/helpers" "^7.27.4"
66+
"@babel/parser" "^7.27.4"
67+
"@babel/template" "^7.27.2"
68+
"@babel/traverse" "^7.27.4"
69+
"@babel/types" "^7.27.3"
7070
convert-source-map "^2.0.0"
7171
debug "^4.1.0"
7272
gensync "^1.0.0-beta.2"
@@ -84,6 +84,17 @@
8484
"@jridgewell/trace-mapping" "^0.3.25"
8585
jsesc "^3.0.2"
8686

87+
"@babel/generator@^7.27.3":
88+
version "7.27.5"
89+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.5.tgz#3eb01866b345ba261b04911020cbe22dd4be8c8c"
90+
integrity sha512-ZGhA37l0e/g2s1Cnzdix0O3aLYm66eF8aufiVteOgnwxgnRP8GoyMj7VWsgWnQbVKXyge7hqrFh2K2TQM6t1Hw==
91+
dependencies:
92+
"@babel/parser" "^7.27.5"
93+
"@babel/types" "^7.27.3"
94+
"@jridgewell/gen-mapping" "^0.3.5"
95+
"@jridgewell/trace-mapping" "^0.3.25"
96+
jsesc "^3.0.2"
97+
8798
"@babel/helper-annotate-as-pure@^7.22.5":
8899
version "7.22.5"
89100
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#e7f06737b197d580a01edf75d97e2c8be99d3882"
@@ -205,6 +216,15 @@
205216
"@babel/helper-validator-identifier" "^7.27.1"
206217
"@babel/traverse" "^7.27.1"
207218

219+
"@babel/helper-module-transforms@^7.27.3":
220+
version "7.27.3"
221+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz#db0bbcfba5802f9ef7870705a7ef8788508ede02"
222+
integrity sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==
223+
dependencies:
224+
"@babel/helper-module-imports" "^7.27.1"
225+
"@babel/helper-validator-identifier" "^7.27.1"
226+
"@babel/traverse" "^7.27.3"
227+
208228
"@babel/helper-optimise-call-expression@^7.27.1":
209229
version "7.27.1"
210230
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz#c65221b61a643f3e62705e5dd2b5f115e35f9200"
@@ -287,13 +307,13 @@
287307
"@babel/traverse" "^7.27.1"
288308
"@babel/types" "^7.27.1"
289309

290-
"@babel/helpers@^7.27.1":
291-
version "7.27.1"
292-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.1.tgz#ffc27013038607cdba3288e692c3611c06a18aa4"
293-
integrity sha512-FCvFTm0sWV8Fxhpp2McP5/W53GPllQ9QeQ7SiqGWjMf/LVG07lFa5+pgK05IRhVwtvafT22KF+ZSnM9I545CvQ==
310+
"@babel/helpers@^7.27.4":
311+
version "7.27.6"
312+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.6.tgz#6456fed15b2cb669d2d1fabe84b66b34991d812c"
313+
integrity sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug==
294314
dependencies:
295-
"@babel/template" "^7.27.1"
296-
"@babel/types" "^7.27.1"
315+
"@babel/template" "^7.27.2"
316+
"@babel/types" "^7.27.6"
297317

298318
"@babel/highlight@^7.22.10":
299319
version "7.22.10"
@@ -311,6 +331,13 @@
311331
dependencies:
312332
"@babel/types" "^7.27.1"
313333

334+
"@babel/parser@^7.27.4", "@babel/parser@^7.27.5":
335+
version "7.27.5"
336+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.5.tgz#ed22f871f110aa285a6fd934a0efed621d118826"
337+
integrity sha512-OsQd175SxWkGlzbny8J3K8TnnDD0N3lrIUtB92xwyRpzaenGZhxDvxN/JgU00U3CDZNj9tPuDJ5H0WS4Nt3vKg==
338+
dependencies:
339+
"@babel/types" "^7.27.3"
340+
314341
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
315342
version "7.27.1"
316343
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.27.1.tgz#61dd8a8e61f7eb568268d1b5f129da3eee364bf9"
@@ -853,7 +880,7 @@
853880
resolved "https://registry.yarnpkg.com/@babel/regjsgen/-/regjsgen-0.8.0.tgz#f0ba69b075e1f05fb2825b7fad991e7adbb18310"
854881
integrity sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==
855882

856-
"@babel/template@^7.27.1":
883+
"@babel/template@^7.27.1", "@babel/template@^7.27.2":
857884
version "7.27.2"
858885
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d"
859886
integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==
@@ -875,6 +902,19 @@
875902
debug "^4.3.1"
876903
globals "^11.1.0"
877904

905+
"@babel/traverse@^7.27.3", "@babel/traverse@^7.27.4":
906+
version "7.27.4"
907+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.4.tgz#b0045ac7023c8472c3d35effd7cc9ebd638da6ea"
908+
integrity sha512-oNcu2QbHqts9BtOWJosOVJapWjBDSxGCpFvikNR5TGDYDQf3JwpIoMzIKrvfoti93cLfPJEG4tH9SPVeyCGgdA==
909+
dependencies:
910+
"@babel/code-frame" "^7.27.1"
911+
"@babel/generator" "^7.27.3"
912+
"@babel/parser" "^7.27.4"
913+
"@babel/template" "^7.27.2"
914+
"@babel/types" "^7.27.3"
915+
debug "^4.3.1"
916+
globals "^11.1.0"
917+
878918
"@babel/types@^7.22.5", "@babel/types@^7.4.4":
879919
version "7.22.10"
880920
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.10.tgz#4a9e76446048f2c66982d1a989dd12b8a2d2dc03"
@@ -892,6 +932,14 @@
892932
"@babel/helper-string-parser" "^7.27.1"
893933
"@babel/helper-validator-identifier" "^7.27.1"
894934

935+
"@babel/types@^7.27.3", "@babel/types@^7.27.6":
936+
version "7.27.6"
937+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.6.tgz#a434ca7add514d4e646c80f7375c0aa2befc5535"
938+
integrity sha512-ETyHEk2VHHvl9b9jZP5IHPavHYk57EhanlRRuae9XCpb/j5bDCbPPMOBfCWhnl/7EDJz0jEMCi/RhccCE8r1+Q==
939+
dependencies:
940+
"@babel/helper-string-parser" "^7.27.1"
941+
"@babel/helper-validator-identifier" "^7.27.1"
942+
895943
"@csstools/cascade-layer-name-parser@^2.0.4":
896944
version "2.0.4"
897945
resolved "https://registry.yarnpkg.com/@csstools/cascade-layer-name-parser/-/cascade-layer-name-parser-2.0.4.tgz#64d128529397aa1e1c986f685713363b262b81b1"
@@ -6481,6 +6529,11 @@ nan@^2.12.1:
64816529
resolved "https://registry.yarnpkg.com/nan/-/nan-2.17.0.tgz#c0150a2368a182f033e9aa5195ec76ea41a199cb"
64826530
integrity sha512-2ZTgtl0nJsO0KQCjEpxcIr5D+Yv90plTitZt9JBfQvVJDS5seMl3FOvsh3+9CoYWXf/1l5OaZzzF6nDm4cagaQ==
64836531

6532+
nanoid@^3.3.11:
6533+
version "3.3.11"
6534+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.11.tgz#4f4f112cefbe303202f2199838128936266d185b"
6535+
integrity sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==
6536+
64846537
nanoid@^3.3.6, nanoid@^3.3.7, nanoid@^3.3.8:
64856538
version "3.3.8"
64866539
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.8.tgz#b1be3030bee36aaff18bacb375e5cce521684baf"
@@ -7889,12 +7942,12 @@ postcss-value-parser@^4.0.0, postcss-value-parser@^4.1.0, postcss-value-parser@^
78897942
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
78907943
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
78917944

7892-
postcss@8.5.3, postcss@^8.5.3:
7893-
version "8.5.3"
7894-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.3.tgz#1463b6f1c7fb16fe258736cba29a2de35237eafb"
7895-
integrity sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==
7945+
postcss@8.5.4:
7946+
version "8.5.4"
7947+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.4.tgz#d61014ac00e11d5f58458ed7247d899bd65f99c0"
7948+
integrity sha512-QSa9EBe+uwlGTFmHsPKokv3B/oEMQZxfqW0QqNCyhpa6mB1afzulwn8hihglqAb2pOw+BJgNlmXQ8la2VeHB7w==
78967949
dependencies:
7897-
nanoid "^3.3.8"
7950+
nanoid "^3.3.11"
78987951
picocolors "^1.1.1"
78997952
source-map-js "^1.2.1"
79007953

@@ -7942,6 +7995,15 @@ postcss@^8.4.47:
79427995
picocolors "^1.1.0"
79437996
source-map-js "^1.2.1"
79447997

7998+
postcss@^8.5.3:
7999+
version "8.5.3"
8000+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.3.tgz#1463b6f1c7fb16fe258736cba29a2de35237eafb"
8001+
integrity sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==
8002+
dependencies:
8003+
nanoid "^3.3.8"
8004+
picocolors "^1.1.1"
8005+
source-map-js "^1.2.1"
8006+
79458007
prebuild-install@^7.1.1:
79468008
version "7.1.1"
79478009
resolved "https://registry.yarnpkg.com/prebuild-install/-/prebuild-install-7.1.1.tgz#de97d5b34a70a0c81334fd24641f2a1702352e45"
@@ -8653,10 +8715,10 @@ sanitize.css@13.0.0:
86538715
resolved "https://registry.yarnpkg.com/sanitize.css/-/sanitize.css-13.0.0.tgz#2675553974b27964c75562ade3bd85d79879f173"
86548716
integrity sha512-ZRwKbh/eQ6w9vmTjkuG0Ioi3HBwPFce0O+v//ve+aOq1oeCy7jMV2qzzAlpsNuqpqCBjjriM1lbtZbF/Q8jVyA==
86558717

8656-
sass@1.89.0:
8657-
version "1.89.0"
8658-
resolved "https://registry.yarnpkg.com/sass/-/sass-1.89.0.tgz#6df72360c5c3ec2a9833c49adafe57b28206752d"
8659-
integrity sha512-ld+kQU8YTdGNjOLfRWBzewJpU5cwEv/h5yyqlSeJcj6Yh8U4TDA9UA5FPicqDz/xgRPWRSYIQNiFks21TbA9KQ==
8718+
sass@1.89.1:
8719+
version "1.89.1"
8720+
resolved "https://registry.yarnpkg.com/sass/-/sass-1.89.1.tgz#9281c52c85b4be54264d310fef63a811dfcfb9d9"
8721+
integrity sha512-eMLLkl+qz7tx/0cJ9wI+w09GQ2zodTkcE/aVfywwdlRcI3EO19xGnbmJwg/JMIm+5MxVJ6outddLZ4Von4E++Q==
86608722
dependencies:
86618723
chokidar "^4.0.0"
86628724
immutable "^5.0.2"

0 commit comments

Comments
 (0)