Skip to content

Commit 9d832f4

Browse files
chore(deps): update all non-major dependencies
1 parent 00d4e13 commit 9d832f4

File tree

4 files changed

+59
-53
lines changed

4 files changed

+59
-53
lines changed

drupal/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"drupal/core-recommended": "^9.4",
2424
"drupal/druxt": "^1.1",
2525
"drupal/tome": "^1.7",
26-
"drush/drush": "^11.1"
26+
"drush/drush": "^11.2"
2727
},
2828
"require-dev": {
2929
"drupal/core-dev": "^9.4"

drupal/composer.lock

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

nuxt/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
"lint": "yarn lint:js"
1212
},
1313
"dependencies": {
14-
"core-js": "^3.25.1",
14+
"core-js": "^3.25.4",
1515
"druxt-site": "0.13.0",
1616
"nuxt": "^2.15.8"
1717
},
1818
"devDependencies": {
19-
"@babel/eslint-parser": "^7.18.9",
19+
"@babel/eslint-parser": "^7.19.1",
2020
"@nuxtjs/eslint-config": "^10.0.0",
2121
"@nuxtjs/eslint-module": "^3.1.0",
2222
"eslint": "^7.32.0",

nuxt/yarn.lock

Lines changed: 24 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@
4949
json5 "^2.1.2"
5050
semver "^6.3.0"
5151

52-
"@babel/eslint-parser@^7.18.9":
53-
version "7.18.9"
54-
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.18.9.tgz#255a63796819a97b7578751bb08ab9f2a375a031"
55-
integrity sha512-KzSGpMBggz4fKbRbWLNyPVTuQr6cmCcBhOyXTw/fieOVaw5oYAwcAj4a7UKcDYCPxQq+CG1NCDZH9e2JTXquiQ==
52+
"@babel/eslint-parser@^7.19.1":
53+
version "7.19.1"
54+
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.19.1.tgz#4f68f6b0825489e00a24b41b6a1ae35414ecd2f4"
55+
integrity sha512-AqNf2QWt1rtu2/1rLswy6CDP7H9Oh3mMhk177Y67Rg8d7RD9WfOLLv8CGn6tisFvS2htm86yIe1yLF6I1UDaGQ==
5656
dependencies:
57-
eslint-scope "^5.1.1"
57+
"@nicolo-ribaudo/eslint-scope-5-internals" "5.1.1-v1"
5858
eslint-visitor-keys "^2.1.0"
5959
semver "^6.3.0"
6060

@@ -1012,6 +1012,13 @@
10121012
"@jridgewell/resolve-uri" "^3.0.3"
10131013
"@jridgewell/sourcemap-codec" "^1.4.10"
10141014

1015+
"@nicolo-ribaudo/[email protected]":
1016+
version "5.1.1-v1"
1017+
resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/eslint-scope-5-internals/-/eslint-scope-5-internals-5.1.1-v1.tgz#dbf733a965ca47b1973177dc0bb6c889edcfb129"
1018+
integrity sha512-54/JRvkLIzzDWshCWfuhadfrfZVPiElY8Fcgmg1HroEly/EDSszzhBAsarCux+D/kOslTRquNzuyGSmUSTTHGg==
1019+
dependencies:
1020+
eslint-scope "5.1.1"
1021+
10151022
"@nodelib/[email protected]":
10161023
version "2.1.5"
10171024
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
@@ -2851,10 +2858,10 @@ core-js@^3.22.5:
28512858
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.23.3.tgz#3b977612b15da6da0c9cc4aec487e8d24f371112"
28522859
integrity sha512-oAKwkj9xcWNBAvGbT//WiCdOMpb9XQG92/Fe3ABFM/R16BsHgePG00mFOgKf7IsCtfj8tA1kHtf/VwErhriz5Q==
28532860

2854-
core-js@^3.25.1:
2855-
version "3.25.1"
2856-
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.25.1.tgz#5818e09de0db8956e16bf10e2a7141e931b7c69c"
2857-
integrity sha512-sr0FY4lnO1hkQ4gLDr24K0DGnweGO1QwSj5BpfQjpSJPdqWalja4cTps29Y/PJVG/P7FYlPDkH3hO+Tr0CvDgQ==
2861+
core-js@^3.25.4:
2862+
version "3.25.4"
2863+
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.25.4.tgz#76f6bc330a79aafbaf77e9645293351ea5d09b5b"
2864+
integrity sha512-JDLxg61lFPFYQ7U0HKoyKwVUV63VbbVTb/K73Yf+k4Mf4ZBZxCjfyrWZjTk1ZM7ZrgFSqhSIOmuzYAxG2f/reQ==
28582865

28592866
core-util-is@~1.0.0:
28602867
version "1.0.3"
@@ -3837,6 +3844,14 @@ eslint-plugin-vue@^8.7.1:
38373844
semver "^7.3.5"
38383845
vue-eslint-parser "^8.0.1"
38393846

3847+
[email protected], eslint-scope@^5.1.1:
3848+
version "5.1.1"
3849+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
3850+
integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==
3851+
dependencies:
3852+
esrecurse "^4.3.0"
3853+
estraverse "^4.1.1"
3854+
38403855
eslint-scope@^4.0.3:
38413856
version "4.0.3"
38423857
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.3.tgz#ca03833310f6889a3264781aa82e63eb9cfe7848"
@@ -3845,14 +3860,6 @@ eslint-scope@^4.0.3:
38453860
esrecurse "^4.1.0"
38463861
estraverse "^4.1.1"
38473862

3848-
eslint-scope@^5.1.1:
3849-
version "5.1.1"
3850-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
3851-
integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==
3852-
dependencies:
3853-
esrecurse "^4.3.0"
3854-
estraverse "^4.1.1"
3855-
38563863
eslint-scope@^7.0.0:
38573864
version "7.1.1"
38583865
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.1.1.tgz#fff34894c2f65e5226d3041ac480b4513a163642"

0 commit comments

Comments
 (0)