Skip to content

Commit 266c5c8

Browse files
authored
Update Node LTS + Hugo patch and other pkg vers (#5504)
1 parent dd86090 commit 266c5c8

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -118,16 +118,16 @@
118118
"ajv-errors": "^3.0.0",
119119
"ajv-formats": "^3.0.1",
120120
"autoprefixer": "^10.4.20",
121-
"cspell": "^8.15.4",
121+
"cspell": "^8.15.5",
122122
"gulp": "^5.0.0",
123-
"hugo-extended": "0.136.2",
123+
"hugo-extended": "0.136.5",
124124
"js-yaml": "^4.1.0",
125125
"markdown-link-check": "^3.12.2",
126-
"markdownlint": "^0.35.0",
126+
"markdownlint": "^0.36.1",
127127
"postcss-cli": "^11.0.0",
128128
"prettier": "^3.3.3",
129129
"require-dir": "^1.2.0",
130-
"textlint": "^14.2.1",
130+
"textlint": "^14.3.0",
131131
"textlint-filter-rule-allowlist": "^4.0.0",
132132
"textlint-filter-rule-comments": "^1.2.2",
133133
"textlint-rule-terminology": "^5.2.12",
@@ -137,23 +137,23 @@
137137
"dependencies": {
138138
"@opentelemetry/api": "^1.9.0",
139139
"@opentelemetry/auto-instrumentations-web": "^0.42.0",
140-
"@opentelemetry/context-zone": "^1.26.0",
141-
"@opentelemetry/core": "^1.26.0",
140+
"@opentelemetry/context-zone": "^1.27.0",
141+
"@opentelemetry/core": "^1.27.0",
142142
"@opentelemetry/exporter-trace-otlp-http": "^0.54.0",
143143
"@opentelemetry/instrumentation": "^0.54.0",
144-
"@opentelemetry/resources": "^1.26.0",
145-
"@opentelemetry/sdk-trace-base": "^1.26.0",
146-
"@opentelemetry/sdk-trace-web": "^1.26.0",
144+
"@opentelemetry/resources": "^1.27.0",
145+
"@opentelemetry/sdk-trace-base": "^1.27.0",
146+
"@opentelemetry/sdk-trace-web": "^1.27.0",
147147
"@opentelemetry/semantic-conventions": "^1.27.0",
148148
"path": "^0.12.7"
149149
},
150150
"optionalDependencies": {
151-
"netlify-cli": "^17.37.1",
152-
"npm-check-updates": "^17.1.4"
151+
"netlify-cli": "^17.37.2",
152+
"npm-check-updates": "^17.1.9"
153153
},
154154
"enginesComment": "Ensure that engines.node value stays consistent with the project's .nvmrc",
155155
"engines": {
156-
"node": "20.x"
156+
"node": "22.x"
157157
},
158158
"gitHubActionCacheKey": "2023-07-13 - change this key to force cache refresh",
159159
"private": true,

0 commit comments

Comments
 (0)