From de1ef684b70d05915ffa8b60b9acff179f8cb90e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 27 Oct 2023 02:31:02 +0000 Subject: [PATCH] fix: upgrade @types/chai from 4.3.4 to 4.3.6 Snyk has created this PR to upgrade @types/chai from 4.3.4 to 4.3.6. See this package in npm: https://www.npmjs.com/package/@types/chai See this project in Snyk: https://app.snyk.io/org/mmomtchev/project/f179785a-f5dc-4dc2-b2fa-7740f2ace43b?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8ef9ae6..5de9b52 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.4", - "@types/chai": "^4.3.4", + "@types/chai": "^4.3.6", "@types/chai-spies": "^1.0.3", "@types/geojson": "^7946.0.10", "@types/jquery": "^3.5.20", @@ -882,9 +882,9 @@ } }, "node_modules/@types/chai": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.4.tgz", - "integrity": "sha512-KnRanxnpfpjUTqTCXslZSEdLfXExwgNxYPdiO2WGUj8+HDjFi8R3k5RVKPeSCzLjCcshCAtVO2QBbVuAV4kTnw==", + "version": "4.3.6", + "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.6.tgz", + "integrity": "sha512-VOVRLM1mBxIRxydiViqPcKn6MIxZytrbMpd6RJLIWKxUNr3zux8no0Oc7kJx0WAPIitgZ0gkrDS+btlqQpubpw==", "dev": true }, "node_modules/@types/chai-spies": { diff --git a/package.json b/package.json index 3da79d0..ebe8488 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.4", - "@types/chai": "^4.3.4", + "@types/chai": "^4.3.6", "@types/chai-spies": "^1.0.3", "@types/geojson": "^7946.0.10", "@types/jquery": "^3.5.20",