Skip to content

Commit 9009b32

Browse files
author
João Fernandes
authored
Merge pull request #63 from railsware/dependabot/npm_and_yarn/js-yaml-3.14.2
Bump js-yaml from 3.14.0 to 3.14.2
2 parents cee9f9e + 8689e2c commit 9009b32

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
node-version: ${{ steps.versions.outputs.node_version }}
3030

3131
- name: Restore node_modules cache
32-
uses: actions/cache@v2
32+
uses: actions/cache@v3
3333
id: yarn-cache
3434
with:
3535
path: "**/node_modules"

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2680,9 +2680,9 @@ js-tokens@^4.0.0:
26802680
integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
26812681

26822682
js-yaml@^3.13.1:
2683-
version "3.14.0"
2684-
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.0.tgz#a7a34170f26a21bb162424d8adacb4113a69e482"
2685-
integrity sha512-/4IbIeHcD9VMHFqDR/gQ7EdZdLimOvW2DdcxFjdyyZ9NsbS+ccrXqVWDtab/lRl5AlUqmpBx8EhPaWR+OtY17A==
2683+
version "3.14.2"
2684+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.2.tgz#77485ce1dd7f33c061fd1b16ecea23b55fcb04b0"
2685+
integrity sha512-PMSmkqxr106Xa156c2M265Z+FTrPl+oxd/rgOQy2tijQeK5TxQ43psO1ZCwhVOSdnn+RzkzlRz/eY4BgJBYVpg==
26862686
dependencies:
26872687
argparse "^1.0.7"
26882688
esprima "^4.0.0"

0 commit comments

Comments
 (0)