Skip to content

Commit 062fb29

Browse files
fix(deps): update all patch versions (#3282)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d4e729d commit 062fb29

File tree

11 files changed

+57
-57
lines changed

11 files changed

+57
-57
lines changed

.github/workflows/fossa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fossa:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
15+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1616

1717
- uses: fossas/fossa-action@3ebcea1862c6ffbd5cf1b4d0bd6b3fe7bd6f2cac # v1.7.0
1818
with:

.github/workflows/ossf-scorecard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# Needed for GitHub OIDC token if publish_results is true
2020
id-token: write
2121
steps:
22-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
22+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2323
with:
2424
persist-credentials: false
2525

@@ -42,6 +42,6 @@ jobs:
4242
# Upload the results to GitHub's code scanning dashboard (optional).
4343
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
4444
- name: "Upload to code-scanning"
45-
uses: github/codeql-action/upload-sarif@497990dfed22177a82ba1bbab381bc8f6d27058f # v3.31.6
45+
uses: github/codeql-action/upload-sarif@45c373516f557556c15d420e3f5e0aa3d64366bc # v3.31.9
4646
with:
4747
sarif_file: results.sarif

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: |
3030
npm ci --ignore-scripts
3131
32-
- uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
32+
- uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
3333
id: otelbot-token
3434
with:
3535
app-id: ${{ vars.OTELBOT_JS_CONTRIB_APP_ID }}

.github/workflows/survey-on-merged-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
if: github.event.pull_request.merged == true
1919
steps:
20-
- uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
20+
- uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
2121
id: otelbot-token
2222
with:
2323
app-id: ${{ vars.OTELBOT_APP_ID }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
# https://docs.github.com/en/actions/reference/workflows-and-actions/reusing-workflow-configurations#yaml-anchors-and-aliases
7171
services: &test_services
7272
memcached:
73-
image: memcached:1.6.39-alpine
73+
image: memcached:1.6.40-alpine
7474
ports:
7575
- 11211:11211
7676
mongo:

.github/workflows/update-otel-deps.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
create-or-update-deps-pr:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
13+
- uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
1414
id: otelbot-token
1515
with:
1616
app-id: ${{ vars.OTELBOT_JS_CONTRIB_APP_ID }}

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"devDependencies": {
4949
"@babel/core": "7.28.5",
5050
"@babel/preset-env": "7.28.5",
51-
"@eslint/js": "9.39.1",
51+
"@eslint/js": "9.39.2",
5252
"@nx/eslint": "20.8.3",
5353
"@types/mocha": "10.0.10",
5454
"@types/node": "22.17.1",
@@ -60,8 +60,8 @@
6060
"babel-loader": "10.0.0",
6161
"babel-plugin-istanbul": "7.0.1",
6262
"cross-env": "10.1.0",
63-
"eslint": "9.39.1",
64-
"eslint-plugin-baseline-js": "0.4.0",
63+
"eslint": "9.39.2",
64+
"eslint-plugin-baseline-js": "0.4.2",
6565
"eslint-plugin-import": "2.32.0",
6666
"eslint-plugin-n": "17.21.3",
6767
"eslint-plugin-yet-another-license-header": "0.2.0",

packages/instrumentation-aws-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@opentelemetry/api": "^1.3.0",
6565
"@opentelemetry/contrib-test-utils": "^0.56.0",
6666
"@opentelemetry/sdk-trace-base": "^2.0.0",
67-
"@smithy/node-http-handler": "4.4.5"
67+
"@smithy/node-http-handler": "4.4.7"
6868
},
6969
"engines": {
7070
"node": "^18.19.0 || >=20.6.0"

packages/instrumentation-pg/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"@opentelemetry/semantic-conventions": "^1.34.0",
6969
"@opentelemetry/sql-common": "^0.41.2",
7070
"@types/pg": "8.15.6",
71-
"@types/pg-pool": "2.0.6"
71+
"@types/pg-pool": "2.0.7"
7272
},
7373
"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-pg#readme"
7474
}

0 commit comments

Comments
 (0)