diff --git a/package-lock.json b/package-lock.json index 9701a4f1..eaa89177 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "semver": "7.7.3", "ssri": "13.0.0", "tar-stream": "3.1.7", - "true-myth": "8.6.0", + "true-myth": "9.3.1", "ts-morph": "27.0.2", "tslib": "2.8.1", "type-fest": "5.3.1", @@ -1910,6 +1910,7 @@ "integrity": "sha512-n1H6IcDhmmUEG7TNVSspGmiHHutt7iVKtZwRppD7e04wha5MrkV1h3pti9xQLcCMt6YWsncpoT0HMjkH1FNwWQ==", "dev": true, "license": "MIT", + "peer": true, "dependencies": { "@typescript-eslint/scope-manager": "8.46.0", "@typescript-eslint/types": "8.46.0", @@ -10609,9 +10610,9 @@ "license": "MIT" }, "node_modules/true-myth": { - "version": "8.6.0", - "resolved": "https://registry.npmjs.org/true-myth/-/true-myth-8.6.0.tgz", - "integrity": "sha512-0JBqvEg05Ify+bwgGou/SUzauyWI2ShgzOTa441ewKslmYaUHLP+/hbV5vgk8pYE/ZEReapD7NcVNZGEk9AHJA==", + "version": "9.3.1", + "resolved": "https://registry.npmjs.org/true-myth/-/true-myth-9.3.1.tgz", + "integrity": "sha512-a+u2L3y6XF3HLBJrSox8pRmod2o/3k28hpXX8OD56mLnffmXOwzQFBDBT0gy8ROIReLvdVvMPtQYtCsgFldfMw==", "license": "MIT", "engines": { "node": "18.* || >= 20.*" diff --git a/package.json b/package.json index 3489cb96..944f1e46 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "semver": "7.7.3", "ssri": "13.0.0", "tar-stream": "3.1.7", - "true-myth": "8.6.0", + "true-myth": "9.3.1", "ts-morph": "27.0.2", "tslib": "2.8.1", "type-fest": "5.3.1",