fix number for ms

This commit is contained in:
Alexey Kasyanchuk 2023-05-13 19:08:26 +03:00
parent 0ae124daad
commit e77708ff4e
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -45,7 +45,7 @@
"react-minimal-pie-chart": "^8.2.0", "react-minimal-pie-chart": "^8.2.0",
"simple-encryptor": "github:DEgITx/node-simple-encryptor", "simple-encryptor": "github:DEgITx/node-simple-encryptor",
"stun": "1.1.0", "stun": "1.1.0",
"tagslog": "^1.1.5", "tagslog": "^1.1.6",
"webtorrent": "github:DEgITx/webtorrent" "webtorrent": "github:DEgITx/webtorrent"
}, },
"devDependencies": { "devDependencies": {
@ -23239,9 +23239,9 @@
} }
}, },
"node_modules/tagslog": { "node_modules/tagslog": {
"version": "1.1.5", "version": "1.1.6",
"resolved": "https://registry.npmjs.org/tagslog/-/tagslog-1.1.5.tgz", "resolved": "https://registry.npmjs.org/tagslog/-/tagslog-1.1.6.tgz",
"integrity": "sha512-LRiFWGwEthDtBFlDljKs/Rk0fWOWzmaxPoF/90isFTGDUH38VItQ+IlqNRdnxSaGzqcH9oOHt1ILGx2G9X0YYQ==", "integrity": "sha512-uvz7f7lRFBSJI6byro+w+5T9FO9C/eshos9N3sBPY6oFTOxC+ODCxnFidi3gWu/zyXWbfBvivWxFo9ScCaVq3w==",
"dependencies": { "dependencies": {
"ansi-256-colors": "^1.1.0" "ansi-256-colors": "^1.1.0"
} }

View File

@ -145,7 +145,7 @@
"react-minimal-pie-chart": "^8.2.0", "react-minimal-pie-chart": "^8.2.0",
"simple-encryptor": "github:DEgITx/node-simple-encryptor", "simple-encryptor": "github:DEgITx/node-simple-encryptor",
"stun": "1.1.0", "stun": "1.1.0",
"tagslog": "^1.1.5", "tagslog": "^1.1.6",
"webtorrent": "github:DEgITx/webtorrent" "webtorrent": "github:DEgITx/webtorrent"
}, },
"devDependencies": { "devDependencies": {