Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cf398ba

Browse files
authoredMar 14, 2024··
Merge branch 'main' into feat/slå-sammen-kill-switch
2 parents e70c355 + 9130a7d commit cf398ba

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed
 

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
"@types/cookie-parser": "^1.4.6",
156156
"@types/cors": "^2.8.17",
157157
"@types/express": "^4.17.21",
158-
"@types/express-session": "^1.17.10",
158+
"@types/express-session": "^1.18.0",
159159
"@types/jest": "^29.5.11",
160160
"@types/jsonwebtoken": "^9.0.5",
161161
"@types/mustache-express": "^1.2.5",
@@ -204,7 +204,7 @@
204204
"lint-staged": "^15.2.2",
205205
"mini-css-extract-plugin": "^2.8.1",
206206
"nodemon": "^3.0.1",
207-
"prettier": "^3.1.0",
207+
"prettier": "^3.2.5",
208208
"prop-types": "^15.8.1",
209209
"react-dev-utils": "^12.0.1",
210210
"react-element-to-jsx-string": "^15.0.0",

‎yarn.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -2564,10 +2564,10 @@
25642564
"@types/range-parser" "*"
25652565
"@types/send" "*"
25662566

2567-
"@types/express-session@^1.17.10":
2568-
version "1.17.10"
2569-
resolved "https://registry.npmjs.org/@types/express-session/-/express-session-1.17.10.tgz#3a9394f1f314a4c657af3fb1cdb52f00fc207fd2"
2570-
integrity sha512-U32bC/s0ejXijw5MAzyaV4tuZopCh/K7fPoUDyNbsRXHvPSeymygYD1RFL99YOLhF5PNOkzswvOTRaVHdL1zMw==
2567+
"@types/express-session@^1.18.0":
2568+
version "1.18.0"
2569+
resolved "https://registry.npmjs.org/@types/express-session/-/express-session-1.18.0.tgz#7c6f25c3604b28d6bc08a2e3929997bbc7672fa2"
2570+
integrity sha512-27JdDRgor6PoYlURY+Y5kCakqp5ulC0kmf7y+QwaY+hv9jEFuQOThgkjyA53RP3jmKuBsH5GR6qEfFmvb8mwOA==
25712571
dependencies:
25722572
"@types/express" "*"
25732573

@@ -9576,10 +9576,10 @@ prettier-linter-helpers@^1.0.0:
95769576
dependencies:
95779577
fast-diff "^1.1.2"
95789578

9579-
prettier@^3.1.0:
9580-
version "3.1.0"
9581-
resolved "https://registry.npmjs.org/prettier/-/prettier-3.1.0.tgz#c6d16474a5f764ea1a4a373c593b779697744d5e"
9582-
integrity sha512-TQLvXjq5IAibjh8EpBIkNKxO749UEWABoiIZehEPiY4GNpVdhaFKqSTu+QrlU6D2dPAfubRmtJTi4K4YkQ5eXw==
9579+
prettier@^3.2.5:
9580+
version "3.2.5"
9581+
resolved "https://registry.npmjs.org/prettier/-/prettier-3.2.5.tgz#e52bc3090586e824964a8813b09aba6233b28368"
9582+
integrity sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==
95839583

95849584
pretty-error@^4.0.0:
95859585
version "4.0.0"

0 commit comments

Comments
 (0)
Please sign in to comment.