Skip to content

Commit

Permalink
Merge pull request #1023 from wallabag/dependabot/npm_and_yarn/server…
Browse files Browse the repository at this point in the history
…less-webpack-5.15.0

Bump serverless-webpack from 5.14.2 to 5.15.0
  • Loading branch information
github-actions[bot] authored Oct 24, 2024
2 parents 2b844d7 + 2a74820 commit 2e114da
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 19 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"prettier": "^3.3.3",
"regenerator-runtime": "^0.14.1",
"serverless-offline": "^13.8.2",
"serverless-webpack": "^5.14.2",
"serverless-webpack": "^5.15.0",
"webpack": "^5.95.0",
"webpack-node-externals": "^3.0.0"
},
Expand Down
25 changes: 7 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4503,7 +4503,7 @@ glob-to-regexp@^0.4.1:
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz#c75297087c851b9a578bd217dd59a92f59fe546e"
integrity sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==

glob@^10.0.0:
glob@^10.0.0, glob@^10.4.5:
version "10.4.5"
resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.5.tgz#f4d9f0b90ffdbab09c9d77f5f29b4262517b0956"
integrity sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==
Expand All @@ -4527,17 +4527,6 @@ glob@^7.1.3, glob@^7.1.4:
once "^1.3.0"
path-is-absolute "^1.0.0"

glob@^8.1.0:
version "8.1.0"
resolved "https://registry.yarnpkg.com/glob/-/glob-8.1.0.tgz#d388f656593ef708ee3e34640fdfb99a9fd1c33e"
integrity sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==
dependencies:
fs.realpath "^1.0.0"
inflight "^1.0.4"
inherits "2"
minimatch "^5.0.1"
once "^1.3.0"

globals@^11.1.0:
version "11.12.0"
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
Expand Down Expand Up @@ -5742,7 +5731,7 @@ minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
dependencies:
brace-expansion "^1.1.7"

minimatch@^5.0.1, minimatch@^5.1.0:
minimatch@^5.1.0:
version "5.1.6"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96"
integrity sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==
Expand Down Expand Up @@ -6514,16 +6503,16 @@ serverless-offline@^13.8.2:
velocityjs "^2.0.6"
ws "^8.18.0"

serverless-webpack@^5.14.2:
version "5.14.2"
resolved "https://registry.yarnpkg.com/serverless-webpack/-/serverless-webpack-5.14.2.tgz#6f4361bd081a911f215c871c1c5f4e4f20ff32f9"
integrity sha512-sMLKuqBVX9w/TJOpoCmjCAEB71uiy340F2drrKkILwaD+fyFGa8eH6+FJUJVzRN0M0F+BccgJw0eBvaSTnC2+w==
serverless-webpack@^5.15.0:
version "5.15.0"
resolved "https://registry.yarnpkg.com/serverless-webpack/-/serverless-webpack-5.15.0.tgz#064e34ef4c78076057e2ab8380922d8bdc00df6d"
integrity sha512-zgPoA89OyKziVR22X6tsfImmoG9UB3QzoVDUpEmuB0VZBN/97RaonSLMoeMQFqcZ7ckXXIjqwb4ylmhD8vGHcA==
dependencies:
archiver "^7.0.1"
bluebird "^3.7.2"
find-yarn-workspace-root "^2.0.0"
fs-extra "^11.2.0"
glob "^8.1.0"
glob "^10.4.5"
is-builtin-module "^3.2.1"
lodash "^4.17.21"
semver "^7.6.3"
Expand Down

0 comments on commit 2e114da

Please sign in to comment.