diff --git a/package-lock.json b/package-lock.json index 43c53ab..e9adee9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@semantic-release/github": "^7.2.0", "@semantic-release/npm": "^7.0.10", "@semantic-release/release-notes-generator": "^9.0.2", - "@types/chai": "^4.2.15", + "@types/chai": "^4.3.1", "@types/mocha": "^8.2.1", "@types/node": "^14.14.35", "@typescript-eslint/eslint-plugin": "^4.18.0", @@ -701,9 +701,9 @@ "dev": true }, "node_modules/@types/chai": { - "version": "4.2.15", - "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.2.15.tgz", - "integrity": "sha512-rYff6FI+ZTKAPkJUoyz7Udq3GaoDZnxYDEvdEdFZASiA7PoErltHezDishqQiSDWrGxvxmplH304jyzQmjp0AQ==" + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.1.tgz", + "integrity": "sha512-/zPMqDkzSZ8t3VtxOa4KPq7uzzW978M9Tvh+j7GHKuo6k6GTLxPJ4J5gE5cjfJ26pnXst0N5Hax8Sr0T2Mi9zQ==" }, "node_modules/@types/cross-spawn": { "version": "6.0.2", @@ -10498,9 +10498,9 @@ "dev": true }, "@types/chai": { - "version": "4.2.15", - "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.2.15.tgz", - "integrity": "sha512-rYff6FI+ZTKAPkJUoyz7Udq3GaoDZnxYDEvdEdFZASiA7PoErltHezDishqQiSDWrGxvxmplH304jyzQmjp0AQ==" + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.1.tgz", + "integrity": "sha512-/zPMqDkzSZ8t3VtxOa4KPq7uzzW978M9Tvh+j7GHKuo6k6GTLxPJ4J5gE5cjfJ26pnXst0N5Hax8Sr0T2Mi9zQ==" }, "@types/cross-spawn": { "version": "6.0.2", diff --git a/package.json b/package.json index 5b7c98f..a6f36c7 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@semantic-release/github": "^7.2.0", "@semantic-release/npm": "^7.0.10", "@semantic-release/release-notes-generator": "^9.0.2", - "@types/chai": "^4.2.15", + "@types/chai": "^4.3.1", "@types/mocha": "^8.2.1", "@types/node": "^14.14.35", "@typescript-eslint/eslint-plugin": "^4.18.0",