Skip to content

Commit

Permalink
Merge pull request #110 from AdobeDocs/dependabot/npm_and_yarn/npm_an…
Browse files Browse the repository at this point in the history
…d_yarn-7aabbe6aff

Bump webpack from 5.93.0 to 5.94.0 in the npm_and_yarn group
  • Loading branch information
dshevtsov committed Sep 24, 2024
2 parents 04e733a + 7c5d353 commit 7a13d67
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 30 deletions.
3 changes: 1 addition & 2 deletions src/pages/docker/configure/extend-docker-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ keywords:

# Extend the Docker configuration

You can use the built-in Docker extension mechanism to specify [multiple compose files][].
You can use the built-in Docker extension mechanism to specify multiple compose files.

The following example replaces the default value of the `ENABLE_SENDMAIL` environment variable.

Expand Down Expand Up @@ -310,4 +310,3 @@ BASH
[ExtensionResolver.php]: https://github.com/magento/magento-cloud-docker/tree/develop/src/Compose/Php
[PECL]: https://pecl.php.net/
[PHP, Docker Official Images]: https://hub.docker.com/_/php
[multiple compose files]: https://docs.docker.com/compose/reference/overview/#specifying-multiple-compose-files
3 changes: 1 addition & 2 deletions src/pages/docker/test/code-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ Use the following commands to run all available tests for each PHP version:

<InlineAlert variant="help" slots="text"/>

For help with Codeception command options, use the `.vendor/bin/codecept run --help` command, or see the [Codeception CLI documentation][] for the installed version.
For help with Codeception command options, use the `.vendor/bin/codecept run --help` command, or see the Codeception CLI documentation for the installed version.

<!--Link definitions-->

Expand All @@ -267,4 +267,3 @@ For help with Codeception command options, use the `.vendor/bin/codecept run --h
[magento/magento-cloud-docker Acceptance tests]: https://github.com/magento/magento-cloud-docker/tree/develop/src/Test/Functional/Acceptance
[magento/magento-cloud-patches Acceptance tests]: https://github.com/magento/magento-cloud-patches/tree/develop/src/Test/Functional/Acceptance
[vlucas/phpdotenv]: https://github.com/vlucas/phpdotenv
[Codeception CLI documentation]: https://github.com/Codeception/Codeception/blob/2.5/src/Codeception/Command/Run.php
31 changes: 5 additions & 26 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4511,26 +4511,6 @@ __metadata:
languageName: node
linkType: hard

"@types/eslint-scope@npm:^3.7.3":
version: 3.7.4
resolution: "@types/eslint-scope@npm:3.7.4"
dependencies:
"@types/eslint": "*"
"@types/estree": "*"
checksum: ea6a9363e92f301cd3888194469f9ec9d0021fe0a397a97a6dd689e7545c75de0bd2153dfb13d3ab532853a278b6572c6f678ce846980669e41029d205653460
languageName: node
linkType: hard

"@types/eslint@npm:*":
version: 8.4.8
resolution: "@types/eslint@npm:8.4.8"
dependencies:
"@types/estree": "*"
"@types/json-schema": "*"
checksum: 5b4708a56adeb5c209bc5d33590499be01286a90d3c324e2aabb1812d405a622ea9dd65eb8a095b2b9eb902bc8a25afddb9832f1f634457f973c07eade86aa5e
languageName: node
linkType: hard

"@types/eslint@npm:^7.29.0":
version: 7.29.0
resolution: "@types/eslint@npm:7.29.0"
Expand Down Expand Up @@ -8810,7 +8790,7 @@ __metadata:
languageName: node
linkType: hard

"enhanced-resolve@npm:^5.17.0":
"enhanced-resolve@npm:^5.17.1":
version: 5.17.1
resolution: "enhanced-resolve@npm:5.17.1"
dependencies:
Expand Down Expand Up @@ -22044,10 +22024,9 @@ __metadata:
linkType: hard

"webpack@npm:^5.61.0":
version: 5.93.0
resolution: "webpack@npm:5.93.0"
version: 5.94.0
resolution: "webpack@npm:5.94.0"
dependencies:
"@types/eslint-scope": ^3.7.3
"@types/estree": ^1.0.5
"@webassemblyjs/ast": ^1.12.1
"@webassemblyjs/wasm-edit": ^1.12.1
Expand All @@ -22056,7 +22035,7 @@ __metadata:
acorn-import-attributes: ^1.9.5
browserslist: ^4.21.10
chrome-trace-event: ^1.0.2
enhanced-resolve: ^5.17.0
enhanced-resolve: ^5.17.1
es-module-lexer: ^1.2.1
eslint-scope: 5.1.1
events: ^3.2.0
Expand All @@ -22076,7 +22055,7 @@ __metadata:
optional: true
bin:
webpack: bin/webpack.js
checksum: c93bd73d9e1ab49b07e139582187f1c3760ee2cf0163b6288fab2ae210e39e59240a26284e7e5d29bec851255ef4b43c51642c882fa5a94e16ce7cb906deeb47
checksum: 6a3d667be304a69cd6dcb8d676bc29f47642c0d389af514cfcd646eaaa809961bc6989fc4b2621a717dfc461130f29c6e20006d62a32e012dafaa9517813a4e6
languageName: node
linkType: hard

Expand Down

0 comments on commit 7a13d67

Please sign in to comment.