diff --git a/e2e/browser/test-app/package-lock.json b/e2e/browser/test-app/package-lock.json index 663958b..28126cb 100644 --- a/e2e/browser/test-app/package-lock.json +++ b/e2e/browser/test-app/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "dependencies": { "@inrupt/internal-playwright-helpers": "^3.2.6", - "@inrupt/internal-playwright-testids": "^3.2.6", + "@inrupt/internal-playwright-testids": "^4.1.3", "@inrupt/solid-client": "^3.0.0", "@inrupt/solid-client-authn-browser": "^5.0.0", "@inrupt/solid-client-errors": "file:../../..", @@ -8733,8 +8733,16 @@ "@playwright/test": "^1.37.0" } }, - "node_modules/@inrupt/internal-playwright-testids": { + "node_modules/@inrupt/internal-playwright-helpers/node_modules/@inrupt/internal-playwright-testids": { "version": "3.2.6", + "resolved": "https://registry.npmjs.org/@inrupt/internal-playwright-testids/-/internal-playwright-testids-3.2.6.tgz", + "integrity": "sha512-6VjK81YqFeMyKjWQibjTJW5jpAe9X5JJTQ3eZDkTZfMwVBrozwU8A4kx6EC+ubiEdCWlhQulU3HjnL+TZaeF5A==", + "license": "MIT" + }, + "node_modules/@inrupt/internal-playwright-testids": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/@inrupt/internal-playwright-testids/-/internal-playwright-testids-4.1.3.tgz", + "integrity": "sha512-HgsFfptg+hWUoz5Hwzz3eTgJkPW/svoyI/jSeauwjeQUzYGt6dWjwyLXwa0Ql6K/1HlJLq1VMo9Q1gk1UWl+Og==", "license": "MIT" }, "node_modules/@inrupt/internal-test-env": { diff --git a/e2e/browser/test-app/package.json b/e2e/browser/test-app/package.json index 7012aa4..dd42595 100644 --- a/e2e/browser/test-app/package.json +++ b/e2e/browser/test-app/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@inrupt/internal-playwright-helpers": "^3.2.6", - "@inrupt/internal-playwright-testids": "^3.2.6", + "@inrupt/internal-playwright-testids": "^4.1.3", "@inrupt/solid-client": "^3.0.0", "@inrupt/solid-client-authn-browser": "^5.0.0", "@inrupt/solid-client-errors": "file:../../..",