diff --git a/.tool-versions b/.tool-versions index 9ffd0a8..28f30a7 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,2 +1 @@ -node 24.14.1 -pnpm 10.33.2 \ No newline at end of file +node 24.14.1 \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 552e7f6..88427a2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,7 @@ RUN npm install -g npm@latest COPY package.json . COPY pnpm-lock.yaml . +COPY pnpm-workspace.yaml . RUN ["npm", "install", "pnpm", "-g"] RUN ["pnpm", "install", "--frozen-lockfile", "--prod"] diff --git a/Dockerfile.server b/Dockerfile.server index d85c111..5d68caa 100644 --- a/Dockerfile.server +++ b/Dockerfile.server @@ -9,6 +9,7 @@ WORKDIR /app COPY package.json . COPY pnpm-lock.yaml . +COPY pnpm-workspace.yaml . RUN ["npm", "install", "pnpm", "-g"] RUN ["pnpm", "install", "--frozen-lockfile", "--prod"] diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 712430f..9322c40 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1899,6 +1899,7 @@ packages: '@ungap/structured-clone@1.3.0': resolution: {integrity: sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==} + deprecated: Potential CWE-502 - Update to 1.3.1 or higher '@unrs/resolver-binding-android-arm-eabi@1.11.1': resolution: {integrity: sha512-ppLRUgHVaGRWUx0R0Ut06Mjo9gBaBkg3v/8AxusGLhsIotbBLuRk51rAzqLC8gq6NyyAojEXglNjzf6R948DNw==} @@ -2554,8 +2555,8 @@ packages: fast-safe-stringify@2.1.1: resolution: {integrity: sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==} - fast-uri@3.1.1: - resolution: {integrity: sha512-h2r7rcm6Ee/J8o0LD5djLuFVcfbZxhvho4vvsbeV0aMvXjUgqv4YpxpkEx0d68l6+IleVfLAdVEfhR7QNMkGHQ==} + fast-uri@3.1.2: + resolution: {integrity: sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ==} fast-xml-builder@1.1.8: resolution: {integrity: sha512-sDVBc2gg8pSKvcbE8rBmOyjSGQf0AdsbqvHeIOv3D/uYNoV4eCReQXyDF8Pdv8+m1FHazACypSz2hR7O2S1LLw==} @@ -6594,7 +6595,7 @@ snapshots: ajv@8.20.0: dependencies: fast-deep-equal: 3.1.3 - fast-uri: 3.1.1 + fast-uri: 3.1.2 json-schema-traverse: 1.0.0 require-from-string: 2.0.2 @@ -7201,7 +7202,7 @@ snapshots: fast-safe-stringify@2.1.1: {} - fast-uri@3.1.1: {} + fast-uri@3.1.2: {} fast-xml-builder@1.1.8: dependencies: diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml new file mode 100644 index 0000000..7013ef9 --- /dev/null +++ b/pnpm-workspace.yaml @@ -0,0 +1,7 @@ +allowBuilds: + '@firebase/util': true + '@parcel/watcher': true + '@swc/core': true + protobufjs: true + sharp: true + unrs-resolver: true