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

fix(deps): update dependency @nestjs/serve-static to v4 - autoclosed #225

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix(deps): update dependency @nestjs/serve-static to v4
renovate[bot] authored Mar 28, 2024
commit b5ee6e2fc2ae123d5df2a18af562c25e7bcef1ab
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@
"@nestjs/common": "9.4.3",
"@nestjs/core": "9.4.3",
"@nestjs/platform-express": "9.4.3",
"@nestjs/serve-static": "^3.0.1",
"@nestjs/serve-static": "^4.0.0",
"@openfeature/env-var-provider": "^0.2.0",
"@openfeature/flagd-provider": "^0.10.4",
"@openfeature/flagd-web-provider": "^0.4.1",

Unchanged files with check annotations Beta

override render(): ReactNode {
return (
<>

Check warning on line 142 in packages/ui/src/app/demos.tsx

GitHub Actions / main

Fragments should contain more than one child - otherwise, there’s no need for a Fragment at all

Check warning on line 142 in packages/ui/src/app/demos.tsx

GitHub Actions / main

Fragments should contain more than one child - otherwise, there’s no need for a Fragment at all
<BrowserRouter>
{/* The rest of your app goes here */}
<p>
You can use this selector to change the active provider in real-time! Configure the demo flags in the SaaS
Vendor of your choice, or you can create a custom provider of your own! Check out this project's{' '}
<a href="https://github.com/open-feature/playground" target="_blank">

Check warning on line 114 in packages/ui/src/app/demos/fib3r/tour.tsx

GitHub Actions / main

Using target="_blank" without rel="noreferrer" (which implies rel="noopener") is a security risk in older browsers: see https://mathiasbynens.github.io/rel-noopener/#recommendations

Check warning on line 114 in packages/ui/src/app/demos/fib3r/tour.tsx

GitHub Actions / main

Using target="_blank" without rel="noreferrer" (which implies rel="noopener") is a security risk in older browsers: see https://mathiasbynens.github.io/rel-noopener/#recommendations
README
</a>{' '}
for more info.