Skip to content

Commit d47feee

Browse files
chore(deps): update all non-major dependencies
1 parent a473893 commit d47feee

8 files changed

Lines changed: 620 additions & 450 deletions

File tree

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v16.20.1
1+
16.20.2

example/drupal/composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@
1616
],
1717
"require": {
1818
"composer/installers": "2.2.0",
19-
"drupal/core-composer-scaffold": "9.5.10",
20-
"drupal/core-project-message": "9.5.10",
21-
"drupal/core-recommended": "9.5.10",
19+
"drupal/core-composer-scaffold": "9.5.11",
20+
"drupal/core-project-message": "9.5.11",
21+
"drupal/core-recommended": "9.5.11",
2222
"drupal/druxt": "1.2.0",
2323
"drupal/simple_oauth": "^5.2.3",
2424
"drush/drush": "11.6.0",
2525
"vlucas/phpdotenv": "^5.5.0"
2626
},
2727
"require-dev": {
28-
"drupal/core-dev": "9.5.10"
28+
"drupal/core-dev": "9.5.11"
2929
},
3030
"conflict": {
3131
"drupal/drupal": "*"

example/drupal/composer.lock

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

example/nuxt/.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.20.1
1+
16.20.2

example/nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"generate": "nuxt generate"
1010
},
1111
"dependencies": {
12-
"core-js": "3.32.0",
12+
"core-js": "3.33.0",
1313
"dotenv": "^16.3.1",
1414
"druxt": "^0.23.0",
1515
"druxt-auth": "link:../..",

example/nuxt/yarn.lock

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3227,7 +3227,12 @@ core-js-compat@^3.31.0, core-js-compat@^3.31.1:
32273227
dependencies:
32283228
browserslist "^4.21.9"
32293229

3230-
core-js@3.32.0, core-js@^3.31.0, core-js@^3.31.1:
3230+
core-js@3.33.0:
3231+
version "3.33.0"
3232+
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.33.0.tgz#70366dbf737134761edb017990cf5ce6c6369c40"
3233+
integrity sha512-HoZr92+ZjFEKar5HS6MC776gYslNOKHt75mEBKWKnPeFDpZ6nH5OeF3S6HFT1mUAUZKrzkez05VboaX8myjSuw==
3234+
3235+
core-js@^3.31.0, core-js@^3.31.1:
32313236
version "3.32.0"
32323237
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.32.0.tgz#7643d353d899747ab1f8b03d2803b0312a0fb3b6"
32333238
integrity sha512-rd4rYZNlF3WuoYuRIDEmbR/ga9CeuWX9U05umAvgrrZoHY4Z++cp/xwPQMvUpBB4Ag6J8KfD80G0zwCyaSxDww==
@@ -3775,7 +3780,7 @@ drupal-jsonapi-params@^2.2.0:
37753780
qs "^6.10.3"
37763781

37773782
"druxt-auth@link:../..":
3778-
version "0.3.0"
3783+
version "0.4.0"
37793784
dependencies:
37803785
"@nuxtjs/auth-next" "^5.0.0-1667386184.dfbbb54"
37813786

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@
3535
"@nuxtjs/auth-next": "^5.0.0-1667386184.dfbbb54"
3636
},
3737
"devDependencies": {
38-
"@babel/core": "7.22.9",
39-
"@babel/preset-env": "7.22.9",
38+
"@babel/core": "7.23.0",
39+
"@babel/preset-env": "7.23.2",
4040
"@changesets/cli": "^2.26.2",
4141
"@vue/test-utils": "1.3.6",
4242
"babel-core": "7.0.0-bridge.0",
4343
"druxt": "0.23.0",
4444
"esbuild-jest": "0.5.0",
45-
"eslint": "8.45.0",
45+
"eslint": "8.51.0",
4646
"eslint-plugin-nuxt": "3.2.0",
4747
"jest": "27.5.1",
4848
"jest-junit": "^14.0.1",

yarn.lock

Lines changed: 435 additions & 271 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)