diff --git a/package-lock.json b/package-lock.json index 77ebaecb..a8c665cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "lint-staged": "^13.0.3", "pinst": "^3.0.0", "semantic-release": "^17.4.7", - "sinon": "^14.0.0" + "sinon": "^14.0.1" }, "engines": { "atom": ">1.21.0" @@ -15073,9 +15073,9 @@ } }, "node_modules/sinon": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/sinon/-/sinon-14.0.0.tgz", - "integrity": "sha512-ugA6BFmE+WrJdh0owRZHToLd32Uw3Lxq6E6LtNRU+xTVBefx632h03Q7apXWRsRdZAJ41LB8aUfn2+O4jsDNMw==", + "version": "14.0.1", + "resolved": "https://registry.npmjs.org/sinon/-/sinon-14.0.1.tgz", + "integrity": "sha512-JhJ0jCiyBWVAHDS+YSjgEbDn7Wgz9iIjA1/RK+eseJN0vAAWIWiXBdrnb92ELPyjsfreCYntD1ORtLSfIrlvSQ==", "dev": true, "dependencies": { "@sinonjs/commons": "^1.8.3", @@ -27425,9 +27425,9 @@ } }, "sinon": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/sinon/-/sinon-14.0.0.tgz", - "integrity": "sha512-ugA6BFmE+WrJdh0owRZHToLd32Uw3Lxq6E6LtNRU+xTVBefx632h03Q7apXWRsRdZAJ41LB8aUfn2+O4jsDNMw==", + "version": "14.0.1", + "resolved": "https://registry.npmjs.org/sinon/-/sinon-14.0.1.tgz", + "integrity": "sha512-JhJ0jCiyBWVAHDS+YSjgEbDn7Wgz9iIjA1/RK+eseJN0vAAWIWiXBdrnb92ELPyjsfreCYntD1ORtLSfIrlvSQ==", "dev": true, "requires": { "@sinonjs/commons": "^1.8.3", diff --git a/package.json b/package.json index 7bd2ceed..3a86136f 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "lint-staged": "^13.0.3", "pinst": "^3.0.0", "semantic-release": "^17.4.7", - "sinon": "^14.0.0" + "sinon": "^14.0.1" }, "scripts": { "commit": "git-cz",