Skip to content

Commit 7a8d421

Browse files
committed
deps: pin @types/[email protected]
1 parent d16c408 commit 7a8d421

File tree

3 files changed

+20
-18
lines changed

3 files changed

+20
-18
lines changed

package-lock.json

Lines changed: 18 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

propagators/propagator-aws-xray-lambda/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@babel/preset-env": "7.24.6",
4848
"@opentelemetry/api": "1.9.0",
4949
"@types/mocha": "10.0.10",
50-
"@types/node": "^18.18.14",
50+
"@types/node": "18.18.14",
5151
"@types/sinon": "17.0.4",
5252
"babel-loader": "8.3.0",
5353
"babel-plugin-istanbul": "7.0.0",

propagators/propagator-aws-xray/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@opentelemetry/api": ">=1.0.0 <1.10.0",
5858
"@opentelemetry/core": "^2.0.0",
5959
"@types/mocha": "10.0.10",
60-
"@types/node": "^18.18.14",
60+
"@types/node": "18.18.14",
6161
"@types/sinon": "17.0.4",
6262
"@types/webpack-env": "1.16.3",
6363
"babel-loader": "8.3.0",

0 commit comments

Comments
 (0)