Skip to content

Commit 4925516

Browse files
📦 Update subpackage devDependencies (#40128)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 712895a commit 4925516

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

‎.circleci/config.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ orbs:
44
browser-tools: circleci/browser-tools@1.4.8
55
codecov: codecov/codecov@4.1.0
66
macos: circleci/macos@2.5.2
7-
node: circleci/node@5.2.0
7+
node: circleci/node@5.3.0
88

99
push_and_pr_builds: &push_and_pr_builds
1010
filters:

‎.github/workflows/codeql.yml‎

Lines changed: 2 additions & 2 deletions
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@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0
41+
uses: github/codeql-action/init@2c779ab0d087cd7fe7b826087247c2c81f27bfa6 # v3.26.5
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@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0
47+
uses: github/codeql-action/analyze@2c779ab0d087cd7fe7b826087247c2c81f27bfa6 # v3.26.5
4848
with:
4949
category: '/language:${{matrix.language}}'

‎.github/workflows/scorecard.yml‎

Lines changed: 1 addition & 1 deletion
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@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0
75+
uses: github/codeql-action/upload-sarif@2c779ab0d087cd7fe7b826087247c2c81f27bfa6 # v3.26.5
7676
with:
7777
sarif_file: results.sarif

‎extensions/amp-access/0.1/iframe-api/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"devDependencies": {
1717
"babel-plugin-external-helpers": "6.22.0",
1818
"babel-preset-env": "1.7.0",
19-
"rollup": "4.20.0",
19+
"rollup": "4.21.1",
2020
"@rollup/plugin-babel": "6.0.4",
2121
"rollup-plugin-cleanup": "3.2.1"
2222
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@
3333
},
3434
"devDependencies": {
3535
"@ampproject/rollup-plugin-closure-compiler": "0.27.0",
36-
"eslint": "9.9.0",
36+
"eslint": "9.9.1",
3737
"eslint-config-google": "0.14.0",
3838
"jasmine": "5.2.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.2",
43-
"rollup": "4.20.0",
43+
"rollup": "4.21.1",
4444
"rollup-plugin-commonjs": "10.1.0",
4545
"rollup-plugin-filesize": "10.0.0",
4646
"rollup-plugin-ignore": "1.0.10",

0 commit comments

Comments
 (0)