Skip to content

Commit 5771b9d

Browse files
authored
chore: update NodeJS version and update deps (#202)
1 parent da89352 commit 5771b9d

File tree

5 files changed

+12531
-17867
lines changed

5 files changed

+12531
-17867
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ executors:
123123
BASH_ENV: /etc/profile ## Ref: https://circleci.com/docs/env-vars/#alpine-linux
124124
NVM_ARCH_UNOFFICIAL_OVERRIDE: x64-musl ## Ref: https://github.com/nvm-sh/nvm/issues/1102#issuecomment-550572252
125125
docker:
126-
- image: node:lts-alpine # Ref: https://hub.docker.com/_/node?tab=tags&page=1&name=alpine
126+
- image: node:22.15.0-alpine3.21 # Ref: https://hub.docker.com/_/node?tab=tags&page=1&name=alpine
127127

128128
default-machine:
129129
working_directory: *WORKING_DIR

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.20.4
1+
22.15.0

audit-ci.jsonc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,5 @@
33
// audit-ci supports reading JSON, JSONC, and JSON5 config files.
44
// Only use one of ["low": true, "moderate": true, "high": true, "critical": true]
55
"moderate": true,
6-
"allowlist": [
7-
"GHSA-r7jx-5m6m-cpg9" // https://github.com/advisories/GHSA-r7jx-5m6m-cpg9
8-
]
6+
"allowlist": []
97
}

0 commit comments

Comments
 (0)