From bc400597a1bfcb88d52ab49f4d35175cc960b6cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 18:47:30 +0000 Subject: [PATCH] build(deps): bump @types/chai from 4.3.19 to 5.0.0 Bumps [@types/chai](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai) from 4.3.19 to 5.0.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chai) --- updated-dependencies: - dependency-name: "@types/chai" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 28 +++++++++++++++++++++------- package.json | 2 +- 2 files changed, 22 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2b4eab40d..0c89ab63a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "@snowpack/web-test-runner-plugin": "^0.2.2", "@stylelint/postcss-css-in-js": "^0.38.0", "@types/byline": "^4.2.36", - "@types/chai": "^4.3.19", + "@types/chai": "^5.0.0", "@types/chai-like": "^1.1.3", "@types/chai-things": "^0.0.38", "@types/chrome": "^0.0.270", @@ -1656,6 +1656,12 @@ "@types/chai": "^4.2.12" } }, + "node_modules/@esm-bundle/chai/node_modules/@types/chai": { + "version": "4.3.20", + "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.20.tgz", + "integrity": "sha512-/pC9HAB5I/xMlc5FP77qjCnI16ChlJfW0tGa0IUcFn38VJrTV6DeZ60NU5KZBtaOZqjdpwTWohz5HU1RrhiYxQ==", + "dev": true + }, "node_modules/@gar/promisify": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/@gar/promisify/-/promisify-1.1.3.tgz", @@ -3548,9 +3554,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": "5.0.0", + "resolved": "https://registry.npmjs.org/@types/chai/-/chai-5.0.0.tgz", + "integrity": "sha512-+DwhEHAaFPPdJ2ral3kNHFQXnTfscEEFsUxzD+d7nlcLrFK23JtNjH71RGasTcHb88b4vVi4mTyfpf8u2L8bdA==", "dev": true }, "node_modules/@types/chai-like": { @@ -23029,6 +23035,14 @@ "dev": true, "requires": { "@types/chai": "^4.2.12" + }, + "dependencies": { + "@types/chai": { + "version": "4.3.20", + "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.20.tgz", + "integrity": "sha512-/pC9HAB5I/xMlc5FP77qjCnI16ChlJfW0tGa0IUcFn38VJrTV6DeZ60NU5KZBtaOZqjdpwTWohz5HU1RrhiYxQ==", + "dev": true + } } }, "@gar/promisify": { @@ -24409,9 +24423,9 @@ } }, "@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": "5.0.0", + "resolved": "https://registry.npmjs.org/@types/chai/-/chai-5.0.0.tgz", + "integrity": "sha512-+DwhEHAaFPPdJ2ral3kNHFQXnTfscEEFsUxzD+d7nlcLrFK23JtNjH71RGasTcHb88b4vVi4mTyfpf8u2L8bdA==", "dev": true }, "@types/chai-like": { diff --git a/package.json b/package.json index 783d66793..4ddb80f77 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "@snowpack/web-test-runner-plugin": "^0.2.2", "@stylelint/postcss-css-in-js": "^0.38.0", "@types/byline": "^4.2.36", - "@types/chai": "^4.3.19", + "@types/chai": "^5.0.0", "@types/chai-like": "^1.1.3", "@types/chai-things": "^0.0.38", "@types/chrome": "^0.0.270",