Skip to content

Commit 3e73f1f

Browse files
chore(deps): update all non-major dependencies
1 parent 564ba1e commit 3e73f1f

4 files changed

Lines changed: 50 additions & 50 deletions

File tree

.github/workflows/build-test-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: cd nuxt && echo "::set-output name=dir::$(yarn cache dir)"
3535

3636
- name: Cache node_modules 📦
37-
uses: actions/cache@v3.0.8
37+
uses: actions/cache@v3.0.10
3838
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
3939
with:
4040
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

nuxt/package-lock.json

Lines changed: 29 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nuxt/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"*.**": "prettier --check --ignore-unknown"
2121
},
2222
"dependencies": {
23-
"core-js": "3.25.3",
23+
"core-js": "3.25.4",
2424
"druxt-site": "0.13.0",
2525
"nuxt": "2.15.8"
2626
},
@@ -41,8 +41,8 @@
4141
"eslint-plugin-vue": "9.5.1",
4242
"husky": "8.0.1",
4343
"lint-staged": "13.0.3",
44-
"netlify-cli": "12.0.0",
45-
"postcss": "8.4.16",
44+
"netlify-cli": "12.0.2",
45+
"postcss": "8.4.17",
4646
"postcss-html": "1.5.0",
4747
"stylelint": "14.13.0",
4848
"stylelint-config-prettier": "9.0.3",

nuxt/yarn.lock

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6426,10 +6426,10 @@ core-js-compat@^3.12.1, core-js-compat@^3.21.0, core-js-compat@^3.22.1, core-js-
64266426
browserslist "^4.21.3"
64276427
semver "7.0.0"
64286428

6429-
core-js@3.25.3, core-js@^3.0.4, core-js@^3.22.5, core-js@^3.6.5, core-js@^3.8.2:
6430-
version "3.25.3"
6431-
resolved "https://registry.npmjs.org/core-js/-/core-js-3.25.3.tgz"
6432-
integrity sha512-y1hvKXmPHvm5B7w4ln1S4uc9eV/O5+iFExSRUimnvIph11uaizFR8LFMdONN8hG3P2pipUfX4Y/fR8rAEtcHcQ==
6429+
core-js@3.25.4, core-js@^3.0.4, core-js@^3.22.5, core-js@^3.6.5, core-js@^3.8.2:
6430+
version "3.25.4"
6431+
resolved "https://registry.npmjs.org/core-js/-/core-js-3.25.4.tgz"
6432+
integrity sha512-JDLxg61lFPFYQ7U0HKoyKwVUV63VbbVTb/K73Yf+k4Mf4ZBZxCjfyrWZjTk1ZM7ZrgFSqhSIOmuzYAxG2f/reQ==
64336433

64346434
core-js@^2.6.5:
64356435
version "2.6.12"
@@ -12656,10 +12656,10 @@ nested-error-stacks@^2.0.0, nested-error-stacks@^2.1.0:
1265612656
resolved "https://registry.npmjs.org/nested-error-stacks/-/nested-error-stacks-2.1.1.tgz"
1265712657
integrity sha512-9iN1ka/9zmX1ZvLV9ewJYEk9h7RyRRtqdK0woXcqohu8EWIerfPUjYJPg0ULy0UqP7cslmdGc8xKDJcojlKiaw==
1265812658

12659-
netlify-cli@12.0.0:
12660-
version "12.0.0"
12661-
resolved "https://registry.npmjs.org/netlify-cli/-/netlify-cli-12.0.0.tgz"
12662-
integrity sha512-RmIetDHVP2S+AXIX00xH4+JJaxJSrp5pjsnSGJkamx4sLrX3w+dEiYQx62Nb++t3tsBMTjAbhN7PysBYow0yrg==
12659+
netlify-cli@12.0.2:
12660+
version "12.0.2"
12661+
resolved "https://registry.npmjs.org/netlify-cli/-/netlify-cli-12.0.2.tgz"
12662+
integrity sha512-nmIsQC+aidQ8AQFTSOLM/ggBCusQu7xgcs8QC1oj9N26tX3T8Ha9DfU9hfxX+jyNQXQhXXhdDNeT92G2+CqTTw==
1266312663
dependencies:
1266412664
"@netlify/build" "^27.18.6"
1266512665
"@netlify/config" "^18.2.4"
@@ -12764,7 +12764,7 @@ netlify-cli@12.0.0:
1276412764
unixify "^1.0.0"
1276512765
update-notifier "^5.0.0"
1276612766
uuid "^9.0.0"
12767-
wait-port "^0.3.0"
12767+
wait-port "^1.0.1"
1276812768
winston "^3.2.1"
1276912769
write-file-atomic "^4.0.0"
1277012770

@@ -14822,10 +14822,10 @@ postcss-values-parser@^6.0.2:
1482214822
is-url-superb "^4.0.0"
1482314823
quote-unquote "^1.0.0"
1482414824

14825-
postcss@8.4.16, postcss@^8.1.10, postcss@^8.2.15, postcss@^8.4.0, postcss@^8.4.14, postcss@^8.4.16:
14826-
version "8.4.16"
14827-
resolved "https://registry.npmjs.org/postcss/-/postcss-8.4.16.tgz"
14828-
integrity sha512-ipHE1XBvKzm5xI7hiHCZJCSugxvsdq2mPnsq5+UF+VHCjiBvtDrlxJfMBToWaP9D5XlgNmcFGqoHmUn0EYEaRQ==
14825+
postcss@8.4.17, postcss@^8.1.10, postcss@^8.2.15, postcss@^8.4.0, postcss@^8.4.14, postcss@^8.4.16:
14826+
version "8.4.17"
14827+
resolved "https://registry.npmjs.org/postcss/-/postcss-8.4.17.tgz"
14828+
integrity sha512-UNxNOLQydcOFi41yHNMcKRZ39NeXlr8AxGuZJsdub8vIb12fHzcq37DTU/QtbI6WLxNg2gF9Z+8qtRwTj1UI1Q==
1482914829
dependencies:
1483014830
nanoid "^3.3.4"
1483114831
picocolors "^1.0.0"
@@ -18521,10 +18521,10 @@ vuex@^3.6.2:
1852118521
resolved "https://registry.npmjs.org/vuex/-/vuex-3.6.2.tgz"
1852218522
integrity sha512-ETW44IqCgBpVomy520DT5jf8n0zoCac+sxWnn+hMe/CzaSejb/eVw2YToiXYX+Ex/AuHHia28vWTq4goAexFbw==
1852318523

18524-
wait-port@^0.3.0:
18525-
version "0.3.1"
18526-
resolved "https://registry.npmjs.org/wait-port/-/wait-port-0.3.1.tgz"
18527-
integrity sha512-o8kW8xjslQDrbazXgXeDFt53l128J9xBAiG4aBmr9DcQA05jt0VBf2TE2vc9rxctgZjIuWpiXuO0gIYFo3pZSA==
18524+
wait-port@^1.0.1:
18525+
version "1.0.1"
18526+
resolved "https://registry.npmjs.org/wait-port/-/wait-port-1.0.1.tgz"
18527+
integrity sha512-JkEgxQRZqqBz449/bRVQAvl+e8LJ8fpW8J1W7WkKKo8PypoXX7EXGE47BmkNLTb5Ly/eI15IyTeAxDBwOEQ8DQ==
1852818528
dependencies:
1852918529
chalk "^4.1.2"
1853018530
commander "^9.3.0"

0 commit comments

Comments
 (0)