|
118 | 118 | "ajv-errors": "^3.0.0",
|
119 | 119 | "ajv-formats": "^3.0.1",
|
120 | 120 | "autoprefixer": "^10.4.20",
|
121 |
| - "cspell": "^8.15.4", |
| 121 | + "cspell": "^8.15.5", |
122 | 122 | "gulp": "^5.0.0",
|
123 |
| - "hugo-extended": "0.136.2", |
| 123 | + "hugo-extended": "0.136.5", |
124 | 124 | "js-yaml": "^4.1.0",
|
125 | 125 | "markdown-link-check": "^3.12.2",
|
126 |
| - "markdownlint": "^0.35.0", |
| 126 | + "markdownlint": "^0.36.1", |
127 | 127 | "postcss-cli": "^11.0.0",
|
128 | 128 | "prettier": "^3.3.3",
|
129 | 129 | "require-dir": "^1.2.0",
|
130 |
| - "textlint": "^14.2.1", |
| 130 | + "textlint": "^14.3.0", |
131 | 131 | "textlint-filter-rule-allowlist": "^4.0.0",
|
132 | 132 | "textlint-filter-rule-comments": "^1.2.2",
|
133 | 133 | "textlint-rule-terminology": "^5.2.12",
|
|
137 | 137 | "dependencies": {
|
138 | 138 | "@opentelemetry/api": "^1.9.0",
|
139 | 139 | "@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", |
142 | 142 | "@opentelemetry/exporter-trace-otlp-http": "^0.54.0",
|
143 | 143 | "@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", |
147 | 147 | "@opentelemetry/semantic-conventions": "^1.27.0",
|
148 | 148 | "path": "^0.12.7"
|
149 | 149 | },
|
150 | 150 | "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" |
153 | 153 | },
|
154 | 154 | "enginesComment": "Ensure that engines.node value stays consistent with the project's .nvmrc",
|
155 | 155 | "engines": {
|
156 |
| - "node": "20.x" |
| 156 | + "node": "22.x" |
157 | 157 | },
|
158 | 158 | "gitHubActionCacheKey": "2023-07-13 - change this key to force cache refresh",
|
159 | 159 | "private": true,
|
|
0 commit comments