Skip to content

Commit 45998e4

Browse files
authoredSep 24, 2024
📦 Update subpackage devDependencies (#40156)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5317525 commit 45998e4

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed
 

‎.github/workflows/codeql.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ jobs:
3838

3939
# Initializes the CodeQL tools for scanning.
4040
- name: Initialize CodeQL
41-
uses: github/codeql-action/init@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7
41+
uses: github/codeql-action/init@294a9d92911152fe08befb9ec03e240add280cb3 # v3.26.8
4242
with:
4343
config-file: ./.github/codeql/config.yml
4444
languages: ${{ matrix.language }}
4545

4646
- name: Perform CodeQL Analysis
47-
uses: github/codeql-action/analyze@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7
47+
uses: github/codeql-action/analyze@294a9d92911152fe08befb9ec03e240add280cb3 # v3.26.8
4848
with:
4949
category: '/language:${{matrix.language}}'

‎.github/workflows/cross-platform-builds.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Checkout Repo
2727
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2828
- name: Set Up Node
29-
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
29+
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
3030
with:
3131
node-version: lts/*
3232
- name: Install Dependencies

‎.github/workflows/cut-nightly.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
fetch-depth: 100
3131

3232
- name: Set Up Node
33-
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
33+
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
3434
with:
3535
node-version: lts/*
3636

‎.github/workflows/release-tagger.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
3232

33-
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
33+
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
3434
with:
3535
node-version: lts/*
3636
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

‎.github/workflows/scorecard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ jobs:
7272

7373
# Upload the results to GitHub's code scanning dashboard.
7474
- name: 'Upload to code-scanning'
75-
uses: github/codeql-action/upload-sarif@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7
75+
uses: github/codeql-action/upload-sarif@294a9d92911152fe08befb9ec03e240add280cb3 # v3.26.8
7676
with:
7777
sarif_file: results.sarif

‎.github/workflows/status-page.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
2020

21-
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
21+
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
2222
with:
2323
node-version: lts/*
2424
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

‎third_party/amp-toolbox-cache-url/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,20 +33,20 @@
3333
},
3434
"devDependencies": {
3535
"@ampproject/rollup-plugin-closure-compiler": "0.27.0",
36-
"eslint": "9.10.0",
36+
"eslint": "9.11.0",
3737
"eslint-config-google": "0.14.0",
3838
"jasmine": "5.3.0",
3939
"karma": "6.4.4",
4040
"karma-chrome-launcher": "3.2.0",
4141
"karma-jasmine": "5.1.0",
4242
"npm-run-all2": "6.2.3",
43-
"rollup": "4.21.3",
43+
"rollup": "4.22.4",
4444
"rollup-plugin-commonjs": "10.1.0",
4545
"rollup-plugin-filesize": "10.0.0",
4646
"rollup-plugin-ignore": "1.0.10",
4747
"rollup-plugin-json": "4.0.0",
4848
"rollup-plugin-node-builtins": "2.1.2",
49-
"@rollup/plugin-node-resolve": "15.2.3",
49+
"@rollup/plugin-node-resolve": "15.2.4",
5050
"rollup-plugin-serve": "3.0.0",
5151
"semver": "7.6.3"
5252
}

0 commit comments

Comments
 (0)