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 parcel from 2.0.0-beta.3 to 2.12.0 #5

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

Conversation

Codimow
Copy link
Owner

@Codimow Codimow commented Oct 30, 2024

snyk-top-banner

Snyk has created this PR to upgrade parcel from 2.0.0-beta.3 to 2.12.0.

ℹ️ 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.


  • The recommended version is 862 versions ahead of your current version.

  • The recommended version was released on 8 months ago.

Issues fixed by the recommended upgrade:

Issue Score Exploit Maturity
high severity Prototype Pollution
SNYK-JS-UNSETVALUE-2400660
646 No Known Exploit
high severity Regular Expression Denial of Service (ReDoS)
SNYK-JS-NTHCHECK-1586032
646 Proof of Concept
high severity Inefficient Regular Expression Complexity
SNYK-JS-MICROMATCH-6838728
646 No Known Exploit
high severity Improper Verification of Cryptographic Signature
SNYK-JS-NODEFORGE-2430339
646 No Known Exploit
high severity Regular Expression Denial of Service (ReDoS)
SNYK-JS-ANSIHTML-1296849
646 Proof of Concept
high severity Regular Expression Denial of Service (ReDoS)
SNYK-JS-ANSIREGEX-1583908
646 Proof of Concept
high severity Uncontrolled resource consumption
SNYK-JS-BRACES-6838727
646 Proof of Concept
high severity Remote Code Execution (RCE)
SNYK-JS-EJS-2803307
646 Proof of Concept
high severity Improper Verification of Cryptographic Signature
SNYK-JS-ELLIPTIC-8187303
646 Proof of Concept
high severity Denial of Service (DoS)
SNYK-JS-HTTPPROXYMIDDLEWARE-8229906
646 Proof of Concept
medium severity Server-side Request Forgery (SSRF)
SNYK-JS-REQUEST-3361831
646 Proof of Concept
medium severity Prototype Pollution
SNYK-JS-TOUGHCOOKIE-5672873
646 Proof of Concept
medium severity Improper Verification of Cryptographic Signature
SNYK-JS-NODEFORGE-2430341
646 No Known Exploit
medium severity Regular Expression Denial of Service (ReDoS)
SNYK-JS-POSTCSS-1090595
646 Proof of Concept
medium severity Open Redirect
SNYK-JS-NODEFORGE-2330875
646 Proof of Concept
medium severity Prototype Pollution
SNYK-JS-NODEFORGE-2331908
646 No Known Exploit
medium severity Improper Verification of Cryptographic Signature
SNYK-JS-NODEFORGE-2430337
646 No Known Exploit
medium severity Regular Expression Denial of Service (ReDoS)
SNYK-JS-POSTCSS-1255640
646 Proof of Concept
medium severity Regular Expression Denial of Service (ReDoS)
SNYK-JS-POSTCSS-1255640
646 Proof of Concept
medium severity Regular Expression Denial of Service (ReDoS)
SNYK-JS-POSTCSS-1255640
646 Proof of Concept
medium severity Arbitrary Code Injection
SNYK-JS-EJS-1049328
646 Proof of Concept
medium severity Improper Control of Dynamically-Managed Code Resources
SNYK-JS-EJS-6689533
646 No Known Exploit
medium severity Missing Release of Resource after Effective Lifetime
SNYK-JS-INFLIGHT-6095116
646 Proof of Concept
Release notes
Package name: parcel
  • 2.12.0 - 2024-02-28

    Blog post: https://parceljs.org/blog/v2-12-0/

    Added

    • Core

      • Add REPL playground for Parcel to the website – Details
      • Improve package manager detection for auto install – Details
    • JavaScript

      • Add support for JS macros – Details
      • Statically evaluate constants referenced by macros – Details
      • Upgrade to ESLint 8 – Details
      • Bump swc – Details
    • CSS

      • Use lightningcss to implement CSS packager – Details
    • Bundler

      • Rename "parentAsset" to "root" for Manual Shared Bundle config and remove unstable prefix – Details
    • Web Extensions

      • Add content script world property to manifest schema validation – Details
    • Performance

      • Adjacency list optimizations – Details
      • Break up request graph cache serialisation and run after build completion – Details

    Fixed

    • Core

      • Drop per-pipeline transformation cache – Details
      • Clippy and use napi's Either3 – Details
      • Add lazy/eager cache key to avoid invalid change when switching modes – Details
    • JavaScript

      • Remove decl_collector pass and use SWC's unresolved_mark instead – Details
    • Bundler

      • Fix multiple css bundles in entry bundle groups issue – Details
      • Allow parallel type change bundles to be reused by async siblings – Details
      • Skip on missing parent asset for manual shared bundles – Details

    Unstable

    • Add source map support to the inline-require optimizer – Details
  • 2.11.0 - 2024-01-04

    [2.11.0] - 2023-12-19

    Added

    • Dev
      • Log build phase times for dev builds Details
      • Progress messages for writing to cache Details
      • VSC Extension JSON schema Details
      • Print phase times on development builds Details
      • Publish bundle-stats-cli and parcel-query Details

    Fixed

    • Dev

      • Increase threshold for showing progress bar to 500k nodes Details
      • Fix parcel-query Details
      • FIX[dev-server]: Fix html file matching from URL Details
      • Fix parcel query's inspect cache Details
      • Bug fix for exiting early when identifying requestGraph in loadGraphs Details
      • Fix HMR on .localhost domains Details
      • Modify parcel query to not require all graphs on startup Details
      • Bug fix for async Parcel-query Details
      • Remove reliance on requestTracker in loadGraphs Details
    • Core

      • Reduce redundancy in the RequestGraph's Request, Env, and Option nodes Details
      • Move registerCoreWithSerializer to its own file Details
      • Filter --expose-gc and --max-semi-space-size execArgv Node args from workers Details
      • Optimize Symbol Propagation (propagateSymbolsUp) Details
      • Convert Request Graph node types + request node requestTypes to numbers Details
      • fsFixture: ignore empty lines in fixtures Details
      • Unstable File Invalidations Details
      • Configurable watch root Details
    • Resolver

      • Add ~ and / support to the glob resolver Details
    • JavaScript

      • Bump swc Details
      • Bumping lightningcss to 1.22.1 Details
      • Fix CI Details
      • Change inline-requires to only run when optimizing Details
      • Fix tsconfig extends from node_modules Details
      • Bump some deps Details
      • Bump swc and napi-rs Details
      • Fix references to packages.atlassian.com Details
      • Fix build-ts step Details
      • Bump rimraf version to ^5.05 Details
      • Use centos image with newer Node 16 Details
  • 2.10.3 - 2023-11-15

    Fixed

    • Core

      • Mark previously deferred assets as dirty for symbol prop - Details
      • Write bundle graph to cache if error occurs during bundling - Details
      • Fixing issues when import * as is used with export * - Details
      • Writing cache in chunks - Details
      • Reduce redundancy in the RequestGraph's file nodes - Details
      • Fix dependency retargeting with ambiguous reexports - Details
    • JavaScript

      • Fixing behavior for hasOwnProperty in modules exporting member with same name - Details
    • WebExtension

      • Don't crash if WebExt has no content_scripts - Details
    • PostHTML, Pug, Stylus

      • Simplified calls to invalidateOnFileChange - Details
  • 2.10.2 - 2023-11-02

    Fixed

    • Core

      • Use clz32 for counting trailing zeroes – Details
    • JavaScript

      • Do not wrap duplicated assets when they are in different targets – Details
  • 2.10.1 - 2023-10-24

    Fixed

    • Core

      • Use modern node versions in CI Details
      • Support multiple workspaces/clients in Parcel for VSCode Details
    • Bundler

      • Make sure to set unique key Details
      • Fix bundler tests assertions on Windows Details
    • JavaScript

      • Add logic to disable scope hoisting if the this key word is pointing to an export module Details
      • Detect TSC polyfills to avoid marking them as CJS Details
      • Remove this exports tracking for files with module syntax Details
      • Bump swc Details

    Unstable

    • Bundler

      • Fix inline constants in shared bundles Details
      • Use Manual "name" for publicIds, remove source bundles from Unique Keys Details
      • Simplify MSB code for code split bundle creation section Details
  • 2.10.0 - 2023-10-11

    Parcel v2.10.0 includes big performance improvements, an improved --lazy mode, reduced runtime bundle sizes, web extension improvements, and tons of bug fixes and improvements.

    Added

    • Core

      • Add support for include and exclude globs for --lazy mode – Details, Details
      • Merge all native Rust modules into one package – Details
      • Add async resolver and JS transformer functions using rayon – Details
      • Support "register" tools in module loader (e.g. @ babel/register, esbuild-register, ts-node) – Details
      • Limit default number of JS workers to 4 to improve memory usage/performance – Details
    • Bundler

      • Optimize bundler performance – Details
      • Add disableSharedBundles config option – Details
    • Resolver

    • JavaScript

      • Add import helper to decrease ESM loader runtime footprint – Details
      • Support parallel bundle imports in libraries – Details
      • Only include globalThis polyfill for old browsers – Details
      • Updated parcelRequire.register to be minifiable – Details
    • CSS

      • Add include and exclude globs for CSS modules – Details
    • WASM

      • Add WASM packager with source map support – Details
    • XML

      • Transform xml-stylesheet processing instructions – Details
    • Web Extensions

      • Add support for Chrome Extension manifest V3 side_panel property – Details
      • Improve HMR for web extensions – Details
    • Web Manifest

      • Add support for icons in file_handlers – Details

    Fixed

    • Core

      • Query glibc version only once to speed up JSTransformer on Linux – Details
      • Refresh cache before writing contents to bundle – Details
      • Fix --lazy mode bugs – Details
      • Ignore no-opt command line option – Details
      • Bump lmdb – Details
      • Don't hide error when diagnostic is malformed – Details
      • Don't autoinstall local files in package manager – Details
      • Fix bug with cache and glob entries – Details
    • JavaScript

      • Migrate to swc_core – Details
      • Move ESM loader runtime to absolute URLs – Details
      • Fix duplicate asset references – Details
      • Bump swc – Details, Details, Details
      • Fix shorthand identifier import usage – Details
      • Ensure nested member expressions are marked used in dev mode – Details
      • Set ascii_only for swc emit – Details
      • Add tests for non-identifier symbol names – Details
    • Bundler

      • Exclude inline assests from parallel request limit – Details
      • Fix unexpected undefined when creating shared bundles – Details
    • Images

      • Bump oxipng from 6.0.0 -> 8.0.0 – Details
    • Sass

      • Fix sass import edge case – Details
    • Dev Server

      • Fix index page loading in dev server when bundle type isn't html – Details

    Unstable

    • Core

      • Expose unstable_transform and unstable_resolve APIs – Details
    • Bundler

      • Add unstable manual shared bundles config – Details
    • JavaScript

      • Experimental inline / deferred requires optimiser – Details
      • Add constants inlining optimization – Details
      • Add unstable async bundle runtime to the JS Packager – Details
  • 2.9.3 - 2023-06-25

    Fixed

    • Resolver

      • Fix the development and production package conditions – Details
    • JavaScript

      • Update SWC to fix generics in JSX elements – Details
  • 2.9.2 - 2023-06-08

    Fixed

    • Core
      • Fix infinite loop when entries look like globs – Details
      • Fix proxyrc require from path – Details
    • JavaScript
      • Treat re-exports of * from empty files with sideEffects: false as ESM – Details
    • CSS
      • Fix self references error in CSS module JS assets causing "Bundle group cannot have more than one entry bundle of the same type" – Details
    • Dev server
      • Serve folder's index when requesting folder without slash – Details
    • Web extensions
      • Allow source maps files in webextension – Details
    • Image
      • Add core as peerdep to image optimizer – Details
  • 2.9.1 - 2023-05-27

    Fixed

    • Resolver
      • Ignore invalid package.json "type" field values – Details
      • Ignore duplicate slashes at the start of relative path specifiers – Details
  • 2.9.0 - 2023-05-26

    Parcel v2.9.0 includes many long requested features, including a brand new resolver with support for package.json "exports" and tsconfig.json features, support for ESM plugins and configs, and local Parcel plugins. It also improves performance with a new default JS minifier powered by SWC, incremental symbol propagation, and improved bundler data structures.

    Blog post: https://parceljs.org/blog/v2-9-0/

    Added

    • Core

      • Add support for ESM plugins and configs – Details
      • Add support for local parcel plugins – Details
      • Incremental Symbol Propagation for improved performance and improved export errors in development – Details
      • Add support for plugin tracing, which shows where time is being spent during a Parcel build – Details
      • Support .proxyrc.cjs config files – Details
      • Add support for loadConfig function to resolver plugins – Details
    • Resolver

      • New resolver implementation in Rust supporting package.json "exports" and "imports", and tsconfig.json "baseUrl", "paths", and "moduleSuffixes" – Details
    • JavaScript

      • Switch to SWC minifier instead of Terser by default – Details
      • Split large runtime manifest into separate bundles to reduce cache invalidations – Details
      • Respect addExternalDependency in Babel plugins – Details
    • Bundler

      • Use BitSet for bundler intersections for improved performance – Details
    • Web Extensions

      • Add support for chrome_style field – Details

    Fixed

    • Core

      • Improve error message when bundles do not have unique file names – Details
      • Bump napi-rs to latest – Details, Details
      • Fix pnpm autoinstall – Details
      • Fix "does not exports" error for multiple assets returned by transformers – Details
      • Remove v8-compile-cache – Details
      • Update fast-glob – Details
      • Update lmdb – Details
      • Fixup DiagnosticCodeHighlight and SourceLocation columns – Details
      • Bump fastest-levenshtein and xmldom dependencies – Details
    • JavaScript

      • Sort global deps before injecting imports to reduce cache invalidations – Details
      • Only add export setter for non-ESM exports – Details
      • Bump SWC – Details, Details, Details, Details,
        Details
      • Deduplicate imports in hoist transformer – Details
      • Allow buffer polyfill v5 or v6 – Details
      • Fix packaging of synchronous reused bundles – Details
      • Support eslint ^7.0.0 in @ parcel/validator-eslintDetails
      • Improve inlineEnvironment performance – Details
      • Hoist exports to allow circular dependencies – Details
    • TypeScript

      • Throw diagnostics as error on empty emit - Details
    • CSS

      • Sort CSS module exports to reduce cache invalidations – Details
    • Bundler

      • Fix missing edge error when using for multiple targets – Details
      • Fix non-deterministic builds between project directories – Details
      • Fix css-module related build error in bundling – Details
      • Fix multiple entries pointing to wrong bundle in dist – Details
    • Dev server

      • Don't error during HMR on <link> elements without hrefs – Details
      • Improve server index file matching – Details
      • Don't send HMR updates before packaging in watch mode – Details
    • Elm

      • Fix error when formatting build errors – Details
  • 2.8.4-nightly.0 - 2023-05-14
  • 2.8.3 - 2023-01-18
  • 2.8.2 - 2022-12-14
  • 2.8.1 - 2022-12-08
  • 2.8.0 - 2022-11-09
  • 2.7.0 - 2022-08-03
  • 2.6.2 - 2022-06-22
  • 2.6.1 - 2022-06-17
  • 2.6.0 - 2022-05-25
  • 2.5.0 - 2022-04-21
  • 2.4.1 - 2022-03-31
  • 2.4.0 - 2022-03-22
  • 2.3.2 - 2022-02-18
  • 2.3.1 - 2022-02-10
  • 2.3.0 - 2022-02-09
  • 2.2.1 - 2022-01-17
  • 2.2.0 - 2022-01-12
  • 2.1.1 - 2022-01-06
  • 2.1.0 - 2022-01-05
  • 2.0.1 - 2021-11-08
  • 2.0.0 - 2021-10-13
  • 2.0.0-rc.0 - 2021-08-03
  • 2.0.0-nightly.1517 - 2024-03-03
  • 2.0.0-nightly.1516 - 2024-03-02
  • 2.0.0-nightly.1512 - 2024-03-01
  • 2.0.0-nightly.1509 - 2024-02-29
  • 2.0.0-nightly.1502 - 2024-02-28
  • 2.0.0-nightly.1501 - 2024-02-24
  • 2.0.0-nightly.1500 - 2024-02-17
  • 2.0.0-nightly.1499 - 2024-02-14
  • 2.0.0-nightly.1498 - 2024-02-12
  • 2.0.0-nightly.1496 - 2024-02-06
  • 2.0.0-nightly.1495 - 2024-02-03
  • 2.0.0-nightly.1494 - 2024-02-01
  • 2.0.0-nightly.1489 - 2024-01-27
  • 2.0.0-nightly.1488 - 2024-01-25
  • 2.0.0-nightly.1486 - 2024-01-22
  • 2.0.0-nightly.1484 - 2024-01-19
  • 2.0.0-nightly.1483 - 2024-01-15
  • 2.0.0-nightly.1482 - 2024-01-10
  • 2.0.0-nightly.1481 - 2024-01-08
  • 2.0.0-nightly.1480 - 2024-01-08
  • 2.0.0-nightly.1479 - 2024-01-08
  • 2.0.0-nightly.1469 - 2023-12-20
  • 2.0.0-nightly.1468 - 2023-12-16
  • 2.0.0-nightly.1466 - 2023-12-15
  • 2.0.0-nightly.1450 - 2023-12-07
  • 2.0.0-nightly.1449 - 2023-12-06
  • 2.0.0-nightly.1447 - 2023-12-01
  • 2.0.0-nightly.1446 - 2023-11-30
  • 2.0.0-nightly.1445 - 2023-11-28
  • 2.0.0-nightly.1444 - 2023-11-27
  • 2.0.0-nightly.1443 - 2023-11-26
  • 2.0.0-nightly.1441 - 2023-11-24
  • 2.0.0-nightly.1440 - 2023-11-22
  • 2.0.0-nightly.1439 - 2023-11-17
  • 2.0.0-nightly.1437 - 2023-11-16
  • 2.0.0-nightly.1434 - 2023-11-15
  • 2.0.0-nightly.1432 - 2023-11-14
  • 2.0.0-nightly.1431 - 2023-11-13
  • 2.0.0-nightly.1429 - 2023-11-10
  • 2.0.0-nightly.1428 - 2023-11-08
  • 2.0.0-nightly.1425 - 2023-11-07
  • 2.0.0-nightly.1422 - 2023-11-05
  • 2.0.0-nightly.1419 - 2023-11-03
  • 2.0.0-nightly.1417 - 2023-10-30
  • 2.0.0-nightly.1416 - 2023-10-26
  • 2.0.0-nightly.1415 - 2023-10-25
  • 2.0.0-nightly.1413 - 2023-10-24
  • 2.0.0-nightly.1409 - 2023-10-19
  • 2.0.0-nightly.1404 - 2023-10-16
  • 2.0.0-nightly.1403 - 2023-10-13
  • 2.0.0-nightly.1402 - 2023-10-12
  • 2.0.0-nightly.1398 - 2023-10-11
  • 2.0.0-nightly.1397 - 2023-10-10
  • 2.0.0-nightly.1393 - 2023-10-06
  • 2.0.0-nightly.1389 - 2023-10-04
  • 2.0.0-nightly.1384 - 2023-10-03
  • 2.0.0-nightly.1383 - 2023-10-02
  • 2.0.0-nightly.1379 - 2023-10-01
  • 2.0.0-nightly.1378 - 2023-09-28
  • 2.0.0-nightly.1374 - 2023-09-27
  • 2.0.0-nightly.1372 - 2023-09-26
  • 2.0.0-nightly.1371 - 2023-09-23
  • 2.0.0-nightly.1368 - 2023-09-19
  • 2.0.0-nightly.1367 - 2023-09-18
  • 2.0.0-nightly.1366 - 2023-09-16
  • 2.0.0-nightly.1365 - 2023-09-15
  • 2.0.0-nightly.1363 - 2023-09-13
  • 2.0.0-nightly.1360 - 2023-09-11
  • 2.0.0-nightly.1358 - 2023-09-09
  • 2.0.0-nightly.1357 - 2023-09-08
  • 2.0.0-nightly.1356 - 2023-08-27
  • 2.0.0-nightly.1355 - 2023-08-24
  • 2.0.0-nightly.1354 - 2023-08-23
  • 2.0.0-nightly.1353 - 2023-08-18
  • 2.0.0-nightly.1352 - 2023-08-17
  • 2.0.0-nightly.1351 - 2023-08-16
  • 2.0.0-nightly.1350 - 2023-08-13
  • 2.0.0-nightly.1349 - 2023-08-05
  • 2.0.0-nightly.1348 - 2023-08-02
  • 2.0.0-nightly.1347 - 2023-08-01
  • 2.0.0-nightly.1343 - 2023-07-29
  • 2.0.0-nightly.1342 - 2023-07-28
  • 2.0.0-nightly.1340 - 2023-07-26
  • 2.0.0-nightly.1338 - 2023-07-20
  • 2.0.0-nightly.1337 - 2023-07-18
  • 2.0.0-nightly.1333 - 2023-06-26
  • 2.0.0-nightly.1330 - 2023-06-25
  • 2.0.0-nightly.1329 - 2023-06-09
  • 2.0.0-nightly.1324 - 2023-06-07
  • 2.0.0-nightly.1322 - 2023-06-05
  • 2.0.0-nightly.1320 - 2023-05-28
  • 2.0.0-nightly.1317 - 2023-05-27
  • 2.0.0-nightly.1314 - 2023-05-25
  • 2.0.0-nightly.1312 - 2023-05-24
  • 2.0.0-nightly.1301 - 2023-05-13
  • 2.0.0-nightly.1296 - 2023-05-12
  • 2.0.0-nightly.1293 - 2023-05-10
  • 2.0.0-nightly.1292 - 2023-05-09
  • 2.0.0-nightly.1291 - 2023-05-06
  • 2.0.0-nightly.1288 - 2023-04-30
  • 2.0.0-nightly.1287 - 2023-04-29
  • 2.0.0-nightly.1283 - 2023-04-23
  • 2.0.0-nightly.1282 - 2023-04-22
  • 2.0.0-nightly.1281 - 2023-04-18
  • 2.0.0-nightly.1280 - 2023-04-14
  • 2.0.0-nightly.1279 - 2023-04-12
  • 2.0.0-nightly.1278 - 2023-04-05
  • 2.0.0-nightly.1276 - 2023-04-04
  • 2.0.0-nightly.1275 - 2023-03-31
  • 2.0.0-nightly.1273 - 2023-03-29
  • 2.0.0-nightly.1272 - 2023-03-28
  • 2.0.0-nightly.1271 - 2023-03-27
  • 2.0.0-nightly.1265 - 2023-03-25
  • 2.0.0-nightly.1264 - 2023-03-19
  • 2.0.0-nightly.1263 - 2023-03-16
  • 2.0.0-nightly.1254 - 2023-02-28
  • 2.0.0-nightly.1253 - 2023-02-23
  • 2.0.0-nightly.1252 - 2023-02-22
  • 2.0.0-nightly.1251 - 2023-02-20
  • 2.0.0-nightly.1250 - 2023-02-20
  • 2.0.0-nightly.1247 - 2023-02-17
  • 2.0.0-nightly.1246 - 2023-02-07
  • 2.0.0-nightly.1244 - 2023-02-03
  • 2.0.0-nightly.1243 - 2023-02-01
  • 2.0.0-nightly.1242 - 2023-01-19
  • 2.0.0-nightly.1240 - 2023-01-17
  • 2.0.0-nightly.1238 - 2023-01-12
  • 2.0.0-nightly.1237 - 2023-01-10
  • 2.0.0-nightly.1236 - 2023-01-09
  • 2.0.0-nightly.1235 - 2023-01-08
  • 2.0.0-nightly.1234 - 2023-01-07
  • 2.0.0-nightly.1232 - 2023-01-06
  • 2.0.0-nightly.1230 - 2023-01-04
  • 2.0.0-nightly.1226 - 2023-01-02
  • 2.0.0-nightly.1221 - 2022-12-21
  • 2.0.0-nightly.1220 - 2022-12-17
  • 2.0.0-nightly.1219 - 2022-12-15
  • 2.0.0-nightly.1217 - 2022-12-14
  • 2.0.0-nightly.1214 - 2022-12-14
  • 2.0.0-nightly.1212 - 2022-12-09
  • 2.0.0-nightly.1210 - 2022-12-07
  • 2.0.0-nightly.1209 - 2022-11-28
  • 2.0.0-nightly.1203 - 2022-11-18
  • 2.0.0-nightly.1202 - 2022-11-11
  • 2.0.0-nightly.1200 - 2022-11-09
  • 2.0.0-nightly.1198 - 2022-11-06
  • 2.0.0-nightly.1195 - 2022-11-05
  • 2.0.0-nightly.1193 - 2022-11-04
  • 2.0.0-nightly.1190 - 2022-11-03
  • 2.0.0-nightly.1189 - 2022-11-02
  • 2.0.0-nightly.1188 - 2022-11-01
  • 2.0.0-nightly.1186 - 2022-10-31
  • 2.0.0-nightly.1185 - 2022-10-30
  • 2.0.0-nightly.1184 - 2022-10-28
  • 2.0.0-nightly.1183 - 2022-10-26
  • 2.0.0-nightly.1181 - 2022-10-25
  • 2.0.0-nightly.1177 - 2022-10-24
  • 2.0.0-nightly.1176 - 2022-10-20
  • 2.0.0-nightly.1175 - 2022-10-19
  • 2.0.0-nightly.1174 - 2022-10-18
  • 2.0.0-nightly.1173 - 2022-10-17
  • 2.0.0-nightly.1172 - 2022-10-15
  • 2.0.0-nightly.1171 - 2022-10-12
  • 2.0.0-nightly.1170 - 2022-09-25
  • 2.0.0-nightly.1169 - 2022-09-12
  • ...

Snyk has created this PR to upgrade parcel from 2.0.0-beta.3 to 2.12.0.

See this package in npm:
parcel

See this project in Snyk:
https://app.snyk.io/org/codimow/project/05fa11bd-b0ee-48cf-b439-ed1ab77fec28?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