diff --git a/package-lock.json b/package-lock.json index 1d89e67a..17aa91a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ }, "devDependencies": { "@cypress/browserify-preprocessor": "3.0.2", - "@types/chai": "4.3.19", + "@types/chai": "4.3.20", "@types/cypress-cucumber-preprocessor": "4.0.5", "husky": "6.0.0", "lint-staged": "11.2.6", @@ -2610,9 +2610,9 @@ } }, "node_modules/@types/chai": { - "version": "4.3.19", - "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.19.tgz", - "integrity": "sha512-2hHHvQBVE2FiSK4eN0Br6snX9MtolHaTo/batnLjlGRhoQzlCL61iVpxoqO7SfFyOw+P/pwv+0zNHzKoGWz9Cw==", + "version": "4.3.20", + "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.20.tgz", + "integrity": "sha512-/pC9HAB5I/xMlc5FP77qjCnI16ChlJfW0tGa0IUcFn38VJrTV6DeZ60NU5KZBtaOZqjdpwTWohz5HU1RrhiYxQ==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index 5f4a84e1..3da9777d 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "description": "Cypress end-to-end test automation boilerplate. Using TypeScript, Browserify, Chai and Assert.", "devDependencies": { "@cypress/browserify-preprocessor": "3.0.2", - "@types/chai": "4.3.19", + "@types/chai": "4.3.20", "@types/cypress-cucumber-preprocessor": "4.0.5", "husky": "6.0.0", "lint-staged": "11.2.6",