Skip to content

Commit

Permalink
📦 Update subpackage devDependencies (ampproject#39698)
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] authored Dec 18, 2023
1 parent a33c0b3 commit b24bfba
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2.1
orbs:
browser-tools: circleci/browser-tools@1.4.6
codecov: codecov/codecov@3.3.0
node: circleci/node@5.1.0
node: circleci/node@5.1.1

push_and_pr_builds: &push_and_pr_builds
filters:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cross-platform-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Set Up Node
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
with:
node-version: lts/*
- name: Install Dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cut-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
fetch-depth: 100

- name: Set Up Node
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
with:
node-version: lts/*

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-tagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

- uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
- uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
with:
node-version: lts/*
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/status-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

- uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
- uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
with:
node-version: lts/*
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Expand Down
2 changes: 1 addition & 1 deletion extensions/amp-access/0.1/iframe-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"babel-plugin-external-helpers": "6.22.0",
"babel-preset-env": "1.7.0",
"rollup": "4.9.0",
"rollup": "4.9.1",
"@rollup/plugin-babel": "6.0.4",
"rollup-plugin-cleanup": "3.2.1"
}
Expand Down
4 changes: 2 additions & 2 deletions third_party/amp-toolbox-cache-url/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@
},
"devDependencies": {
"@ampproject/rollup-plugin-closure-compiler": "0.27.0",
"eslint": "8.55.0",
"eslint": "8.56.0",
"eslint-config-google": "0.14.0",
"jasmine": "5.1.0",
"karma": "6.4.2",
"karma-chrome-launcher": "3.2.0",
"karma-jasmine": "5.1.0",
"npm-run-all": "4.1.5",
"rollup": "4.9.0",
"rollup": "4.9.1",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-filesize": "10.0.0",
"rollup-plugin-ignore": "1.0.10",
Expand Down

0 comments on commit b24bfba

Please sign in to comment.