Skip to content

Commit dd1d9df

Browse files
fix(deps): update all patch versions
1 parent 6f65523 commit dd1d9df

File tree

25 files changed

+132
-747
lines changed

25 files changed

+132
-747
lines changed

.github/workflows/ossf-scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
45+
uses: github/codeql-action/upload-sarif@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
4646
with:
4747
sarif_file: results.sarif

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
runs-on: ubuntu-latest
5252
services:
5353
memcached:
54-
image: memcached:1.6.37-alpine
54+
image: memcached:1.6.38-alpine
5555
ports:
5656
- 11211:11211
5757
mongo:

metapackages/auto-instrumentations-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"karma-webpack": "5.0.1",
5353
"nyc": "17.1.0",
5454
"rimraf": "5.0.10",
55-
"sinon": "15.1.2",
55+
"sinon": "15.2.0",
5656
"ts-loader": "9.5.2",
5757
"typescript": "5.0.4",
5858
"webpack": "5.94.0",

0 commit comments

Comments
 (0)