Skip to content

Commit

Permalink
📦 Update subpackage devDependencies (#36686)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 27, 2023
1 parent 37e4a04 commit 5e16bc4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@b2c19fb9a2a485599ccf4ed5d65527d94bc57226 # v2.3.0
uses: github/codeql-action/init@8662eabe0e9f338a07350b7fd050732745f93848 # v2.3.1
with:
languages: ${{ matrix.language }}

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@b2c19fb9a2a485599ccf4ed5d65527d94bc57226 # v2.3.0
uses: github/codeql-action/analyze@8662eabe0e9f338a07350b7fd050732745f93848 # v2.3.1
with:
category: '/language:${{matrix.language}}'
4 changes: 2 additions & 2 deletions .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

- name: 'Checkout code'
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
with:
persist-credentials: false

Expand Down Expand Up @@ -72,6 +72,6 @@ jobs:

# Upload the results to GitHub's code scanning dashboard.
- name: 'Upload to code-scanning'
uses: github/codeql-action/upload-sarif@b2c19fb9a2a485599ccf4ed5d65527d94bc57226 # v2.2.4
uses: github/codeql-action/upload-sarif@8662eabe0e9f338a07350b7fd050732745f93848 # v2.3.1
with:
sarif_file: results.sarif
14 changes: 7 additions & 7 deletions third_party/amp-toolbox-cache-url/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@
"homepage": "https://github.com/ampproject/amp-toolbox#readme",
"files": ["dist", "package.json", "../LICENSE", "README.md"],
"dependencies": {
"punycode": "2.1.1",
"url-parse": "1.5.3"
"punycode": "2.3.0",
"url-parse": "1.5.10"
},
"devDependencies": {
"@ampproject/rollup-plugin-closure-compiler": "0.27.0",
"eslint": "8.1.0",
"eslint": "8.39.0",
"eslint-config-google": "0.14.0",
"jasmine": "4.6.0",
"karma": "6.3.6",
"karma-chrome-launcher": "3.1.0",
"karma": "6.4.2",
"karma-chrome-launcher": "3.2.0",
"karma-jasmine": "5.1.0",
"npm-run-all": "4.1.5",
"rollup": "3.21.0",
Expand All @@ -46,8 +46,8 @@
"rollup-plugin-ignore": "1.0.10",
"rollup-plugin-json": "4.0.0",
"rollup-plugin-node-builtins": "2.1.2",
"rollup-plugin-node-resolve": "5.2.0",
"@rollup/plugin-node-resolve": "6.0.0",
"rollup-plugin-serve": "2.0.2",
"semver": "7.3.5"
"semver": "7.5.0"
}
}

0 comments on commit 5e16bc4

Please sign in to comment.