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] Security upgrade node from 21.0-bookworm-slim to 21.6.1-bookworm-slim #55

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

Conversation

iconixgroups
Copy link
Owner

This PR was automatically created by Snyk using the credentials of a real user.


Keeping your Docker base image up-to-date means you’ll benefit from security fixes in the latest version of your chosen image.

Changes included in this PR

  • devops/Dockerfile

We recommend upgrading to node:21.6.1-bookworm-slim, as this image has only 36 known vulnerabilities. To do this, merge this pull request, then verify your application still works as expected.

Some of the most important vulnerabilities in your base image include:

Severity Priority Score / 1000 Issue Exploit Maturity
low severity 436 CVE-2023-6779
SNYK-DEBIAN12-GLIBC-6210088
No Known Exploit
low severity 686 CVE-2023-6246
SNYK-DEBIAN12-GLIBC-6210098
No Known Exploit
medium severity 514 Information Exposure
SNYK-DEBIAN12-GNUTLS28-6062100
No Known Exploit
high severity 614 Out-of-bounds Write
SNYK-DEBIAN12-PERL-6085273
No Known Exploit
critical severity 500 Integer Overflow or Wraparound
SNYK-DEBIAN12-ZLIB-6008963
No Known Exploit

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

For more information:
🧐 View latest project report

🛠 Adjust project settings


Learn how to fix vulnerabilities with free interactive lessons:

🦉 Learn about vulnerability in an interactive lesson of Snyk Learn.

Copy link
Contributor

sweep-ai bot commented Feb 1, 2024

Apply Sweep Rules to your PR?

  • Apply: All docstrings and comments should be up to date.
  • Apply: Code should be properly formatted and indented.
  • Apply: Variable and function names should be descriptive and follow a consistent naming convention.
  • Apply: There should be no commented out code or unused variables or functions.
  • Apply: Code should be modular and follow the principle of single responsibility.
  • Apply: There should be no hard-coded values or magic numbers in the code.

This is an automated message generated by Sweep AI.

Copy link
Contributor

sweep-ai bot commented Feb 1, 2024

Sweeping

Fixing PR: track the progress here.

I'm currently fixing this PR to address the following:

[Sweep GHA Fix] The GitHub Actions run failed on 19b77bf (main) with the following error logs:

