Skip to content

Commit

Permalink
build(deps): bump the theoretically-non-breaking group with 2 updates (
Browse files Browse the repository at this point in the history
…#4209)

Bumps the theoretically-non-breaking group with 2 updates: [glob](https://github.com/isaacs/node-glob) and [estree-toolkit](https://github.com/sarsamurmu/estree-toolkit).


Updates `glob` from 10.3.12 to 10.3.15
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](isaacs/node-glob@v10.3.12...v10.3.15)

Updates `estree-toolkit` from 1.7.3 to 1.7.5
- [Changelog](https://github.com/sarsamurmu/estree-toolkit/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sarsamurmu/estree-toolkit/commits)

---
updated-dependencies:
- dependency-name: glob
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: theoretically-non-breaking
- dependency-name: estree-toolkit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: theoretically-non-breaking
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 13, 2024
1 parent 882a715 commit c7bd1b7
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.5.0",
"glob": "^10.3.12",
"glob": "^10.3.15",
"husky": "^9.0.11",
"isbinaryfile": "^5.0.2",
"jest": "^29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@lwc/ssr-compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@lwc/template-compiler": "6.6.3",
"acorn": "8.11.3",
"astring": "^1.8.6",
"estree-toolkit": "^1.7.3",
"estree-toolkit": "^1.7.5",
"immer": "^10.1.1",
"meriyah": "^4.3.8"
},
Expand Down
34 changes: 17 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1816,14 +1816,14 @@
dependencies:
"@types/node" "*"

"@types/estree-jsx@^1.0.0":
"@types/estree-jsx@^1.0.5":
version "1.0.5"
resolved "https://registry.yarnpkg.com/@types/estree-jsx/-/estree-jsx-1.0.5.tgz#858a88ea20f34fe65111f005a689fa1ebf70dc18"
integrity sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==
dependencies:
"@types/estree" "*"

"@types/estree@*", "@types/estree@1.0.5", "@types/estree@^1.0.0", "@types/estree@^1.0.1", "@types/estree@^1.0.5":
"@types/estree@*", "@types/estree@1.0.5", "@types/estree@^1.0.0", "@types/estree@^1.0.5":
version "1.0.5"
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.5.tgz#a6ce3e556e00fd9895dd872dd172ad0d4bd687f4"
integrity sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==
Expand Down Expand Up @@ -4919,13 +4919,13 @@ estraverse@^5.1.0, estraverse@^5.2.0:
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123"
integrity sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==

estree-toolkit@^1.7.3:
version "1.7.3"
resolved "https://registry.yarnpkg.com/estree-toolkit/-/estree-toolkit-1.7.3.tgz#3cf0213779349b020b49884fd9e4c32ee80cbec3"
integrity sha512-hMPO2kBkGtZK7GDUeouqm01kCzIWyk0b5gJFunCpbafHSQyB45u2/cYgxt5U5w+0Qt/AsqdlWhoDNdyWlmeWjw==
estree-toolkit@^1.7.5:
version "1.7.5"
resolved "https://registry.yarnpkg.com/estree-toolkit/-/estree-toolkit-1.7.5.tgz#48b5df2bb9dd5daa0c8432ba6aaa7d89e0347b4d"
integrity sha512-e26HrVkoOZMKEyNkF107NyJkGNSmOi9ageC4/sR7zR0HcyOw9+U+Nnvuzl4ufbTHmEhvA75yh6C8XnWHomD5sg==
dependencies:
"@types/estree" "^1.0.1"
"@types/estree-jsx" "^1.0.0"
"@types/estree" "^1.0.5"
"@types/estree-jsx" "^1.0.5"

estree-walker@^2.0.2:
version "2.0.2"
Expand Down Expand Up @@ -5746,16 +5746,16 @@ glob@8.1.0, glob@^8.0.3:
minimatch "^5.0.1"
once "^1.3.0"

glob@^10.0.0, glob@^10.2.2, glob@^10.3.12:
version "10.3.12"
resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.12.tgz#3a65c363c2e9998d220338e88a5f6ac97302960b"
integrity sha512-TCNv8vJ+xz4QiqTpfOJA7HvYv+tNIRHKfUWw/q+v2jdgN4ebz+KY9tGx5J4rHP0o84mNP+ApH66HRX8us3Khqg==
glob@^10.0.0, glob@^10.2.2, glob@^10.3.15:
version "10.3.15"
resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.15.tgz#e72bc61bc3038c90605f5dd48543dc67aaf3b50d"
integrity sha512-0c6RlJt1TICLyvJYIApxb8GsXoai0KUP7AxKKAtsYXdgJR1mGEUa7DgwShbdk1nly0PYoZj01xd4hzbq3fsjpw==
dependencies:
foreground-child "^3.1.0"
jackspeak "^2.3.6"
minimatch "^9.0.1"
minipass "^7.0.4"
path-scurry "^1.10.2"
path-scurry "^1.11.0"

glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.7, glob@^7.2.3:
version "7.2.3"
Expand Down Expand Up @@ -9031,10 +9031,10 @@ path-parse@^1.0.7:
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==

path-scurry@^1.10.2:
version "1.10.2"
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.10.2.tgz#8f6357eb1239d5fa1da8b9f70e9c080675458ba7"
integrity sha512-7xTavNy5RQXnsjANvVvMkEjvloOinkAjv/Z6Ildz9v2RinZ4SBKTWFOVRbaF8p0vpHnyjV/UwNDdKuUv6M5qcA==
path-scurry@^1.11.0:
version "1.11.1"
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.11.1.tgz#7960a668888594a0720b12a911d1a742ab9f11d2"
integrity sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==
dependencies:
lru-cache "^10.2.0"
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
Expand Down

0 comments on commit c7bd1b7

Please sign in to comment.