Skip to content

Commit 6177bf6

Browse files
Bump the patch-and-minor group across 1 directory with 5 updates (#7134)
Bumps the patch-and-minor group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@storybook/test-runner](https://github.com/storybookjs/test-runner) | `0.21.2` | `0.21.3` | | [msw](https://github.com/mswjs/msw) | `2.7.0` | `2.7.1` | | [postcss](https://github.com/postcss/postcss) | `8.5.2` | `8.5.3` | | [uuid](https://github.com/uuidjs/uuid) | `11.0.5` | `11.1.0` | | [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.66.7` | `5.66.9` | Updates `@storybook/test-runner` from 0.21.2 to 0.21.3 - [Release notes](https://github.com/storybookjs/test-runner/releases) - [Changelog](https://github.com/storybookjs/test-runner/blob/v0.21.3/CHANGELOG.md) - [Commits](storybookjs/test-runner@v0.21.2...v0.21.3) Updates `msw` from 2.7.0 to 2.7.1 - [Release notes](https://github.com/mswjs/msw/releases) - [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md) - [Commits](mswjs/msw@v2.7.0...v2.7.1) Updates `postcss` from 8.5.2 to 8.5.3 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.5.2...8.5.3) Updates `uuid` from 11.0.5 to 11.1.0 - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](uuidjs/uuid@v11.0.5...v11.1.0) Updates `@tanstack/react-query` from 5.66.7 to 5.66.9 - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.66.9/packages/react-query) --- updated-dependencies: - dependency-name: "@storybook/test-runner" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-and-minor - dependency-name: msw dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-and-minor - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-and-minor - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-and-minor - dependency-name: "@tanstack/react-query" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-and-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 87e379b commit 6177bf6

File tree

15 files changed

+59
-50
lines changed

15 files changed

+59
-50
lines changed

.storybook/main.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const config: StorybookConfig = {
1414
csfPluginOptions: null,
1515
},
1616
},
17-
// '@storybook/addon-a11y',
17+
'@storybook/addon-a11y',
1818
],
1919
staticDirs: ['../public'],
2020

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"@storybook/react": "8.5.8",
7979
"@storybook/react-vite": "8.5.8",
8080
"@storybook/test": "8.5.8",
81-
"@storybook/test-runner": "^0.21.2",
81+
"@storybook/test-runner": "^0.21.3",
8282
"@storybook/theming": "8.5.8",
8383
"@testing-library/dom": "10.4.0",
8484
"@testing-library/jest-dom": "^6.6.3",
@@ -105,9 +105,9 @@
105105
"jsdom": "26.0.0",
106106
"lint-staged": "15.4.3",
107107
"loose-ts-check": "^2.0.0",
108-
"msw": "2.7.0",
108+
"msw": "2.7.1",
109109
"msw-storybook-addon": "^2.0.4",
110-
"postcss": "^8.5.2",
110+
"postcss": "^8.5.3",
111111
"prettier": "3.5.1",
112112
"storybook": "8.5.8",
113113
"stylelint": "16.14.1",
@@ -123,7 +123,7 @@
123123
"vitest-axe": "0.1.0"
124124
},
125125
"resolutions": {
126-
"postcss": "8.5.2",
126+
"postcss": "8.5.3",
127127
"parse-url": "8.1.0",
128128
"@types/react": "19.0.3"
129129
},

packages/fakta-barn-oms/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"moment": "2.30.1",
1616
"react": "19.0.0",
1717
"react-intl": "7.1.6",
18-
"uuid": "11.0.5"
18+
"uuid": "11.1.0"
1919
},
2020
"devDependencies": {
2121
"@fpsak-frontend/utils-test": "1.0.0"

packages/fakta-inntektsmelding/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"author": "NAV IT",
1111
"license": "MIT",
1212
"devDependencies": {
13-
"msw": "2.7.0",
13+
"msw": "2.7.1",
1414
"vite": "^6.1.1",
1515
"vite-plugin-node-polyfills": "^0.23.0"
1616
},

packages/fakta-medisinsk-vilkår/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"devDependencies": {
1313
"cors": "^2.8.5",
14-
"msw": "2.7.0",
14+
"msw": "2.7.1",
1515
"vite": "^6.1.1",
1616
"vite-plugin-node-polyfills": "^0.23.0"
1717
},
@@ -23,7 +23,7 @@
2323
"@navikt/ds-react": "7.13.0",
2424
"@navikt/ft-plattform-komponenter": "^7.2.5",
2525
"@popperjs/core": "2.11.8",
26-
"@tanstack/react-query": "^5.66.7",
26+
"@tanstack/react-query": "^5.66.9",
2727
"axios": "1.7.9",
2828
"classnames": "2.5.1",
2929
"dayjs": "1.11.13",

packages/fakta-ny-inntekt/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"react": "19.0.0",
2424
"react-hook-form": "7.54.2",
2525
"react-intl": "7.1.6",
26-
"uuid": "11.0.5"
26+
"uuid": "11.1.0"
2727
}
2828
}

