From 82e01a179b7440007b8792af77019f03081ad7f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 20:02:01 +0000 Subject: [PATCH] build(deps-dev): bump @testing-library/svelte in /frontend Bumps [@testing-library/svelte](https://github.com/testing-library/svelte-testing-library) from 3.2.2 to 4.0.3. - [Release notes](https://github.com/testing-library/svelte-testing-library/releases) - [Changelog](https://github.com/testing-library/svelte-testing-library/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/svelte-testing-library/compare/v3.2.2...v4.0.3) --- updated-dependencies: - dependency-name: "@testing-library/svelte" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 40 ++++++++++---------------------------- frontend/package.json | 2 +- 2 files changed, 11 insertions(+), 31 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 357a4d46..4dc6c932 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -42,7 +42,7 @@ "@svelte-plugins/tooltips": "^0.1.6", "@sveltejs/vite-plugin-svelte": "1.4.0", "@testing-library/jest-dom": "^5.16.5", - "@testing-library/svelte": "^3.2.2", + "@testing-library/svelte": "^4.0.3", "@testing-library/user-event": "^14.4.3", "@types/jest": "^29.5.3", "@typescript-eslint/eslint-plugin": "^5.61.0", @@ -1808,16 +1808,15 @@ } }, "node_modules/@testing-library/dom": { - "version": "9.2.0", - "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-9.2.0.tgz", - "integrity": "sha512-xTEnpUKiV/bMyEsE5bT4oYA0x0Z/colMtxzUY8bKyPXBNLn/e0V4ZjBZkEhms0xE4pv9QsPfSRu9AWS4y5wGvA==", + "version": "9.3.1", + "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-9.3.1.tgz", + "integrity": "sha512-0DGPd9AR3+iDTjGoMpxIkAsUihHZ3Ai6CneU6bRRrffXMgzCdlNk43jTrD2/5LT6CBb3MWTP8v510JzYtahD2w==", "dev": true, - "peer": true, "dependencies": { "@babel/code-frame": "^7.10.4", "@babel/runtime": "^7.12.5", "@types/aria-query": "^5.0.1", - "aria-query": "^5.0.0", + "aria-query": "5.1.3", "chalk": "^4.1.0", "dom-accessibility-api": "^0.5.9", "lz-string": "^1.5.0", @@ -1863,37 +1862,18 @@ } }, "node_modules/@testing-library/svelte": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/@testing-library/svelte/-/svelte-3.2.2.tgz", - "integrity": "sha512-IKwZgqbekC3LpoRhSwhd0JswRGxKdAGkf39UiDXTywK61YyLXbCYoR831e/UUC6EeNW4hiHPY+2WuovxOgI5sw==", + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/@testing-library/svelte/-/svelte-4.0.3.tgz", + "integrity": "sha512-GldAnyGEOn5gMwME+hLVQrnfuKZFB+it5YOMnRBHX+nqeHMsSa18HeqkdvGqtqLpvn81xV7R7EYFb500ngUfXA==", "dev": true, "dependencies": { - "@testing-library/dom": "^8.1.0" + "@testing-library/dom": "^9.3.1" }, "engines": { "node": ">= 10" }, "peerDependencies": { - "svelte": "3.x" - } - }, - "node_modules/@testing-library/svelte/node_modules/@testing-library/dom": { - "version": "8.20.0", - "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-8.20.0.tgz", - "integrity": "sha512-d9ULIT+a4EXLX3UU8FBjauG9NnsZHkHztXoIcTsOKoOw030fyjheN9svkTULjJxtYag9DZz5Jz5qkWZDPxTFwA==", - "dev": true, - "dependencies": { - "@babel/code-frame": "^7.10.4", - "@babel/runtime": "^7.12.5", - "@types/aria-query": "^5.0.1", - "aria-query": "^5.0.0", - "chalk": "^4.1.0", - "dom-accessibility-api": "^0.5.9", - "lz-string": "^1.4.4", - "pretty-format": "^27.0.2" - }, - "engines": { - "node": ">=12" + "svelte": "^3 || ^4" } }, "node_modules/@testing-library/user-event": { diff --git a/frontend/package.json b/frontend/package.json index a79a62b6..a54b644b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -33,7 +33,7 @@ "@svelte-plugins/tooltips": "^0.1.6", "@sveltejs/vite-plugin-svelte": "1.4.0", "@testing-library/jest-dom": "^5.16.5", - "@testing-library/svelte": "^3.2.2", + "@testing-library/svelte": "^4.0.3", "@testing-library/user-event": "^14.4.3", "@types/jest": "^29.5.3", "@typescript-eslint/eslint-plugin": "^5.61.0",