Skip to content

Commit

Permalink
Merge pull request #2953 from navikt/dependabot/npm_and_yarn/minor-an…
Browse files Browse the repository at this point in the history
…d-patch-dependencies-5efe3c556e

Bump the minor-and-patch-dependencies group with 11 updates
  • Loading branch information
charliemidtlyng authored Nov 25, 2024
2 parents 5d1f86f + ca5dc83 commit b668a20
Show file tree
Hide file tree
Showing 3 changed files with 393 additions and 296 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,19 @@
},
"dependencies": {
"@amplitude/analytics-browser": "2.11.9",
"@navikt/aksel-icons": "^7.5.1",
"@navikt/ds-css": "7.5.1",
"@navikt/ds-react": "7.5.1",
"@navikt/ds-tokens": "7.5.1",
"@navikt/familie-backend": "10.1.0",
"@navikt/aksel-icons": "^7.5.3",
"@navikt/ds-css": "7.5.3",
"@navikt/ds-react": "7.5.3",
"@navikt/ds-tokens": "7.5.3",
"@navikt/familie-backend": "10.1.1",
"@navikt/familie-endringslogg": "^13.1.4",
"@navikt/familie-form-elements": "^21.0.2",
"@navikt/familie-header": "^14.1.1",
"@navikt/familie-logging": "^7.0.1",
"@navikt/familie-logging": "^7.0.2",
"@navikt/familie-visittkort": "^15.1.2",
"@navikt/fnrvalidator": "^2.1.2",
"@sentry/browser": "^8.38.0",
"@sentry/core": "^8.22.0",
"@navikt/fnrvalidator": "^2.1.5",
"@sentry/browser": "^8.40.0",
"@sentry/core": "^8.40.0",
"@types/express": "^5.0.0",
"@types/file-saver": "^2.0.7",
"@types/react": "^18.3.12",
Expand All @@ -55,7 +55,7 @@
"constate": "^3.3.2",
"date-fns": "^4.1.0",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"express": "^5.0.1",
"express-static-gzip": "^2.2.0",
"file-loader": "^6.2.0",
"http-proxy-middleware": "^3.0.3",
Expand Down Expand Up @@ -88,7 +88,7 @@
"@types/webpack-dev-middleware": "^5.3.0",
"@types/webpack-env": "^1.18.5",
"@types/webpack-hot-middleware": "^2.25.9",
"typescript-eslint": "^8.14.0",
"typescript-eslint": "^8.15.0",
"compression-webpack-plugin": "^11.1.0",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
Expand All @@ -101,7 +101,7 @@
"eslint-webpack-plugin": "^4.2.0",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"html-webpack-plugin": "^5.6.3",
"husky": "^9.1.6",
"husky": "^9.1.7",
"less": "^4.2.0",
"less-loader": "^12.2.0",
"lint-staged": "^15.2.10",
Expand All @@ -113,7 +113,7 @@
"style-loader": "^4.0.0",
"ts-loader": "^9.5.1",
"tsconfig-paths-webpack-plugin": "^4.2.0",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"vitest": "^2.1.5",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4",
Expand Down
2 changes: 1 addition & 1 deletion src/backend/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default (authClient: Client, router: Router): Router => {
});

router.get(
'*',
'*global',
redirectHvisInternUrlIPreprod(),
ensureAuthenticated(authClient, false),
(_req: Request, res: Response) => {
Expand Down
Loading

0 comments on commit b668a20

Please sign in to comment.