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

chore(deps): bump the npm_and_yarn group across 2 directories with 15 updates #2183

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 9, 2024

Bumps the npm_and_yarn group with 13 updates in the / directory:

Package From To
@ory/integrations 1.1.5 1.2.1
@ory/client 1.4.2 1.14.3
casbin.js 0.5.1 1.0.1
recharts 2.1.12 2.12.7
postcss 8.4.31 8.4.32
@adobe/css-tools 4.3.1 4.4.0
braces 3.0.2 3.0.3
d3-color 2.0.0 3.1.0
ejs 3.1.9 3.1.10
express 4.18.2 4.19.2
follow-redirects 1.15.3 1.15.6
ws 8.14.2 8.18.0
ws 6.2.2 8.18.0
ws 7.5.9 8.18.0
webpack-dev-middleware 6.1.1 6.1.3
webpack-dev-middleware 5.3.3 6.1.3

Bumps the npm_and_yarn group with 1 update in the /e2e directory: braces.

Updates @ory/integrations from 1.1.5 to 1.2.1

Release notes

Sourced from @​ory/integrations's releases.

v1.2.1

What's Changed

New Contributors

Full Changelog: ory/integrations@v1.2.0...v1.3.0

1.2.0

What's Changed

New Contributors

Full Changelog: ory/integrations@1.1.5...v1.2.0

