1
0
mirror of https://github.com/lexogrine/cs2-react-hud.git synced 2025-12-10 02:42:49 +01:00

updated csgogsi to interpret attackerinair

This commit is contained in:
Hubert Walczak 2024-05-15 16:37:06 +02:00
parent 8ad1a9410b
commit 8ab5999780
No known key found for this signature in database
GPG Key ID: 17BB1C9355357860
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "1.0.3",
"license": "MIT",
"dependencies": {
"csgogsi": "^3.0.1",
"csgogsi": "^3.0.3",
"jsonwebtoken": "^9.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
@ -2201,9 +2201,9 @@
}
},
"node_modules/csgogsi": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/csgogsi/-/csgogsi-3.0.1.tgz",
"integrity": "sha512-ETCi2V1qeA1ZEaPiEaf/uJUNkBWHeBdTDizYv+vAhQzoObXkIyhTIsPOyJ51iazkJyltmsESuXM+Sy7hqnNt0A=="
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/csgogsi/-/csgogsi-3.0.3.tgz",
"integrity": "sha512-5pV5lQFd+rREtKnU8LUy7yR1kW4Yxtfej9RSoMkaq+uRI/TSDhIQ495sHcjVL43vxbB4ggyahYVJnSlTroWecQ=="
},
"node_modules/csstype": {
"version": "3.1.2",

View File

@ -14,7 +14,7 @@
"sign": "npm run build && node sign.js && npm-build-zip --name=signed"
},
"dependencies": {
"csgogsi": "^3.0.1",
"csgogsi": "^3.0.3",
"jsonwebtoken": "^9.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",