diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8b34e120..a1406e52 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -13,7 +13,7 @@ importers: version: 20.17.6 lost-pixel: specifier: ^3.17.0 - version: 3.21.0(@types/node@20.17.6)(playwright-core@1.48.2)(typescript@5.6.3) + version: 3.22.0(@types/node@20.17.6)(playwright-core@1.48.2)(typescript@5.6.3) packages: @@ -291,9 +291,6 @@ packages: resolution: {integrity: sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==} engines: {node: '>=10'} - fast-url-parser@1.1.3: - resolution: {integrity: sha512-5jOCVXADYNuRkKFzNJ0dCCewsZiYo0dz8QNYljkOpFC6r2U4OBmKtvm/Tsuh4w1YYdDqDb31a8TVhBJ2OJKdqQ==} - follow-redirects@1.15.9: resolution: {integrity: sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==} engines: {node: '>=4.0'} @@ -382,8 +379,8 @@ packages: lodash.kebabcase@4.1.1: resolution: {integrity: sha512-N8XRTIMMqqDgSy4VLKPnJ/+hpGZN+PHQiJnSenYqPaVV/NCqEogTnAdZLQiGKhxX+JCs8waWq2t1XHWKOmlY8g==} - lost-pixel@3.21.0: - resolution: {integrity: sha512-26xWi2dyjvN69oWZJcyi6yQMJvStlD/7ITCMRjQ0qv1B0UdilUV+A2L4rgDUfz19HHR5cgZGTisA4yTEv7uocQ==} + lost-pixel@3.22.0: + resolution: {integrity: sha512-BS0kfcLUSjlMdXBKq5XYr2ejZcB8kvL42ANZ5nVH+AomeWIKaoco9UAZGH/UXHdWLVEpYwBfSJCvdbs67G+YrA==} engines: {node: '>=18'} hasBin: true peerDependencies: @@ -447,8 +444,8 @@ packages: path-parse@1.0.7: resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==} - path-to-regexp@2.2.1: - resolution: {integrity: sha512-gu9bD6Ta5bwGrrU8muHzVOBFFREpp2iRkVfhBJahwJ6p6Xw20SjT0MxLnwkjOibQmGSYhiUnf2FLe7k+jcFmGQ==} + path-to-regexp@3.3.0: + resolution: {integrity: sha512-qyCH421YQPS2WFDxDjftfc1ZR5WKQzVzqsp4n9M2kQhVOo/ByahFoUNJfl58kOcEGfQ//7weFTDhm+ss8Ecxgw==} pixelmatch@5.3.0: resolution: {integrity: sha512-o8mkY4E/+LNUf6LzX96ht6k6CEDi65k9G2rjMtBe9Oo+VPKSvl+0GKHuH/AlG+GA5LPG/i5hrekkxUc3s2HU+Q==} @@ -474,9 +471,6 @@ packages: proxy-from-env@1.1.0: resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==} - punycode@1.4.1: - resolution: {integrity: sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==} - range-parser@1.2.0: resolution: {integrity: sha512-kA5WQoNVo4t9lNx2kQNFCxKeBl5IbbSNBl1M/tLkw9WCn+hxNBAW5Qh8gdhs63CJnhjJ2zQWFoqPJP2sK1AV5A==} engines: {node: '>= 0.6'} @@ -499,8 +493,8 @@ packages: sax@1.4.1: resolution: {integrity: sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==} - serve-handler@6.1.5: - resolution: {integrity: sha512-ijPFle6Hwe8zfmBxJdE+5fta53fdIY0lHISJvuikXB3VYFafRjMRpOffSPvCYsbKyBA7pvy9oYr/BT1O3EArlg==} + serve-handler@6.1.6: + resolution: {integrity: sha512-x5RL9Y2p5+Sh3D38Fh9i/iQ5ZK+e4xuXRd/pGbM4D13tgo/MGwbttUk8emytcr1YYzBYs+apnUngBDFYfpjPuQ==} shebang-command@2.0.0: resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==} @@ -820,10 +814,6 @@ snapshots: signal-exit: 3.0.7 strip-final-newline: 2.0.0 - fast-url-parser@1.1.3: - dependencies: - punycode: 1.4.1 - follow-redirects@1.15.9: {} form-data@4.0.0: @@ -896,7 +886,7 @@ snapshots: lodash.kebabcase@4.1.1: {} - lost-pixel@3.21.0(@types/node@20.17.6)(playwright-core@1.48.2)(typescript@5.6.3): + lost-pixel@3.22.0(@types/node@20.17.6)(playwright-core@1.48.2)(typescript@5.6.3): dependencies: '@types/xml2js': 0.4.14 async: 3.2.6 @@ -914,7 +904,7 @@ snapshots: playwright-core: 1.48.2 pngjs: 7.0.0 posthog-node: 3.5.0 - serve-handler: 6.1.5 + serve-handler: 6.1.6 shelljs: 0.8.5 ts-node: 10.9.2(@types/node@20.17.6)(typescript@5.6.3) xml2js: 0.6.2 @@ -971,7 +961,7 @@ snapshots: path-parse@1.0.7: {} - path-to-regexp@2.2.1: {} + path-to-regexp@3.3.0: {} pixelmatch@5.3.0: dependencies: @@ -992,8 +982,6 @@ snapshots: proxy-from-env@1.1.0: {} - punycode@1.4.1: {} - range-parser@1.2.0: {} rechoir@0.6.2: @@ -1012,15 +1000,14 @@ snapshots: sax@1.4.1: {} - serve-handler@6.1.5: + serve-handler@6.1.6: dependencies: bytes: 3.0.0 content-disposition: 0.5.2 - fast-url-parser: 1.1.3 mime-types: 2.1.18 minimatch: 3.1.2 path-is-inside: 1.0.2 - path-to-regexp: 2.2.1 + path-to-regexp: 3.3.0 range-parser: 1.2.0 shebang-command@2.0.0: