|
54 | 54 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.2.tgz#4183f9e642fd84e74e3eea7ffa93a412e3b102c9"
|
55 | 55 | integrity sha512-TUtMJYRPyUb/9aU8f3K0mjmjf6M9N5Woshn2CS6nqJSeJtTtQcpLUXjGt9vbF8ZGff0El99sWkLgzwW3VXnxZQ==
|
56 | 56 |
|
57 |
| - |
58 |
| - version "7.27.1" |
59 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.1.tgz#89de51e86bd12246003e3524704c49541b16c3e6" |
60 |
| - integrity sha512-IaaGWsQqfsQWVLqMn9OB92MNN7zukfVA4s7KKAI0KfrrDsZ0yhi5uV4baBuLuN7n3vsZpwP8asPPcVwApxvjBQ== |
| 57 | + |
| 58 | + version "7.27.3" |
| 59 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.3.tgz#d7d05502bccede3cab36373ed142e6a1df554c2f" |
| 60 | + integrity sha512-hyrN8ivxfvJ4i0fIJuV4EOlV0WDMz5Ui4StRTgVaAvWeiRCilXgwVvxJKtFQ3TKtHgJscB2YiXKGNJuVwhQMtA== |
61 | 61 | dependencies:
|
62 | 62 | "@ampproject/remapping" "^2.2.0"
|
63 | 63 | "@babel/code-frame" "^7.27.1"
|
64 |
| - "@babel/generator" "^7.27.1" |
65 |
| - "@babel/helper-compilation-targets" "^7.27.1" |
66 |
| - "@babel/helper-module-transforms" "^7.27.1" |
67 |
| - "@babel/helpers" "^7.27.1" |
68 |
| - "@babel/parser" "^7.27.1" |
69 |
| - "@babel/template" "^7.27.1" |
70 |
| - "@babel/traverse" "^7.27.1" |
71 |
| - "@babel/types" "^7.27.1" |
| 64 | + "@babel/generator" "^7.27.3" |
| 65 | + "@babel/helper-compilation-targets" "^7.27.2" |
| 66 | + "@babel/helper-module-transforms" "^7.27.3" |
| 67 | + "@babel/helpers" "^7.27.3" |
| 68 | + "@babel/parser" "^7.27.3" |
| 69 | + "@babel/template" "^7.27.2" |
| 70 | + "@babel/traverse" "^7.27.3" |
| 71 | + "@babel/types" "^7.27.3" |
72 | 72 | convert-source-map "^2.0.0"
|
73 | 73 | debug "^4.1.0"
|
74 | 74 | gensync "^1.0.0-beta.2"
|
|
97 | 97 | "@jridgewell/trace-mapping" "^0.3.25"
|
98 | 98 | jsesc "^3.0.2"
|
99 | 99 |
|
| 100 | +"@babel/generator@^7.27.3": |
| 101 | + version "7.27.3" |
| 102 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.3.tgz#ef1c0f7cfe3b5fc8cbb9f6cc69f93441a68edefc" |
| 103 | + integrity sha512-xnlJYj5zepml8NXtjkG0WquFUv8RskFqyFcVgTBp5k+NaA/8uw/K+OSVf8AMGw5e9HKP2ETd5xpK5MLZQD6b4Q== |
| 104 | + dependencies: |
| 105 | + "@babel/parser" "^7.27.3" |
| 106 | + "@babel/types" "^7.27.3" |
| 107 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 108 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 109 | + jsesc "^3.0.2" |
| 110 | + |
100 | 111 | "@babel/helper-annotate-as-pure@^7.25.9":
|
101 | 112 | version "7.25.9"
|
102 | 113 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.9.tgz#d8eac4d2dc0d7b6e11fa6e535332e0d3184f06b4"
|
|
200 | 211 | "@babel/helper-validator-identifier" "^7.27.1"
|
201 | 212 | "@babel/traverse" "^7.27.1"
|
202 | 213 |
|
| 214 | +"@babel/helper-module-transforms@^7.27.3": |
| 215 | + version "7.27.3" |
| 216 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz#db0bbcfba5802f9ef7870705a7ef8788508ede02" |
| 217 | + integrity sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg== |
| 218 | + dependencies: |
| 219 | + "@babel/helper-module-imports" "^7.27.1" |
| 220 | + "@babel/helper-validator-identifier" "^7.27.1" |
| 221 | + "@babel/traverse" "^7.27.3" |
| 222 | + |
203 | 223 | "@babel/helper-optimise-call-expression@^7.27.1":
|
204 | 224 | version "7.27.1"
|
205 | 225 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz#c65221b61a643f3e62705e5dd2b5f115e35f9200"
|
|
282 | 302 | "@babel/traverse" "^7.27.1"
|
283 | 303 | "@babel/types" "^7.27.1"
|
284 | 304 |
|
285 |
| -"@babel/helpers@^7.27.1": |
286 |
| - version "7.27.1" |
287 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.1.tgz#ffc27013038607cdba3288e692c3611c06a18aa4" |
288 |
| - integrity sha512-FCvFTm0sWV8Fxhpp2McP5/W53GPllQ9QeQ7SiqGWjMf/LVG07lFa5+pgK05IRhVwtvafT22KF+ZSnM9I545CvQ== |
| 305 | +"@babel/helpers@^7.27.3": |
| 306 | + version "7.27.3" |
| 307 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.3.tgz#387d65d279290e22fe7a47a8ffcd2d0c0184edd0" |
| 308 | + integrity sha512-h/eKy9agOya1IGuLaZ9tEUgz+uIRXcbtOhRtUyyMf8JFmn1iT13vnl/IGVWSkdOCG/pC57U4S1jnAabAavTMwg== |
289 | 309 | dependencies:
|
290 |
| - "@babel/template" "^7.27.1" |
291 |
| - "@babel/types" "^7.27.1" |
| 310 | + "@babel/template" "^7.27.2" |
| 311 | + "@babel/types" "^7.27.3" |
292 | 312 |
|
293 | 313 | "@babel/parser@^7.27.0", "@babel/parser@^7.7.0":
|
294 | 314 | version "7.27.0"
|
|
304 | 324 | dependencies:
|
305 | 325 | "@babel/types" "^7.27.1"
|
306 | 326 |
|
| 327 | +"@babel/parser@^7.27.3": |
| 328 | + version "7.27.3" |
| 329 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.3.tgz#1b7533f0d908ad2ac545c4d05cbe2fb6dc8cfaaf" |
| 330 | + integrity sha512-xyYxRj6+tLNDTWi0KCBcZ9V7yg3/lwL9DWh9Uwh/RIVlIfFidggcgxKX3GCXwCiswwcGRawBKbEg2LG/Y8eJhw== |
| 331 | + dependencies: |
| 332 | + "@babel/types" "^7.27.3" |
| 333 | + |
307 | 334 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
|
308 | 335 | version "7.27.1"
|
309 | 336 | 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"
|
|
850 | 877 | "@babel/parser" "^7.27.0"
|
851 | 878 | "@babel/types" "^7.27.0"
|
852 | 879 |
|
853 |
| -"@babel/template@^7.27.1": |
| 880 | +"@babel/template@^7.27.1", "@babel/template@^7.27.2": |
854 | 881 | version "7.27.2"
|
855 | 882 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d"
|
856 | 883 | integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==
|
|
872 | 899 | debug "^4.3.1"
|
873 | 900 | globals "^11.1.0"
|
874 | 901 |
|
| 902 | +"@babel/traverse@^7.27.3": |
| 903 | + version "7.27.3" |
| 904 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.3.tgz#8b62a6c2d10f9d921ba7339c90074708509cffae" |
| 905 | + integrity sha512-lId/IfN/Ye1CIu8xG7oKBHXd2iNb2aW1ilPszzGcJug6M8RCKfVNcYhpI5+bMvFYjK7lXIM0R+a+6r8xhHp2FQ== |
| 906 | + dependencies: |
| 907 | + "@babel/code-frame" "^7.27.1" |
| 908 | + "@babel/generator" "^7.27.3" |
| 909 | + "@babel/parser" "^7.27.3" |
| 910 | + "@babel/template" "^7.27.2" |
| 911 | + "@babel/types" "^7.27.3" |
| 912 | + debug "^4.3.1" |
| 913 | + globals "^11.1.0" |
| 914 | + |
875 | 915 | "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.4":
|
876 | 916 | version "7.27.0"
|
877 | 917 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.0.tgz#11d7e644779e166c0442f9a07274d02cd91d4a70"
|
|
901 | 941 | "@babel/helper-string-parser" "^7.27.1"
|
902 | 942 | "@babel/helper-validator-identifier" "^7.27.1"
|
903 | 943 |
|
| 944 | +"@babel/types@^7.27.3": |
| 945 | + version "7.27.3" |
| 946 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.3.tgz#c0257bedf33aad6aad1f406d35c44758321eb3ec" |
| 947 | + integrity sha512-Y1GkI4ktrtvmawoSq+4FCVHNryea6uR+qUQy0AGxLSsjCX0nVmkYQMBLHDkXZuo5hGx7eYdnIaslsdBFm7zbUw== |
| 948 | + dependencies: |
| 949 | + "@babel/helper-string-parser" "^7.27.1" |
| 950 | + "@babel/helper-validator-identifier" "^7.27.1" |
| 951 | + |
904 | 952 | "@csstools/color-helpers@^5.0.2":
|
905 | 953 | version "5.0.2"
|
906 | 954 | resolved "https://registry.yarnpkg.com/@csstools/color-helpers/-/color-helpers-5.0.2.tgz#82592c9a7c2b83c293d9161894e2a6471feb97b8"
|
@@ -8410,10 +8458,10 @@ stylehacks@^7.0.5:
|
8410 | 8458 | browserslist "^4.24.5"
|
8411 | 8459 | postcss-selector-parser "^7.1.0"
|
8412 | 8460 |
|
8413 |
| -stylelint-config-recommended-scss@^15.0.0: |
8414 |
| - version "15.0.0" |
8415 |
| - resolved "https://registry.yarnpkg.com/stylelint-config-recommended-scss/-/stylelint-config-recommended-scss-15.0.0.tgz#5bb89c60f768aec87dff25b7abf020492dd033e5" |
8416 |
| - integrity sha512-LCxdFHly0NCJbMsgPpaAPkTf1xclU+SMpTsShlsAv1SLs8KDnaO8OhJGp8XEC8JyOzFHfmVYTXU6V1y8IahfRg== |
| 8461 | +stylelint-config-recommended-scss@^15.0.1: |
| 8462 | + version "15.0.1" |
| 8463 | + resolved "https://registry.yarnpkg.com/stylelint-config-recommended-scss/-/stylelint-config-recommended-scss-15.0.1.tgz#87646e7b0645dbe40abb2c63c594e94501a7451f" |
| 8464 | + integrity sha512-V24bxkNkFGggqPVJlP9iXaBabwSGEG7QTz+PyxrRtjPkcF+/NsWtB3tKYvFYEmczRkWiIEfuFMhGpJFj9Fxe6Q== |
8417 | 8465 | dependencies:
|
8418 | 8466 | postcss-scss "^4.0.9"
|
8419 | 8467 | stylelint-config-recommended "^16.0.0"
|
|
8424 | 8472 | resolved "https://registry.yarnpkg.com/stylelint-config-recommended/-/stylelint-config-recommended-16.0.0.tgz#0221f19902816fe7d53d9a01eb0be4cc7b4fe80a"
|
8425 | 8473 | integrity sha512-4RSmPjQegF34wNcK1e1O3Uz91HN8P1aFdFzio90wNK9mjgAI19u5vsU868cVZboKzCaa5XbpvtTzAAGQAxpcXA==
|
8426 | 8474 |
|
8427 |
| - |
8428 |
| - version "15.0.0" |
8429 |
| - resolved "https://registry.yarnpkg.com/stylelint-config-standard-scss/-/stylelint-config-standard-scss-15.0.0.tgz#4186c7537392eca32d48fc454212dd392226ade9" |
8430 |
| - integrity sha512-KPyz0DyncXW+1ppWYcols98sSP6Lnsu8wZRZ+Gr18KmWXD1tRykkQ1QYTpFmcA1RkqrIg/U8J0SInLb04U/57A== |
| 8475 | + |
| 8476 | + version "15.0.1" |
| 8477 | + resolved "https://registry.yarnpkg.com/stylelint-config-standard-scss/-/stylelint-config-standard-scss-15.0.1.tgz#3b549bc2bf4be0daa25e2ba979fe0de0712cd638" |
| 8478 | + integrity sha512-8pmmfutrMlPHukLp+Th9asmk21tBXMVGxskZCzkRVWt1d8Z0SrXjUUQ3vn9KcBj1bJRd5msk6yfEFM0UYHBRdg== |
8431 | 8479 | dependencies:
|
8432 |
| - stylelint-config-recommended-scss "^15.0.0" |
| 8480 | + stylelint-config-recommended-scss "^15.0.1" |
8433 | 8481 | stylelint-config-standard "^38.0.0"
|
8434 | 8482 |
|
8435 | 8483 | stylelint-config-standard@^38.0.0:
|
|
9206 | 9254 | spritesheet-templates "^10.4.2"
|
9207 | 9255 | spritesmith "^3.4.0"
|
9208 | 9256 |
|
9209 |
| - |
9210 |
| - version "5.99.8" |
9211 |
| - resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.99.8.tgz#dd31a020b7c092d30c4c6d9a4edb95809e7f5946" |
9212 |
| - integrity sha512-lQ3CPiSTpfOnrEGeXDwoq5hIGzSjmwD72GdfVzF7CQAI7t47rJG9eDWvcEkEn3CUQymAElVvDg3YNTlCYj+qUQ== |
| 9257 | + |
| 9258 | + version "5.99.9" |
| 9259 | + resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.99.9.tgz#d7de799ec17d0cce3c83b70744b4aedb537d8247" |
| 9260 | + integrity sha512-brOPwM3JnmOa+7kd3NsmOUOwbDAj8FT9xDsG3IW0MgbN9yZV7Oi/s/+MNQ/EcSMqw7qfoRyXPoeEWT8zLVdVGg== |
9213 | 9261 | dependencies:
|
9214 | 9262 | "@types/eslint-scope" "^3.7.7"
|
9215 | 9263 | "@types/estree" "^1.0.6"
|
|
0 commit comments