Update deps

This commit is contained in:
Casper Warden
2023-11-04 17:53:36 +00:00
parent 1224a6e279
commit 725471750c
3 changed files with 875 additions and 4833 deletions

View File

@@ -957,7 +957,7 @@ export class Utils
{
return new Promise<any>((resolve, reject) =>
{
xml2js.parseString(input, (err: Error, result: any) =>
xml2js.parseString(input, (err: Error | null, result: any) =>
{
if (err)
{

5650
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{
"name": "@caspertech/node-metaverse",
"version": "0.5.53",
"version": "0.5.54",
"description": "A node.js interface for Second Life.",
"main": "dist/lib/index.js",
"types": "dist/lib/index.d.ts",
@@ -23,45 +23,45 @@
"url": "git+https://github.com/CasperTech/node-metaverse.git"
},
"devDependencies": {
"@angular-eslint/eslint-plugin": "^12.5.0",
"@types/micromatch": "^4.0.2",
"@types/node": "^16.9.6",
"@types/uuid": "^8.3.1",
"@angular-eslint/eslint-plugin": "^12.7.0",
"@types/micromatch": "^4.0.4",
"@types/node": "^16.18.60",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/eslint-plugin-tslint": "^4.31.2",
"@typescript-eslint/eslint-plugin-tslint": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"eslint": "^7.32.0",
"mocha": "^9.1.1",
"source-map-support": "^0.5.20",
"ts-node": "^10.2.1",
"typescript": "^4.4.3"
"mocha": "^9.2.2",
"source-map-support": "^0.5.21",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
},
"dependencies": {
"@caspertech/llsd": "^1.0.5",
"@types/long": "^4.0.1",
"@types/mocha": "^9.0.0",
"@types/request": "^2.48.7",
"@types/tiny-async-pool": "^1.0.0",
"@types/validator": "^13.6.3",
"@types/xml": "^1.0.6",
"@types/xml2js": "^0.4.9",
"@types/xmlrpc": "^1.3.7",
"@types/long": "^4.0.2",
"@types/mocha": "^9.1.1",
"@types/request": "^2.48.11",
"@types/tiny-async-pool": "^1.0.3",
"@types/validator": "^13.11.5",
"@types/xml": "^1.0.10",
"@types/xml2js": "^0.4.13",
"@types/xmlrpc": "^1.3.9",
"chalk": "^4.1.2",
"flatted": "^3.2.2",
"fs-extra": "^10.0.0",
"glob": "^7.1.7",
"ipaddr.js": "^2.0.1",
"logform": "^2.3.0",
"flatted": "^3.2.9",
"fs-extra": "^10.1.0",
"glob": "^7.2.3",
"ipaddr.js": "^2.1.0",
"logform": "^2.6.0",
"long": "^4.0.0",
"micromatch": "^4.0.4",
"micromatch": "^4.0.5",
"moment": "^2.29.4",
"rbush-3d": "0.0.4",
"request": "^2.88.2",
"rxjs": "^7.3.0",
"tiny-async-pool": "^1.2.0",
"rxjs": "^7.8.1",
"tiny-async-pool": "^1.3.0",
"uuid": "^8.3.2",
"validator": "^13.6.0",
"winston": "^3.3.3",
"validator": "^13.11.0",
"winston": "^3.11.0",
"xml": "^1.0.1",
"xml2js": "^0.4.23",
"xmlbuilder": "^15.1.1",