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'))