Update depends

This commit is contained in:
Holly Stubbs 2023-08-20 02:17:30 +01:00
parent 5c478f461e
commit 30569c06ab
Signed by: tgpholly
GPG Key ID: B8583C4B7D18119E
2 changed files with 6 additions and 6 deletions

8
package-lock.json generated
View File

@ -13,7 +13,7 @@
"hsconsole": "^1.0.2"
},
"devDependencies": {
"@types/node": "^20.5.0",
"@types/node": "^20.5.1",
"check-outdated": "^2.12.0",
"nodemon": "^3.0.1",
"npm-run-all": "^4.1.5",
@ -170,9 +170,9 @@
"peer": true
},
"node_modules/@types/node": {
"version": "20.5.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.5.0.tgz",
"integrity": "sha512-Mgq7eCtoTjT89FqNoTzzXg2XvCi5VMhRV6+I2aYanc6kQCBImeNaAYRs/DyoVqk1YEUJK5gN9VO7HRIdz4Wo3Q==",
"version": "20.5.1",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.5.1.tgz",
"integrity": "sha512-4tT2UrL5LBqDwoed9wZ6N3umC4Yhz3W3FloMmiiG4JwmUJWpie0c7lcnUNd4gtMKuDEO4wRVS8B6Xa0uMRsMKg==",
"dev": true
},
"node_modules/@webassemblyjs/ast": {

View File

@ -9,8 +9,8 @@
"build": "npm-run-all build:*",
"build:smash": "ts-node ./tooling/fileSmasher.ts",
"build:build": "tsc --build",
"build:cleanup": "ts-node ./tooling/cleanup.ts",
"build:mangle": "ts-node ./tooling/mangle.ts",
"build:cleanup": "ts-node ./tooling/cleanup.ts",
"_clean": "tsc --build --clean"
},
"repository": {
@ -29,7 +29,7 @@
"hsconsole": "^1.0.2"
},
"devDependencies": {
"@types/node": "^20.5.0",
"@types/node": "^20.5.1",
"check-outdated": "^2.12.0",
"nodemon": "^3.0.1",
"npm-run-all": "^4.1.5",