diff --git a/ui-super-heroes/src/main/webui/package-lock.json b/ui-super-heroes/src/main/webui/package-lock.json index 1cf0e4ec7..44db6ee30 100644 --- a/ui-super-heroes/src/main/webui/package-lock.json +++ b/ui-super-heroes/src/main/webui/package-lock.json @@ -20,7 +20,7 @@ "devDependencies": { "@babel/plugin-proposal-private-property-in-object": "^7.21.11", "@testing-library/dom": "^9.3.3", - "@testing-library/jest-dom": "^6.2.0", + "@testing-library/jest-dom": "^6.4.1", "@testing-library/react": "^14.1.2", "@testing-library/user-event": "^14.5.2" } @@ -3943,9 +3943,9 @@ } }, "node_modules/@testing-library/jest-dom": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.2.0.tgz", - "integrity": "sha512-+BVQlJ9cmEn5RDMUS8c2+TU6giLvzaHZ8sU/x0Jj7fk+6/46wPdwlgOPcpxS17CjcanBi/3VmGMqVr2rmbUmNw==", + "version": "6.4.1", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.4.1.tgz", + "integrity": "sha512-Z7qMM3J2Zw5H/nC2/5CYx5YcuaD56JmDFKNIozZ89VIo6o6Y9FMhssics4e2madEKYDNEpZz3+glPGz0yWMOag==", "dev": true, "dependencies": { "@adobe/css-tools": "^4.3.2", @@ -3964,6 +3964,7 @@ }, "peerDependencies": { "@jest/globals": ">= 28", + "@types/bun": "latest", "@types/jest": ">= 28", "jest": ">= 28", "vitest": ">= 0.32" @@ -3972,6 +3973,9 @@ "@jest/globals": { "optional": true }, + "@types/bun": { + "optional": true + }, "@types/jest": { "optional": true }, @@ -21714,9 +21718,9 @@ } }, "@testing-library/jest-dom": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.2.0.tgz", - "integrity": "sha512-+BVQlJ9cmEn5RDMUS8c2+TU6giLvzaHZ8sU/x0Jj7fk+6/46wPdwlgOPcpxS17CjcanBi/3VmGMqVr2rmbUmNw==", + "version": "6.4.1", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.4.1.tgz", + "integrity": "sha512-Z7qMM3J2Zw5H/nC2/5CYx5YcuaD56JmDFKNIozZ89VIo6o6Y9FMhssics4e2madEKYDNEpZz3+glPGz0yWMOag==", "dev": true, "requires": { "@adobe/css-tools": "^4.3.2", diff --git a/ui-super-heroes/src/main/webui/package.json b/ui-super-heroes/src/main/webui/package.json index 22c5ea506..bc78aaeba 100644 --- a/ui-super-heroes/src/main/webui/package.json +++ b/ui-super-heroes/src/main/webui/package.json @@ -43,7 +43,7 @@ "devDependencies": { "@babel/plugin-proposal-private-property-in-object": "^7.21.11", "@testing-library/dom": "^9.3.3", - "@testing-library/jest-dom": "^6.2.0", + "@testing-library/jest-dom": "^6.4.1", "@testing-library/react": "^14.1.2", "@testing-library/user-event": "^14.5.2" },