+23
-23
package-lock.json
+23
-23
package-lock.json
···
1
1
{
2
2
"name": "forking-build-shit",
3
-
"version": "1.0.0",
3
+
"version": "1.0.1",
4
4
"lockfileVersion": 3,
5
5
"requires": true,
6
6
"packages": {
7
7
"": {
8
8
"name": "forking-build-shit",
9
-
"version": "1.0.0",
9
+
"version": "1.0.1",
10
10
"license": "MIT",
11
11
"dependencies": {
12
12
"csso": "5.0.5",
13
-
"sass": "1.89.1",
13
+
"sass": "1.90.0",
14
14
"uglify-js": "3.19.3"
15
15
},
16
16
"bin": {
17
17
"build-shit": "bin/build-shit.js"
18
18
},
19
19
"devDependencies": {
20
-
"@sindresorhus/tsconfig": "7.0.0",
20
+
"@sindresorhus/tsconfig": "8.0.1",
21
21
"@types/csso": "^5.0.4",
22
-
"@types/node": "^22.15.30",
22
+
"@types/node": "^24.3.0",
23
23
"@types/uglify-js": "^3.17.5",
24
-
"typescript": "5.8.3"
24
+
"typescript": "5.9.2"
25
25
}
26
26
},
27
27
"node_modules/@parcel/watcher": {
···
321
321
}
322
322
},
323
323
"node_modules/@sindresorhus/tsconfig": {
324
-
"version": "7.0.0",
325
-
"resolved": "https://registry.npmjs.org/@sindresorhus/tsconfig/-/tsconfig-7.0.0.tgz",
326
-
"integrity": "sha512-i5K04hLAP44Af16zmDjG07E1NHuDgCM07SJAT4gY0LZSRrWYzwt4qkLem6TIbIVh0k51RkN2bF+lP+lM5eC9fw==",
324
+
"version": "8.0.1",
325
+
"resolved": "https://registry.npmjs.org/@sindresorhus/tsconfig/-/tsconfig-8.0.1.tgz",
326
+
"integrity": "sha512-EcJpJuPR+Ot2DGJwQNRMVrWMxiYluGEQrgHeFHvKkKJcHCL/J3fmAKtN5WmAHIN7oxtwSEvNfjJgwffmxKBw9Q==",
327
327
"dev": true,
328
328
"license": "MIT",
329
329
"engines": {
330
-
"node": ">=18"
330
+
"node": ">=20"
331
331
},
332
332
"funding": {
333
333
"url": "https://github.com/sponsors/sindresorhus"
···
351
351
}
352
352
},
353
353
"node_modules/@types/node": {
354
-
"version": "22.15.30",
355
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.15.30.tgz",
356
-
"integrity": "sha512-6Q7lr06bEHdlfplU6YRbgG1SFBdlsfNC4/lX+SkhiTs0cpJkOElmWls8PxDFv4yY/xKb8Y6SO0OmSX4wgqTZbA==",
354
+
"version": "24.3.0",
355
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.3.0.tgz",
356
+
"integrity": "sha512-aPTXCrfwnDLj4VvXrm+UUCQjNEvJgNA8s5F1cvwQU+3KNltTOkBm1j30uNLyqqPNe7gE3KFzImYoZEfLhp4Yow==",
357
357
"dev": true,
358
358
"license": "MIT",
359
359
"dependencies": {
360
-
"undici-types": "~6.21.0"
360
+
"undici-types": "~7.10.0"
361
361
}
362
362
},
363
363
"node_modules/@types/uglify-js": {
···
544
544
}
545
545
},
546
546
"node_modules/sass": {
547
-
"version": "1.89.1",
548
-
"resolved": "https://registry.npmjs.org/sass/-/sass-1.89.1.tgz",
549
-
"integrity": "sha512-eMLLkl+qz7tx/0cJ9wI+w09GQ2zodTkcE/aVfywwdlRcI3EO19xGnbmJwg/JMIm+5MxVJ6outddLZ4Von4E++Q==",
547
+
"version": "1.90.0",
548
+
"resolved": "https://registry.npmjs.org/sass/-/sass-1.90.0.tgz",
549
+
"integrity": "sha512-9GUyuksjw70uNpb1MTYWsH9MQHOHY6kwfnkafC24+7aOMZn9+rVMBxRbLvw756mrBFbIsFg6Xw9IkR2Fnn3k+Q==",
550
550
"license": "MIT",
551
551
"dependencies": {
552
552
"chokidar": "^4.0.0",
···
596
596
}
597
597
},
598
598
"node_modules/typescript": {
599
-
"version": "5.8.3",
600
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz",
601
-
"integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==",
599
+
"version": "5.9.2",
600
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.2.tgz",
601
+
"integrity": "sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==",
602
602
"dev": true,
603
603
"license": "Apache-2.0",
604
604
"bin": {
···
622
622
}
623
623
},
624
624
"node_modules/undici-types": {
625
-
"version": "6.21.0",
626
-
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
627
-
"integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
625
+
"version": "7.10.0",
626
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.10.0.tgz",
627
+
"integrity": "sha512-t5Fy/nfn+14LuOc2KNYg75vZqClpAiqscVvMygNnlsHBFpSXdJaYtXMcdNLpl/Qvc3P2cB3s6lOV51nqsFq4ag==",
628
628
"dev": true,
629
629
"license": "MIT"
630
630
}
+6
-6
package.json
+6
-6
package.json
···
1
1
{
2
2
"name": "forking-build-shit",
3
-
"version": "1.0.0",
3
+
"version": "1.0.1",
4
4
"description": "Tiny script for preparing web assets for deployment",
5
5
"homepage": "https://github.com/CorySanin/build-shit#readme",
6
6
"bugs": {
···
8
8
},
9
9
"dependencies": {
10
10
"csso": "5.0.5",
11
-
"sass": "1.89.1",
11
+
"sass": "1.90.0",
12
12
"uglify-js": "3.19.3"
13
13
},
14
14
"devDependencies": {
15
-
"@sindresorhus/tsconfig": "7.0.0",
15
+
"@sindresorhus/tsconfig": "8.0.1",
16
16
"@types/csso": "^5.0.4",
17
-
"@types/node": "^22.15.30",
17
+
"@types/node": "^24.3.0",
18
18
"@types/uglify-js": "^3.17.5",
19
-
"typescript": "5.8.3"
19
+
"typescript": "5.9.2"
20
20
},
21
21
"repository": {
22
22
"type": "git",
···
25
25
"license": "MIT",
26
26
"author": {
27
27
"name": "Cory Sanin",
28
-
"email": "corysanin@artixlinux.org",
28
+
"email": "corysanin@outlook.com",
29
29
"url": "https://sanin.dev"
30
30
},
31
31
"type": "module",