1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-07-20 03:59:36 +02:00
This commit is contained in:
dependabot[bot] 2023-02-11 19:08:01 +00:00 committed by GitHub
commit f9037a3f07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 168 additions and 2259 deletions

2423
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -17,7 +17,7 @@
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@kubernetes/client-node": "^0.15.1", "@kubernetes/client-node": "^0.18.1",
"@types/express": "^4.17.13", "@types/express": "^4.17.13",
"axios": "^0.24.0", "axios": "^0.24.0",
"concurrently": "^6.3.0", "concurrently": "^6.3.0",
@ -33,6 +33,6 @@
"ws": "^8.2.3" "ws": "^8.2.3"
}, },
"devDependencies": { "devDependencies": {
"nodemon": "^2.0.14" "nodemon": "^2.0.20"
} }
} }