|
116 | 116 | "update:submodule": "set -x && git submodule update --remote ${DEPTH:- --depth 999} && git submodule foreach 'git fetch $(git remote | tail -1) --tags'" |
117 | 117 | }, |
118 | 118 | "devDependencies": { |
119 | | - "@cspell/dict-bn": "^1.0.3", |
| 119 | + "@cspell/dict-bn": "^1.0.4", |
120 | 120 | "@cspell/dict-es-es": "^3.0.8", |
121 | 121 | "@cspell/dict-fr-fr": "^2.3.2", |
122 | 122 | "@cspell/dict-pt-br": "^2.4.2", |
|
126 | 126 | "ajv-errors": "^3.0.0", |
127 | 127 | "ajv-formats": "^3.0.1", |
128 | 128 | "autoprefixer": "^10.4.21", |
129 | | - "cspell": "^9.2.1", |
| 129 | + "cspell": "^9.2.2", |
130 | 130 | "gulp": "^5.0.1", |
131 | | - "hugo-extended": "0.151.0", |
| 131 | + "hugo-extended": "0.151.2", |
132 | 132 | "js-yaml": "^4.1.0", |
133 | 133 | "markdown-it": "^14.1.0", |
134 | 134 | "markdown-link-check": "^3.14.1", |
135 | 135 | "markdownlint": "^0.39.0", |
136 | 136 | "markdownlint-cli2": "^0.18.1", |
137 | 137 | "postcss-cli": "^11.0.1", |
138 | 138 | "prettier": "3.6.2", |
139 | | - "puppeteer": "^24.25.0", |
140 | | - "puppeteer-core": "^24.25.0", |
| 139 | + "puppeteer": "^24.26.1", |
| 140 | + "puppeteer-core": "^24.26.1", |
141 | 141 | "require-dir": "^1.2.0", |
142 | 142 | "textlint": "^15.2.3", |
143 | 143 | "textlint-filter-rule-allowlist": "^4.0.0", |
|
149 | 149 | }, |
150 | 150 | "dependencies": { |
151 | 151 | "@opentelemetry/api": "^1.9.0", |
152 | | - "@opentelemetry/auto-instrumentations-web": "^0.52.0", |
153 | | - "@opentelemetry/context-zone": "^2.1.0", |
154 | | - "@opentelemetry/core": "^2.1.0", |
155 | | - "@opentelemetry/exporter-trace-otlp-http": "^0.206.0", |
156 | | - "@opentelemetry/instrumentation": "^0.206.0", |
157 | | - "@opentelemetry/resources": "^2.1.0", |
158 | | - "@opentelemetry/sdk-trace-base": "^2.1.0", |
159 | | - "@opentelemetry/sdk-trace-web": "^2.1.0", |
| 152 | + "@opentelemetry/auto-instrumentations-web": "^0.53.0", |
| 153 | + "@opentelemetry/context-zone": "^2.2.0", |
| 154 | + "@opentelemetry/core": "^2.2.0", |
| 155 | + "@opentelemetry/exporter-trace-otlp-http": "^0.207.0", |
| 156 | + "@opentelemetry/instrumentation": "^0.207.0", |
| 157 | + "@opentelemetry/resources": "^2.2.0", |
| 158 | + "@opentelemetry/sdk-trace-base": "^2.2.0", |
| 159 | + "@opentelemetry/sdk-trace-web": "^2.2.0", |
160 | 160 | "@opentelemetry/semantic-conventions": "^1.37.0", |
161 | 161 | "minisearch": "^7.2.0", |
162 | 162 | "path": "^0.12.7" |
163 | 163 | }, |
164 | 164 | "optionalDependencies": { |
165 | | - "netlify-cli": "^23.9.1", |
| 165 | + "netlify-cli": "^23.9.5", |
166 | 166 | "npm-check-updates": "^19.1.1" |
167 | 167 | }, |
168 | 168 | "enginesComment": "Ensure that engines.node value stays consistent with the project's .nvmrc", |
|
0 commit comments