Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 30, 2022
1 parent 564ba1e commit 009b0e6
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: cd nuxt && echo "::set-output name=dir::$(yarn cache dir)"

- name: Cache node_modules 📦
uses: actions/cache@v3.0.8
uses: actions/cache@v3.0.9
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
Expand Down
14 changes: 7 additions & 7 deletions nuxt/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"eslint-plugin-vue": "9.5.1",
"husky": "8.0.1",
"lint-staged": "13.0.3",
"netlify-cli": "12.0.0",
"netlify-cli": "12.0.1",
"postcss": "8.4.16",
"postcss-html": "1.5.0",
"stylelint": "14.13.0",
Expand Down
8 changes: 4 additions & 4 deletions nuxt/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12656,10 +12656,10 @@ nested-error-stacks@^2.0.0, nested-error-stacks@^2.1.0:
resolved "https://registry.npmjs.org/nested-error-stacks/-/nested-error-stacks-2.1.1.tgz"
integrity sha512-9iN1ka/9zmX1ZvLV9ewJYEk9h7RyRRtqdK0woXcqohu8EWIerfPUjYJPg0ULy0UqP7cslmdGc8xKDJcojlKiaw==

netlify-cli@12.0.0:
version "12.0.0"
resolved "https://registry.npmjs.org/netlify-cli/-/netlify-cli-12.0.0.tgz"
integrity sha512-RmIetDHVP2S+AXIX00xH4+JJaxJSrp5pjsnSGJkamx4sLrX3w+dEiYQx62Nb++t3tsBMTjAbhN7PysBYow0yrg==
netlify-cli@12.0.1:
version "12.0.1"
resolved "https://registry.npmjs.org/netlify-cli/-/netlify-cli-12.0.1.tgz"
integrity sha512-jlKJ7v1F5qc9VLcyMLAjbmC1xYwqgH/4w/kT5mPnxAycrP8Twb3RAQu/2PhRdcQa5tF4zJcHbnoqMv+wqbg+cg==
dependencies:
"@netlify/build" "^27.18.6"
"@netlify/config" "^18.2.4"
Expand Down

0 comments on commit 009b0e6

Please sign in to comment.