From 1df180fa89b238fed35b3972fadae3c8f7d1792e Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sat, 12 Nov 2022 00:07:27 +0000
Subject: [PATCH] Bump tle.js from 4.7.1 to 4.7.3

Bumps [tle.js](https://github.com/davidcalhoun/tle.js) from 4.7.1 to 4.7.3.
- [Release notes](https://github.com/davidcalhoun/tle.js/releases)
- [Changelog](https://github.com/davidcalhoun/tle.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/davidcalhoun/tle.js/compare/v4.7.1...v4.7.3)

---
updated-dependencies:
- dependency-name: tle.js
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 package-lock.json | 14 +++++++-------
 package.json      |  2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index dadb32c2..d1b8cb80 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -31,7 +31,7 @@
         "mongoose-paginate-v2": "^1.7.0",
         "pino": "^8.4.2",
         "rss-parser": "^3.12.0",
-        "tle.js": "^4.7.1",
+        "tle.js": "^4.7.3",
         "tough-cookie": "^4.1.2"
       },
       "devDependencies": {
@@ -6864,9 +6864,9 @@
       }
     },
     "node_modules/tle.js": {
-      "version": "4.7.1",
-      "resolved": "https://registry.npmjs.org/tle.js/-/tle.js-4.7.1.tgz",
-      "integrity": "sha512-wQ27wjUknfyHMOl6/EJsaezlSqxq0mmkC+YkHCaoZH0Fg+Z71kFasUVLP5+kMnTrn+dY/70J5wf9IIDCWuUIPA==",
+      "version": "4.7.3",
+      "resolved": "https://registry.npmjs.org/tle.js/-/tle.js-4.7.3.tgz",
+      "integrity": "sha512-0vMxx0kF9APVOGqOHY80UhP7VUTwztmVp27dBlqhHFYCWZHM+KqeqvNyInGCx7W7+dNX36mxUqSl0HyCX3bWfQ==",
       "dependencies": {
         "satellite.js": "^4.1.3"
       },
@@ -12415,9 +12415,9 @@
       }
     },
     "tle.js": {
-      "version": "4.7.1",
-      "resolved": "https://registry.npmjs.org/tle.js/-/tle.js-4.7.1.tgz",
-      "integrity": "sha512-wQ27wjUknfyHMOl6/EJsaezlSqxq0mmkC+YkHCaoZH0Fg+Z71kFasUVLP5+kMnTrn+dY/70J5wf9IIDCWuUIPA==",
+      "version": "4.7.3",
+      "resolved": "https://registry.npmjs.org/tle.js/-/tle.js-4.7.3.tgz",
+      "integrity": "sha512-0vMxx0kF9APVOGqOHY80UhP7VUTwztmVp27dBlqhHFYCWZHM+KqeqvNyInGCx7W7+dNX36mxUqSl0HyCX3bWfQ==",
       "requires": {
         "satellite.js": "^4.1.3"
       }
diff --git a/package.json b/package.json
index a4e3a2d9..c0ba5ff9 100644
--- a/package.json
+++ b/package.json
@@ -52,7 +52,7 @@
     "mongoose-paginate-v2": "^1.7.0",
     "pino": "^8.4.2",
     "rss-parser": "^3.12.0",
-    "tle.js": "^4.7.1",
+    "tle.js": "^4.7.3",
     "tough-cookie": "^4.1.2"
   },
   "devDependencies": {