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