influxdata / ui

UI for InfluxDB
89 stars 41 forks source link

build(deps): bump webpack-dev-middleware from 5.3.3 to 5.3.4 #6878

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps webpack-dev-middleware from 5.3.3 to 5.3.4.

Release notes

Sourced from webpack-dev-middleware's releases.

v5.3.4

5.3.4 (2024-03-20)

Bug Fixes

  • security: do not allow to read files above (#1779) (189c4ac)
Changelog

Sourced from webpack-dev-middleware's changelog.

5.3.4 (2024-03-20)

Bug Fixes

  • security: do not allow to read files above (#1779) (189c4ac)
Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/influxdata/ui/network/alerts).
jdstrand commented 3 months ago

Fyi, monitor-ci-tests seems to be broken with (https://app.circleci.com/pipelines/github/influxdata/monitor-ci/20806/workflows/d6025edf-c237-4c89-9583-196daf99867b/jobs/1459483):

# for forcing a rebuild of a node
docker-compose -f compose/fig.oss.yml -f compose/fig.cypress.yml build cypress
Sending build context to Docker daemon  8.504MB
Step 1/13 : FROM quay.io/influxdb/cypress-slim:9.5.2-included
 ---> e2c6f963cd6d
Step 2/13 : WORKDIR /repo
 ---> Using cache
 ---> 6333e86b643c
Step 3/13 : COPY ./package.json .
 ---> Using cache
 ---> 9e6e070950fe
Step 4/13 : RUN yarn add cypress-circleci-reporter
 ---> Running in 3f4e97abe0b1
yarn add v1.22.19
info No lockfile found.
[1/5] Validating package.json...
[2/5] Resolving packages...
warning @codingame/monaco-jsonrpc@0.3.1: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
warning auth0-js > superagent@7.1.6: Please downgrade to v7.1.5 if you need IE/ActiveXObject support OR upgrade to v8.0.0 as we no longer support IE and published an incorrect patch version (see https://github.com/visionmedia/superagent/issues/1731)
warning babel-polyfill > core-js@2.6.12: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.
warning babel-polyfill > babel-runtime > core-js@2.6.12: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.
warning honeybadger-js@1.0.4: This project is deprecated; use the new universal @honeybadger-io/js package instead. See the blog post for more info and upgrade instructions. https://www.honeybadger.io/blog/universal-honeybadger-js/
warning memoize-one@4.1.0: New custom equality api does not play well with all equality helpers. Please use v5.x
error Couldn't find any versions for "@rudderstack/analytics-js-common" that matches "*"
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.
1 error occurred:
        * Status: The command '/bin/sh -c yarn add cypress-circleci-reporter' returned a non-zero code: 1, Code: 1

make: *** [Makefile:42: build] Error 1

Exited with code exit status 2

Cc @helenosheaa and @appletreeisyellow

jdstrand commented 3 months ago

@dependabot rebase