Skip to content

Commit ce7e588

Browse files
authored
[infra] Upgrade NPM packages and clean up entries (#4958)
1 parent 7f31e8e commit ce7e588

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

package.json

+7-8
Original file line numberDiff line numberDiff line change
@@ -109,15 +109,14 @@
109109
"update:submodule": "set -x && git submodule update --remote ${DEPTH:- --depth 1}"
110110
},
111111
"devDependencies": {
112-
"ajv": "^8.16.0",
112+
"ajv": "^8.17.1",
113113
"ajv-errors": "^3.0.0",
114114
"ajv-formats": "^3.0.1",
115-
"autoprefixer": "^10.4.19",
116-
"cspell": "^8.12.1",
115+
"autoprefixer": "^10.4.20",
116+
"cspell": "^8.13.1",
117117
"gulp": "^5.0.0",
118-
"hugo-extended": "0.128.0",
119118
"js-yaml": "^4.1.0",
120-
"hugo-extended": "0.129.0",
119+
"hugo-extended": "0.131.0",
121120
"markdown-link-check": "^3.12.2",
122121
"markdownlint": "^0.34.0",
123122
"postcss-cli": "^11.0.0",
@@ -126,7 +125,7 @@
126125
"textlint": "^14.0.4",
127126
"textlint-filter-rule-allowlist": "^4.0.0",
128127
"textlint-filter-rule-comments": "^1.2.2",
129-
"textlint-rule-terminology": "^5.1.9",
128+
"textlint-rule-terminology": "^5.2.6",
130129
"through2": "^4.0.2",
131130
"yargs": "^17.7.2"
132131
},
@@ -144,8 +143,8 @@
144143
"path": "^0.12.7"
145144
},
146145
"optionalDependencies": {
147-
"netlify-cli": "^17.33.4",
148-
"npm-check-updates": "^16.14.20"
146+
"netlify-cli": "^17.33.5",
147+
"npm-check-updates": "^17.0.3"
149148
},
150149
"enginesComment": "Ensure that engines.node value stays consistent with the project's .nvmrc",
151150
"engines": {

0 commit comments

Comments
 (0)