Merged PR 2559: added package lock

added package lock

Related work items: #24389
This commit is contained in:
Robert Bond
2026-08-12 14:03:23 +00:00
parent 478fa91004
commit 850006d917
2 changed files with 88 additions and 1 deletions
+66
View File
@@ -87,6 +87,7 @@
"xpath": "^0.0.32" "xpath": "^0.0.32"
}, },
"devDependencies": { "devDependencies": {
"@playwright/test": "^1.62.1",
"eslint": "^8.57.0", "eslint": "^8.57.0",
"eslint-config-next": "^14.2.28", "eslint-config-next": "^14.2.28",
"eslint-plugin-jsdoc": "^48.2.3", "eslint-plugin-jsdoc": "^48.2.3",
@@ -1386,6 +1387,22 @@
"url": "https://opencollective.com/unts" "url": "https://opencollective.com/unts"
} }
}, },
"node_modules/@playwright/test": {
"version": "1.62.1",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.62.1.tgz",
"integrity": "sha512-DTcUc8qii+cpHvtOwggMtBRMjKZHXYWdw8syRYu2vtzuq4Wxphqq4NfCs5Zt44L6mA8rfDfj+PHnxFc/FeK6mQ==",
"devOptional": true,
"license": "Apache-2.0",
"dependencies": {
"playwright": "1.62.1"
},
"bin": {
"playwright": "cli.js"
},
"engines": {
"node": ">=20"
}
},
"node_modules/@popperjs/core": { "node_modules/@popperjs/core": {
"version": "2.11.8", "version": "2.11.8",
"license": "MIT", "license": "MIT",
@@ -8323,6 +8340,53 @@
"url": "https://github.com/sponsors/jonschlinkert" "url": "https://github.com/sponsors/jonschlinkert"
} }
}, },
"node_modules/playwright": {
"version": "1.62.1",
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.62.1.tgz",
"integrity": "sha512-0M+L3LAD8/nm554LOla9Ayx0j0tmFZ0FBcoQ7F1VuVHpM/XpiC8RcDzBQB8W5+hA8L22THxELzeF+2WcUzvcLg==",
"devOptional": true,
"license": "Apache-2.0",
"dependencies": {
"playwright-core": "1.62.1"
},
"bin": {
"playwright": "cli.js"
},
"engines": {
"node": ">=20"
},
"optionalDependencies": {
"fsevents": "2.3.2"
}
},
"node_modules/playwright-core": {
"version": "1.62.1",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.62.1.tgz",
"integrity": "sha512-wPYSwEBJY9GHraISXqyqtx0na0LpO3XEX7jNDhntbex7tzUS7kLnZsOlFruFJB4Hi/rhDMjXGqHewDZ68nYZVw==",
"devOptional": true,
"license": "Apache-2.0",
"bin": {
"playwright-core": "cli.js"
},
"engines": {
"node": ">=20"
}
},
"node_modules/playwright/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/possible-typed-array-names": { "node_modules/possible-typed-array-names": {
"version": "1.0.0", "version": "1.0.0",
"dev": true, "dev": true,
@@ -9909,6 +9973,8 @@
}, },
"node_modules/string-width/node_modules/emoji-regex": { "node_modules/string-width/node_modules/emoji-regex": {
"version": "8.0.0", "version": "8.0.0",
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
"devOptional": true, "devOptional": true,
"license": "MIT" "license": "MIT"
}, },
+22 -1
View File
@@ -579,6 +579,13 @@
"@pkgr/core@^0.1.0": "@pkgr/core@^0.1.0":
version "0.1.1" version "0.1.1"
"@playwright/test@^1.41.2", "@playwright/test@^1.62.1":
version "1.62.1"
resolved "https://registry.npmjs.org/@playwright/test/-/test-1.62.1.tgz"
integrity sha512-DTcUc8qii+cpHvtOwggMtBRMjKZHXYWdw8syRYu2vtzuq4Wxphqq4NfCs5Zt44L6mA8rfDfj+PHnxFc/FeK6mQ==
dependencies:
playwright "1.62.1"
"@popperjs/core@^2.0.0", "@popperjs/core@^2.11.8": "@popperjs/core@^2.0.0", "@popperjs/core@^2.11.8":
version "2.11.8" version "2.11.8"
@@ -3017,7 +3024,7 @@ fs.realpath@^1.0.0:
fs@0.0.2: fs@0.0.2:
version "0.0.2" version "0.0.2"
fsevents@~2.3.2, fsevents@2.3.3: fsevents@~2.3.2, fsevents@2.3.2, fsevents@2.3.3:
version "2.3.3" version "2.3.3"
function-bind@^1.1.2: function-bind@^1.1.2:
@@ -4475,6 +4482,20 @@ picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.1:
resolved "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz" resolved "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz"
integrity sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg== integrity sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==
playwright-core@1.62.1:
version "1.62.1"
resolved "https://registry.npmjs.org/playwright-core/-/playwright-core-1.62.1.tgz"
integrity sha512-wPYSwEBJY9GHraISXqyqtx0na0LpO3XEX7jNDhntbex7tzUS7kLnZsOlFruFJB4Hi/rhDMjXGqHewDZ68nYZVw==
playwright@1.62.1:
version "1.62.1"
resolved "https://registry.npmjs.org/playwright/-/playwright-1.62.1.tgz"
integrity sha512-0M+L3LAD8/nm554LOla9Ayx0j0tmFZ0FBcoQ7F1VuVHpM/XpiC8RcDzBQB8W5+hA8L22THxELzeF+2WcUzvcLg==
dependencies:
playwright-core "1.62.1"
optionalDependencies:
fsevents "2.3.2"
possible-typed-array-names@^1.0.0: possible-typed-array-names@^1.0.0:
version "1.0.0" version "1.0.0"