The command:
Run npm install
yielded the following error:
##[error]Process completed with exit code 1.
##[group]Run npm install
�[36;1mnpm install�[0m
�[36;1mnpx webpack�[0m
shell: /usr/bin/bash -e {0}
##[endgroup]

added 210 packages, and audited 211 packages in 6s

26 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities
assets by status 0 bytes �[1m�[32m[cached]�[39m�[22m 1 asset

�[1m�[33mWARNING�[39m�[22m in �[1mconfiguration
The �[1m�[31m'mode' option has not been set�[39m�[22m�[1m, webpack will fallback to 'production' for this value.
�[1m�[32mSet 'mode' option to 'development' or 'production'�[39m�[22m�[1m to enable defaults for each environment.
You can also set it to 'none' to disable any default behavior. Learn more: https://webpack.js.org/configuration/mode/�[39m�[22m

�[1m�[31mERROR�[39m�[22m in �[1m�[32mmain�[39m�[22m
�[1mModule �[1m�[31mnot found�[39m�[22m�[1m: �[1m�[31mError�[39m�[22m�[1m: Can't resolve './src' in '/home/runner/work/AI-X-Review/AI-X-Review'�[39m�[22m
resolve './src' in '/home/runner/work/AI-X-Review/AI-X-Review'
  using description file: /home/runner/work/AI-X-Review/AI-X-Review/package.json (relative path: .)
    Field 'browser' doesn't contain a valid alias configuration
    using description file: /home/runner/work/AI-X-Review/AI-X-Review/package.json (relative path: ./src)
      no extension
        Field 'browser' doesn't contain a valid alias configuration
�[1m�[31m        /home/runner/work/AI-X-Review/AI-X-Review/src doesn't exist�[39m�[22m
      .js
        Field 'browser' doesn't contain a valid alias configuration
�[1m�[31m        /home/runner/work/AI-X-Review/AI-X-Review/src.js doesn't exist�[39m�[22m
      .json
        Field 'browser' doesn't contain a valid alias configuration
�[1m�[31m        /home/runner/work/AI-X-Review/AI-X-Review/src.json doesn't exist�[39m�[22m
      .wasm
        Field 'browser' doesn't contain a valid alias configuration
�[1m�[31m        /home/runner/work/AI-X-Review/AI-X-Review/src.wasm doesn't exist�[39m�[22m
      as directory
�[1m�[31m        /home/runner/work/AI-X-Review/AI-X-Review/src doesn't exist�[39m�[22m

webpack 5.90.0 compiled with �[1m�[31m1 error�[39m�[22m and �[1m�[33m1 warning�[39m�[22m in 133 ms
##[error]Process completed with exit code 1.
##[group]Run npm install
�[36;1mnpm install�[0m
�[36;1mnpx webpack�[0m
shell: /usr/bin/bash -e {0}
##[endgroup]
npm WARN deprecated @types/[email protected]: This is a stub types definition. bson provides its own type definitions, so you do not need this installed.
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN [email protected] No repository field.
npm WARN [email protected] No license field.

added 210 packages from 236 contributors and audited 210 packages in 4.591s

26 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities

assets by status 0 bytes �[1m�[32m[cached]�[39m�[22m 1 asset

�[1m�[33mWARNING�[39m�[22m in �[1mconfiguration
The �[1m�[31m'mode' option has not been set�[39m�[22m�[1m, webpack will fallback to 'production' for this value.
�[1m�[32mSet 'mode' option to 'development' or 'production'�[39m�[22m�[1m to enable defaults for each environment.
You can also set it to 'none' to disable any default behavior. Learn more: https://webpack.js.org/configuration/mode/�[39m�[22m

�[1m�[31mERROR�[39m�[22m in �[1m�[32mmain�[39m�[22m
�[1mModule �[1m�[31mnot found�[39m�[22m�[1m: �[1m�[31mError�[39m�[22m�[1m: Can't resolve './src' in '/home/runner/work/AI-X-Review/AI-X-Review'�[39m�[22m
resolve './src' in '/home/runner/work/AI-X-Review/AI-X-Review'
  using description file: /home/runner/work/AI-X-Review/AI-X-Review/package.json (relative path: .)
    Field 'browser' doesn't contain a valid alias configuration
    using description file: /home/runner/work/AI-X-Review/AI-X-Review/package.json (relative path: ./src)
      no extension
        Field 'browser' doesn't contain a valid alias configuration
�[1m�[31m        /home/runner/work/AI-X-Review/AI-X-Review/src doesn't exist�[39m�[22m
      .js
        Field 'browser' doesn't contain a valid alias configuration
�[1m�[31m        /home/runner/work/AI-X-Review/AI-X-Review/src.js doesn't exist�[39m�[22m
      .json
        Field 'browser' doesn't contain a valid alias configuration
�[1m�[31m        /home/runner/work/AI-X-Review/AI-X-Review/src.json doesn't exist�[39m�[22m
      .wasm
        Field 'browser' doesn't contain a valid alias configuration
�[1m�[31m        /home/runner/work/AI-X-Review/AI-X-Review/src.wasm doesn't exist�[39m�[22m
      as directory
�[1m�[31m        /home/runner/work/AI-X-Review/AI-X-Review/src doesn't exist�[39m�[22m

webpack 5.90.0 compiled with �[1m�[31m1 error�[39m�[22m and �[1m�[33m1 warning�[39m�[22m in 127 ms
##[error]Process completed with exit code 1.

Here are the logs:
added 210 packages, and audited 211 packages in 5s

26 packages are looking for funding
run `npm fund` for details

found 0 vulnerabilities
assets by status 0 bytes �[1m�[32m[cached]�[39m�[22m 1 asset

�[1m�[33mWARNING�[39m�[22m in �[1mconfiguration
The �[1m�[31m'mode' option has not been set�[39m�[22m�[1m, webpack will fallback to 'production' for this value.
�[1m�[32mSet 'mode' option to 'development' or 'production'�[39m�[22m�[1m to enable defaults for each environment.
You can also set it to 'none' to disable any default behavior. Learn more: https://webpack.js.org/configuration/mode/�[39m�[22m

�[1m�[31mERROR�[39m�[22m in �[1m�[32mmain�[39m�[22m
�[1mModule �[1m�[31mnot found�[39m�[22m�[1m: �[1m�[31mError�[39m�[22m�[1m: Can't resolve './src' in '/home/runner/work/AI-X-Review/AI-X-Review'�[39m�[22m
resolve './src' in '/home/runner/work/AI-X-Review/AI-X-Review'
using description file: /home/runner/work/AI-X-Review/AI-X-Review/package.json (relative path: .)
Field 'browser' doesn't contain a valid alias configuration
using description file: /home/runner/work/AI-X-Review/AI-X-Review/package.json (relative path: ./src)
no extension
Field 'browser' doesn't contain a valid alias configuration
�[1m�[31m        /home/runner/work/AI-X-Review/AI-X-Review/src doesn't exist�[39m�[22m
.js
Field 'browser' doesn't contain a valid alias configuration
�[1m�[31m        /home/runner/work/AI-X-Review/AI-X-Review/src.js doesn't exist�[39m�[22m
.json
Field 'browser' doesn't contain a valid alias configuration
�[1m�[31m        /home/runner/work/AI-X-Review/AI-X-Review/src.json doesn't exist�[39m�[22m
.wasm
Field 'browser' doesn't contain a valid alias configuration
�[1m�[31m        /home/runner/work/AI-X-Review/AI-X-Review/src.wasm doesn't exist�[39m�[22m
as directory
�[1m�[31m        /home/runner/work/AI-X-Review/AI-X-Review/src doesn't exist�[39m�[22m

webpack 5.90.0 compiled with �[1m�[31m1 error�[39m�[22m and �[1m�[33m1 warning�[39m�[22m in 145 ms

Created Pull Request: #56

Copy link
Contributor

sweep-ai bot commented Feb 1, 2024

Sweeping

Fixing PR: track the progress here.

I'm currently fixing this PR to address the following:

[Sweep GHA Fix] The GitHub Actions run failed on 19b77bf (main) with the following error logs:

The command:
Run npm install
yielded the following error:
##[error]Process completed with exit code 1.
##[group]Run npm install
�[36;1mnpm install�[0m
�[36;1mnpx webpack�[0m
shell: /usr/bin/bash -e {0}
##[endgroup]

added 210 packages, and audited 211 packages in 6s

26 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities
assets by status 0 bytes �[1m�[32m[cached]�[39m�[22m 1 asset

�[1m�[33mWARNING�[39m�[22m in �[1mconfiguration
The �[1m�[31m'mode' option has not been set�[39m�[22m�[1m, webpack will fallback to 'production' for this value.
�[1m�[32mSet 'mode' option to 'development' or 'production'�[39m�[22m�[1m to enable defaults for each environment.
You can also set it to 'none' to disable any default behavior. Learn more: https://webpack.js.org/configuration/mode/�[39m�[22m

�[1m�[31mERROR�[39m�[22m in �[1m�[32mmain�[39m�[22m
�[1mModule �[1m�[31mnot found�[39m�[22m�[1m: �[1m�[31mError�[39m�[22m�[1m: Can't resolve './src' in '/home/runner/work/AI-X-Review/AI-X-Review'�[39m�[22m
resolve './src' in '/home/runner/work/AI-X-Review/AI-X-Review'
  using description file: /home/runner/work/AI-X-Review/AI-X-Review/package.json (relative path: .)
    Field 'browser' doesn't contain a valid alias configuration
    using description file: /home/runner/work/AI-X-Review/AI-X-Review/package.json (relative path: ./src)
      no extension
        Field 'browser' doesn't contain a valid alias configuration
�[1m�[31m        /home/runner/work/AI-X-Review/AI-X-Review/src doesn't exist�[39m�[22m
      .js
        Field 'browser' doesn't contain a valid alias configuration
�[1m�[31m        /home/runner/work/AI-X-Review/AI-X-Review/src.js doesn't exist�[39m�[22m
      .json
        Field 'browser' doesn't contain a valid alias configuration
�[1m�[31m        /home/runner/work/AI-X-Review/AI-X-Review/src.json doesn't exist�[39m�[22m
      .wasm
        Field 'browser' doesn't contain a valid alias configuration
�[1m�[31m        /home/runner/work/AI-X-Review/AI-X-Review/src.wasm doesn't exist�[39m�[22m
      as directory
�[1m�[31m        /home/runner/work/AI-X-Review/AI-X-Review/src doesn't exist�[39m�[22m

webpack 5.90.0 compiled with �[1m�[31m1 error�[39m�[22m and �[1m�[33m1 warning�[39m�[22m in 133 ms
##[error]Process completed with exit code 1.
##[group]Run npm install
�[36;1mnpm install�[0m
�[36;1mnpx webpack�[0m
shell: /usr/bin/bash -e {0}
##[endgroup]
npm WARN deprecated @types/[email protected]: This is a stub types definition. bson provides its own type definitions, so you do not need this installed.
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN [email protected] No repository field.
npm WARN [email protected] No license field.

added 210 packages from 236 contributors and audited 210 packages in 4.591s

26 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities

assets by status 0 bytes �[1m�[32m[cached]�[39m�[22m 1 asset

�[1m�[33mWARNING�[39m�[22m in �[1mconfiguration
The �[1m�[31m'mode' option has not been set�[39m�[22m�[1m, webpack will fallback to 'production' for this value.
�[1m�[32mSet 'mode' option to 'development' or 'production'�[39m�[22m�[1m to enable defaults for each environment.
You can also set it to 'none' to disable any default behavior. Learn more: https://webpack.js.org/configuration/mode/�[39m�[22m

�[1m�[31mERROR�[39m�[22m in �[1m�[32mmain�[39m�[22m
�[1mModule �[1m�[31mnot found�[39m�[22m�[1m: �[1m�[31mError�[39m�[22m�[1m: Can't resolve './src' in '/home/runner/work/AI-X-Review/AI-X-Review'�[39m�[22m
resolve './src' in '/home/runner/work/AI-X-Review/AI-X-Review'
  using description file: /home/runner/work/AI-X-Review/AI-X-Review/package.json (relative path: .)
    Field 'browser' doesn't contain a valid alias configuration
    using description file: /home/runner/work/AI-X-Review/AI-X-Review/package.json (relative path: ./src)
      no extension
        Field 'browser' doesn't contain a valid alias configuration
�[1m�[31m        /home/runner/work/AI-X-Review/AI-X-Review/src doesn't exist�[39m�[22m
      .js
        Field 'browser' doesn't contain a valid alias configuration
�[1m�[31m        /home/runner/work/AI-X-Review/AI-X-Review/src.js doesn't exist�[39m�[22m
      .json
        Field 'browser' doesn't contain a valid alias configuration
�[1m�[31m        /home/runner/work/AI-X-Review/AI-X-Review/src.json doesn't exist�[39m�[22m
      .wasm
        Field 'browser' doesn't contain a valid alias configuration
�[1m�[31m        /home/runner/work/AI-X-Review/AI-X-Review/src.wasm doesn't exist�[39m�[22m
      as directory
�[1m�[31m        /home/runner/work/AI-X-Review/AI-X-Review/src doesn't exist�[39m�[22m

webpack 5.90.0 compiled with �[1m�[31m1 error�[39m�[22m and �[1m�[33m1 warning�[39m�[22m in 127 ms
##[error]Process completed with exit code 1.

Here are the logs:
added 210 packages, and audited 211 packages in 5s

26 packages are looking for funding
run `npm fund` for details

found 0 vulnerabilities
assets by status 0 bytes �[1m�[32m[cached]�[39m�[22m 1 asset

�[1m�[33mWARNING�[39m�[22m in �[1mconfiguration
The �[1m�[31m'mode' option has not been set�[39m�[22m�[1m, webpack will fallback to 'production' for this value.
�[1m�[32mSet 'mode' option to 'development' or 'production'�[39m�[22m�[1m to enable defaults for each environment.
You can also set it to 'none' to disable any default behavior. Learn more: https://webpack.js.org/configuration/mode/�[39m�[22m

�[1m�[31mERROR�[39m�[22m in �[1m�[32mmain�[39m�[22m
�[1mModule �[1m�[31mnot found�[39m�[22m�[1m: �[1m�[31mError�[39m�[22m�[1m: Can't resolve './src' in '/home/runner/work/AI-X-Review/AI-X-Review'�[39m�[22m
resolve './src' in '/home/runner/work/AI-X-Review/AI-X-Review'
using description file: /home/runner/work/AI-X-Review/AI-X-Review/package.json (relative path: .)
Field 'browser' doesn't contain a valid alias configuration
using description file: /home/runner/work/AI-X-Review/AI-X-Review/package.json (relative path: ./src)
no extension
Field 'browser' doesn't contain a valid alias configuration
�[1m�[31m        /home/runner/work/AI-X-Review/AI-X-Review/src doesn't exist�[39m�[22m
.js
Field 'browser' doesn't contain a valid alias configuration
�[1m�[31m        /home/runner/work/AI-X-Review/AI-X-Review/src.js doesn't exist�[39m�[22m
.json
Field 'browser' doesn't contain a valid alias configuration
�[1m�[31m        /home/runner/work/AI-X-Review/AI-X-Review/src.json doesn't exist�[39m�[22m
.wasm
Field 'browser' doesn't contain a valid alias configuration
�[1m�[31m        /home/runner/work/AI-X-Review/AI-X-Review/src.wasm doesn't exist�[39m�[22m
as directory
�[1m�[31m        /home/runner/work/AI-X-Review/AI-X-Review/src doesn't exist�[39m�[22m

webpack 5.90.0 compiled with �[1m�[31m1 error�[39m�[22m and �[1m�[33m1 warning�[39m�[22m in 145 ms

Created Pull Request: #58

Copy link
Contributor

sweep-ai bot commented Feb 1, 2024

Sweeping

Fixing PR: track the progress here.

I'm currently fixing this PR to address the following:

[Sweep GHA Fix] The GitHub Actions run failed on 19b77bf (main) with the following error logs:

The command:
Run npm install
yielded the following error:
##[error]Process completed with exit code 1.
##[group]Run npm install
�[36;1mnpm install�[0m
�[36;1mnpx webpack�[0m
shell: /usr/bin/bash -e {0}
##[endgroup]

added 210 packages, and audited 211 packages in 6s

26 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities
assets by status 0 bytes �[1m�[32m[cached]�[39m�[22m 1 asset

�[1m�[33mWARNING�[39m�[22m in �[1mconfiguration
The �[1m�[31m'mode' option has not been set�[39m�[22m�[1m, webpack will fallback to 'production' for this value.
�[1m�[32mSet 'mode' option to 'development' or 'production'�[39m�[22m�[1m to enable defaults for each environment.
You can also set it to 'none' to disable any default behavior. Learn more: https://webpack.js.org/configuration/mode/�[39m�[22m

�[1m�[31mERROR�[39m�[22m in �[1m�[32mmain�[39m�[22m
�[1mModule �[1m�[31mnot found�[39m�[22m�[1m: �[1m�[31mError�[39m�[22m�[1m: Can't resolve './src' in '/home/runner/work/AI-X-Review/AI-X-Review'�[39m�[22m
resolve './src' in '/home/runner/work/AI-X-Review/AI-X-Review'
  using description file: /home/runner/work/AI-X-Review/AI-X-Review/package.json (relative path: .)
    Field 'browser' doesn't contain a valid alias configuration
    using description file: /home/runner/work/AI-X-Review/AI-X-Review/package.json (relative path: ./src)
      no extension
        Field 'browser' doesn't contain a valid alias configuration
�[1m�[31m        /home/runner/work/AI-X-Review/AI-X-Review/src doesn't exist�[39m�[22m
      .js
        Field 'browser' doesn't contain a valid alias configuration
�[1m�[31m        /home/runner/work/AI-X-Review/AI-X-Review/src.js doesn't exist�[39m�[22m
      .json
        Field 'browser' doesn't contain a valid alias configuration
�[1m�[31m        /home/runner/work/AI-X-Review/AI-X-Review/src.json doesn't exist�[39m�[22m
      .wasm
        Field 'browser' doesn't contain a valid alias configuration
�[1m�[31m        /home/runner/work/AI-X-Review/AI-X-Review/src.wasm doesn't exist�[39m�[22m
      as directory
�[1m�[31m        /home/runner/work/AI-X-Review/AI-X-Review/src doesn't exist�[39m�[22m

webpack 5.90.0 compiled with �[1m�[31m1 error�[39m�[22m and �[1m�[33m1 warning�[39m�[22m in 133 ms
##[error]Process completed with exit code 1.
##[group]Run npm install
�[36;1mnpm install�[0m
�[36;1mnpx webpack�[0m
shell: /usr/bin/bash -e {0}
##[endgroup]
npm WARN deprecated @types/[email protected]: This is a stub types definition. bson provides its own type definitions, so you do not need this installed.
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN [email protected] No repository field.
npm WARN [email protected] No license field.

added 210 packages from 236 contributors and audited 210 packages in 4.591s

26 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities

assets by status 0 bytes �[1m�[32m[cached]�[39m�[22m 1 asset

�[1m�[33mWARNING�[39m�[22m in �[1mconfiguration
The �[1m�[31m'mode' option has not been set�[39m�[22m�[1m, webpack will fallback to 'production' for this value.
�[1m�[32mSet 'mode' option to 'development' or 'production'�[39m�[22m�[1m to enable defaults for each environment.
You can also set it to 'none' to disable any default behavior. Learn more: https://webpack.js.org/configuration/mode/�[39m�[22m

�[1m�[31mERROR�[39m�[22m in �[1m�[32mmain�[39m�[22m
�[1mModule �[1m�[31mnot found�[39m�[22m�[1m: �[1m�[31mError�[39m�[22m�[1m: Can't resolve './src' in '/home/runner/work/AI-X-Review/AI-X-Review'�[39m�[22m
resolve './src' in '/home/runner/work/AI-X-Review/AI-X-Review'
  using description file: /home/runner/work/AI-X-Review/AI-X-Review/package.json (relative path: .)
    Field 'browser' doesn't contain a valid alias configuration
    using description file: /home/runner/work/AI-X-Review/AI-X-Review/package.json (relative path: ./src)
      no extension
        Field 'browser' doesn't contain a valid alias configuration
�[1m�[31m        /home/runner/work/AI-X-Review/AI-X-Review/src doesn't exist�[39m�[22m
      .js
        Field 'browser' doesn't contain a valid alias configuration
�[1m�[31m        /home/runner/work/AI-X-Review/AI-X-Review/src.js doesn't exist�[39m�[22m
      .json
        Field 'browser' doesn't contain a valid alias configuration
�[1m�[31m        /home/runner/work/AI-X-Review/AI-X-Review/src.json doesn't exist�[39m�[22m
      .wasm
        Field 'browser' doesn't contain a valid alias configuration
�[1m�[31m        /home/runner/work/AI-X-Review/AI-X-Review/src.wasm doesn't exist�[39m�[22m
      as directory
�[1m�[31m        /home/runner/work/AI-X-Review/AI-X-Review/src doesn't exist�[39m�[22m

webpack 5.90.0 compiled with �[1m�[31m1 error�[39m�[22m and �[1m�[33m1 warning�[39m�[22m in 127 ms
##[error]Process completed with exit code 1.

Here are the logs:
added 210 packages, and audited 211 packages in 5s

26 packages are looking for funding
run `npm fund` for details

found 0 vulnerabilities
assets by status 0 bytes �[1m�[32m[cached]�[39m�[22m 1 asset

�[1m�[33mWARNING�[39m�[22m in �[1mconfiguration
The �[1m�[31m'mode' option has not been set�[39m�[22m�[1m, webpack will fallback to 'production' for this value.
�[1m�[32mSet 'mode' option to 'development' or 'production'�[39m�[22m�[1m to enable defaults for each environment.
You can also set it to 'none' to disable any default behavior. Learn more: https://webpack.js.org/configuration/mode/�[39m�[22m

�[1m�[31mERROR�[39m�[22m in �[1m�[32mmain�[39m�[22m
�[1mModule �[1m�[31mnot found�[39m�[22m�[1m: �[1m�[31mError�[39m�[22m�[1m: Can't resolve './src' in '/home/runner/work/AI-X-Review/AI-X-Review'�[39m�[22m
resolve './src' in '/home/runner/work/AI-X-Review/AI-X-Review'
using description file: /home/runner/work/AI-X-Review/AI-X-Review/package.json (relative path: .)
Field 'browser' doesn't contain a valid alias configuration
using description file: /home/runner/work/AI-X-Review/AI-X-Review/package.json (relative path: ./src)
no extension
Field 'browser' doesn't contain a valid alias configuration
�[1m�[31m        /home/runner/work/AI-X-Review/AI-X-Review/src doesn't exist�[39m�[22m
.js
Field 'browser' doesn't contain a valid alias configuration
�[1m�[31m        /home/runner/work/AI-X-Review/AI-X-Review/src.js doesn't exist�[39m�[22m
.json
Field 'browser' doesn't contain a valid alias configuration
�[1m�[31m        /home/runner/work/AI-X-Review/AI-X-Review/src.json doesn't exist�[39m�[22m
.wasm
Field 'browser' doesn't contain a valid alias configuration
�[1m�[31m        /home/runner/work/AI-X-Review/AI-X-Review/src.wasm doesn't exist�[39m�[22m
as directory
�[1m�[31m        /home/runner/work/AI-X-Review/AI-X-Review/src doesn't exist�[39m�[22m

webpack 5.90.0 compiled with �[1m�[31m1 error�[39m�[22m and �[1m�[33m1 warning�[39m�[22m in 145 ms

Created Pull Request: #57

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