Skip to content

Commit cbbb692

Browse files
Upgrade yarn packages (#216)
There are currently a lot of dependabot warnings and most of them seem to be coming from the docs project. I'm hoping that upgrading the packages resolves most of them. https://github.com/oscope-dev/scope/security/dependabot?q=is%3Aopen
1 parent 27828f2 commit cbbb692

File tree

3 files changed

+2409
-2288
lines changed

3 files changed

+2409
-2288
lines changed

.github/bin/build-page.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
22

3-
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
3+
SCRIPT_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)
44

5-
docker run -v "${SCRIPT_DIR}/../..:/app" --entrypoint sh --workdir /app/docs node:20-buster build.sh
5+
docker run -v "${SCRIPT_DIR}/../..:/app" --entrypoint sh --workdir /app/docs node:24-bookworm build.sh

docs/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,6 @@
4444
},
4545
"engines": {
4646
"node": ">=18.0"
47-
}
47+
},
48+
"packageManager": "[email protected]+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
4849
}

0 commit comments

Comments
 (0)