From 34bde1f5eca132026be631ba024c9994b6178e33 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 22:21:27 +0000 Subject: [PATCH] chore(deps): update dependency @atproto/api to v0.13.29 (#1529) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> --- pnpm-lock.yaml | 8 ++++---- test/unit/bundle.spec.ts | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5a43f352..824705d4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -27,7 +27,7 @@ importers: dependencies: '@atproto/api': specifier: ^0.13.27 - version: 0.13.28 + version: 0.13.29 '@aws-sdk/client-s3': specifier: ^3.730.0 version: 3.731.1 @@ -296,8 +296,8 @@ packages: '@asamuzakjp/dom-selector@2.0.2': resolution: {integrity: sha512-x1KXOatwofR6ZAYzXRBL5wrdV0vwNxlTCK9NCuLqAzQYARqGcvFwiJA6A1ERuh+dgeA4Dxm3JBYictIes+SqUQ==} - '@atproto/api@0.13.28': - resolution: {integrity: sha512-qBuEI5aNe2/KjmtmtLMilnpZc+FRAsAM3/5nFOQPEudUk388ctNsmKdz2Nti4OvCebn+50EB6V3lju596CTUNA==} + '@atproto/api@0.13.29': + resolution: {integrity: sha512-j+2mZikK7dibAll4TrQBVFMUVlZ9UZKTlTuFMMJ/x/JrngdYSvPoCcujbPHSj3XuKuG+MCNps5e7wK4mXXQsSA==} '@atproto/common-web@0.3.2': resolution: {integrity: sha512-Vx0JtL1/CssJbFAb0UOdvTrkbUautsDfHNOXNTcX2vyPIxH9xOameSqLLunM1hZnOQbJwyjmQCt6TV+bhnanDg==} @@ -10498,7 +10498,7 @@ snapshots: css-tree: 2.3.1 is-potential-custom-element-name: 1.0.1 - '@atproto/api@0.13.28': + '@atproto/api@0.13.29': dependencies: '@atproto/common-web': 0.3.2 '@atproto/lexicon': 0.4.5 diff --git a/test/unit/bundle.spec.ts b/test/unit/bundle.spec.ts index 0c3d2450..68f74fce 100644 --- a/test/unit/bundle.spec.ts +++ b/test/unit/bundle.spec.ts @@ -84,7 +84,7 @@ describe('project sizes', () => { const modules = await analyzeSizes('node_modules/**/*', serverDir) expect .soft(roundToKilobytes(modules.totalBytes)) - .toMatchInlineSnapshot(`"11157k"`) + .toMatchInlineSnapshot(`"11162k"`) const packages = modules.files .filter(m => m.endsWith('package.json'))