Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade: copy-webpack-plugin, webpack, webpack-cli, wrangler #58

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Laurry-gee
Copy link
Owner

snyk-top-banner

Snyk has created this PR to upgrade multiple dependencies.

👯‍♂ The following dependencies are linked and will therefore be updated together.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.

⚠️ Warning: This PR contains major version upgrade(s), and may be a breaking change.

Name Versions Released on

copy-webpack-plugin
from 5.1.2 to 12.0.2 | 32 versions ahead of your current version
⚠️ This is a major version upgrade, and may be a breaking change | 8 months ago
on 2024-01-17
webpack
from 4.47.0 to 5.94.0 | 241 versions ahead of your current version
⚠️ This is a major version upgrade, and may be a breaking change | 24 days ago
on 2024-08-22
webpack-cli
from 4.10.0 to 5.1.4 | 8 versions ahead of your current version
⚠️ This is a major version upgrade, and may be a breaking change | a year ago
on 2023-06-07
wrangler
from 2.21.1 to 3.72.2 | 108 versions ahead of your current version
⚠️ This is a major version upgrade, and may be a breaking change | 24 days ago
on 2024-08-22

Issues fixed by the recommended upgrade:

Issue Score Exploit Maturity
high severity Uncontrolled resource consumption
SNYK-JS-BRACES-6838727
688 Proof of Concept
high severity Inefficient Regular Expression Complexity
SNYK-JS-MICROMATCH-6838728
688 No Known Exploit
high severity Prototype Pollution
SNYK-JS-UNSETVALUE-2400660
688 No Known Exploit
medium severity Cross-site Scripting (XSS)
SNYK-JS-WEBPACK-7840298
688 Proof of Concept
medium severity Directory Traversal
SNYK-JS-WRANGLER-5819554
688 No Known Exploit
medium severity Regular Expression Denial of Service (ReDoS)
SNYK-JS-GLOBPARENT-1016905
688 Proof of Concept
medium severity Missing Release of Resource after Effective Lifetime
SNYK-JS-INFLIGHT-6095116
688 Proof of Concept
medium severity Cross-site Scripting (XSS)
SNYK-JS-SERIALIZEJAVASCRIPT-6147607
688 Proof of Concept
low severity Permissive Cross-domain Policy with Untrusted Domains
SNYK-JS-UNDICI-6252336
688 No Known Exploit
low severity Improper Access Control
SNYK-JS-UNDICI-6564963
688 No Known Exploit
low severity Improper Authorization
SNYK-JS-UNDICI-6564964
688 No Known Exploit
Release notes
Package name: copy-webpack-plugin
  • 12.0.2 - 2024-01-17

    12.0.2 (2024-01-17)

    Bug Fixes

  • 12.0.1 - 2024-01-11

    12.0.1 (2024-01-11)

    Bug Fixes

  • 12.0.0 - 2024-01-10

    12.0.0 (2024-01-10)

    ⚠ BREAKING CHANGES

    • update globby to 14.0.0
    • minimum supported Node.js version is 18.12.0 (#759) (a5b7d06)
  • 11.0.0 - 2022-05-17

    11.0.0 (2022-05-17)

    ⚠ BREAKING CHANGES

    • minimum supported Node.js version is 14.15.0
  • 10.2.4 - 2022-01-31

    10.2.4 (2022-01-31)

    Bug Fixes

  • 10.2.3 - 2022-01-29

    10.2.3 (2022-01-29)

    Bug Fixes

  • 10.2.2 - 2022-01-28

    10.2.2 (2022-01-28)

    Bug Fixes

  • 10.2.1 - 2022-01-20

    10.2.1 (2022-01-20)

    Bug Fixes

  • 10.2.0 - 2021-12-16

    10.2.0 (2021-12-16)

    Features

    • removed cjs wrapper and generated types in commonjs format (export = and namespaces used in types), now you can directly use exported types (#654) (5901006)
  • 10.1.0 - 2021-12-10

    10.1.0 (2021-12-10)

    Features

  • 10.0.0 - 2021-11-17
  • 9.1.0 - 2021-11-11
  • 9.0.1 - 2021-06-25
  • 9.0.0 - 2021-05-21
  • 8.1.1 - 2021-04-06
  • 8.1.0 - 2021-03-22
  • 8.0.0 - 2021-03-04
  • 7.0.0 - 2020-12-10
  • 6.4.1 - 2020-12-16
  • 6.4.0 - 2020-12-07
  • 6.3.2 - 2020-11-19
  • 6.3.1 - 2020-11-13
  • 6.3.0 - 2020-11-03
  • 6.2.1 - 2020-10-09
  • 6.2.0 - 2020-10-02
  • 6.1.1 - 2020-09-18
  • 6.1.0 - 2020-08-31
  • 6.0.4 - 2020-08-29
  • 6.0.3 - 2020-06-30
  • 6.0.2 - 2020-06-03
  • 6.0.1 - 2020-05-16
  • 6.0.0 - 2020-05-15
  • 5.1.2 - 2020-08-27
from copy-webpack-plugin GitHub release notes
Package name: webpack
  • 5.94.0 - 2024-08-22

    Bug Fixes

    • Added runtime condition for harmony reexport checked
    • Handle properly data/http/https protocols in source maps
    • Make bigint optimistic when browserslist not found
    • Move @ types/eslint-scope to dev deps
    • Related in asset stats is now always an array when no related found
    • Handle ASI for export declarations
    • Mangle destruction incorrect with export named default properly
    • Fixed unexpected asi generation with sequence expression
    • Fixed a lot of types

    New Features

    • Added new external type "module-import"
    • Support webpackIgnore for new URL() construction
    • [CSS] @ import pathinfo support

    Security

    • Fixed DOM clobbering in auto public path
  • 5.93.0 - 2024-07-11

    Bug Fixes

    • Generate correct relative path to runtime chunks
    • Makes DefinePlugin quieter under default log level
    • Fixed mangle destructuring default in namespace import
    • Fixed consumption of eager shared modules for module federation
    • Strip slash for pretty regexp
    • Calculate correct contenthash for CSS generator options

    New Features

    • Added the binary generator option for asset modules to explicitly keep source maps produced by loaders
    • Added the modern-module library value for tree shakable output
    • Added the overrideStrict option to override strict or non-strict mode for javascript modules
  • 5.92.1 - 2024-06-19

    Bug Fixes

    • Doesn't crash with an error when the css experiment is enabled and contenthash is used
  • 5.92.0 - 2024-06-11

    Bug Fixes

    • Correct tidle range's comutation for module federation
    • Consider runtime for pure expression dependency update hash
    • Return value in the subtractRuntime function for runtime logic
    • Fixed failed to resolve promise when eager import a dynamic cjs
    • Avoid generation extra code for external modules when remapping is not required
    • The css/global type now handles the exports name
    • Avoid hashing for @ keyframe and @ property at-rules in css/global type
    • Fixed mangle with destructuring for JSON modules
    • The stats.hasWarnings() method now respects the ignoreWarnings option
    • Fixed ArrayQueue iterator
    • Correct behavior of __webpack_exports_info__.a.b.canMangle
    • Changed to the correct plugin name for the CommonJsChunkFormatPlugin plugin
    • Set the chunkLoading option to the import when environment is unknown and output is module
    • Fixed when runtimeChunk has no exports when module chunkFormat used
    • [CSS] Fixed parsing minimized CSS import
    • [CSS] URLs in CSS files now have correct public path
    • [CSS] The css module type should not allow parser to switch mode
    • [Types] Improved context module types

    New Features

    • Added platform target properties to compiler
    • Improved multi compiler cache location and validating it
    • Support import attributes spec (with keyword)
    • Support node: prefix for Node.js core modules in runtime code
    • Support prefetch/preload for module chunk format
    • Support "..." in the importsFields option for resolver
    • Root module is less prone to be wrapped in IIFE
    • Export InitFragment class for plugins
    • Export compileBooleanMatcher util for plugins
    • Export InputFileSystem and OutputFileSystem types
    • [CSS] Support the esModule generator option for CSS modules
    • [CSS] Support CSS when chunk format is module
  • 5.91.0 - 2024-03-20

    Bug Fixes

    • Deserializer for ignored modules doesn't crash
    • Allow the unsafeCache option to be a proxy object
    • Normalize the snapshot.unmanagedPaths option
    • Fixed fs types
    • Fixed resolve's plugins types
    • Fixed wrongly calculate postOrderIndex
    • Fixed watching types
    • Output import attrbiutes/import assertions for external JS imports
    • Throw an error when DllPlugin needs to generate multiple manifest files, but the path is the same
    • [CSS] Output layer/supports/media for external CSS imports

    New Features

    • Allow to customize the stage of BannerPlugin
    • [CSS] Support CSS exports convention
    • [CSS] support CSS local ident name
    • [CSS] Support __webpack_nonce__ for CSS chunks
    • [CSS] Support fetchPriority for CSS chunks
    • [CSS] Allow to use LZW to compress css head meta (enabled in the production mode by default)
    • [CSS] Support prefetch/preload for CSS chunks
  • 5.90.3 - 2024-02-19

    Bug Fixes

    • don't mangle when destructuring a reexport
    • types for Stats.toJson() and Stats.toString()
    • many internal types
    • [CSS] clean up export css local vars

    Perf

    • simplify and optimize chunk graph creation
  • 5.90.2 - 2024-02-15

    Bug Fixes

    • use Math.imul in fnv1a32 to avoid loss of precision, directly hash UTF16 values
    • the setStatus() of the HMR module should not return an array, which may cause infinite recursion
    • __webpack_exports_info__.xxx.canMangle shouldn't always same as default
    • mangle export with destructuring
    • use new runtime to reconsider skipped connections activeState
    • make dynamic import optional in try/catch
    • improve auto publicPath detection

    Dependencies & Maintenance

    • improve CI setup and include Node.js@21
  • 5.90.1 - 2024-02-01

    Bug Fixes

    • set unmanagedPaths in defaults
    • correct preOrderIndex and postOrderIndex
    • add fallback for MIME mismatch error in async wasm loading
    • browsers versions of ECMA features

    Performance

    • optimize compareStringsNumeric
    • optimize numberHash using 32-bit FNV1a for small ranges, 64-bit for larger
    • reuse VM context across webpack magic comments
  • 5.90.0 - 2024-01-24

    Bug Fixes

    • Fixed inner graph for classes
    • Optimized RemoveParentModulesPlugin via bigint arithmetic
    • Fixed worklet detection in production mode
    • Fixed an error for cyclic importModule
    • Fixed types for Server and Dirent
    • Added the fetchPriority to hmr runtime's ensureChunk function
    • Don't warn about dynamic import for build dependencies
    • External module generation respects the output.environment.arrowFunction option
    • Fixed consumimng shared runtime module logic
    • Fixed a runtime logic of multiple chunks
    • Fixed destructing assignment of dynamic import json file
    • Passing errors array for a module hash
    • Added /*#__PURE__*/ to generated JSON.parse()
    • Generated a library manifest after clean plugin
    • Fixed non amd externals and amd library
    • Fixed a bug in SideEffectsFlagPlugin with namespace re-exports
    • Fixed an error message for condition or
    • The strictModuleErrorHandling is now working
    • Clean up child compilation chunk graph to avoid memory leak
    • [CSS] - Fixed CSS import prefer relative resolution
    • [CSS] - Fixed CSS runtime chunk loading error message

    New Features

    • Allow to set false for dev server in webpack.config.js
    • Added a warning for async external when not supported
    • Added a warning for async module when not supported
    • Added the node-module option for the node.__filename/__dirname and enable it by default for ESM target
    • Added the snapshot.unmanagedPaths option
    • Exposed the MultiCompilerOptions type
    • [CSS] - Added CSS parser options to enable/disable named exports
    • [CSS] - Moved CSS the exportsOnly option to CSS generator options

    Dependencies & Maintenance

    • use node.js LTS version for lint
    • bump actions/cache from 3 to 4
    • bump prettier from 3.2.1 to 3.2.3
    • bump assemblyscript
    • bump actions/checkout from 3 to 4

    Full Changelog: v5.89.0...v5.90.0

  • 5.89.0 - 2023-10-13

    New Features

    Dependencies & Maintenance

    Full Changelog: v5.88.2...v5.89.0

  • 5.88.2 - 2023-07-18
  • 5.88.1 - 2023-06-28
  • 5.88.0 - 2023-06-21
  • 5.87.0 - 2023-06-14
  • 5.86.0 - 2023-06-07
  • 5.85.1 - 2023-06-05
  • 5.85.0 - 2023-05-31
  • 5.84.1 - 2023-05-25
  • 5.84.0 - 2023-05-24
  • 5.83.1 - 2023-05-17
  • 5.83.0 - 2023-05-17
  • 5.82.1 - 2023-05-10
  • 5.82.0 - 2023-05-03
  • 5.81.0 - 2023-04-26
  • 5.80.0 - 2023-04-19
  • 5.79.0 - 2023-04-12
  • 5.78.0 - 2023-04-05
  • 5.77.0 - 2023-03-29
  • 5.76.3 - 2023-03-22
  • 5.76.2 - 2023-03-15
  • 5.76.1 - 2023-03-10
  • 5.76.0 - 2023-03-08
  • 5.75.0 - 2022-11-09
  • 5.74.0 - 2022-07-25
  • 5.73.0 - 2022-06-02
  • 5.72.1 - 2022-05-10
  • 5.72.0 - 2022-04-07
  • 5.71.0 - 2022-04-01
  • 5.70.0 - 2022-03-03
  • 5.69.1 - 2022-02-17
  • 5.69.0 - 2022-02-15
  • 5.68.0 - 2022-01-31
  • 5.67.0 - 2022-01-21
  • 5.66.0 - 2022-01-12
  • 5.65.0 - 2021-12-06
  • 5.64.4 - 2021-11-25
  • 5.64.3 - 2021-11-24
  • 5.64.2 - 2021-11-20
  • 5.64.1 - 2021-11-15
  • 5.64.0 - 2021-11-11
  • 5.63.0 - 2021-11-09
  • 5.62.2 - 2021-11-09
  • 5.62.1 - 2021-11-05
  • 5.62.0 - 2021-11-05
  • 5.61.0 - 2021-10-29
  • 5.60.0 - 2021-10-25
  • 5.59.1 - 2021-10-20
  • 5.59.0 - 2021-10-19
  • 5.58.2 - 2021-10-13
  • 5.58.1 - 2021-10-08
  • 5.58.0 - 2021-10-07
  • 5.57.1 - 2021-10-05
  • 5.57.0 - 2021-10-05
  • 5.56.1 - 2021-10-04
  • 5.56.0 - 2021-10-01
  • 5.55.1 - 2021-09-29
  • 5.55.0 - 2021-09-28
  • 5.54.0 - 2021-09-24
  • 5.53.0 - 2021-09-16
  • 5.52.1 - 2021-09-10
  • 5.52.0 - 2021-09-03
  • 5.51.2 - 2021-09-02
  • 5.51.1 - 2021-08-19
  • 5.51.0 - 2021-08-19
  • 5.50.0 - 2021-08-10
  • 5.49.0 - 2021-08-06
  • 5.48.0 - 2021-08-02
  • 5.47.1 - 2021-07-29
  • 5.47.0 - 2021-07-27
  • 5.46.0 - 2021-07-22
  • 5.45.1 - 2021-07-16
  • 5.45.0 - 2021-07-16
  • 5.44.0 - 2021-07-08
  • 5.43.0 - 2021-07-06
  • 5.42.1 - 2021-07-05
  • 5.42.0 - 2021-07-02
  • 5.41.1 - 2021-06-29
  • 5.41.0 - 2021-06-28
  • 5.40.0 - 2021-06-21
  • 5.39.1 - 2021-06-17
  • 5.39.0 - 2021-06-14
  • 5.38.1 - 2021-05-27
  • 5.38.0 - 2021-05-27
  • 5.37.1 - 2021-05-19
  • 5.37.0 - 2021-05-10
  • 5.36.2 - 2021-04-30
  • 5.36.1 - 2021-04-28
  • 5.36.0 - 2021-04-27
  • 5.35.1 - 2021-04-23
  • 5.35.0 - 2021-04-21
  • 5.34.0 - 2021-04-19
  • 5.33.2 - 2021-04-14
  • 5.33.1 - 2021-04-14
  • 5.33.0 - 2021-04-14
  • 5.32.0 - 2021-04-12
  • 5.31.2 - 2021-04-09
  • 5.31.1 - 2021-04-09
  • 5.31.0 - 2021-04-07
  • 5.30.0 - 2021-04-01
  • 5.29.0 - 2021-04-01
  • 5.28.0 - 2021-03-24
  • 5.27.2 - 2021-03-22
  • 5.27.1 - 2021-03-20
  • 5.27.0 - 2021-03-19
  • 5.26.3 - 2021-03-17
  • 5.26.2 - 2021-03-16
  • 5.26.1 - 2021-03-16
  • 5.26.0 - 2021-03-15
  • 5.25.1 - 2021-03-14
  • 5.25.0 - 2021-03-12
  • 5.24.4 - 2021-03-08
  • 5.24.3 - 2021-03-03
  • 5.24.2 - 2021-02-24
  • 5.24.1 - 2021-02-23
  • 5.24.0 - 2021-02-22
  • 5.23.0 - 2021-02-18
  • 5.22.0 - 2021-02-15
  • 5.21.2 - 2021-02-07
  • 5.21.1 - 2021-02-06
  • 5.21.0 - 2021-02-05
  • 5.20.2 - 2021-02-04
  • 5.20.1 - 2021-02-03
  • 5.20.0 - 2021-02-02
  • 5.19.0 - 2021-01-29
  • 5.18.0 - 2021-01-26
  • 5.17.0 - 2021-01-22
  • 5.16.0 - 2021-01-19
  • 5.15.0 - 2021-01-15
  • 5.14.0 - 2021-01-13
  • 5.13.0 - 2021-01-11
  • 5.12.3 - 2021-01-10
  • 5.12.2 - 2021-01-09
  • 5.12.1 - 2021-01-08
  • 5.12.0 - 2021-01-08
  • 5.11.1 - 2020-12-28
  • 5.11.0 - 2020-12-17
  • 5.10.3 - 2020-12-15
  • 5.10.2 - 2020-12-15
  • 5.10.1 - 2020-12-11
  • 5.10.0 - 2020-12-04
  • 5.9.0 - 2020-11-28
  • 5.8.0 - 2020-11-26
  • 5.7.0 - 2020-11-26
  • 5.6.0 - 2020-11-19
  • 5.5.1 - 2020-11-18
  • 5.5.0 - 2020-11-17
  • 5.4.0 - 2020-11-03
  • 5.3.2 - 2020-10-29
  • 5.3.1 - 2020-10-28
  • 5.3.0 - 2020-10-27
  • 5.2.1 - 2020-10-27
  • 5.2.0 - 2020-10-22
  • 5.1.3 - 2020-10-16
  • 5.1.2 - 2020-10-15
  • 5.1.1 - 2020-10-15
  • 5.1.0 - 2020-10-13
  • 5.0.0 - 2020-10-10
  • 5.0.0-rc.6 - 2020-10-10
  • 5.0.0-rc.5 - 2020-10-09
  • 5.0.0-rc.4 - 2020-10-07
  • 5.0.0-rc.3 - 2020-09-30
  • 5.0.0-rc.2 - 2020-09-29
  • 5.0.0-rc.1 - 2020-09-28
  • 5.0.0-rc.0 - 2020-09-20
  • 5.0.0-beta.33 - 2020-09-20
  • 5.0.0-beta.32 - 2020-09-18
  • 5.0.0-beta.31 - 2020-09-17
  • 5.0.0-beta.30 - 2020-09-11
  • 5.0.0-beta.29 - 2020-08-28
  • 5.0.0-beta.28 - 2020-08-20
  • 5.0.0-beta.27 - 2020-08-19
  • 5.0.0-beta.26 - 2020-08-14
  • 5.0.0-beta.25 - 2020-08-10
  • 5.0.0-beta.24 - 2020-08-05
  • 5.0.0-beta.23 - 2020-08-02
  • 5.0.0-beta.22 - 2020-07-09
  • 5.0.0-beta.21 - 2020-07-06
  • 5.0.0-beta.20 - 2020-06-29
  • 5.0.0-beta.19 - 2020-06-29
  • 5.0.0-beta.18 - 2020-06-17
  • 5.0.0-beta.17 - 2020-06-03
  • 5.0.0-beta.16 - 2020-05-05
  • 5.0.0-beta.15 - 2020-04-21
  • 5.0.0-beta.14 - 2020-03-02
  • 5.0.0-beta.13 - 2020-01-29
  • 5.0.0-beta.12 - 2020-01-16
  • 5.0.0-beta.11 - 2019-12-24
  • 5.0.0-beta.10 - 2019-12-22
  • 5.0.0-beta.9 - 2019-12-08
  • 5.0.0-beta.8 - 2019-12-08
  • 5.0.0-beta.7 - 2019-11-20
  • 5.0.0-beta.6 - 2019-11-14
  • 5.0.0-beta.5 - 2019-11-13
  • 5.0.0-beta.4 - 2019-11-12
  • 5.0.0-beta.3 - 2019-11-06
  • 5.0.0-beta.2 - 2019-10-31
  • 5.0.0-beta.1 - 2019-10-22
  • 5.0.0-beta.0 - 2019-10-11
  • 5.0.0-alpha.32 - 2019-10-11
  • 5.0.0-alpha.31 - 2019-10-10
  • 5.0.0-alpha.30 - 2019-10-07
  • 5.0.0-alpha.29 - 2019-10-02
  • 5.0.0-alpha.28 - 2019-09-26
  • 5.0.0-alpha.27 - 2019-09-25
  • 5.0.0-alpha.26 - 2019-09-08
  • 5.0.0-alpha.25 - 2019-09-06
  • 5.0.0-alpha.24 - 2019-09-05
  • 5.0.0-alpha.23 - 2019-08-27
  • 5.0.0-alpha.22 - 2019-08-23
  • 5.0.0-alpha.21 - 2019-08-22
  • 5.0.0-alpha.20 - 2019-08-14
  • 5.0.0-alpha.19 - 2019-08-06
  • 5.0.0-alpha.18 - 2019-07-08
  • 5.0.0-alpha.17 - 2019-07-01
  • 5.0.0-alpha.16 - 2019-06-14
  • 5.0.0-alpha.15 - 2019-06-05
  • 5.0.0-alpha.14 - 2019-05-23
  • 5.0.0-alpha.13 - 2019-05-20
  • 5.0.0-alpha.12 - 2019-05-10
  • 5.0.0-alpha.11 - 2019-02-19
  • 5.0.0-alpha.10 - 2019-02-07
  • 5.0.0-alpha.9 - 2019-01-27
  • 5.0.0-alpha.8 - 2019-01-19
  • 5.0.0-alpha.7 - 2019-01-19
  • 5.0.0-alpha.6 - 2019-01-15
  • 5.0.0-alpha.5 - 2019-01-09
  • 5.0.0-alpha.4 - 2019-01-08
  • 5.0.0-alpha.3 - 2018-12-29
  • 5.0.0-alpha.2 - 2018-12-26
  • 5.0.0-alpha.1 - 2018-12-23
  • 5.0.0-alpha.0 - 2018-12-21
  • 4.47.0 - 2023-09-06
from webpack GitHub release notes
Package name: webpack-cli
  • 5.1.4 - 2023-06-07

    5.1.4 (2023-06-07)

    Bug Fixes

    • multi compiler progress output (f659624)
  • 5.1.3 - 2023-06-04

    5.1.3 (2023-06-04)

    Bug Fixes

  • 5.1.2 - 2023-06-04

    5.1.2 (2023-06-04)

    Bug Fixes

    • improve check for custom webpack and webpack-dev-server package existance (0931ab6)
    • improve help for some flags (f468614)
    • improved support for .cts and .mts extensions (a77daf2)
  • 5.1.1 - 2023-05-09

    5.1.1 (2023-05-09)

    Bug Fixes

    • false positive warning when --watch used (#3783) (c0436ba)
  • 5.1.0 - 2023-05-07
  • 5.0.2 - 2023-04-21
  • 5.0.1 - 2022-12-05
  • 5.0.0 - 2022-11-17
  • 4.10.0 - 2022-06-13
from webpack-cli GitHub release notes
Package name: wrangler
  • 3.72.2 - 2024-08-22
  • 3.72.1 - 2024-08-20
  • 3.72.0 - 2024-08-16
  • 3.71.0 - 2024-08-13
  • 3.70.0 - 2024-08-09
  • 3.69.1 - 2024-08-06
  • 3.69.0 - 2024-08-06
  • 3.68.0 - 2024-08-01
  • 3.67.1 - 2024-07-26
  • 3.67.0 - 2024-07-25
  • 3.66.0 - 2024-07-23
  • 3.65.1 - 2024-07-19
  • 3.65.0 - 2024-07-16
  • 3.64.0 - 2024-07-11
  • 3.63.2 - 2024-07-09
  • 3.63.1 - 2024-07-04
  • 3.63.0 - 2024-07-03
  • 3.62.0 - 2024-06-25
  • 3.61.0 - 2024-06-18
  • 3.60.3 - 2024-06-14
  • 3.60.2 - 2024-06-11
  • 3.60.1 - 2024-06-10
  • 3.60.0 - 2024-06-07
  • 3.59.0 - 2024-06-04
  • 3.58.0 - 2024-05-31
  • 3.57.2 - 2024-05-28
  • 3.57.1 - 2024-05-21
  • 3.57.0 - 2024-05-17
  • 3.56.0 - 2024-05-14
  • 3.55.0 - 2024-05-09
  • 3.53.1 - 2024-05-02
  • 3.53.0 - 2024-04-30
  • 3.52.0 - 2024-04-24
  • 3.51.2 - 2024-04-18
  • 3.51.0 - 2024-04-17
  • 3.50.0 - 2024-04-11
  • 3.49.0 - 2024-04-10
  • 3.48.0 - 2024-04-05
  • 3.47.1 - 2024-04-04
  • 3.47.0 - 2024-04-04
  • 3.46.0 - 2024-04-04
  • 3.45.0 - 2024-04-03
  • 3.44.0 - 2024-04-02
  • 3.43.0 - 2024-04-02
  • 3.42.0 - 2024-04-01
  • 3.41.0 - 2024-03-29
  • 3.40.0 - 2024-03-29
  • 3.39.0 - 2024-03-27
  • 3.38.0 - 2024-03-26
  • 3.37.0 - 2024-03-22
  • 3.36.0 - 2024-03-20
  • 3.35.0 - 2024-03-19
  • 3.34.2 - 2024-03-14
  • 3.34.1 - 2024-03-14
  • 3.34.0 - 2024-03-14
  • 3.33.0 - 2024-03-12
  • 3.32.0 - 2024-03-07
  • 3.31.0 - 2024-03-05
  • 3.30.1 - 2024-02-29
  • 3.30.0 - 2024-02-27
  • 3.29.0 - 2024-02-22
  • 3.28.4 - 2024-02-20
  • 3.28.3 - 2024-02-16
  • 3.28.2 - 2024-02-13
  • 3.28.1 - 2024-02-09
  • 3.28.0 - 2024-02-08
  • 3.27.0 - 2024-02-06
  • 3.26.0 - 2024-01-31
  • 3.25.0 - 2024-01-26
  • 3.24.0 - 2024-01-23
  • 3.23.0 - 2024-01-18
  • 3.22.5 - 2024-01-16
  • 3.22.4 - 2024-01-09
  • 3.22.3 - 2024-01-04
  • 3.22.2 - 2024-01-02
  • 3.22.1 - 2023-12-20
  • 3.22.0 - 2023-12-19
  • 3.21.0 - 2023-12-15
  • 3.20.0 - 2023-12-12
  • 3.19.0 - 2023-12-05
  • 3.18.0 - 2023-11-30
  • 3.17.1 - 2023-11-22
  • 3.17.0 - 2023-11-21
  • 3.16.0 - 2023-11-16
  • 3.15.0 - 2023-10-26
  • 3.14.0 - 2023-10-19
  • 3.13.2 - 2023-10-17
  • 3.13.1 - 2023-10-12
  • 3.13.0 - 2023-10-12
  • 3.12.0 - 2023-10-11
  • 3.11.0 - 2023-10-05
  • 3.10.1 - 2023-09-28
  • 3.10.0 - 2023-09-26
  • 3.9.1 - 2023-09-25
  • 3.9.0 - 2023-09-20
  • 3.8.0 - 2023-09-13
  • 3.7.0 - 2023-09-05
  • 3.6.0 - 2023-08-24
  • 3.5.1 - 2023-08-15
  • 3.5.0 - 2023-08-08
  • 3.4.0 - 2023-07-27
  • 3.3.0 - 2023-07-18
  • 3.2.0 - 2023-07-11
  • 3.1.2 - 2023-07-06
  • 3.1.1 - 2023-06-20
  • 3.1.0 - 2023-06-06
  • 3.0.1 - 2023-05-22
  • 3.0.0 - 2023-05-17
  • 2.21.1 - 2024-03-21
from wrangler GitHub release notes

Important

  • Warning: This PR contains a major version upgrade, and may be a breaking change.
  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.
  • Max score is 1000. Note that the real score may have changed since the PR was raised.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

Snyk has created this PR to upgrade:
  - copy-webpack-plugin from 5.1.2 to 12.0.2.
    See this package in npm: https://www.npmjs.com/package/copy-webpack-plugin
  - webpack from 4.47.0 to 5.94.0.
    See this package in npm: https://www.npmjs.com/package/webpack
  - webpack-cli from 4.10.0 to 5.1.4.
    See this package in npm: https://www.npmjs.com/package/webpack-cli
  - wrangler from 2.21.1 to 3.72.2.
    See this package in npm: https://www.npmjs.com/package/wrangler

See this project in Snyk:
https://app.snyk.io/org/laurry-gee/project/a6e4fc20-4cd3-438e-a2f5-854ca4bf778a?utm_source=github&utm_medium=referral&page=upgrade-pr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants