|
@@ -29,7 +29,8 @@
|
|
|
"@types/tcp-port-used": "^1.0.1",
|
|
|
"dotenv": "^16.0.0",
|
|
|
"eslint": "^8.9.0",
|
|
|
- "nodemon": "^2.0.20"
|
|
|
+ "nodemon": "^2.0.20",
|
|
|
+ "tslib": "^2.4.0"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@eslint/eslintrc": {
|
|
@@ -2110,6 +2111,12 @@
|
|
|
"nodetouch": "bin/nodetouch.js"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/tslib": {
|
|
|
+ "version": "2.4.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz",
|
|
|
+ "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==",
|
|
|
+ "dev": true
|
|
|
+ },
|
|
|
"node_modules/type-check": {
|
|
|
"version": "0.4.0",
|
|
|
"resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
|
|
@@ -3845,6 +3852,12 @@
|
|
|
"nopt": "~1.0.10"
|
|
|
}
|
|
|
},
|
|
|
+ "tslib": {
|
|
|
+ "version": "2.4.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz",
|
|
|
+ "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==",
|
|
|
+ "dev": true
|
|
|
+ },
|
|
|
"type-check": {
|
|
|
"version": "0.4.0",
|
|
|
"resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
|