Commits
  • 781878c chore(actions): upgrade release workflow to use node v18 (#63)
  • 31e745b fix: update packages & replace request dependency (#60)
  • See full diff in compare view

Updates @ory/client from 1.4.2 to 1.14.3

Commits

Updates casbin.js from 0.5.1 to 1.0.1

Changelog

Sourced from casbin.js's changelog.

1.0.1 (2021-10-30)

Bug Fixes

  • update doc and release channel (da52e9b)

1.0.0 (2021-10-30)

Features

  • convert node-casbin to pure javascript project as casbin.js v1

1.0.0-beta.5 (2021-09-29)

Features

1.0.0-beta.4 (2021-08-31)

Features

  • Extend multiple sections type of escapeAssertion (#180) (4a8cc10)

1.0.0-beta.3 (2021-08-28)

Features

1.0.0-beta.2 (2021-08-22)

Bug Fixes

  • fix ts4 build configuration (a5034c8)

1.0.0-beta.1 (2021-08-22)

Features

Commits
  • 60d7758 chore(release): 1.0.1 [skip ci]
  • 8c57d84 Merge pull request #241 from nodece/release_v1
  • da52e9b fix: update doc and release channel
  • e607a30 chore(release): 1.0.0 [skip ci]
  • 1064933 Merge pull request #240 from nodece/master
  • b2369ef ci: remove v1 branch limit
  • 4a17ff8 Merge pull request #227 from nodece/v1
  • dea6c17 build: output ESM and UMD
  • 23b069f chore(release): 1.0.0-beta.5 [skip ci]
  • de676e7 Merge pull request #214 from Gabriel-403/RBAC_with_Domains_API
  • Additional commits viewable in compare view

Updates recharts from 2.1.12 to 2.12.7

Release notes

Sourced from recharts's releases.

v2.12.7

Whats changed

Fix

  • Area: re-add calculated area points to the areaDot callback props when it is a function. This was accidentally removed in v2.3. Fixes #4480
  • Brush: guard against undefined property access error when an ariaLabel is not specified. Follow up from recharts/recharts#2093

Full Changelog: recharts/recharts@v2.12.6...v2.12.7

v2.12.6

What's Changed

Fix

Chore

Full Changelog: recharts/recharts@v2.12.5...v2.12.6

v2.12.5

Small fixes while working on v3 continued...

What's Changed

Feat

Fix

Address recharts/recharts#4382

A recent release of @types/react broke some builds because they removed certain (unused) events from common event handler attributes. recharts was unknowingly enumerating keys of SVGProps in the Layer component with the old types and causing a type error on tsc with skipLibCheck: false

  • typescript - Layer: use SVGAttributes instead of SVGProps in forwardRef components by @​ckifer in recharts/recharts#4413
  • typescript - Pie: fix Pie ref which was cast to HTMLElement when the ref is actually referring to SVGGElement. This gave false information to whoever is using ref on the Pie component

Full Changelog: recharts/recharts@v2.12.4...v2.12.5

v2.12.4

What's Changed

Small fixes while working on v3 continued...

... (truncated)

Changelog

Sourced from recharts's changelog.

⚠️ Next versions change notes are available only on the GitHub Releases page ⚠️

2.2.0 (Dec 8, 2022)

feat

  • Support keyboard navigation in pie chart (#2923)
  • Allow reversing the tooltip direction (#3056)

fix

  • fix rounding leading to hairline gaps (#3075)
  • fix: do not override zero brush end index (#3076)
  • fix: allow dragging brush when the mouse is outside (#3072)
  • fix: add label type to line props (#3068)
  • Ensure LabelList generic extends Data interface (#2954)

2.1.16 (Oct 29, 2022)

fix

  • Fix incorrect date in CHAGELOG (#3016)
  • Let formatter function run even when value is falsy (#3026)
  • Fix(Sankey): update tooltip active state by trigger type(hover/click) (#3021)
  • Fix Area's baseValue prop (#3013)

2.1.15 (Oct 12, 2022)

fix

  • Fix scroll on hover
  • DefaultTooltipContent.tsx Solving type error for entry.value and entry.name

chore

  • Revert D3 version

2.1.14 (Sep 7, 2022)

fix

  • Add inactiveShape prop to Pie component (#2900)
  • Revert "chore: move type deps into devDependencies (#2843)" (#2942)
  • Fix typing of default tooltip formatter (#2924)
  • Take letter-spacing and font-size into consideration while rendering ticks (#2898)
  • Add formatter function type to tooltip props (#2916)
  • doc: Update CHANGELOG.md about d3 7.x (#2919)

2.1.13 (Jul 26, 2022)

fix

  • set animate flag before chart data update (#2911)
  • Error bar domain fix (#2863)
  • fix: fix "recharts@… doesn't provide prop-types, requested by react-smooth" warning (#2895)

chore

... (truncated)

Commits
  • 2074e2e 2.12.7
  • 1e9e032 fix: guard against accidental undefined access in Brush
  • 239b3ae fix(area-dot): regressionon in parameters passed to custom area dot
  • 22064ed 2.12.6
  • 504518d Added js suffix to main module and jsnext:main paths in package json (#4431)
  • a705024 fix: The box size of the Tooltip is 0 at the first rendering of TooltipBoundi...
  • bdad6ec 2.12.5
  • ed95633 fix(layer-types): use SVGAttributes instead of SVGProps in forwardRef compone...
  • 3d2e8b9 feat(BarChart): support percentage for barSize. Fixes #3640 (#4407)
  • 981eb8f 2.12.4
  • Additional commits viewable in compare view
Maintainer changes

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


Updates postcss from 8.4.31 to 8.4.32

Release notes

Sourced from postcss's releases.

8.4.32

Changelog

Sourced from postcss's changelog.

8.4.32

  • Fixed postcss().process() types (by Andrew Ferreira).
Commits

Updates @adobe/css-tools from 4.3.1 to 4.4.0

Changelog

Sourced from @​adobe/css-tools's changelog.

4.4.0 / 2024-06-05

4.3.3 / 2024-01-24

  • Update export property #271

4.3.2 / 2023-11-28

  • Fix redos vulnerability with specific crafted css string - CVE-2023-48631
  • Fix Problem parsing with :is() and nested :nth-child() #211
Commits

Updates braces from 3.0.2 to 3.0.3

Commits

Updates d3-color from 2.0.0 to 3.1.0

Release notes

Sourced from d3-color's releases.

v3.1.0

v3.0.1

  • Make build reproducible.

v3.0.0

  • Adopt type: module.

This package now requires Node.js 12 or higher. For more, please read Sindre Sorhus’s FAQ.

Commits

Updates d3-interpolate from 2.0.1 to 3.0.1

Release notes

Sourced from d3-interpolate's releases.

v3.0.1

  • Update dependencies.
  • Make build reproducible.

v3.0.0

  • Adopt type: module.

This package now requires Node.js 12 or higher. For more, please read Sindre Sorhus’s FAQ.

Commits

Updates ejs from 3.1.9 to 3.1.10

Release notes

Sourced from ejs's releases.

v3.1.10

Version 3.1.10

Commits

Updates express from 4.18.2 to 4.19.2

Release notes

Sourced from express's releases.

4.19.2

What's Changed

Full Changelog: expressjs/express@4.19.1...4.19.2

4.19.1

What's Changed

Full Changelog: expressjs/express@4.19.0...4.19.1

4.19.0

What's Changed

New Contributors

Full Changelog: expressjs/express@4.18.3...4.19.0

4.18.3

Main Changes

Other Changes

... (truncated)

Changelog

Sourced from express's changelog.

4.19.2 / 2024-03-25

  • Improved fix for open redirect allow list bypass

4.19.1 / 2024-03-20

  • Allow passing non-strings to res.location with new encoding handling checks

4.19.0 / 2024-03-20

4.18.3 / 2024-02-29

Commits
  • 04bc627 4.19.2
  • da4d763 Improved fix for open redirect allow list bypass
  • 4f0f6cc 4.19.1
  • a003cfa Allow passing non-strings to res.location with new encoding handling checks f...
  • a1fa90f fixed un-edited version in history.md for 4.19.0
  • 11f2b1d build: fix build due to inconsistent supertest behavior in older versions
  • 084e365 4.19.0
  • 0867302 Prevent open redirect allow list bypass due to encodeurl
  • 567c9c6 Add note on how to update docs for new release (#5541)
  • 69a4cf2 deps: [email protected]
  • Additional commits viewable in compare view
Maintainer changes

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


Updates follow-redirects from 1.15.3 to 1.15.6

Commits
  • 35a517c Release version 1.15.6 of the npm package.
  • c4f847f Drop Proxy-Authorization across hosts.
  • 8526b4a Use GitHub for disclosure.
  • b1677ce Release version 1.15.5 of the npm package.
  • d8914f7 Preserve fragment in responseUrl.
  • 6585820 Release version 1.15.4 of the npm package.
  • 7a6567e Disallow bracketed hostnames.
  • 05629af Prefer native URL instead of deprecated url.parse.
  • 1cba8e8 Prefer native URL instead of legacy url.resolve.
  • 72bc2a4 Simplify _processResponse error handling.
  • Additional commits viewable in compare view

Updates ws from 8.14.2 to 8.18.0

Release notes

Sourced from ws's releases.

8.18.0

Features

  • Added support for Blob (#2229).

8.17.1

Bug fixes

  • Fixed a DoS vulnerability (#2231).

A request with a number of headers exceeding the[server.maxHeadersCount][] threshold could be used to crash a ws server.

const http = require('http');
const WebSocket = require('ws');
const wss = new WebSocket.Server({ port: 0 }, function () {
const chars = "!#$%&'*+-.0123456789abcdefghijklmnopqrstuvwxyz^_`|~".split('');
const headers = {};
let count = 0;
for (let i = 0; i < chars.length; i++) {
if (count === 2000) break;
for (let j = 0; j &lt; chars.length; j++) {
  const key = chars[i] + chars[j];
  headers[key] = 'x';
if (++count === 2000) break;
}

}
headers.Connection = 'Upgrade';
headers.Upgrade = 'websocket';
headers['Sec-WebSocket-Key'] = 'dGhlIHNhbXBsZSBub25jZQ==';
headers['Sec-WebSocket-Version'] = '13';
const request = http.request({
headers: headers,
host: '127.0.0.1',
port: wss.address().port
});
request.end();
});

The vulnerability was reported by Ryan LaPointe in websockets/ws#2230.

... (truncated)

Commits
  • 976c53c [dist] 8.18.0
  • 59b9629 [feature] Add support for Blob (#2229)
  • 0d1b5e6 [security] Use more descriptive text for 2017 vulnerability link
  • 15f11a0 [security] Add new DoS vulnerability to SECURITY.md
  • 3c56601 [dist] 8.17.1
  • e55e510 [security] Fix crash when the Upgrade header cannot be read (#2231)
  • 6a00029 [test] Increase code coverage
  • ddfe4a8 [perf] Reduce the amount of crypto.randomFillSync() calls
  • b73b118 [dist] 8.17.0
  • 29694a5 [test] Use the highWaterMark variable
  • Additional commits viewable in compare view

Updates ws from 6.2.2 to 8.18.0

Release notes

Sourced from ws's releases.

8.18.0

Features

  • Added support for Blob (#2229).

8.17.1

Bug fixes

  • Fixed a DoS vulnerability (#2231).

A request with a number of headers exceeding the[server.maxHeadersCount][] threshold could be used to crash a ws server.

const http = require('http');
const WebSocket = require('ws');
const wss = new WebSocket.Server({ port: 0 }, function () {
const chars = "!#$%&'*+-.0123456789abcdefghijklmnopqrstuvwxyz^_`|~".split('');
const headers = {};
let count = 0;
for (let i = 0; i < chars.length; i++) {
if (count === 2000) break;
for (let j = 0; j &lt; chars.length; j++) {
  const key = chars[i] + chars[j];
  headers[key] = 'x';
if (++count === 2000) break;
}

}
headers.Connection = 'Upgrade';
headers.Upgrade = 'websocket';
headers['Sec-WebSocket-Key'] = 'dGhlIHNhbXBsZSBub25jZQ==';
headers['Sec-WebSocket-Version'] = '13';
const request = http.request({
headers: headers,
host: '127.0.0.1',
port: wss.address().port
});
request.end();
});

The vulnerability was reported by Ryan LaPointe in websockets/ws#2230.

... (truncated)

Commits
  • 976c53c [dist] 8.18.0
  • 59b9629 [feature] Add support for Blob (#2229)
  • 0d1b5e6 [security] Use more descriptive text for 2017 vulnerability link
  • 15f11a0 [security] Add new DoS vulnerability to SECURITY.md
  • 3c56601 [dist] 8.17.1
  • e55e510 [security] Fix crash when the Upgrade header cannot be read (#2231)
  • 6a00029 [test] Increase code coverage
  • ddfe4a8 [perf] Reduce the amount of crypto.randomFillSync() calls
  • b73b118 [dist] 8.17.0
  • 29694a5 [test] Use the highWaterMark variable
  • Additional commits viewable in compare view

Updates ws from 7.5.9 to 8.18.0

Release notes

Sourced from ws's releases.

8.18.0

Features

  • Added support for Blob (#2229).

8.17.1

Bug fixes

  • Fixed a DoS vulnerability (#2231).

A request with a number of headers exceeding the[server.maxHeadersCount][] threshold could be used to crash a ws server.

const http = require('http');
const WebSocket = require('ws');
const wss = new WebSocket.Server({ port: 0 }, function () {
const chars = "!#$%&'*+-.0123456789abcdefghijklmnopqrstuvwxyz^_`|~".split('');
const headers = {};
let count = 0;
for (let i = 0; i < chars.length; i++) {
if (count === 2000) break;
for (let j = 0; j &lt; chars.length; j++) {
  const key = chars[i] + chars[j];
  headers[key] = 'x';
if (++count === 2000) break;
}

}
headers.Connection = 'Upgrade';
headers.Upgrade = 'websocket';
headers['Sec-WebSocket-Key'] = 'dGhlIHNhbXBsZSBub25jZQ==';
headers['Sec-WebSocket-Version'] = '13';
const request = http.request({
headers: headers,
host: '127.0.0.1',
port: wss.address().port
});
request.end();
});

The vulnerability was reported by Ryan LaPointe in websockets/ws#2230.

... (truncated)

Commits
  • 976c53c [dist] 8.18.0
  • 59b9629 [feature] Add support for Blob (#2229)
  • 0d1b5e6 [security] Use more descriptive text for 2017 vulnerability link
  • 15f11a0 [security] Add new DoS vulnerability to SECURITY.md
  • 3c56601 [dist] 8.17.1
  • e55e510 [security] Fix crash when the Upgrade header cannot be read (#2231)
  • 6a00029 [test] Increase code coverage
  • ddfe4a8 [perf] Reduce the amount of crypto.randomFillSync() calls
  • b73b118 [dist] 8.17.0
  • 29694a5 [test] Use the highWaterMark variable
  • Additional commits viewable in compare view

Updates tough-cookie from 2.5.0 to 4.1.3

Release notes

Sourced from tough-cookie's releases.

4.1.3

Security fix for Prototype Pollution discovery in #282. This is a minor release, although output from the inspect utility is affected by this change, we felt this change was important enough to be pushed into the next patch.

4.1.2 -- Patch and Bugfix Release

What's Changed

Full Changelog: salesforce/tough-cookie@v4.1.1...v4.1.2

4.1.1

Patch Release

What's Changed

Full Changelog: salesforce/tough-cookie@v4.1.0...v4.1.1

4.1.0

v4.1.0

Minor release, focused mainly on resolving reported issues and some minor feature work.

What's Changed

... (truncated)

Commits
  • 4ff4d29 4.1.3 release preparation, update the package and lib/version to 4.1.3. (#284)
  • 12d4747 Prevent prototype pollution in cookie memstore (#283)
  • f06b72d Fix documentation for store.findCookies, missing allowSpecialUseDomain proper...
  • b1a8898 fix: allow set cookies with localhost (#253)
  • ec70796 4.1.1 Patch -- allow special use domains by default (#250)
  • d4ac580 fix: allow special use domains by default (#249)
  • 79c2f7d 4.1.0 release to NPM (#245)
  • 4fafc17 Prepare tough-cookie 4.1 for publishing (updated GitHub actions, move Dockerf...
  • aa4396d fix: distinguish between no samesite and samesite=none (#240)
  • b8d7511 Modernize README (#234)
  • Additional commits viewable in compare view
Maintainer changes

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


Updates webpack-dev-middleware from 6.1.1 to 6.1.3

Release notes

Sourced from webpack-dev-middleware's releases.

v6.1.3

6.1.3 (2024-03-29)

Bug Fixes

v6.1.2

6.1.2 (2024-03-20)

Bug Fixes

  • security: do not allow to read files above (#1778) (

… updates

Bumps the npm_and_yarn group with 13 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@ory/integrations](https://github.com/ory/integrations) | `1.1.5` | `1.2.1` |
| [@ory/client](https://github.com/ory/sdk) | `1.4.2` | `1.14.3` |
| [casbin.js](https://github.com/casbin/casbin.js) | `0.5.1` | `1.0.1` |
| [recharts](https://github.com/recharts/recharts) | `2.1.12` | `2.12.7` |
| [postcss](https://github.com/postcss/postcss) | `8.4.31` | `8.4.32` |
| [@adobe/css-tools](https://github.com/adobe/css-tools) | `4.3.1` | `4.4.0` |
| [braces](https://github.com/micromatch/braces) | `3.0.2` | `3.0.3` |
| [d3-color](https://github.com/d3/d3-color) | `2.0.0` | `3.1.0` |
| [ejs](https://github.com/mde/ejs) | `3.1.9` | `3.1.10` |
| [express](https://github.com/expressjs/express) | `4.18.2` | `4.19.2` |
| [follow-redirects](https://github.com/follow-redirects/follow-redirects) | `1.15.3` | `1.15.6` |
| [ws](https://github.com/websockets/ws) | `8.14.2` | `8.18.0` |
| [ws](https://github.com/websockets/ws) | `6.2.2` | `8.18.0` |
| [ws](https://github.com/websockets/ws) | `7.5.9` | `8.18.0` |
| [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) | `6.1.1` | `6.1.3` |
| [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) | `5.3.3` | `6.1.3` |

Bumps the npm_and_yarn group with 1 update in the /e2e directory: [braces](https://github.com/micromatch/braces).


Updates `@ory/integrations` from 1.1.5 to 1.2.1
- [Release notes](https://github.com/ory/integrations/releases)
- [Commits](ory/integrations@1.1.5...v1.2.1)

Updates `@ory/client` from 1.4.2 to 1.14.3
- [Release notes](https://github.com/ory/sdk/releases)
- [Commits](https://github.com/ory/sdk/commits)

Updates `casbin.js` from 0.5.1 to 1.0.1
- [Release notes](https://github.com/casbin/casbin.js/releases)
- [Changelog](https://github.com/casbin/casbin.js/blob/v1.0.1/CHANGELOG.md)
- [Commits](casbin/casbin.js@v0.5.1...v1.0.1)

Updates `recharts` from 2.1.12 to 2.12.7
- [Release notes](https://github.com/recharts/recharts/releases)
- [Changelog](https://github.com/recharts/recharts/blob/3.x/CHANGELOG.md)
- [Commits](recharts/recharts@v2.1.12...v2.12.7)

Updates `postcss` from 8.4.31 to 8.4.32
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.31...8.4.32)

Updates `@adobe/css-tools` from 4.3.1 to 4.4.0
- [Changelog](https://github.com/adobe/css-tools/blob/main/History.md)
- [Commits](https://github.com/adobe/css-tools/commits)

Updates `braces` from 3.0.2 to 3.0.3
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](micromatch/braces@3.0.2...3.0.3)

Updates `d3-color` from 2.0.0 to 3.1.0
- [Release notes](https://github.com/d3/d3-color/releases)
- [Commits](d3/d3-color@v2.0.0...v3.1.0)

Updates `d3-interpolate` from 2.0.1 to 3.0.1
- [Release notes](https://github.com/d3/d3-interpolate/releases)
- [Commits](d3/d3-interpolate@v2.0.1...v3.0.1)

Updates `ejs` from 3.1.9 to 3.1.10
- [Release notes](https://github.com/mde/ejs/releases)
- [Commits](mde/ejs@v3.1.9...v3.1.10)

Updates `express` from 4.18.2 to 4.19.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](expressjs/express@4.18.2...4.19.2)

Updates `follow-redirects` from 1.15.3 to 1.15.6
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.15.3...v1.15.6)

Updates `ws` from 8.14.2 to 8.18.0
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@8.14.2...8.18.0)

Updates `ws` from 6.2.2 to 8.18.0
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@8.14.2...8.18.0)

Updates `ws` from 7.5.9 to 8.18.0
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@8.14.2...8.18.0)

Updates `tough-cookie` from 2.5.0 to 4.1.3
- [Release notes](https://github.com/salesforce/tough-cookie/releases)
- [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md)
- [Commits](salesforce/tough-cookie@v2.5.0...v4.1.3)

Updates `webpack-dev-middleware` from 6.1.1 to 6.1.3
- [Release notes](https://github.com/webpack/webpack-dev-middleware/releases)
- [Changelog](https://github.com/webpack/webpack-dev-middleware/blob/v6.1.3/CHANGELOG.md)
- [Commits](webpack/webpack-dev-middleware@v6.1.1...v6.1.3)

Updates `webpack-dev-middleware` from 5.3.3 to 6.1.3
- [Release notes](https://github.com/webpack/webpack-dev-middleware/releases)
- [Changelog](https://github.com/webpack/webpack-dev-middleware/blob/v6.1.3/CHANGELOG.md)
- [Commits](webpack/webpack-dev-middleware@v6.1.1...v6.1.3)

Updates `braces` from 3.0.2 to 3.0.3
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](micromatch/braces@3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: "@ory/integrations"
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: "@ory/client"
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: casbin.js
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: recharts
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: postcss
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: "@adobe/css-tools"
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: braces
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: d3-color
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: d3-interpolate
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: ejs
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: express
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: follow-redirects
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: ws
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: ws
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: ws
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: tough-cookie
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: webpack-dev-middleware
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: webpack-dev-middleware
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: braces
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link

vercel bot commented Aug 9, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
aws-preview ❌ Failed (Inspect) Aug 9, 2024 9:05am
flanksource-ui ❌ Failed (Inspect) Aug 9, 2024 9:05am

Copy link

netlify bot commented Aug 9, 2024

Deploy Preview for flanksource-demo-stable failed.

Name Link
🔨 Latest commit 11aca7d
🔍 Latest deploy log https://app.netlify.com/sites/flanksource-demo-stable/deploys/66b5c736865e2b000847c82c

Copy link

netlify bot commented Aug 9, 2024

Deploy Preview for goofy-euclid-75956c failed.

Name Link
🔨 Latest commit 11aca7d
🔍 Latest deploy log https://app.netlify.com/sites/goofy-euclid-75956c/deploys/66b5c73629b18a0008f63335

Copy link

netlify bot commented Aug 9, 2024

Deploy Preview for clerk-saas-ui failed.

Name Link
🔨 Latest commit 11aca7d
🔍 Latest deploy log https://app.netlify.com/sites/clerk-saas-ui/deploys/66b5c73629b18a0008f63337

Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 13, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Aug 13, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/npm_and_yarn-1ddb31757d branch August 13, 2024 07:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants