From 86695934f86a73100210c6d54e00962777cd5634 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 17:05:17 +0000 Subject: [PATCH] build(deps-dev): bump @testing-library/user-event in /atciss-frontend Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 14.5.2 to 14.6.0. - [Release notes](https://github.com/testing-library/user-event/releases) - [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/user-event/compare/v14.5.2...v14.6) --- updated-dependencies: - dependency-name: "@testing-library/user-event" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- atciss-frontend/package-lock.json | 9 ++++----- atciss-frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/atciss-frontend/package-lock.json b/atciss-frontend/package-lock.json index 1d3d3502..edb85f24 100644 --- a/atciss-frontend/package-lock.json +++ b/atciss-frontend/package-lock.json @@ -24,7 +24,7 @@ "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.2.0", - "@testing-library/user-event": "^14.5.2", + "@testing-library/user-event": "^14.6.0", "@types/leaflet": "^1.9.16", "@types/luxon": "^3.4.2", "@types/react": "^19", @@ -2140,11 +2140,10 @@ } }, "node_modules/@testing-library/user-event": { - "version": "14.5.2", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.5.2.tgz", - "integrity": "sha512-YAh82Wh4TIrxYLmfGcixwD18oIjyC1pFQC2Y01F2lzV2HTMiYrI0nze0FD0ocB//CKS/7jIUgae+adPqxK5yCQ==", + "version": "14.6.0", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.6.0.tgz", + "integrity": "sha512-+jsfK7kVJbqnCYtLTln8Ja/NmVrZRwBJHmHR9IxIVccMWSOZ6Oy0FkDJNeyVu4QSpMNmRfy10Xb76ObRDlWWBQ==", "dev": true, - "license": "MIT", "engines": { "node": ">=12", "npm": ">=6" diff --git a/atciss-frontend/package.json b/atciss-frontend/package.json index f72e57db..2ef27495 100644 --- a/atciss-frontend/package.json +++ b/atciss-frontend/package.json @@ -30,7 +30,7 @@ "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.2.0", - "@testing-library/user-event": "^14.5.2", + "@testing-library/user-event": "^14.6.0", "@types/leaflet": "^1.9.16", "@types/luxon": "^3.4.2", "@types/react": "^19",