Skip to content

Commit 0416729

Browse files
authored
Merge branch 'OWASP:main' into devicon
2 parents 5fc65d6 + 3ae6db3 commit 0416729

File tree

9 files changed

+649
-11202
lines changed

9 files changed

+649
-11202
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ repos:
3535
- --mapping=2
3636
- --offset=2
3737
- --sequence=4
38-
exclude: (.github|frontend/pnpm-lock.yaml)
38+
exclude: (.github|pnpm-lock.yaml)
3939

4040
- repo: https://github.com/pre-commit/pre-commit-hooks
4141
rev: v5.0.0

cspell/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:lts-alpine
1+
FROM node:22-alpine
22

33
WORKDIR /opt/node
44

cspell/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ update-cspell-dependencies: cspell-install
2121
--entrypoint=/bin/sh \
2222
--workdir=/nest/cspell \
2323
--rm \
24-
cspell -c "npm install && npm upgrade && rm -rf ./node_modules"
24+
cspell -c "pnpm install && pnpm upgrade && rm -rf ./node_modules"

cspell/custom-dict.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ Aupdated
1212
bsky
1313
CCSP
1414
certbot
15-
Chakra
1615
CISSP
1716
collectstatic
1817
coraza

cspell/package-lock.json

Lines changed: 0 additions & 1321 deletions
This file was deleted.

cspell/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"devDependencies": {
3-
"@cspell/dict-aws": "^4.0.4",
4-
"@cspell/dict-data-science": "^2.0.1",
5-
"@cspell/dict-en_us": "^4.3.23",
6-
"@cspell/dict-fullstack": "^3.2.0",
7-
"@cspell/dict-golang": "^6.0.12",
8-
"@cspell/dict-k8s": "^1.0.6",
9-
"@cspell/dict-people-names": "^1.1.7",
10-
"@cspell/dict-software-terms": "^4.1.3",
11-
"@cspell/dict-win32": "^2.0.3",
12-
"cspell": "^8.17.3"
3+
"@cspell/dict-aws": "^4.0.10",
4+
"@cspell/dict-data-science": "^2.0.8",
5+
"@cspell/dict-en_us": "^4.4.0",
6+
"@cspell/dict-fullstack": "^3.2.6",
7+
"@cspell/dict-golang": "^6.0.20",
8+
"@cspell/dict-k8s": "^1.0.10",
9+
"@cspell/dict-people-names": "^1.1.8",
10+
"@cspell/dict-software-terms": "^4.2.5",
11+
"@cspell/dict-win32": "^2.0.7",
12+
"cspell": "^8.18.1"
1313
}
1414
}

0 commit comments

Comments
 (0)