Skip to content

build(deps-dev): bump cookie from 0.6.0 to 1.0.2#489

Merged
freds-dev merged 1 commit intodevfrom
dependabot/npm_and_yarn/cookie-1.0.2
Jan 23, 2025
Merged

build(deps-dev): bump cookie from 0.6.0 to 1.0.2#489
freds-dev merged 1 commit intodevfrom
dependabot/npm_and_yarn/cookie-1.0.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 20, 2025

Bumps cookie from 0.6.0 to 1.0.2.

Release notes

Sourced from cookie's releases.

v1.0.2

Fixed

  • Loosen cookie name/value validation (#210)
  • fix: options.priority used incorrect fallback (#207) by @​jonchurch

Added

jshttp/cookie@v1.0.1...v1.0.2

v1.0.1

Added

  • Allow case insensitive options (#194) 3bed080

jshttp/cookie@v1.0.0...v1.0.1

v1.0.0

Breaking changes

  • Use modern JS features, ship TypeScript definition (#175) 1cc64ff
    • Adds __esModule marker, imports need to use import { parse, serialize } or import * as cookie
  • Minimum node.js v18
  • Uses null prototype object for parse return value
  • Changes strict and priority to match the lower case strings (i.e. low, not LOW or Low)
  • Require maxAge to be an integer using Number.isInteger check
  • Delegates decode implementation details to decode option (i.e. error handling and quote parsing is defined by decode)
    • Delegate quote parsing to decode (#180) c4a2597
    • Shift try/catch to decode (#179) 93a5b97
  • Improve arg/option error messages (#162) e206fd5 @​MaoShizhong

Other

  • Remove hasOwnProperty, use undefined check for performance (#183) 8f3ee9e @​gurgunday

jshttp/cookie@v0.7.2...v1.0.0

v0.7.2

Fixed

  • Fix object assignment of hasOwnProperty (#177) bc38ffd

jshttp/cookie@v0.7.1...v0.7.2

0.7.1

Fixed

  • Allow leading dot for domain (#174)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by blakeembrey, a new releaser for cookie since your current version.


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 <dependency name> 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)

Bumps [cookie](https://github.com/jshttp/cookie) from 0.6.0 to 1.0.2.
- [Release notes](https://github.com/jshttp/cookie/releases)
- [Commits](jshttp/cookie@v0.6.0...v1.0.2)

---
updated-dependencies:
- dependency-name: cookie
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@socket-security
Copy link

Updated dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/cookie@1.0.2 🔁 npm/cookie@0.6.0 None 0 46.5 kB blakeembrey

View full report↗︎

@freds-dev freds-dev merged commit e2126ad into dev Jan 23, 2025
7 checks passed
@freds-dev freds-dev deleted the dependabot/npm_and_yarn/cookie-1.0.2 branch January 23, 2025 11:41
freds-dev added a commit that referenced this pull request Mar 25, 2025
* migrate to rr7 (#482)

* migrate to rr7

* adjust `/explore` route to new routing

* adjust all routes to new routing except `/resources`

* fix `duplicate imports` eslint errors

* update `package-lock.json`

* fix TS errors

* fix more TypeScript errors

* fix Photo upload on react-router

* delete set-theme route

* fix `.mdx` typegen errors

* fix session

* remove navigate and use Link

* ensure same sensor order

* fix wrong loader import

* migrate to rr7 (#487)

* fix eslint warnings

* remove markdown

* fix ESLint

---------

Co-authored-by: freds-dev <f_bruc03@uni-muenster.de>

---------

Co-authored-by: freds-dev <f_bruc03@uni-muenster.de>

* build(deps): bump tailwind-merge from 1.14.0 to 2.6.0 (#483)

Bumps [tailwind-merge](https://github.com/dcastil/tailwind-merge) from 1.14.0 to 2.6.0.
- [Release notes](https://github.com/dcastil/tailwind-merge/releases)
- [Commits](dcastil/tailwind-merge@v1.14.0...v2.6.0)

---
updated-dependencies:
- dependency-name: tailwind-merge
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): bump chroma-js and @types/chroma-js (#484)

Bumps [chroma-js](https://github.com/gka/chroma.js) and [@types/chroma-js](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chroma-js). These dependencies needed to be updated together.

Updates `chroma-js` from 2.6.0 to 3.1.2
- [Release notes](https://github.com/gka/chroma.js/releases)
- [Changelog](https://github.com/gka/chroma.js/blob/main/CHANGELOG.md)
- [Commits](gka/chroma.js@v2.6.0...v3.1.2)

Updates `@types/chroma-js` from 2.4.5 to 3.1.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chroma-js)

---
updated-dependencies:
- dependency-name: chroma-js
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: "@types/chroma-js"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): bump drizzle-orm from 0.36.4 to 0.38.3 (#480)

Bumps [drizzle-orm](https://github.com/drizzle-team/drizzle-orm) from 0.36.4 to 0.38.3.
- [Release notes](https://github.com/drizzle-team/drizzle-orm/releases)
- [Commits](drizzle-team/drizzle-orm@0.36.4...0.38.3)

---
updated-dependencies:
- dependency-name: drizzle-orm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fred <65135023+freds-dev@users.noreply.github.com>

* build(deps-dev): bump cookie from 0.6.0 to 1.0.2 (#489)

Bumps [cookie](https://github.com/jshttp/cookie) from 0.6.0 to 1.0.2.
- [Release notes](https://github.com/jshttp/cookie/releases)
- [Commits](jshttp/cookie@v0.6.0...v1.0.2)

---
updated-dependencies:
- dependency-name: cookie
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps-dev): bump msw from 1.3.5 to 2.7.0 (#490)

* build(deps-dev): bump msw from 1.3.5 to 2.7.0

Bumps [msw](https://github.com/mswjs/msw) from 1.3.5 to 2.7.0.
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](mswjs/msw@v1.3.5...v2.7.0)

---
updated-dependencies:
- dependency-name: msw
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* update `package-lock.json`

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: freds-dev <frebruc@gmail.com>

* build(deps): bump react-router from 7.1.1 to 7.1.3 (#491)

Bumps [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) from 7.1.1 to 7.1.3.
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/react-router@7.1.3/packages/react-router)

---
updated-dependencies:
- dependency-name: react-router
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fred <65135023+freds-dev@users.noreply.github.com>

* remove unused dependency and fix `expiresAt` device field (#493)

* build(deps): update react-map-gl to 7.1.8 and shadcn-ui to 0.9.4 (#495)

* remove old express prometheus middleware (#501)

* build(deps): bump @novu/notification-center from 0.15.0 to 2.0.0 (#498)

Bumps [@novu/notification-center](https://github.com/novuhq/novu) from 0.15.0 to 2.0.0.
- [Release notes](https://github.com/novuhq/novu/releases)
- [Commits](novuhq/novu@v0.15.0...v2.0.0)

---
updated-dependencies:
- dependency-name: "@novu/notification-center"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fred <65135023+freds-dev@users.noreply.github.com>

* build(deps-dev): bump @vitest/coverage-v8 from 2.1.8 to 3.0.4 (#500)

* build(deps-dev): bump @vitest/coverage-v8 from 2.1.8 to 3.0.4

Bumps [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) from 2.1.8 to 3.0.4.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.0.4/packages/coverage-v8)

---
updated-dependencies:
- dependency-name: "@vitest/coverage-v8"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* build(deps): update vitest to version 3.0.4 and add coverage to .gitignore

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fred <65135023+freds-dev@users.noreply.github.com>
Co-authored-by: freds-dev <frebruc@gmail.com>

* build(deps-dev): bump typescript from 5.1.6 to 5.7.3 (#499)

Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.1.6 to 5.7.3.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.1.6...v5.7.3)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fred <65135023+freds-dev@users.noreply.github.com>

* Fix: move to bigserial (#502)

* change to bigserial

* use bigserial and bigint with foreign key constraints

* fix(schema): change locationId type to BigInt in SensorWithMeasurementData

---------

Co-authored-by: Matthias Pfeil <matthias.pfeil@wwu.de>

* update `connect_timeout` for migration

* build(deps-dev): bump eslint-config-prettier from 8.10.0 to 10.0.1 (#506)

Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.10.0 to 10.0.1.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-config-prettier@v8.10.0...v10.0.1)

---
updated-dependencies:
- dependency-name: eslint-config-prettier
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Create LICENSE

* build(deps-dev): bump postcss from 8.5.1 to 8.5.2 (#508)

Bumps [postcss](https://github.com/postcss/postcss) from 8.5.1 to 8.5.2.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.5.1...8.5.2)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* refactor: change line chart to scatter chart and update related data handling (#520)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Matthias Pfeil <matthias.pfeil@wwu.de>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
scheidtdav added a commit that referenced this pull request Jun 5, 2025
* update beta (#524)

* migrate to rr7 (#482)

* migrate to rr7

* adjust `/explore` route to new routing

* adjust all routes to new routing except `/resources`

* fix `duplicate imports` eslint errors

* update `package-lock.json`

* fix TS errors

* fix more TypeScript errors

* fix Photo upload on react-router

* delete set-theme route

* fix `.mdx` typegen errors

* fix session

* remove navigate and use Link

* ensure same sensor order

* fix wrong loader import

* migrate to rr7 (#487)

* fix eslint warnings

* remove markdown

* fix ESLint

---------

Co-authored-by: freds-dev <f_bruc03@uni-muenster.de>

---------

Co-authored-by: freds-dev <f_bruc03@uni-muenster.de>

* build(deps): bump tailwind-merge from 1.14.0 to 2.6.0 (#483)

Bumps [tailwind-merge](https://github.com/dcastil/tailwind-merge) from 1.14.0 to 2.6.0.
- [Release notes](https://github.com/dcastil/tailwind-merge/releases)
- [Commits](dcastil/tailwind-merge@v1.14.0...v2.6.0)

---
updated-dependencies:
- dependency-name: tailwind-merge
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): bump chroma-js and @types/chroma-js (#484)

Bumps [chroma-js](https://github.com/gka/chroma.js) and [@types/chroma-js](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chroma-js). These dependencies needed to be updated together.

Updates `chroma-js` from 2.6.0 to 3.1.2
- [Release notes](https://github.com/gka/chroma.js/releases)
- [Changelog](https://github.com/gka/chroma.js/blob/main/CHANGELOG.md)
- [Commits](gka/chroma.js@v2.6.0...v3.1.2)

Updates `@types/chroma-js` from 2.4.5 to 3.1.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chroma-js)

---
updated-dependencies:
- dependency-name: chroma-js
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: "@types/chroma-js"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): bump drizzle-orm from 0.36.4 to 0.38.3 (#480)

Bumps [drizzle-orm](https://github.com/drizzle-team/drizzle-orm) from 0.36.4 to 0.38.3.
- [Release notes](https://github.com/drizzle-team/drizzle-orm/releases)
- [Commits](drizzle-team/drizzle-orm@0.36.4...0.38.3)

---
updated-dependencies:
- dependency-name: drizzle-orm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fred <65135023+freds-dev@users.noreply.github.com>

* build(deps-dev): bump cookie from 0.6.0 to 1.0.2 (#489)

Bumps [cookie](https://github.com/jshttp/cookie) from 0.6.0 to 1.0.2.
- [Release notes](https://github.com/jshttp/cookie/releases)
- [Commits](jshttp/cookie@v0.6.0...v1.0.2)

---
updated-dependencies:
- dependency-name: cookie
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps-dev): bump msw from 1.3.5 to 2.7.0 (#490)

* build(deps-dev): bump msw from 1.3.5 to 2.7.0

Bumps [msw](https://github.com/mswjs/msw) from 1.3.5 to 2.7.0.
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](mswjs/msw@v1.3.5...v2.7.0)

---
updated-dependencies:
- dependency-name: msw
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* update `package-lock.json`

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: freds-dev <frebruc@gmail.com>

* build(deps): bump react-router from 7.1.1 to 7.1.3 (#491)

Bumps [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) from 7.1.1 to 7.1.3.
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/react-router@7.1.3/packages/react-router)

---
updated-dependencies:
- dependency-name: react-router
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fred <65135023+freds-dev@users.noreply.github.com>

* remove unused dependency and fix `expiresAt` device field (#493)

* build(deps): update react-map-gl to 7.1.8 and shadcn-ui to 0.9.4 (#495)

* remove old express prometheus middleware (#501)

* build(deps): bump @novu/notification-center from 0.15.0 to 2.0.0 (#498)

Bumps [@novu/notification-center](https://github.com/novuhq/novu) from 0.15.0 to 2.0.0.
- [Release notes](https://github.com/novuhq/novu/releases)
- [Commits](novuhq/novu@v0.15.0...v2.0.0)

---
updated-dependencies:
- dependency-name: "@novu/notification-center"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fred <65135023+freds-dev@users.noreply.github.com>

* build(deps-dev): bump @vitest/coverage-v8 from 2.1.8 to 3.0.4 (#500)

* build(deps-dev): bump @vitest/coverage-v8 from 2.1.8 to 3.0.4

Bumps [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) from 2.1.8 to 3.0.4.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.0.4/packages/coverage-v8)

---
updated-dependencies:
- dependency-name: "@vitest/coverage-v8"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* build(deps): update vitest to version 3.0.4 and add coverage to .gitignore

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fred <65135023+freds-dev@users.noreply.github.com>
Co-authored-by: freds-dev <frebruc@gmail.com>

* build(deps-dev): bump typescript from 5.1.6 to 5.7.3 (#499)

Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.1.6 to 5.7.3.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.1.6...v5.7.3)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fred <65135023+freds-dev@users.noreply.github.com>

* Fix: move to bigserial (#502)

* change to bigserial

* use bigserial and bigint with foreign key constraints

* fix(schema): change locationId type to BigInt in SensorWithMeasurementData

---------

Co-authored-by: Matthias Pfeil <matthias.pfeil@wwu.de>

* update `connect_timeout` for migration

* build(deps-dev): bump eslint-config-prettier from 8.10.0 to 10.0.1 (#506)

Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.10.0 to 10.0.1.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-config-prettier@v8.10.0...v10.0.1)

---
updated-dependencies:
- dependency-name: eslint-config-prettier
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Create LICENSE

* build(deps-dev): bump postcss from 8.5.1 to 8.5.2 (#508)

Bumps [postcss](https://github.com/postcss/postcss) from 8.5.1 to 8.5.2.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.5.1...8.5.2)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* refactor: change line chart to scatter chart and update related data handling (#520)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Matthias Pfeil <matthias.pfeil@wwu.de>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: update package-lock.json

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Fred <65135023+freds-dev@users.noreply.github.com>
Co-authored-by: Matthias Pfeil <matthias.pfeil@wwu.de>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.

1 participant