diff --git a/package-lock.json b/package-lock.json index 0df0495d7..f51c358b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "@types/ramda": "0.31.1", "@types/sinon": "17.0.4", "@types/sinon-chai": "4.0.0", - "@types/stack-utils": "^2.0.3", + "@types/stack-utils": "2.0.3", "@typescript-eslint/eslint-plugin": "5.62.0", "@typescript-eslint/parser": "5.62.0", "chai": "6.2.0", @@ -3012,8 +3012,7 @@ "version": "2.0.3", "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.3.tgz", "integrity": "sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==", - "dev": true, - "license": "MIT" + "dev": true }, "node_modules/@typescript-eslint/eslint-plugin": { "version": "5.62.0", diff --git a/package.json b/package.json index 682e1cd45..2caa2895a 100644 --- a/package.json +++ b/package.json @@ -135,7 +135,7 @@ "@types/ramda": "0.31.1", "@types/sinon": "17.0.4", "@types/sinon-chai": "4.0.0", - "@types/stack-utils": "^2.0.3", + "@types/stack-utils": "2.0.3", "@typescript-eslint/eslint-plugin": "5.62.0", "@typescript-eslint/parser": "5.62.0", "chai": "6.2.0",