File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 152152 "size-limit" : " 11.2.0" ,
153153 "symlink-dir" : " 6.0.5" ,
154154 "sync-directory" : " 6.0.5" ,
155- "testcafe" : " ^3.7.4 " ,
155+ "testcafe" : " ^3.7.5 " ,
156156 "typescript" : " 5.8.3" ,
157- "vite" : " 8.0.6 " ,
157+ "vite" : " 8.0.16 " ,
158158 "vite-plugin-css-injected-by-js" : " 3.5.2" ,
159159 "vitest" : " 4.1.2" ,
160160 "vitest-axe" : " 0.1.0" ,
Original file line number Diff line number Diff line change 152152 "size-limit" : " 11.2.0" ,
153153 "symlink-dir" : " 6.0.5" ,
154154 "sync-directory" : " 6.0.5" ,
155- "testcafe" : " ^3.7.4 " ,
155+ "testcafe" : " ^3.7.5 " ,
156156 "typescript" : " 5.8.3" ,
157- "vite" : " 8.0.6 " ,
157+ "vite" : " 8.0.16 " ,
158158 "vite-plugin-css-injected-by-js" : " 3.5.2" ,
159159 "vitest" : " 4.1.2" ,
160160 "vitest-axe" : " 0.1.0" ,
Original file line number Diff line number Diff line change 160160 "size-limit" : " 11.2.0" ,
161161 "symlink-dir" : " 6.0.5" ,
162162 "sync-directory" : " 6.0.5" ,
163- "testcafe" : " ^3.7.4 " ,
163+ "testcafe" : " ^3.7.5 " ,
164164 "typescript" : " 5.8.3" ,
165- "vite" : " 8.0.6 " ,
165+ "vite" : " 8.0.16 " ,
166166 "vite-plugin-css-injected-by-js" : " 3.5.2" ,
167167 "vitest" : " 4.1.2" ,
168168 "vitest-axe" : " 0.1.0" ,
Original file line number Diff line number Diff line change 9191 "react-dom" : " 18.3.1"
9292 },
9393 "devDependencies" : {
94- "@babel/core" : " ^7.28.5 " ,
94+ "@babel/core" : " ^7.29.6 " ,
9595 "@commitlint/cli" : " ^19.8.1" ,
9696 "@commitlint/config-conventional" : " ^19.8.1" ,
9797 "@events-helsinki/eslint-config-bases" : " workspace:^" ,
127127 "picocolors" : " 1.1.1" ,
128128 "prettier" : " ^3.6.2" ,
129129 "rimraf" : " 6.0.1" ,
130- "shell-quote" : " 1.8.3 " ,
130+ "shell-quote" : " 1.8.4 " ,
131131 "ts-loader" : " 9.5.2" ,
132132 "ts-node" : " 10.9.2" ,
133133 "typescript" : " 5.8.3" ,
Original file line number Diff line number Diff line change 4242 "eslint-plugin-testing-library" : " ^7.16.2" ,
4343 "prettier" : " ^3.6.2" ,
4444 "rimraf" : " 6.0.1" ,
45- "testcafe" : " ^3.7.4 " ,
45+ "testcafe" : " ^3.7.5 " ,
4646 "typescript" : " 5.8.3" ,
4747 "vitest" : " 4.1.2"
4848 },
Original file line number Diff line number Diff line change 8888 "sanitize-html" : " ^2.17.0"
8989 },
9090 "devDependencies" : {
91- "@babel/core" : " ^7.28.5 " ,
91+ "@babel/core" : " ^7.29.6 " ,
9292 "@babel/preset-env" : " ^7.28.5" ,
9393 "@babel/preset-react" : " 7.27.1" ,
9494 "@babel/preset-typescript" : " 7.27.1" ,
128128 "crypto-browserify" : " 3.12.1" ,
129129 "csstype" : " 3.1.3" ,
130130 "dequal" : " 2.0.3" ,
131- "dompurify" : " 3.4.0 " ,
131+ "dompurify" : " 3.4.11 " ,
132132 "esbuild" : " 0.28.1" ,
133133 "esbuild-sass-plugin" : " 3.7.0" ,
134134 "eslint" : " 9.39.4" ,
154154 "tsconfig-paths-webpack-plugin" : " 4.2.0" ,
155155 "tsup" : " ^8.0.0" ,
156156 "typescript" : " 5.8.3" ,
157- "vite" : " 8.0.6 " ,
157+ "vite" : " 8.0.16 " ,
158158 "vitest" : " 4.1.2" ,
159159 "vitest-axe" : " 0.1.0" ,
160160 "vitest-indexeddb" : " 0.0.0" ,
Original file line number Diff line number Diff line change 6868 "ts-loader" : " 9.5.2" ,
6969 "ts-node" : " 10.9.2" ,
7070 "typescript" : " 5.8.3" ,
71- "vite" : " 8.0.6 " ,
71+ "vite" : " 8.0.16 " ,
7272 "vitest" : " 4.1.2" ,
7373 "vitest-sonar-reporter" : " 2.0.4" ,
7474 "webpack" : " 5.104.1" ,
Original file line number Diff line number Diff line change @@ -5,10 +5,16 @@ packages:
55
66# Only install package versions published at least 7 days ago (City of Helsinki org default)
77minimumReleaseAge : 10080
8+ # Security/dependabot bumps that lag behind the 7-day gate (see main yarn.lock)
9+ minimumReleaseAgeExclude :
10+ - js-yaml@4.3.0
11+ - ' @opentelemetry/core@2.8.0'
12+ - ' @opentelemetry/sdk-trace-base@2.8.0'
13+ - ' @opentelemetry/resources@2.8.0'
814
915# Moved from package.json (pnpm 11.5+ reads overrides here only)
1016overrides :
11- ' @babel/core ' : ^7.28.5
17+ ' @babel/core ' : ^7.29.6
1218 ' @babel/runtime ' : ^7.28.4
1319 ' @testing-library/dom ' : ^10.4.0
1420 ' @tootallnate/once ' : ^3.0.1
@@ -33,10 +39,20 @@ overrides:
3339 socks : ^2.8.6
3440 svgo@^3.0.2 : ^4.0.1
3541 tar : ' >=7.5.4'
36- tmp : 0.2.5
42+ tmp : 0.2.7
3743 underscore : ' >=1.13.8'
3844 typescript : 5.8.3
39- ws : ^8.13.3
45+ ws : ^8.21.0
46+ js-yaml : 4.3.0
47+ i18next-fs-backend : 2.6.6
48+ ' @opentelemetry/core ' : ^2.8.0
49+ ' @opentelemetry/sdk-trace-base ' : ^2.8.0
50+ ' @opentelemetry/resources ' : ^2.8.0
51+ ' yaml@^2.0.0 ' : ^2.8.3
52+ postcss : ^8.5.10
53+ ' brace-expansion@5.0.5 ' : 5.0.6
54+ ' uuid@11.1.0 ' : 11.1.1
55+ ' uuid@^9.0.0 ' : 11.1.1
4056
4157allowBuilds :
4258 ' @apollo/protobufjs ' : true
Original file line number Diff line number Diff line change 6363 "tsconfig-paths-webpack-plugin" : " 4.2.0" ,
6464 "tsx" : " 4.20.3" ,
6565 "typescript" : " 5.8.3" ,
66- "vite" : " 8.0.6 " ,
66+ "vite" : " 8.0.16 " ,
6767 "vitest" : " 4.1.2" ,
6868 "vitest-sonar-reporter" : " 2.0.4" ,
6969 "webpack" : " 5.104.1" ,
You can’t perform that action at this time.
0 commit comments