From 1dec57558d7823ad555fd27c2cfb360143ac0c9d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 03:35:15 +0000 Subject: [PATCH] chore(deps): update dependency chai to v4.5.0 --- snowpack-react/package-lock.json | 14 +++++++------- snowpack-react/package.json | 2 +- snowpack-svelte/package-lock.json | 14 +++++++------- snowpack-svelte/package.json | 2 +- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/snowpack-react/package-lock.json b/snowpack-react/package-lock.json index eda9c15fa..568acab2f 100644 --- a/snowpack-react/package-lock.json +++ b/snowpack-react/package-lock.json @@ -2062,9 +2062,9 @@ "dev": true }, "chai": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/chai/-/chai-4.4.1.tgz", - "integrity": "sha512-13sOfMv2+DWduEU+/xbun3LScLoqN17nBeTLUsmDfKdoiC1fr0n9PU4guu4AhRcOVFk/sW8LyZWHuhWtQZiF+g==", + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/chai/-/chai-4.5.0.tgz", + "integrity": "sha512-RITGBfijLkBddZvnn8jdqoTypxvqbOLYQkGGxXzeFjVHvudaPw0HNFD9x928/eUwYWd2dPCugVqspGALTZZQKw==", "dev": true, "requires": { "assertion-error": "^1.1.0", @@ -2073,7 +2073,7 @@ "get-func-name": "^2.0.2", "loupe": "^2.3.6", "pathval": "^1.1.1", - "type-detect": "^4.0.8" + "type-detect": "^4.1.0" } }, "chalk": { @@ -6317,9 +6317,9 @@ "dev": true }, "type-detect": { - "version": "4.0.8", - "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz", - "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.1.0.tgz", + "integrity": "sha512-Acylog8/luQ8L7il+geoSxhEkazvkslg7PSNKOX59mbB9cOveP5aq9h74Y7YU8yDpJwetzQQrfIwtf4Wp4LKcw==", "dev": true }, "type-fest": { diff --git a/snowpack-react/package.json b/snowpack-react/package.json index d0fa84848..e1bb0b41c 100644 --- a/snowpack-react/package.json +++ b/snowpack-react/package.json @@ -32,7 +32,7 @@ "@snowpack/web-test-runner-plugin": "0.2.2", "@testing-library/react": "13.4.0", "@web/test-runner": "0.16.0", - "chai": "4.4.1", + "chai": "4.5.0", "prettier": "3.3.3", "snowpack": "3.8.8" }, diff --git a/snowpack-svelte/package-lock.json b/snowpack-svelte/package-lock.json index a1425f269..117c7f955 100644 --- a/snowpack-svelte/package-lock.json +++ b/snowpack-svelte/package-lock.json @@ -1658,9 +1658,9 @@ "dev": true }, "chai": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/chai/-/chai-4.4.1.tgz", - "integrity": "sha512-13sOfMv2+DWduEU+/xbun3LScLoqN17nBeTLUsmDfKdoiC1fr0n9PU4guu4AhRcOVFk/sW8LyZWHuhWtQZiF+g==", + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/chai/-/chai-4.5.0.tgz", + "integrity": "sha512-RITGBfijLkBddZvnn8jdqoTypxvqbOLYQkGGxXzeFjVHvudaPw0HNFD9x928/eUwYWd2dPCugVqspGALTZZQKw==", "dev": true, "requires": { "assertion-error": "^1.1.0", @@ -1669,7 +1669,7 @@ "get-func-name": "^2.0.2", "loupe": "^2.3.6", "pathval": "^1.1.1", - "type-detect": "^4.0.8" + "type-detect": "^4.1.0" } }, "chalk": { @@ -5871,9 +5871,9 @@ "dev": true }, "type-detect": { - "version": "4.0.8", - "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz", - "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.1.0.tgz", + "integrity": "sha512-Acylog8/luQ8L7il+geoSxhEkazvkslg7PSNKOX59mbB9cOveP5aq9h74Y7YU8yDpJwetzQQrfIwtf4Wp4LKcw==", "dev": true }, "type-fest": { diff --git a/snowpack-svelte/package.json b/snowpack-svelte/package.json index 173bb3a24..5dc7ecb84 100644 --- a/snowpack-svelte/package.json +++ b/snowpack-svelte/package.json @@ -13,7 +13,7 @@ "@snowpack/web-test-runner-plugin": "0.2.2", "@testing-library/svelte": "3.2.2", "@web/test-runner": "0.16.0", - "chai": "4.4.1", + "chai": "4.5.0", "snowpack": "3.8.8" } }