Skip to content

Commit 88bd1b1

Browse files
build(deps-dev): bump webpack from 5.105.2 to 5.105.3
Bumps [webpack](https://github.com/webpack/webpack) from 5.105.2 to 5.105.3. - [Release notes](https://github.com/webpack/webpack/releases) - [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md) - [Commits](webpack/webpack@v5.105.2...v5.105.3) --- updated-dependencies: - dependency-name: webpack dependency-version: 5.105.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 36556ac commit 88bd1b1

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"prettier": "^3.6.1",
7979
"tsd-jsdoc": "^2.5.0",
8080
"typescript": "^5.8.3",
81-
"webpack": "5.105.2",
81+
"webpack": "5.105.3",
8282
"webpack-cli": "^6.0.1",
8383
"yarpm": "^1.2.0"
8484
},

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1794,10 +1794,10 @@ acorn-jsx@^5.3.2:
17941794
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
17951795
integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==
17961796

1797-
acorn@^8.15.0:
1798-
version "8.15.0"
1799-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.15.0.tgz#a360898bc415edaac46c8241f6383975b930b816"
1800-
integrity sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==
1797+
acorn@^8.15.0, acorn@^8.16.0:
1798+
version "8.16.0"
1799+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.16.0.tgz#4ce79c89be40afe7afe8f3adb902a1f1ce9ac08a"
1800+
integrity sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==
18011801

18021802
ajv-formats@^2.1.1:
18031803
version "2.1.1"
@@ -4969,23 +4969,23 @@ webpack-merge@^6.0.1:
49694969
flat "^5.0.2"
49704970
wildcard "^2.0.1"
49714971

4972-
webpack-sources@^3.3.3:
4972+
webpack-sources@^3.3.4:
49734973
version "3.3.4"
49744974
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.3.4.tgz#a338b95eb484ecc75fbb196cbe8a2890618b4891"
49754975
integrity sha512-7tP1PdV4vF+lYPnkMR0jMY5/la2ub5Fc/8VQrrU+lXkiM6C4TjVfGw7iKfyhnTQOsD+6Q/iKw0eFciziRgD58Q==
49764976

4977-
webpack@5.105.2:
4978-
version "5.105.2"
4979-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.105.2.tgz#f3b76f9fc36f1152e156e63ffda3bbb82e6739ea"
4980-
integrity sha512-dRXm0a2qcHPUBEzVk8uph0xWSjV/xZxenQQbLwnwP7caQCYpqG1qddwlyEkIDkYn0K8tvmcrZ+bOrzoQ3HxCDw==
4977+
webpack@5.105.3:
4978+
version "5.105.3"
4979+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.105.3.tgz#307ad95bafffd08bc81049d6519477b16e42e7ba"
4980+
integrity sha512-LLBBA4oLmT7sZdHiYE/PeVuifOxYyE2uL/V+9VQP7YSYdJU7bSf7H8bZRRxW8kEPMkmVjnrXmoR3oejIdX0xbg==
49814981
dependencies:
49824982
"@types/eslint-scope" "^3.7.7"
49834983
"@types/estree" "^1.0.8"
49844984
"@types/json-schema" "^7.0.15"
49854985
"@webassemblyjs/ast" "^1.14.1"
49864986
"@webassemblyjs/wasm-edit" "^1.14.1"
49874987
"@webassemblyjs/wasm-parser" "^1.14.1"
4988-
acorn "^8.15.0"
4988+
acorn "^8.16.0"
49894989
acorn-import-phases "^1.0.3"
49904990
browserslist "^4.28.1"
49914991
chrome-trace-event "^1.0.2"
@@ -5003,7 +5003,7 @@ webpack@5.105.2:
50035003
tapable "^2.3.0"
50045004
terser-webpack-plugin "^5.3.16"
50055005
watchpack "^2.5.1"
5006-
webpack-sources "^3.3.3"
5006+
webpack-sources "^3.3.4"
50075007

50085008
which@^2.0.1:
50095009
version "2.0.2"

0 commit comments

Comments
 (0)