diff --git a/playwright-test/package-lock.json b/playwright-test/package-lock.json index 9c3a862..a9939e3 100644 --- a/playwright-test/package-lock.json +++ b/playwright-test/package-lock.json @@ -6,7 +6,7 @@ "": { "devDependencies": { "@playwright/test": "1.37.1", - "@types/node": "18.18.1", + "@types/node": "18.18.3", "gremlins.js": "2.2.0" } }, @@ -88,9 +88,9 @@ } }, "node_modules/@types/node": { - "version": "18.18.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.18.1.tgz", - "integrity": "sha512-3G42sxmm0fF2+Vtb9TJQpnjmP+uKlWvFa8KoEGquh4gqRmoUG/N0ufuhikw6HEsdG2G2oIKhog1GCTfz9v5NdQ==", + "version": "18.18.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.18.3.tgz", + "integrity": "sha512-0OVfGupTl3NBFr8+iXpfZ8NR7jfFO+P1Q+IO/q0wbo02wYkP5gy36phojeYWpLQ6WAMjl+VfmqUk2YbUfp0irA==", "dev": true }, "node_modules/chance": { @@ -160,9 +160,9 @@ } }, "@types/node": { - "version": "18.18.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.18.1.tgz", - "integrity": "sha512-3G42sxmm0fF2+Vtb9TJQpnjmP+uKlWvFa8KoEGquh4gqRmoUG/N0ufuhikw6HEsdG2G2oIKhog1GCTfz9v5NdQ==", + "version": "18.18.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.18.3.tgz", + "integrity": "sha512-0OVfGupTl3NBFr8+iXpfZ8NR7jfFO+P1Q+IO/q0wbo02wYkP5gy36phojeYWpLQ6WAMjl+VfmqUk2YbUfp0irA==", "dev": true }, "chance": { diff --git a/playwright-test/package.json b/playwright-test/package.json index 6699d0a..a6d3af0 100644 --- a/playwright-test/package.json +++ b/playwright-test/package.json @@ -5,7 +5,7 @@ }, "devDependencies": { "@playwright/test": "1.37.1", - "@types/node": "18.18.1", + "@types/node": "18.18.3", "gremlins.js": "2.2.0" } } diff --git a/playwright-test/pnpm-lock.yaml b/playwright-test/pnpm-lock.yaml index 1f506f1..c65114d 100644 --- a/playwright-test/pnpm-lock.yaml +++ b/playwright-test/pnpm-lock.yaml @@ -2,12 +2,12 @@ lockfileVersion: 5.4 specifiers: '@playwright/test': 1.37.1 - '@types/node': 18.18.1 + '@types/node': 18.18.3 gremlins.js: 2.2.0 devDependencies: '@playwright/test': 1.37.1 - '@types/node': 18.18.1 + '@types/node': 18.18.3 gremlins.js: 2.2.0 packages: @@ -17,14 +17,14 @@ packages: engines: {node: '>=16'} hasBin: true dependencies: - '@types/node': 18.18.1 + '@types/node': 18.18.3 playwright-core: 1.37.1 optionalDependencies: fsevents: 2.3.2 dev: true - /@types/node/18.18.1: - resolution: {integrity: sha512-3G42sxmm0fF2+Vtb9TJQpnjmP+uKlWvFa8KoEGquh4gqRmoUG/N0ufuhikw6HEsdG2G2oIKhog1GCTfz9v5NdQ==} + /@types/node/18.18.3: + resolution: {integrity: sha512-0OVfGupTl3NBFr8+iXpfZ8NR7jfFO+P1Q+IO/q0wbo02wYkP5gy36phojeYWpLQ6WAMjl+VfmqUk2YbUfp0irA==} dev: true /chance/1.1.8: