From c183a9cdf0cb77c6259a8eda2c42f581b5f0a4ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 08:39:09 +0000 Subject: [PATCH] Bump true-myth from 6.2.0 to 8.0.1 Bumps [true-myth](https://github.com/true-myth/true-myth) from 6.2.0 to 8.0.1. - [Release notes](https://github.com/true-myth/true-myth/releases) - [Changelog](https://github.com/true-myth/true-myth/blob/main/CHANGELOG.md) - [Commits](https://github.com/true-myth/true-myth/compare/v6.2.0...v8.0.1) --- updated-dependencies: - dependency-name: true-myth dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 17 +++++++++-------- package.json | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 15d6c4c..3ffe740 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,9 +12,10 @@ "@vscode/l10n": "^0.0.18", "compare-versions": "^5.0.3", "cross-fetch": "^4.0.0", + "outscale-api": "^0.14.0", "rxjs": "^7.5.7", "shelljs": "^0.8.5", - "true-myth": "^6.2.0" + "true-myth": "^8.0.1" }, "devDependencies": { "@types/chai": "^4.3.3", @@ -5692,11 +5693,11 @@ "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==" }, "node_modules/true-myth": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/true-myth/-/true-myth-6.2.0.tgz", - "integrity": "sha512-NYvzj/h2mGXmdIBmz825c/lQhpI4bzUQEEiBCAbNOVpr6aeYa1WTpJ+OmGmj1yPqbTLPKCCSi54yDnaEup504Q==", + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/true-myth/-/true-myth-8.0.1.tgz", + "integrity": "sha512-/6Tga43I+LfMJmg7hiCGI8KqjjlDEa1XJnWTZOKmmyQ9s7Kv4WPmpoQT/LST0Q98GAnsB+UPtGFwVHi8h7+qFw==", "engines": { - "node": "14.* || 16.* || >= 18.*" + "node": "18.* || >= 20.*" } }, "node_modules/truncate-utf8-bytes": { @@ -10682,9 +10683,9 @@ "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==" }, "true-myth": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/true-myth/-/true-myth-6.2.0.tgz", - "integrity": "sha512-NYvzj/h2mGXmdIBmz825c/lQhpI4bzUQEEiBCAbNOVpr6aeYa1WTpJ+OmGmj1yPqbTLPKCCSi54yDnaEup504Q==" + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/true-myth/-/true-myth-8.0.1.tgz", + "integrity": "sha512-/6Tga43I+LfMJmg7hiCGI8KqjjlDEa1XJnWTZOKmmyQ9s7Kv4WPmpoQT/LST0Q98GAnsB+UPtGFwVHi8h7+qFw==" }, "truncate-utf8-bytes": { "version": "1.0.2", diff --git a/package.json b/package.json index 0298f76..6076219 100644 --- a/package.json +++ b/package.json @@ -418,6 +418,6 @@ "outscale-api": "^0.14.0", "rxjs": "^7.5.7", "shelljs": "^0.8.5", - "true-myth": "^6.2.0" + "true-myth": "^8.0.1" } } \ No newline at end of file