Update dependencies

This commit is contained in:
freearhey
2026-03-13 07:06:30 +03:00
parent 163ccd7197
commit 401d99a1fe
2 changed files with 16 additions and 16 deletions

30
package-lock.json generated
View File

@@ -14,7 +14,7 @@
"@freearhey/chronos": "^0.0.1",
"@freearhey/core": "^0.13.2",
"@freearhey/storage-js": "^0.2.0",
"@iptv-org/sdk": "^1.1.3",
"@iptv-org/sdk": "^1.1.4",
"@ntlab/sfetch": "^1.2.0",
"@octokit/core": "^7.0.3",
"@octokit/plugin-paginate-rest": "^13.1.1",
@@ -1162,9 +1162,9 @@
}
},
"node_modules/@freearhey/search-js": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/@freearhey/search-js/-/search-js-0.2.0.tgz",
"integrity": "sha512-1sxfCRbxM12Js3nM/S51cVKLYEjoksERidz539bleMAXes44eTC2m0TEQTJzJyE7l1pw2qUwsIhjd2l2l88fSw==",
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/@freearhey/search-js/-/search-js-0.2.1.tgz",
"integrity": "sha512-RXVJ2AaXjnrLPpLHCOWrdgtYc4SZplYl905INFmhL6V8jcyIrX+qrjkAjwAHqWDTnJSYfSG9D9Xr+EyKx/eXng==",
"license": "MIT",
"dependencies": {
"lodash": "^4.17.21"
@@ -1570,13 +1570,13 @@
}
},
"node_modules/@iptv-org/sdk": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/@iptv-org/sdk/-/sdk-1.1.3.tgz",
"integrity": "sha512-e2IQWPVpNdMJnCkJulnBpiU2Hn5hpaSKNTxo4bvOI4uMRRXR7R8hWbm9jtJnf5LYQ6xdN0xT52EjI0zi9dh5yg==",
"version": "1.1.4",
"resolved": "https://registry.npmjs.org/@iptv-org/sdk/-/sdk-1.1.4.tgz",
"integrity": "sha512-NFviCin8V9rKPP+GG7xZ0mVi+WCwxqTFzjRH8or9KVLemFXrGI+ibGQ1PgiGUadRFSxTejXo2Dvwjwdwr2NTiQ==",
"license": "UNLICENSED",
"dependencies": {
"@freearhey/core": "^0.15.1",
"@freearhey/search-js": "^0.2.0",
"@freearhey/search-js": "^0.2.1",
"@ntlab/sfetch": "^1.2.0",
"axios": "^1.11.0",
"dayjs": "^1.11.18"
@@ -12117,9 +12117,9 @@
}
},
"@freearhey/search-js": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/@freearhey/search-js/-/search-js-0.2.0.tgz",
"integrity": "sha512-1sxfCRbxM12Js3nM/S51cVKLYEjoksERidz539bleMAXes44eTC2m0TEQTJzJyE7l1pw2qUwsIhjd2l2l88fSw==",
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/@freearhey/search-js/-/search-js-0.2.1.tgz",
"integrity": "sha512-RXVJ2AaXjnrLPpLHCOWrdgtYc4SZplYl905INFmhL6V8jcyIrX+qrjkAjwAHqWDTnJSYfSG9D9Xr+EyKx/eXng==",
"requires": {
"lodash": "^4.17.21"
}
@@ -12332,12 +12332,12 @@
"requires": {}
},
"@iptv-org/sdk": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/@iptv-org/sdk/-/sdk-1.1.3.tgz",
"integrity": "sha512-e2IQWPVpNdMJnCkJulnBpiU2Hn5hpaSKNTxo4bvOI4uMRRXR7R8hWbm9jtJnf5LYQ6xdN0xT52EjI0zi9dh5yg==",
"version": "1.1.4",
"resolved": "https://registry.npmjs.org/@iptv-org/sdk/-/sdk-1.1.4.tgz",
"integrity": "sha512-NFviCin8V9rKPP+GG7xZ0mVi+WCwxqTFzjRH8or9KVLemFXrGI+ibGQ1PgiGUadRFSxTejXo2Dvwjwdwr2NTiQ==",
"requires": {
"@freearhey/core": "^0.15.1",
"@freearhey/search-js": "^0.2.0",
"@freearhey/search-js": "^0.2.1",
"@ntlab/sfetch": "^1.2.0",
"axios": "^1.11.0",
"dayjs": "^1.11.18"