diff --git a/package-lock.json b/package-lock.json index 27c0bad6..1a88e714 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@herodevs/eol-shared": "github:herodevs/eol-shared#v0.1.11", "@oclif/core": "^4.5.3", "@oclif/plugin-help": "^6.2.32", - "@oclif/plugin-update": "^4.7.8", + "@oclif/plugin-update": "^4.7.10", "graphql": "^16.11.0", "node-machine-id": "^1.1.12", "ora": "^8.2.0", @@ -3927,9 +3927,9 @@ } }, "node_modules/@oclif/plugin-update": { - "version": "4.7.8", - "resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.8.tgz", - "integrity": "sha512-BXsulWTr3gKWEXGr7WlQPSpOgOKcApFqQx7dLoJogmD0eqeTlhtf994CMsLuxMmIobcGa0+lSMJczj9+Fj+aRg==", + "version": "4.7.10", + "resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.10.tgz", + "integrity": "sha512-PEq1wjFGUj7VMkOWT9eSDa2iLWr6ibk84u0eo/VxZGHglzGFKGMY6lCJBOJK5KK3cv28hBUkxtMNBdWT62oHPw==", "license": "MIT", "dependencies": { "@inquirer/select": "^2.5.0", @@ -3940,7 +3940,7 @@ "filesize": "^6.1.0", "got": "^13", "proxy-agent": "^6.5.0", - "semver": "^7.7.2", + "semver": "^7.7.3", "tar-fs": "^2.1.4" }, "engines": { @@ -11755,9 +11755,9 @@ } }, "node_modules/semver": { - "version": "7.7.2", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz", - "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==", + "version": "7.7.3", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz", + "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==", "license": "ISC", "bin": { "semver": "bin/semver.js" diff --git a/package.json b/package.json index 7bfc16a9..1255f11d 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@herodevs/eol-shared": "github:herodevs/eol-shared#v0.1.11", "@oclif/core": "^4.5.3", "@oclif/plugin-help": "^6.2.32", - "@oclif/plugin-update": "^4.7.8", + "@oclif/plugin-update": "^4.7.10", "graphql": "^16.11.0", "node-machine-id": "^1.1.12", "ora": "^8.2.0",