Skip to content

Commit

Permalink
chore(deps): update all patch versions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 11, 2024
1 parent f86251d commit 02c7e4a
Show file tree
Hide file tree
Showing 23 changed files with 239 additions and 209 deletions.
2 changes: 1 addition & 1 deletion experimental/packages/exporter-logs-otlp-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
],
"sideEffects": false,
"devDependencies": {
"@babel/core": "7.23.6",
"@babel/core": "7.23.9",
"@babel/preset-env": "7.22.20",
"@opentelemetry/api": "1.7.0",
"@opentelemetry/resources": "1.21.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"access": "public"
},
"devDependencies": {
"@babel/core": "7.23.6",
"@babel/core": "7.23.9",
"@babel/preset-env": "7.22.20",
"@opentelemetry/api": "1.7.0",
"@types/mocha": "10.0.6",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"access": "public"
},
"devDependencies": {
"@babel/core": "7.23.6",
"@babel/core": "7.23.9",
"@babel/preset-env": "7.22.20",
"@opentelemetry/api": "1.7.0",
"@types/mocha": "10.0.6",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"access": "public"
},
"devDependencies": {
"@babel/core": "7.23.6",
"@babel/core": "7.23.9",
"@babel/preset-env": "7.22.20",
"@opentelemetry/api": "1.7.0",
"@types/mocha": "10.0.6",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"access": "public"
},
"devDependencies": {
"@babel/core": "7.23.6",
"@babel/core": "7.23.9",
"@babel/preset-env": "7.22.20",
"@opentelemetry/api": "1.7.0",
"@types/mocha": "10.0.6",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"access": "public"
},
"devDependencies": {
"@babel/core": "7.23.6",
"@babel/core": "7.23.9",
"@babel/preset-env": "7.22.20",
"@opentelemetry/api": "1.7.0",
"@types/mocha": "10.0.6",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"access": "public"
},
"devDependencies": {
"@babel/core": "7.23.6",
"@babel/core": "7.23.9",
"@babel/preset-env": "7.22.20",
"@opentelemetry/api": "1.7.0",
"@opentelemetry/context-zone": "1.21.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@protobuf-ts/runtime-rpc": "2.9.3",
"@types/mocha": "10.0.6",
"@types/node": "18.6.5",
"@types/semver": "7.5.6",
"@types/semver": "7.5.7",
"@types/sinon": "10.0.20",
"codecov": "3.8.3",
"cross-var": "1.1.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@types/mocha": "10.0.6",
"@types/node": "18.6.5",
"@types/request-promise-native": "1.0.21",
"@types/semver": "7.5.6",
"@types/semver": "7.5.7",
"@types/sinon": "10.0.20",
"@types/superagent": "4.1.24",
"axios": "1.5.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"access": "public"
},
"devDependencies": {
"@babel/core": "7.23.6",
"@babel/core": "7.23.9",
"@babel/preset-env": "7.22.20",
"@opentelemetry/api": "1.7.0",
"@opentelemetry/context-zone": "1.21.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
},
"dependencies": {
"@types/shimmer": "^1.0.2",
"import-in-the-middle": "1.7.1",
"import-in-the-middle": "1.7.3",
"require-in-the-middle": "^7.1.1",
"semver": "^7.5.2",
"shimmer": "^1.2.1"
Expand All @@ -82,14 +82,14 @@
"@opentelemetry/api-logs": "^0.46.0"
},
"devDependencies": {
"@babel/core": "7.23.6",
"@babel/core": "7.23.9",
"@babel/preset-env": "7.22.20",
"@opentelemetry/api": "1.7.0",
"@opentelemetry/api-logs": "0.47.0",
"@opentelemetry/sdk-metrics": "1.21.0",
"@types/mocha": "10.0.6",
"@types/node": "18.6.5",
"@types/semver": "7.5.6",
"@types/semver": "7.5.7",
"@types/sinon": "10.0.20",
"@types/webpack-env": "1.16.3",
"babel-loader": "8.3.0",
Expand Down
2 changes: 1 addition & 1 deletion experimental/packages/opentelemetry-sdk-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@opentelemetry/exporter-jaeger": "1.21.0",
"@types/mocha": "10.0.6",
"@types/node": "18.6.5",
"@types/semver": "7.5.6",
"@types/semver": "7.5.7",
"@types/sinon": "10.0.20",
"codecov": "3.8.3",
"cross-var": "1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion experimental/packages/otlp-exporter-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@opentelemetry/core": "1.21.0"
},
"devDependencies": {
"@babel/core": "7.23.6",
"@babel/core": "7.23.9",
"@babel/preset-env": "7.22.20",
"@opentelemetry/api": "1.7.0",
"@types/mocha": "10.0.6",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"access": "public"
},
"devDependencies": {
"@babel/core": "7.23.6",
"@babel/core": "7.23.9",
"@babel/preset-env": "7.22.20",
"@opentelemetry/api": "1.7.0",
"@types/mocha": "10.0.6",
Expand Down
2 changes: 1 addition & 1 deletion experimental/packages/sdk-logs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"@opentelemetry/api-logs": ">=0.39.1"
},
"devDependencies": {
"@babel/core": "7.23.6",
"@babel/core": "7.23.9",
"@babel/preset-env": "7.22.20",
"@opentelemetry/api": ">=1.4.0 <1.8.0",
"@opentelemetry/api-logs": "0.48.0",
Expand Down
Loading

0 comments on commit 02c7e4a

Please sign in to comment.