Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

chore(deps): pin dependencies #8962

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:latest
FROM node:latest@sha256:b98ec1c96103fbe1a9e449b3854bbc0a0ed1c5936882ae0939d4c3a771265b4b

ENV NODE_OPTIONS=--openssl-legacy-provider

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,10 @@
"@sourcegraph/eslint-config": "^0.26.0",
"@sourcegraph/prettierrc": "^3.0.3",
"@sourcegraph/tsconfig": "^4.0.1",
"@types/hast": "^2.3.4",
"@types/hast": "2.3.4",
"@types/line-column": "1.0.0",
"@types/mdast": "^3.0.10",
"@types/node": "^18.11.18",
"@types/mdast": "3.0.10",
"@types/node": "18.11.18",
"@types/react": "18.0.0",
"@types/relateurl": "0.2.29",
"ajv-cli": "^5.0.0",
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading