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 Aug 25, 2023
1 parent a473893 commit 7bc9eae
Show file tree
Hide file tree
Showing 6 changed files with 184 additions and 141 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.20.1
16.20.2
2 changes: 1 addition & 1 deletion example/nuxt/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.20.1
16.20.2
2 changes: 1 addition & 1 deletion example/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"generate": "nuxt generate"
},
"dependencies": {
"core-js": "3.32.0",
"core-js": "3.32.1",
"dotenv": "^16.3.1",
"druxt": "^0.23.0",
"druxt-auth": "link:../..",
Expand Down
9 changes: 7 additions & 2 deletions example/nuxt/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3227,7 +3227,12 @@ core-js-compat@^3.31.0, core-js-compat@^3.31.1:
dependencies:
browserslist "^4.21.9"

core-js@3.32.0, core-js@^3.31.0, core-js@^3.31.1:
core-js@3.32.1:
version "3.32.1"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.32.1.tgz#a7d8736a3ed9dd05940c3c4ff32c591bb735be77"
integrity sha512-lqufgNn9NLnESg5mQeYsxQP5w7wrViSj0jr/kv6ECQiByzQkrn1MKvV0L3acttpDqfQrHLwr2KCMgX5b8X+lyQ==

core-js@^3.31.0, core-js@^3.31.1:
version "3.32.0"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.32.0.tgz#7643d353d899747ab1f8b03d2803b0312a0fb3b6"
integrity sha512-rd4rYZNlF3WuoYuRIDEmbR/ga9CeuWX9U05umAvgrrZoHY4Z++cp/xwPQMvUpBB4Ag6J8KfD80G0zwCyaSxDww==
Expand Down Expand Up @@ -3775,7 +3780,7 @@ drupal-jsonapi-params@^2.2.0:
qs "^6.10.3"

"druxt-auth@link:../..":
version "0.3.0"
version "0.4.0"
dependencies:
"@nuxtjs/auth-next" "^5.0.0-1667386184.dfbbb54"

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@
"@nuxtjs/auth-next": "^5.0.0-1667386184.dfbbb54"
},
"devDependencies": {
"@babel/core": "7.22.9",
"@babel/preset-env": "7.22.9",
"@babel/core": "7.22.11",
"@babel/preset-env": "7.22.10",
"@changesets/cli": "^2.26.2",
"@vue/test-utils": "1.3.6",
"babel-core": "7.0.0-bridge.0",
"druxt": "0.23.0",
"esbuild-jest": "0.5.0",
"eslint": "8.45.0",
"eslint": "8.48.0",
"eslint-plugin-nuxt": "3.2.0",
"jest": "27.5.1",
"jest-junit": "^14.0.1",
Expand Down
Loading

0 comments on commit 7bc9eae

Please sign in to comment.