packages/fakta-om-barnet/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dev": "vite serve"
1111
},
1212
"devDependencies": {
13-
"msw": "2.7.0",
13+
"msw": "2.7.1",
1414
"vite": "^6.1.1",
1515
"vite-plugin-node-polyfills": "^0.23.0"
1616
},

packages/fakta-omsorgen-for/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dev": "vite serve"
1111
},
1212
"devDependencies": {
13-
"msw": "2.7.0",
13+
"msw": "2.7.1",
1414
"vite": "^6.1.1",
1515
"vite-plugin-node-polyfills": "^0.23.0"
1616
},

packages/fakta-opplaering/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"formik": "2.4.6",
1717
"react-intl": "7.1.6",
1818
"react-outside-click-handler": "1.3.0",
19-
"uuid": "11.0.5",
19+
"uuid": "11.1.0",
2020
"yup": "1.6.1"
2121
}
2222
}

packages/sak-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@navikt/ft-ui-komponenter": "^3.1.6",
4848
"@sentry/browser": "8.53.0",
4949
"@sentry/react": "^9.1.0",
50-
"@tanstack/react-query": "^5.66.7",
50+
"@tanstack/react-query": "^5.66.9",
5151
"axios": "1.7.9",
5252
"classnames": "2.5.1",
5353
"history": "5.3.0",

packages/sak-behandling-velger/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@fpsak-frontend/shared-components": "1.0.0",
1111
"@k9-sak-web/konstanter": "1.0.0",
1212
"@k9-sak-web/types": "1.0.0",
13-
"@tanstack/react-query": "^5.66.7",
13+
"@tanstack/react-query": "^5.66.9",
1414
"classnames": "2.5.1",
1515
"history": "5.3.0",
1616
"moment": "2.30.1",

packages/sak-dokumenter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@fpsak-frontend/kodeverk": "1.0.0",
1010
"@fpsak-frontend/shared-components": "1.0.0",
1111
"@k9-sak-web/types": "1.0.0",
12-
"@tanstack/react-query": "^5.66.7",
12+
"@tanstack/react-query": "^5.66.9",
1313
"react": "19.0.0",
1414
"react-intl": "7.1.6"
1515
},

packages/utils-test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"license": "MIT",
99
"private": true,
1010
"dependencies": {
11-
"@tanstack/react-query": "^5.66.7",
11+
"@tanstack/react-query": "^5.66.9",
1212
"react": "19.0.0",
1313
"react-intl": "7.1.6"
1414
}

packages/v2/gui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@navikt/ft-form-hooks": "^6.2.2",
2323
"@navikt/ft-form-validators": "^3.1.5",
2424
"@navikt/ft-utils": "^3.1.5",
25-
"@tanstack/react-query": "^5.66.7",
25+
"@tanstack/react-query": "^5.66.9",
2626
"@types/object-hash": "^3.0.6",
2727
"axios": "1.7.9",
2828
"object-hash": "^3.0.0",

yarn.lock

+41-32
Original file line numberDiff line numberDiff line change
@@ -3217,7 +3217,7 @@ __metadata:
32173217
"@fpsak-frontend/shared-components": "npm:1.0.0"
32183218
"@fpsak-frontend/utils-test": "npm:1.0.0"
32193219
"@k9-sak-web/types": "npm:1.0.0"
3220-
"@tanstack/react-query": "npm:^5.66.7"
3220+
"@tanstack/react-query": "npm:^5.66.9"
32213221
react: "npm:19.0.0"
32223222
react-intl: "npm:7.1.6"
32233223
languageName: unknown
@@ -3449,7 +3449,7 @@ __metadata:
34493449
version: 0.0.0-use.local
34503450
resolution: "@fpsak-frontend/utils-test@workspace:packages/utils-test"
34513451
dependencies:
3452-
"@tanstack/react-query": "npm:^5.66.7"
3452+
"@tanstack/react-query": "npm:^5.66.9"
34533453
react: "npm:19.0.0"
34543454
react-intl: "npm:7.1.6"
34553455
languageName: unknown
@@ -4303,7 +4303,7 @@ __metadata:
43034303
moment: "npm:2.30.1"
43044304
react: "npm:19.0.0"
43054305
react-intl: "npm:7.1.6"
4306-
uuid: "npm:11.0.5"
4306+
uuid: "npm:11.1.0"
43074307
languageName: unknown
43084308
linkType: soft
43094309

@@ -4340,7 +4340,7 @@ __metadata:
43404340
"@popperjs/core": "npm:2.11.8"
43414341
classnames: "npm:2.5.1"
43424342
dayjs: "npm:1.11.13"
4343-
msw: "npm:2.7.0"
4343+
msw: "npm:2.7.1"
43444344
react: "npm:19.0.0"
43454345
react-collapse: "npm:5.1.1"
43464346
react-dom: "npm:19.0.0"
@@ -4372,12 +4372,12 @@ __metadata:
43724372
"@navikt/ds-react": "npm:7.13.0"
43734373
"@navikt/ft-plattform-komponenter": "npm:^7.2.5"
43744374
"@popperjs/core": "npm:2.11.8"
4375-
"@tanstack/react-query": "npm:^5.66.7"
4375+
"@tanstack/react-query": "npm:^5.66.9"
43764376
axios: "npm:1.7.9"
43774377
classnames: "npm:2.5.1"
43784378
cors: "npm:^2.8.5"
43794379
dayjs: "npm:1.11.13"
4380-
msw: "npm:2.7.0"
4380+
msw: "npm:2.7.1"
43814381
react: "npm:19.0.0"
43824382
react-collapse: "npm:5.1.1"
43834383
react-dom: "npm:19.0.0"
@@ -4405,7 +4405,7 @@ __metadata:
44054405
react: "npm:19.0.0"
44064406
react-hook-form: "npm:7.54.2"
44074407
react-intl: "npm:7.1.6"
4408-
uuid: "npm:11.0.5"
4408+
uuid: "npm:11.1.0"
44094409
languageName: unknown
44104410
linkType: soft
44114411

@@ -4418,7 +4418,7 @@ __metadata:
44184418
"@popperjs/core": "npm:2.11.8"
44194419
classnames: "npm:2.5.1"
44204420
dayjs: "npm:1.11.13"
4421-
msw: "npm:2.7.0"
4421+
msw: "npm:2.7.1"
44224422
react: "npm:19.0.0"
44234423
react-collapse: "npm:5.1.1"
44244424
react-dom: "npm:19.0.0"
@@ -4441,7 +4441,7 @@ __metadata:
44414441
"@popperjs/core": "npm:2.11.8"
44424442
classnames: "npm:2.5.1"
44434443
dayjs: "npm:1.11.13"
4444-
msw: "npm:2.7.0"
4444+
msw: "npm:2.7.1"
44454445
object-hash: "npm:3.0.0"
44464446
react: "npm:19.0.0"
44474447
react-collapse: "npm:5.1.1"
@@ -4468,7 +4468,7 @@ __metadata:
44684468
formik: "npm:2.4.6"
44694469
react-intl: "npm:7.1.6"
44704470
react-outside-click-handler: "npm:1.3.0"
4471-
uuid: "npm:11.0.5"
4471+
uuid: "npm:11.1.0"
44724472
yup: "npm:1.6.1"
44734473
languageName: unknown
44744474
linkType: soft
@@ -4506,7 +4506,7 @@ __metadata:
45064506
"@navikt/ft-form-hooks": "npm:^6.2.2"
45074507
"@navikt/ft-form-validators": "npm:^3.1.5"
45084508
"@navikt/ft-utils": "npm:^3.1.5"
4509-
"@tanstack/react-query": "npm:^5.66.7"
4509+
"@tanstack/react-query": "npm:^5.66.9"
45104510
"@types/object-hash": "npm:^3.0.6"
45114511
axios: "npm:1.7.9"
45124512
object-hash: "npm:^3.0.0"
@@ -4778,7 +4778,7 @@ __metadata:
47784778
"@navikt/ft-ui-komponenter": "npm:^3.1.6"
47794779
"@sentry/browser": "npm:8.53.0"
47804780
"@sentry/react": "npm:^9.1.0"
4781-
"@tanstack/react-query": "npm:^5.66.7"
4781+
"@tanstack/react-query": "npm:^5.66.9"
47824782
axios: "npm:1.7.9"
47834783
classnames: "npm:2.5.1"
47844784
history: "npm:5.3.0"
@@ -4805,7 +4805,7 @@ __metadata:
48054805
"@fpsak-frontend/utils-test": "npm:1.0.0"
48064806
"@k9-sak-web/konstanter": "npm:1.0.0"
48074807
"@k9-sak-web/types": "npm:1.0.0"
4808-
"@tanstack/react-query": "npm:^5.66.7"
4808+
"@tanstack/react-query": "npm:^5.66.9"
48094809
classnames: "npm:2.5.1"
48104810
history: "npm:5.3.0"
48114811
moment: "npm:2.30.1"
@@ -6418,9 +6418,9 @@ __metadata:
64186418
languageName: node
64196419
linkType: hard
64206420

6421-
"@storybook/test-runner@npm:^0.21.2":
6422-
version: 0.21.2
6423-
resolution: "@storybook/test-runner@npm:0.21.2"
6421+
"@storybook/test-runner@npm:^0.21.3":
6422+
version: 0.21.3
6423+
resolution: "@storybook/test-runner@npm:0.21.3"
64246424
dependencies:
64256425
"@babel/core": "npm:^7.22.5"
64266426
"@babel/generator": "npm:^7.22.5"
@@ -6445,7 +6445,7 @@ __metadata:
64456445
storybook: ^8.2.0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0
64466446
bin:
64476447
test-storybook: dist/test-storybook.js
6448-
checksum: 10/39bfd129fbfa9a43a2aad38968b5c5e6820ce9ce721e897227258bb3e8c6f6f7945252cdffdd7a5a2267a78bcd142ebc7d0c6b6719cbed08cd8704631bb2d43a
6448+
checksum: 10/897b91be682578dfcb6af4a98f2d28e895d61edab858a61cd9dc83ea7bebc637c7df843c3e1c077b018e5e6383111af1ae1f3168a06f4437fd9131e4603e3c1a
64496449
languageName: node
64506450
linkType: hard
64516451

@@ -6766,14 +6766,14 @@ __metadata:
67666766
languageName: node
67676767
linkType: hard
67686768

6769-
"@tanstack/react-query@npm:^5.66.7":
6770-
version: 5.66.7
6771-
resolution: "@tanstack/react-query@npm:5.66.7"
6769+
"@tanstack/react-query@npm:^5.66.9":
6770+
version: 5.66.9
6771+
resolution: "@tanstack/react-query@npm:5.66.9"
67726772
dependencies:
67736773
"@tanstack/query-core": "npm:5.66.4"
67746774
peerDependencies:
67756775
react: ^18 || ^19
6776-
checksum: 10/3d66a09f56f7722f3a7273e2217bcf078515779bedc09f6fdd0aba5eb6c810e74e39a2edcbb4d0bf538d84e395cb74f5fdfd085c48d50afe675cbbe5bef07e21
6776+
checksum: 10/c30b7074d55f4143979550a54fe5fdcf140460bbfadebb9754ca447fa2eee45c6732e1ad30a786fcdbec86dbf90e9372c5715b70e99b987953331b0b03beeec6
67776777
languageName: node
67786778
linkType: hard
67796779

@@ -13699,7 +13699,7 @@ __metadata:
1369913699
"@storybook/react": "npm:8.5.8"
1370013700
"@storybook/react-vite": "npm:8.5.8"
1370113701
"@storybook/test": "npm:8.5.8"
13702-
"@storybook/test-runner": "npm:^0.21.2"
13702+
"@storybook/test-runner": "npm:^0.21.3"
1370313703
"@storybook/theming": "npm:8.5.8"
1370413704
"@testing-library/dom": "npm:10.4.0"
1370513705
"@testing-library/jest-dom": "npm:^6.6.3"
@@ -13731,10 +13731,10 @@ __metadata:
1373113731
jsdom: "npm:26.0.0"
1373213732
lint-staged: "npm:15.4.3"
1373313733
loose-ts-check: "npm:^2.0.0"
13734-
msw: "npm:2.7.0"
13734+
msw: "npm:2.7.1"
1373513735
msw-storybook-addon: "npm:^2.0.4"
1373613736
node-cache: "npm:5.1.2"
13737-
postcss: "npm:^8.5.2"
13737+
postcss: "npm:^8.5.3"
1373813738
postcss-import: "npm:^16.1.0"
1373913739
prettier: "npm:3.5.1"
1374013740
react: "npm:19.0.0"
@@ -14494,9 +14494,9 @@ __metadata:
1449414494
languageName: node
1449514495
linkType: hard
1449614496

14497-
"msw@npm:2.7.0":
14498-
version: 2.7.0
14499-
resolution: "msw@npm:2.7.0"
14497+
"msw@npm:2.7.1":
14498+
version: 2.7.1
14499+
resolution: "msw@npm:2.7.1"
1450014500
dependencies:
1450114501
"@bundled-es-modules/cookie": "npm:^2.0.1"
1450214502
"@bundled-es-modules/statuses": "npm:^1.0.1"
@@ -14523,7 +14523,7 @@ __metadata:
1452314523
optional: true
1452414524
bin:
1452514525
msw: cli/index.js
14526-
checksum: 10/165ccf37d90da0d5271fdb8e01f89f48f7a60fb810038ff73d18c0e5e5ddfdb1266002d19cde61b9ae689ef37c39499b10d9d07e0d16662a31630ce9adce1d77
14526+
checksum: 10/642f0262854eff0336c89ebfb2ad24fd504ebd5c13adcd71345104fe075d4860e77773980577ec22244805f7f6bfdebd90fc369b2f80e4235396a28248263000
1452714527
languageName: node
1452814528
linkType: hard
1452914529

@@ -15692,14 +15692,14 @@ __metadata:
1569215692
languageName: node
1569315693
linkType: hard
1569415694

15695-
"postcss@npm:8.5.2":
15696-
version: 8.5.2
15697-
resolution: "postcss@npm:8.5.2"
15695+
"postcss@npm:8.5.3":
15696+
version: 8.5.3
15697+
resolution: "postcss@npm:8.5.3"
1569815698
dependencies:
1569915699
nanoid: "npm:^3.3.8"
1570015700
picocolors: "npm:^1.1.1"
1570115701
source-map-js: "npm:^1.2.1"
15702-
checksum: 10/e08c2be3cf461cc63cf4c8e97bb3d5185e196ee0a9b75879cf130590f32bc38c7829c6c4e260158e214fb68a828a95bdac84c8f17fefba993d3ced686643c3e2
15702+
checksum: 10/6d7e21a772e8b05bf102636918654dac097bac013f0dc8346b72ac3604fc16829646f94ea862acccd8f82e910b00e2c11c1f0ea276543565d278c7ca35516a7c
1570315703
languageName: node
1570415704
linkType: hard
1570515705

@@ -18578,6 +18578,15 @@ __metadata:
1857818578
languageName: node
1857918579
linkType: hard
1858018580

18581+
"uuid@npm:11.1.0":
18582+
version: 11.1.0
18583+
resolution: "uuid@npm:11.1.0"
18584+
bin:
18585+
uuid: dist/esm/bin/uuid
18586+
checksum: 10/d2da43b49b154d154574891ced66d0c83fc70caaad87e043400cf644423b067542d6f3eb641b7c819224a7cd3b4c2f21906acbedd6ec9c6a05887aa9115a9cf5
18587+
languageName: node
18588+
linkType: hard
18589+
1858118590
"uuid@npm:^8.3.2":
1858218591
version: 8.3.2
1858318592
resolution: "uuid@npm:8.3.2"

0 commit comments

Comments
 (0)