Skip to content

Commit 1ffa02d

Browse files
Merge branch 'main' into legger-til-sanity-tekster-i-om-barnet-steget
2 parents 7a9b1c7 + 84d9e83 commit 1ffa02d

File tree

2 files changed

+33
-8
lines changed

2 files changed

+33
-8
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
"@testing-library/react": "^16.0.0",
145145
"@types/cookie-parser": "^1.4.7",
146146
"@types/cors": "^2.8.17",
147-
"@types/eslint-plugin-jsx-a11y": "^6.9.0",
147+
"@types/eslint-plugin-jsx-a11y": "^6.10.0",
148148
"@types/express": "^4.17.21",
149149
"@types/express-session": "^1.18.0",
150150
"@types/jest": "^29.5.11",

yarn.lock

+32-7
Original file line numberDiff line numberDiff line change
@@ -2671,10 +2671,10 @@
26712671
resolved "https://registry.npmjs.org/@types/deep-equal/-/deep-equal-1.0.4.tgz#c0a854be62d6b9fae665137a6639aab53389a147"
26722672
integrity sha512-tqdiS4otQP4KmY0PR3u6KbZ5EWvhNdUoS/jc93UuK23C220lOZ/9TvjfxdPcKvqwwDVtmtSCrnr0p/2dirAxkA==
26732673

2674-
"@types/eslint-plugin-jsx-a11y@^6.9.0":
2675-
version "6.9.0"
2676-
resolved "https://registry.npmjs.org/@types/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.9.0.tgz#477a6125401c1524cdbe48d13fe4120f80e3030b"
2677-
integrity sha512-5nw0sPyYGCsFibwjOXftxends8Nrh/JLgDtBWj6aJVcN14kHwy1yIy0o1MGLKfCcR27pvUFGgYG+hX2HSX16uA==
2674+
"@types/eslint-plugin-jsx-a11y@^6.10.0":
2675+
version "6.10.0"
2676+
resolved "https://registry.npmjs.org/@types/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.10.0.tgz#519d411f854e3c639fd0b90d74f978554b93d38d"
2677+
integrity sha512-TGKmk2gO6DrvTVADNOGQMqn3SzqcFcJILFnXNllQA34us9uClS3/AsL/cERPz6jS9ePI3bx+1q8/d2GZsxPVYw==
26782678
dependencies:
26792679
"@types/eslint" "*"
26802680

@@ -10584,7 +10584,16 @@ string-length@^5.0.1:
1058410584
char-regex "^2.0.0"
1058510585
strip-ansi "^7.0.1"
1058610586

10587-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
10587+
"string-width-cjs@npm:string-width@^4.2.0":
10588+
version "4.2.3"
10589+
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
10590+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
10591+
dependencies:
10592+
emoji-regex "^8.0.0"
10593+
is-fullwidth-code-point "^3.0.0"
10594+
strip-ansi "^6.0.1"
10595+
10596+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
1058810597
version "4.2.3"
1058910598
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1059010599
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -10689,7 +10698,14 @@ string_decoder@~1.1.1:
1068910698
dependencies:
1069010699
safe-buffer "~5.1.0"
1069110700

10692-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
10701+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
10702+
version "6.0.1"
10703+
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
10704+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
10705+
dependencies:
10706+
ansi-regex "^5.0.1"
10707+
10708+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
1069310709
version "6.0.1"
1069410710
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1069510711
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -11772,7 +11788,16 @@ winston@^3.11.0:
1177211788
triple-beam "^1.3.0"
1177311789
winston-transport "^4.5.0"
1177411790

11775-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
11791+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
11792+
version "7.0.0"
11793+
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
11794+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
11795+
dependencies:
11796+
ansi-styles "^4.0.0"
11797+
string-width "^4.1.0"
11798+
strip-ansi "^6.0.0"
11799+
11800+
wrap-ansi@^7.0.0:
1177611801
version "7.0.0"
1177711802
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
1177811803
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==

0 commit comments

Comments
 (0)