tangled
alpha
login
or
join now
bwc9876.dev
/
website
0
fork
atom
Files for my website
bwc9876.dev
0
fork
atom
overview
issues
pulls
pipelines
Update Deps
bwc9876.dev
2 days ago
7136510f
2120745a
verified
This commit was signed with the committer's
known signature
.
bwc9876.dev
SSH Key Fingerprint:
SHA256:DanMEP/RNlSC7pAVbnXO6wzQV00rqyKj053tz4uH5gQ=
+111
-112
3 changed files
expand all
collapse all
unified
split
flake.lock
package-lock.json
package.json
+6
-6
flake.lock
···
5
5
"nixpkgs": "nixpkgs"
6
6
},
7
7
"locked": {
8
8
-
"lastModified": 1772457021,
9
9
-
"narHash": "sha256-TCVI5o3/v/fsLYZhwI7Jp52GVdNq4P/qiAP/B3ww7do=",
8
8
+
"lastModified": 1773062095,
9
9
+
"narHash": "sha256-u+cK9IoJokO4YzQwMc2s8Vti0RL/LVSrROOEn2opc5U=",
10
10
"owner": "nix-community",
11
11
"repo": "flakelight",
12
12
-
"rev": "c576dab67cdcdc28e81a85f5f1c9c5743742144e",
12
12
+
"rev": "c99e4d5f40e578cb2d8f460ea2bbd5dc26316d24",
13
13
"type": "github"
14
14
},
15
15
"original": {
···
20
20
},
21
21
"nixpkgs": {
22
22
"locked": {
23
23
-
"lastModified": 1772198003,
24
24
-
"narHash": "sha256-I45esRSssFtJ8p/gLHUZ1OUaaTaVLluNkABkk6arQwE=",
23
23
+
"lastModified": 1772773019,
24
24
+
"narHash": "sha256-E1bxHxNKfDoQUuvriG71+f+s/NT0qWkImXsYZNFFfCs=",
25
25
"owner": "NixOS",
26
26
"repo": "nixpkgs",
27
27
-
"rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61",
27
27
+
"rev": "aca4d95fce4914b3892661bcb80b8087293536c6",
28
28
"type": "github"
29
29
},
30
30
"original": {
+100
-101
package-lock.json
···
19
19
"astro": "^5.17.1",
20
20
"astro-icon": "^1.1.4",
21
21
"cowsay": "^1.6.0",
22
22
-
"lightningcss": "^1.31.1",
22
22
+
"lightningcss": "^1.32.0",
23
23
"markdown-it": "^14.1.0",
24
24
"sanitize-html": "^2.17.0",
25
25
"sharp": "^0.34.5",
26
26
+
"slugify": "^1.6.6",
26
27
"typescript": "^5.9.3"
27
28
},
28
29
"devDependencies": {
29
30
"@types/markdown-it": "^14.1.2",
30
30
-
"@types/sanitize-html": "^2.16.0",
31
31
+
"@types/sanitize-html": "^2.16.1",
31
32
"prettier": "^3.8.1",
32
32
-
"prettier-plugin-astro": "^0.14.1",
33
33
-
"slugify": "^1.6.6"
33
33
+
"prettier-plugin-astro": "^0.14.1"
34
34
}
35
35
},
36
36
"node_modules/@antfu/install-pkg": {
···
1975
1975
}
1976
1976
},
1977
1977
"node_modules/@types/sanitize-html": {
1978
1978
-
"version": "2.16.0",
1979
1979
-
"resolved": "https://registry.npmjs.org/@types/sanitize-html/-/sanitize-html-2.16.0.tgz",
1980
1980
-
"integrity": "sha512-l6rX1MUXje5ztPT0cAFtUayXF06DqPhRyfVXareEN5gGCFaP/iwsxIyKODr9XDhfxPpN6vXUFNfo5kZMXCxBtw==",
1978
1978
+
"version": "2.16.1",
1979
1979
+
"resolved": "https://registry.npmjs.org/@types/sanitize-html/-/sanitize-html-2.16.1.tgz",
1980
1980
+
"integrity": "sha512-n9wjs8bCOTyN/ynwD8s/nTcTreIHB1vf31vhLMGqUPNHaweKC4/fAl4Dj+hUlCTKYgm4P3k83fmiFfzkZ6sgMA==",
1981
1981
"dev": true,
1982
1982
"license": "MIT",
1983
1983
"dependencies": {
1984
1984
-
"htmlparser2": "^8.0.0"
1984
1984
+
"htmlparser2": "^10.1"
1985
1985
}
1986
1986
},
1987
1987
"node_modules/@types/sax": {
···
2498
2498
},
2499
2499
"funding": {
2500
2500
"url": "https://github.com/sponsors/fb55"
2501
2501
-
}
2502
2502
-
},
2503
2503
-
"node_modules/cheerio/node_modules/entities": {
2504
2504
-
"version": "7.0.1",
2505
2505
-
"resolved": "https://registry.npmjs.org/entities/-/entities-7.0.1.tgz",
2506
2506
-
"integrity": "sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==",
2507
2507
-
"license": "BSD-2-Clause",
2508
2508
-
"engines": {
2509
2509
-
"node": ">=0.12"
2510
2510
-
},
2511
2511
-
"funding": {
2512
2512
-
"url": "https://github.com/fb55/entities?sponsor=1"
2513
2513
-
}
2514
2514
-
},
2515
2515
-
"node_modules/cheerio/node_modules/htmlparser2": {
2516
2516
-
"version": "10.1.0",
2517
2517
-
"resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-10.1.0.tgz",
2518
2518
-
"integrity": "sha512-VTZkM9GWRAtEpveh7MSF6SjjrpNVNNVJfFup7xTY3UpFtm67foy9HDVXneLtFVt4pMz5kZtgNcvCniNFb1hlEQ==",
2519
2519
-
"funding": [
2520
2520
-
"https://github.com/fb55/htmlparser2?sponsor=1",
2521
2521
-
{
2522
2522
-
"type": "github",
2523
2523
-
"url": "https://github.com/sponsors/fb55"
2524
2524
-
}
2525
2525
-
],
2526
2526
-
"license": "MIT",
2527
2527
-
"dependencies": {
2528
2528
-
"domelementtype": "^2.3.0",
2529
2529
-
"domhandler": "^5.0.3",
2530
2530
-
"domutils": "^3.2.2",
2531
2531
-
"entities": "^7.0.1"
2532
2501
}
2533
2502
},
2534
2503
"node_modules/chokidar": {
···
3490
3459
}
3491
3460
},
3492
3461
"node_modules/fontkitten": {
3493
3493
-
"version": "1.0.2",
3494
3494
-
"resolved": "https://registry.npmjs.org/fontkitten/-/fontkitten-1.0.2.tgz",
3495
3495
-
"integrity": "sha512-piJxbLnkD9Xcyi7dWJRnqszEURixe7CrF/efBfbffe2DPyabmuIuqraruY8cXTs19QoM8VJzx47BDRVNXETM7Q==",
3462
3462
+
"version": "1.0.3",
3463
3463
+
"resolved": "https://registry.npmjs.org/fontkitten/-/fontkitten-1.0.3.tgz",
3464
3464
+
"integrity": "sha512-Wp1zXWPVUPBmfoa3Cqc9ctaKuzKAV6uLstRqlR56kSjplf5uAce+qeyYym7F+PHbGTk+tCEdkCW6RD7DX/gBZw==",
3496
3465
"license": "MIT",
3497
3466
"dependencies": {
3498
3467
"tiny-inflate": "^1.0.3"
···
3594
3563
}
3595
3564
},
3596
3565
"node_modules/h3": {
3597
3597
-
"version": "1.15.5",
3598
3598
-
"resolved": "https://registry.npmjs.org/h3/-/h3-1.15.5.tgz",
3599
3599
-
"integrity": "sha512-xEyq3rSl+dhGX2Lm0+eFQIAzlDN6Fs0EcC4f7BNUmzaRX/PTzeuM+Tr2lHB8FoXggsQIeXLj8EDVgs5ywxyxmg==",
3566
3566
+
"version": "1.15.6",
3567
3567
+
"resolved": "https://registry.npmjs.org/h3/-/h3-1.15.6.tgz",
3568
3568
+
"integrity": "sha512-oi15ESLW5LRthZ+qPCi5GNasY/gvynSKUQxgiovrY63bPAtG59wtM+LSrlcwvOHAXzGrXVLnI97brbkdPF9WoQ==",
3600
3569
"license": "MIT",
3601
3570
"dependencies": {
3602
3571
"cookie-es": "^1.2.2",
···
3859
3828
}
3860
3829
},
3861
3830
"node_modules/htmlparser2": {
3862
3862
-
"version": "8.0.2",
3863
3863
-
"resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-8.0.2.tgz",
3864
3864
-
"integrity": "sha512-GYdjWKDkbRLkZ5geuHs5NY1puJ+PXwP7+fHPRz06Eirsb9ugf6d8kkXav6ADhcODhFFPMIXyxkxSuMf3D6NCFA==",
3831
3831
+
"version": "10.1.0",
3832
3832
+
"resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-10.1.0.tgz",
3833
3833
+
"integrity": "sha512-VTZkM9GWRAtEpveh7MSF6SjjrpNVNNVJfFup7xTY3UpFtm67foy9HDVXneLtFVt4pMz5kZtgNcvCniNFb1hlEQ==",
3865
3834
"funding": [
3866
3835
"https://github.com/fb55/htmlparser2?sponsor=1",
3867
3836
{
···
3873
3842
"dependencies": {
3874
3843
"domelementtype": "^2.3.0",
3875
3844
"domhandler": "^5.0.3",
3876
3876
-
"domutils": "^3.0.1",
3877
3877
-
"entities": "^4.4.0"
3845
3845
+
"domutils": "^3.2.2",
3846
3846
+
"entities": "^7.0.1"
3847
3847
+
}
3848
3848
+
},
3849
3849
+
"node_modules/htmlparser2/node_modules/entities": {
3850
3850
+
"version": "7.0.1",
3851
3851
+
"resolved": "https://registry.npmjs.org/entities/-/entities-7.0.1.tgz",
3852
3852
+
"integrity": "sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==",
3853
3853
+
"license": "BSD-2-Clause",
3854
3854
+
"engines": {
3855
3855
+
"node": ">=0.12"
3856
3856
+
},
3857
3857
+
"funding": {
3858
3858
+
"url": "https://github.com/fb55/entities?sponsor=1"
3878
3859
}
3879
3860
},
3880
3861
"node_modules/http-cache-semantics": {
···
4100
4081
"license": "MIT"
4101
4082
},
4102
4083
"node_modules/lightningcss": {
4103
4103
-
"version": "1.31.1",
4104
4104
-
"resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.31.1.tgz",
4105
4105
-
"integrity": "sha512-l51N2r93WmGUye3WuFoN5k10zyvrVs0qfKBhyC5ogUQ6Ew6JUSswh78mbSO+IU3nTWsyOArqPCcShdQSadghBQ==",
4084
4084
+
"version": "1.32.0",
4085
4085
+
"resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.32.0.tgz",
4086
4086
+
"integrity": "sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==",
4106
4087
"license": "MPL-2.0",
4107
4088
"dependencies": {
4108
4089
"detect-libc": "^2.0.3"
···
4115
4096
"url": "https://opencollective.com/parcel"
4116
4097
},
4117
4098
"optionalDependencies": {
4118
4118
-
"lightningcss-android-arm64": "1.31.1",
4119
4119
-
"lightningcss-darwin-arm64": "1.31.1",
4120
4120
-
"lightningcss-darwin-x64": "1.31.1",
4121
4121
-
"lightningcss-freebsd-x64": "1.31.1",
4122
4122
-
"lightningcss-linux-arm-gnueabihf": "1.31.1",
4123
4123
-
"lightningcss-linux-arm64-gnu": "1.31.1",
4124
4124
-
"lightningcss-linux-arm64-musl": "1.31.1",
4125
4125
-
"lightningcss-linux-x64-gnu": "1.31.1",
4126
4126
-
"lightningcss-linux-x64-musl": "1.31.1",
4127
4127
-
"lightningcss-win32-arm64-msvc": "1.31.1",
4128
4128
-
"lightningcss-win32-x64-msvc": "1.31.1"
4099
4099
+
"lightningcss-android-arm64": "1.32.0",
4100
4100
+
"lightningcss-darwin-arm64": "1.32.0",
4101
4101
+
"lightningcss-darwin-x64": "1.32.0",
4102
4102
+
"lightningcss-freebsd-x64": "1.32.0",
4103
4103
+
"lightningcss-linux-arm-gnueabihf": "1.32.0",
4104
4104
+
"lightningcss-linux-arm64-gnu": "1.32.0",
4105
4105
+
"lightningcss-linux-arm64-musl": "1.32.0",
4106
4106
+
"lightningcss-linux-x64-gnu": "1.32.0",
4107
4107
+
"lightningcss-linux-x64-musl": "1.32.0",
4108
4108
+
"lightningcss-win32-arm64-msvc": "1.32.0",
4109
4109
+
"lightningcss-win32-x64-msvc": "1.32.0"
4129
4110
}
4130
4111
},
4131
4112
"node_modules/lightningcss-android-arm64": {
4132
4132
-
"version": "1.31.1",
4133
4133
-
"resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.31.1.tgz",
4134
4134
-
"integrity": "sha512-HXJF3x8w9nQ4jbXRiNppBCqeZPIAfUo8zE/kOEGbW5NZvGc/K7nMxbhIr+YlFlHW5mpbg/YFPdbnCh1wAXCKFg==",
4113
4113
+
"version": "1.32.0",
4114
4114
+
"resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.32.0.tgz",
4115
4115
+
"integrity": "sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==",
4135
4116
"cpu": [
4136
4117
"arm64"
4137
4118
],
···
4149
4130
}
4150
4131
},
4151
4132
"node_modules/lightningcss-darwin-arm64": {
4152
4152
-
"version": "1.31.1",
4153
4153
-
"resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.31.1.tgz",
4154
4154
-
"integrity": "sha512-02uTEqf3vIfNMq3h/z2cJfcOXnQ0GRwQrkmPafhueLb2h7mqEidiCzkE4gBMEH65abHRiQvhdcQ+aP0D0g67sg==",
4133
4133
+
"version": "1.32.0",
4134
4134
+
"resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.32.0.tgz",
4135
4135
+
"integrity": "sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==",
4155
4136
"cpu": [
4156
4137
"arm64"
4157
4138
],
···
4169
4150
}
4170
4151
},
4171
4152
"node_modules/lightningcss-darwin-x64": {
4172
4172
-
"version": "1.31.1",
4173
4173
-
"resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.31.1.tgz",
4174
4174
-
"integrity": "sha512-1ObhyoCY+tGxtsz1lSx5NXCj3nirk0Y0kB/g8B8DT+sSx4G9djitg9ejFnjb3gJNWo7qXH4DIy2SUHvpoFwfTA==",
4153
4153
+
"version": "1.32.0",
4154
4154
+
"resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.32.0.tgz",
4155
4155
+
"integrity": "sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==",
4175
4156
"cpu": [
4176
4157
"x64"
4177
4158
],
···
4189
4170
}
4190
4171
},
4191
4172
"node_modules/lightningcss-freebsd-x64": {
4192
4192
-
"version": "1.31.1",
4193
4193
-
"resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.31.1.tgz",
4194
4194
-
"integrity": "sha512-1RINmQKAItO6ISxYgPwszQE1BrsVU5aB45ho6O42mu96UiZBxEXsuQ7cJW4zs4CEodPUioj/QrXW1r9pLUM74A==",
4173
4173
+
"version": "1.32.0",
4174
4174
+
"resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.32.0.tgz",
4175
4175
+
"integrity": "sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==",
4195
4176
"cpu": [
4196
4177
"x64"
4197
4178
],
···
4209
4190
}
4210
4191
},
4211
4192
"node_modules/lightningcss-linux-arm-gnueabihf": {
4212
4212
-
"version": "1.31.1",
4213
4213
-
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.31.1.tgz",
4214
4214
-
"integrity": "sha512-OOCm2//MZJ87CdDK62rZIu+aw9gBv4azMJuA8/KB74wmfS3lnC4yoPHm0uXZ/dvNNHmnZnB8XLAZzObeG0nS1g==",
4193
4193
+
"version": "1.32.0",
4194
4194
+
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.32.0.tgz",
4195
4195
+
"integrity": "sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==",
4215
4196
"cpu": [
4216
4197
"arm"
4217
4198
],
···
4229
4210
}
4230
4211
},
4231
4212
"node_modules/lightningcss-linux-arm64-gnu": {
4232
4232
-
"version": "1.31.1",
4233
4233
-
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.31.1.tgz",
4234
4234
-
"integrity": "sha512-WKyLWztD71rTnou4xAD5kQT+982wvca7E6QoLpoawZ1gP9JM0GJj4Tp5jMUh9B3AitHbRZ2/H3W5xQmdEOUlLg==",
4213
4213
+
"version": "1.32.0",
4214
4214
+
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.32.0.tgz",
4215
4215
+
"integrity": "sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==",
4235
4216
"cpu": [
4236
4217
"arm64"
4237
4218
],
···
4252
4233
}
4253
4234
},
4254
4235
"node_modules/lightningcss-linux-arm64-musl": {
4255
4255
-
"version": "1.31.1",
4256
4256
-
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.31.1.tgz",
4257
4257
-
"integrity": "sha512-mVZ7Pg2zIbe3XlNbZJdjs86YViQFoJSpc41CbVmKBPiGmC4YrfeOyz65ms2qpAobVd7WQsbW4PdsSJEMymyIMg==",
4236
4236
+
"version": "1.32.0",
4237
4237
+
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.32.0.tgz",
4238
4238
+
"integrity": "sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==",
4258
4239
"cpu": [
4259
4240
"arm64"
4260
4241
],
···
4275
4256
}
4276
4257
},
4277
4258
"node_modules/lightningcss-linux-x64-gnu": {
4278
4278
-
"version": "1.31.1",
4279
4279
-
"resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.31.1.tgz",
4280
4280
-
"integrity": "sha512-xGlFWRMl+0KvUhgySdIaReQdB4FNudfUTARn7q0hh/V67PVGCs3ADFjw+6++kG1RNd0zdGRlEKa+T13/tQjPMA==",
4259
4259
+
"version": "1.32.0",
4260
4260
+
"resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.32.0.tgz",
4261
4261
+
"integrity": "sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==",
4281
4262
"cpu": [
4282
4263
"x64"
4283
4264
],
···
4298
4279
}
4299
4280
},
4300
4281
"node_modules/lightningcss-linux-x64-musl": {
4301
4301
-
"version": "1.31.1",
4302
4302
-
"resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.31.1.tgz",
4303
4303
-
"integrity": "sha512-eowF8PrKHw9LpoZii5tdZwnBcYDxRw2rRCyvAXLi34iyeYfqCQNA9rmUM0ce62NlPhCvof1+9ivRaTY6pSKDaA==",
4282
4282
+
"version": "1.32.0",
4283
4283
+
"resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.32.0.tgz",
4284
4284
+
"integrity": "sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==",
4304
4285
"cpu": [
4305
4286
"x64"
4306
4287
],
···
4321
4302
}
4322
4303
},
4323
4304
"node_modules/lightningcss-win32-arm64-msvc": {
4324
4324
-
"version": "1.31.1",
4325
4325
-
"resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.31.1.tgz",
4326
4326
-
"integrity": "sha512-aJReEbSEQzx1uBlQizAOBSjcmr9dCdL3XuC/6HLXAxmtErsj2ICo5yYggg1qOODQMtnjNQv2UHb9NpOuFtYe4w==",
4305
4305
+
"version": "1.32.0",
4306
4306
+
"resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.32.0.tgz",
4307
4307
+
"integrity": "sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==",
4327
4308
"cpu": [
4328
4309
"arm64"
4329
4310
],
···
4341
4322
}
4342
4323
},
4343
4324
"node_modules/lightningcss-win32-x64-msvc": {
4344
4344
-
"version": "1.31.1",
4345
4345
-
"resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.31.1.tgz",
4346
4346
-
"integrity": "sha512-I9aiFrbd7oYHwlnQDqr1Roz+fTz61oDDJX7n9tYF9FJymH1cIN1DtKw3iYt6b8WZgEjoNwVSncwF4wx/ZedMhw==",
4325
4325
+
"version": "1.32.0",
4326
4326
+
"resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.32.0.tgz",
4327
4327
+
"integrity": "sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==",
4347
4328
"cpu": [
4348
4329
"x64"
4349
4330
],
···
6586
6567
"url": "https://github.com/sponsors/sindresorhus"
6587
6568
}
6588
6569
},
6570
6570
+
"node_modules/sanitize-html/node_modules/htmlparser2": {
6571
6571
+
"version": "8.0.2",
6572
6572
+
"resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-8.0.2.tgz",
6573
6573
+
"integrity": "sha512-GYdjWKDkbRLkZ5geuHs5NY1puJ+PXwP7+fHPRz06Eirsb9ugf6d8kkXav6ADhcODhFFPMIXyxkxSuMf3D6NCFA==",
6574
6574
+
"funding": [
6575
6575
+
"https://github.com/fb55/htmlparser2?sponsor=1",
6576
6576
+
{
6577
6577
+
"type": "github",
6578
6578
+
"url": "https://github.com/sponsors/fb55"
6579
6579
+
}
6580
6580
+
],
6581
6581
+
"license": "MIT",
6582
6582
+
"dependencies": {
6583
6583
+
"domelementtype": "^2.3.0",
6584
6584
+
"domhandler": "^5.0.3",
6585
6585
+
"domutils": "^3.0.1",
6586
6586
+
"entities": "^4.4.0"
6587
6587
+
}
6588
6588
+
},
6589
6589
"node_modules/sass-formatter": {
6590
6590
"version": "0.7.9",
6591
6591
"resolved": "https://registry.npmjs.org/sass-formatter/-/sass-formatter-0.7.9.tgz",
···
6718
6718
"version": "1.6.6",
6719
6719
"resolved": "https://registry.npmjs.org/slugify/-/slugify-1.6.6.tgz",
6720
6720
"integrity": "sha512-h+z7HKHYXj6wJU+AnS/+IH8Uh9fdcX1Lrhg1/VMdf9PwoBQXFcXiAdsy2tSK0P6gKwJLXp02r90ahUCqHk9rrw==",
6721
6721
-
"dev": true,
6722
6721
"license": "MIT",
6723
6722
"engines": {
6724
6723
"node": ">=8.0.0"
···
6891
6890
}
6892
6891
},
6893
6892
"node_modules/tar": {
6894
6894
-
"version": "7.5.10",
6895
6895
-
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.10.tgz",
6896
6896
-
"integrity": "sha512-8mOPs1//5q/rlkNSPcCegA6hiHJYDmSLEI8aMH/CdSQJNWztHC9WHNam5zdQlfpTwB9Xp7IBEsHfV5LKMJGVAw==",
6893
6893
+
"version": "7.5.11",
6894
6894
+
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.11.tgz",
6895
6895
+
"integrity": "sha512-ChjMH33/KetonMTAtpYdgUFr0tbz69Fp2v7zWxQfYZX4g5ZN2nOBXm1R2xyA+lMIKrLKIoKAwFj93jE/avX9cQ==",
6897
6896
"license": "BlueOak-1.0.0",
6898
6897
"dependencies": {
6899
6898
"@isaacs/fs-minipass": "^4.0.0",
+5
-5
package.json
···
24
24
"astro": "^5.17.1",
25
25
"astro-icon": "^1.1.4",
26
26
"cowsay": "^1.6.0",
27
27
-
"lightningcss": "^1.31.1",
27
27
+
"lightningcss": "^1.32.0",
28
28
"markdown-it": "^14.1.0",
29
29
"sanitize-html": "^2.17.0",
30
30
"sharp": "^0.34.5",
31
31
-
"typescript": "^5.9.3"
31
31
+
"typescript": "^5.9.3",
32
32
+
"slugify": "^1.6.6"
32
33
},
33
34
"devDependencies": {
34
35
"@types/markdown-it": "^14.1.2",
35
35
-
"@types/sanitize-html": "^2.16.0",
36
36
+
"@types/sanitize-html": "^2.16.1",
36
37
"prettier": "^3.8.1",
37
37
-
"prettier-plugin-astro": "^0.14.1",
38
38
-
"slugify": "^1.6.6"
38
38
+
"prettier-plugin-astro": "^0.14.1"
39
39
}
40
40
}