Skip to content
This repository has been archived by the owner on Jul 29, 2022. It is now read-only.

Dependency bump #157

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Dependency bump #157

wants to merge 2 commits into from

Conversation

JanDW
Copy link
Owner

@JanDW JanDW commented Nov 25, 2021

Used ncu -u to upgrade dependencies in package.json and also upgraded node version to the latest LTS.

A few issues occurred:

  1. Downgrade escape-string-regexp as it uses ESM instead of CJS in latest version, which Eleventy doesn't like
  2. Downgrade postcss as one of its dependencies, cliui also uses ESM
  3. Used npm-force-resolutions to override a dependency on ansi-html, which is no longer supported and has a critical vulnerability, it now points to ansi-html-community (See stackoverflow)

I need to look into how I can address the first two issues, but it'll do for now.

@JanDW JanDW force-pushed the dependency-bump branch 2 times, most recently from 744a0bc to 73d605b Compare November 25, 2021 21:11
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant