diff --git a/.yarn/install-state.gz b/.yarn/install-state.gz index 05e9ad3..fb157a6 100644 Binary files a/.yarn/install-state.gz and b/.yarn/install-state.gz differ diff --git a/Dockerfile b/Dockerfile index fd33cbf..3acf8d2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN apk add --no-cache --virtual .gyp python3 make g++ COPY package.json yarn.lock ./ RUN yarn set version 4.1.1 -RUN yarn +RUN yarn install --frozen-lockfile COPY . . RUN yarn build diff --git a/package.json b/package.json index 03c20b0..dc6ed8d 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "@types/express": "^4.17.14", "ts-node": "10.9.1", "tsc-watch": "^5.0.3", - "typescript": "^5.2.2" + "typescript": "^5.4.5" }, "packageManager": "yarn@4.1.1" } diff --git a/yarn.lock b/yarn.lock index bab3dbf..250a877 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4710,7 +4710,7 @@ __metadata: languageName: node linkType: hard -"typescript@npm:^5.2.2": +"typescript@npm:^5.4.5": version: 5.4.5 resolution: "typescript@npm:5.4.5" bin: @@ -4720,7 +4720,7 @@ __metadata: languageName: node linkType: hard -"typescript@patch:typescript@npm%3A^5.2.2#optional!builtin": +"typescript@patch:typescript@npm%3A^5.4.5#optional!builtin": version: 5.4.5 resolution: "typescript@patch:typescript@npm%3A5.4.5#optional!builtin::version=5.4.5&hash=5adc0c" bin: @@ -4865,7 +4865,7 @@ __metadata: systeminformation: "npm:^5.21.7" ts-node: "npm:10.9.1" tsc-watch: "npm:^5.0.3" - typescript: "npm:^5.2.2" + typescript: "npm:^5.4.5" languageName: unknown linkType: soft