Update deps

This commit is contained in:
Isaac Shoebottom 2023-11-02 16:54:30 -03:00
parent 5a3fa148fe
commit e2d45cb490
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -12,7 +12,7 @@
"@types/react": "^18.2.25",
"@types/react-dom": "^18.2.10",
"esbuild": "^0.19.4",
"esbuild-bitburner-plugin": "^1.0.1",
"esbuild-bitburner-plugin": "^1.0.2",
"glob": "^10.3.10"
}
},
@ -577,9 +577,9 @@
}
},
"node_modules/esbuild-bitburner-plugin": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/esbuild-bitburner-plugin/-/esbuild-bitburner-plugin-1.0.1.tgz",
"integrity": "sha512-+8Y/2jv0Akx5yUDmbCP0PAsm9TBHbRQJr5td+LvJ21B0JeHPwlMpPUTC62PkbebpWn+R8lmg+TUVrOtPd83UCg==",
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/esbuild-bitburner-plugin/-/esbuild-bitburner-plugin-1.0.2.tgz",
"integrity": "sha512-RtaNcz53L4TyavOMjGXrXkqbnYgUce9UK+vpywESMbmvr5TmrbxXjssnX726MpErX/8OwWI5OYIQzVspRCxUhA==",
"dependencies": {
"websocket": "^1.0.34"
}

View File

@ -20,7 +20,7 @@
"@types/react": "^18.2.25",
"@types/react-dom": "^18.2.10",
"esbuild": "^0.19.4",
"esbuild-bitburner-plugin": "^1.0.1",
"esbuild-bitburner-plugin": "^1.0.2",
"glob": "^10.3.10"
}
}