diff --git a/package-lock.json b/package-lock.json index 5607efc08..919f93a38 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "uuid": "^10.0.0" }, "devDependencies": { - "@playwright/test": "^1.48.0", + "@playwright/test": "^1.48.1", "@types/lodash": "^4.17.10", "@types/node": "22.7.5", "@types/nprogress": "^0.2.3", @@ -1965,11 +1965,13 @@ } }, "node_modules/@playwright/test": { - "version": "1.48.0", + "version": "1.48.1", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.48.1.tgz", + "integrity": "sha512-s9RtWoxkOLmRJdw3oFvhFbs9OJS0BzrLUc8Hf6l2UdCNd1rqeEyD4BhCJkvzeEoD1FsK4mirsWwGerhVmYKtZg==", "devOptional": true, "license": "Apache-2.0", "dependencies": { - "playwright": "1.48.0" + "playwright": "1.48.1" }, "bin": { "playwright": "cli.js" @@ -4179,6 +4181,21 @@ "license": "ISC", "peer": true }, + "node_modules/fsevents": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", + "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "dev": true, + "hasInstallScript": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + } + }, "node_modules/function-bind": { "version": "1.1.2", "dev": true, @@ -5588,11 +5605,13 @@ } }, "node_modules/playwright": { - "version": "1.48.0", + "version": "1.48.1", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.48.1.tgz", + "integrity": "sha512-j8CiHW/V6HxmbntOfyB4+T/uk08tBy6ph0MpBXwuoofkSnLmlfdYNNkFTYD6ofzzlSqLA1fwH4vwvVFvJgLN0w==", "devOptional": true, "license": "Apache-2.0", "dependencies": { - "playwright-core": "1.48.0" + "playwright-core": "1.48.1" }, "bin": { "playwright": "cli.js" @@ -5605,7 +5624,9 @@ } }, "node_modules/playwright-core": { - "version": "1.48.0", + "version": "1.48.1", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.48.1.tgz", + "integrity": "sha512-Yw/t4VAFX/bBr1OzwCuOMZkY1Cnb4z/doAFSwf4huqAGWmf9eMNjmK7NiOljCdLmxeRYcGPPmcDgU0zOlzP0YA==", "devOptional": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index b99565170..11b53330d 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "uuid": "^10.0.0" }, "devDependencies": { - "@playwright/test": "^1.48.0", + "@playwright/test": "^1.48.1", "@types/lodash": "^4.17.10", "@types/node": "22.7.5", "@types/nprogress": "^0.2.3",