⬆️ mid month dependency bump (#6159)
* bump various dependencies * note * fix types * [autofix.ci] apply automated fixes * Update VRT screenshots Auto-generated by VRT workflow PR: #6159 --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
22
package.json
@@ -59,34 +59,34 @@
|
|||||||
"prepare": "husky"
|
"prepare": "husky"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@octokit/rest": "^22.0.0",
|
"@octokit/rest": "^22.0.1",
|
||||||
"@types/node": "^22.18.11",
|
"@types/node": "^22.19.1",
|
||||||
"@types/prompts": "^2.4.9",
|
"@types/prompts": "^2.4.9",
|
||||||
"@typescript-eslint/parser": "^8.46.0",
|
"@typescript-eslint/parser": "^8.46.4",
|
||||||
"cross-env": "^10.1.0",
|
"cross-env": "^10.1.0",
|
||||||
"eslint": "^9.37.0",
|
"eslint": "^9.39.1",
|
||||||
"eslint-config-prettier": "^10.1.8",
|
"eslint-config-prettier": "^10.1.8",
|
||||||
"eslint-import-resolver-typescript": "^4.4.4",
|
"eslint-import-resolver-typescript": "^4.4.4",
|
||||||
"eslint-plugin-import": "^2.32.0",
|
"eslint-plugin-import": "^2.32.0",
|
||||||
"eslint-plugin-jsx-a11y": "^6.10.2",
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
||||||
"eslint-plugin-react": "^7.37.5",
|
"eslint-plugin-react": "^7.37.5",
|
||||||
"eslint-plugin-react-hooks": "^7.0.0",
|
"eslint-plugin-react-hooks": "^7.0.1",
|
||||||
"eslint-plugin-typescript-paths": "^0.0.33",
|
"eslint-plugin-typescript-paths": "^0.0.33",
|
||||||
"globals": "^16.4.0",
|
"globals": "^16.5.0",
|
||||||
"html-to-image": "^1.11.13",
|
"html-to-image": "^1.11.13",
|
||||||
"husky": "^9.1.7",
|
"husky": "^9.1.7",
|
||||||
"lage": "^2.14.14",
|
"lage": "^2.14.15",
|
||||||
"lint-staged": "^16.2.3",
|
"lint-staged": "^16.2.6",
|
||||||
"minimatch": "^10.0.3",
|
"minimatch": "^10.1.1",
|
||||||
"node-jq": "^6.3.1",
|
"node-jq": "^6.3.1",
|
||||||
"npm-run-all": "^4.1.5",
|
"npm-run-all": "^4.1.5",
|
||||||
"p-limit": "^7.1.1",
|
"p-limit": "^7.2.0",
|
||||||
"prettier": "^3.6.2",
|
"prettier": "^3.6.2",
|
||||||
"prompts": "^2.4.2",
|
"prompts": "^2.4.2",
|
||||||
"source-map-support": "^0.5.21",
|
"source-map-support": "^0.5.21",
|
||||||
"ts-node": "^10.9.2",
|
"ts-node": "^10.9.2",
|
||||||
"typescript": "^5.9.3",
|
"typescript": "^5.9.3",
|
||||||
"typescript-eslint": "^8.46.0",
|
"typescript-eslint": "^8.46.4",
|
||||||
"typescript-strict-plugin": "^2.4.4"
|
"typescript-strict-plugin": "^2.4.4"
|
||||||
},
|
},
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
|
|||||||
@@ -32,6 +32,6 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"tsc-alias": "^1.8.16",
|
"tsc-alias": "^1.8.16",
|
||||||
"typescript": "^5.9.3",
|
"typescript": "^5.9.3",
|
||||||
"vitest": "^4.0.6"
|
"vitest": "^4.0.9"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"vitest": "^4.0.6"
|
"vitest": "^4.0.9"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "vitest --run"
|
"test": "vitest --run"
|
||||||
|
|||||||
@@ -13,10 +13,10 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@svgr/cli": "^8.1.0",
|
"@svgr/cli": "^8.1.0",
|
||||||
"@types/react": "^19.2.2",
|
"@types/react": "^19.2.5",
|
||||||
"react": "19.2.0",
|
"react": "19.2.0",
|
||||||
"react-dom": "19.2.0",
|
"react-dom": "19.2.0",
|
||||||
"vitest": "^4.0.6"
|
"vitest": "^4.0.9"
|
||||||
},
|
},
|
||||||
"exports": {
|
"exports": {
|
||||||
"./hooks/*": "./src/hooks/*.ts",
|
"./hooks/*": "./src/hooks/*.ts",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
import { type Options } from '@svgr/babel-preset';
|
import { type Config } from '@svgr/core';
|
||||||
|
|
||||||
const tmpl: Options['template'] = ({ imports, interfaces, componentName, props, jsx }, { tpl }) => {
|
const tmpl: Config['template'] = ({ imports, interfaces, componentName, props, jsx }, { tpl }) => {
|
||||||
return tpl`
|
return tpl`
|
||||||
${imports};
|
${imports};
|
||||||
|
|
||||||
|
|||||||
@@ -20,10 +20,10 @@
|
|||||||
"uuid": "^13.0.0"
|
"uuid": "^13.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/google-protobuf": "^3.15.12",
|
"@types/google-protobuf": "3.15.12",
|
||||||
"protoc-gen-js": "^3.21.4-4",
|
"protoc-gen-js": "3.21.4-4",
|
||||||
"ts-protoc-gen": "^0.15.0",
|
"ts-protoc-gen": "0.15.0",
|
||||||
"typescript": "^5.9.3",
|
"typescript": "^5.9.3",
|
||||||
"vitest": "^4.0.6"
|
"vitest": "^4.0.9"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 118 KiB After Width: | Height: | Size: 114 KiB |
|
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 97 KiB |
|
Before Width: | Height: | Size: 105 KiB After Width: | Height: | Size: 101 KiB |
|
Before Width: | Height: | Size: 109 KiB After Width: | Height: | Size: 105 KiB |
|
Before Width: | Height: | Size: 71 KiB After Width: | Height: | Size: 71 KiB |
|
Before Width: | Height: | Size: 71 KiB After Width: | Height: | Size: 71 KiB |
|
Before Width: | Height: | Size: 70 KiB After Width: | Height: | Size: 70 KiB |
@@ -7,18 +7,18 @@
|
|||||||
],
|
],
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@actual-app/components": "workspace:*",
|
"@actual-app/components": "workspace:*",
|
||||||
"@codemirror/autocomplete": "^6.19.0",
|
"@codemirror/autocomplete": "^6.19.1",
|
||||||
"@codemirror/lang-javascript": "^6.2.4",
|
"@codemirror/lang-javascript": "^6.2.4",
|
||||||
"@codemirror/language": "^6.11.3",
|
"@codemirror/language": "^6.11.3",
|
||||||
"@codemirror/state": "^6.5.2",
|
"@codemirror/state": "^6.5.2",
|
||||||
"@codemirror/view": "^6.38.6",
|
"@codemirror/view": "^6.38.7",
|
||||||
"@emotion/css": "^11.13.5",
|
"@emotion/css": "^11.13.5",
|
||||||
"@fontsource/redacted-script": "^5.2.8",
|
"@fontsource/redacted-script": "^5.2.8",
|
||||||
"@juggle/resize-observer": "^3.4.0",
|
"@juggle/resize-observer": "^3.4.0",
|
||||||
"@lezer/highlight": "^1.2.2",
|
"@lezer/highlight": "^1.2.3",
|
||||||
"@playwright/test": "1.56.1",
|
"@playwright/test": "1.56.1",
|
||||||
"@rollup/plugin-inject": "^5.0.5",
|
"@rollup/plugin-inject": "^5.0.5",
|
||||||
"@swc/core": "^1.13.5",
|
"@swc/core": "^1.15.2",
|
||||||
"@swc/helpers": "^0.5.17",
|
"@swc/helpers": "^0.5.17",
|
||||||
"@testing-library/dom": "10.4.1",
|
"@testing-library/dom": "10.4.1",
|
||||||
"@testing-library/jest-dom": "^6.9.1",
|
"@testing-library/jest-dom": "^6.9.1",
|
||||||
@@ -26,14 +26,14 @@
|
|||||||
"@testing-library/user-event": "14.6.1",
|
"@testing-library/user-event": "14.6.1",
|
||||||
"@types/lodash": "^4",
|
"@types/lodash": "^4",
|
||||||
"@types/promise-retry": "^1.1.6",
|
"@types/promise-retry": "^1.1.6",
|
||||||
"@types/react": "^19.2.2",
|
"@types/react": "^19.2.5",
|
||||||
"@types/react-dom": "^19.2.2",
|
"@types/react-dom": "^19.2.3",
|
||||||
"@types/react-grid-layout": "^1",
|
"@types/react-grid-layout": "^1",
|
||||||
"@types/react-modal": "^3.16.3",
|
"@types/react-modal": "^3.16.3",
|
||||||
"@uiw/react-codemirror": "^4.25.2",
|
"@uiw/react-codemirror": "^4.25.3",
|
||||||
"@use-gesture/react": "^10.3.1",
|
"@use-gesture/react": "^10.3.1",
|
||||||
"@vitejs/plugin-basic-ssl": "^2.1.0",
|
"@vitejs/plugin-basic-ssl": "^2.1.0",
|
||||||
"@vitejs/plugin-react": "^5.0.4",
|
"@vitejs/plugin-react": "^5.1.1",
|
||||||
"auto-text-size": "^0.2.3",
|
"auto-text-size": "^0.2.3",
|
||||||
"babel-plugin-react-compiler": "^1.0.0",
|
"babel-plugin-react-compiler": "^1.0.0",
|
||||||
"cmdk": "^1.1.1",
|
"cmdk": "^1.1.1",
|
||||||
@@ -41,11 +41,11 @@
|
|||||||
"date-fns": "^4.1.0",
|
"date-fns": "^4.1.0",
|
||||||
"downshift": "9.0.10",
|
"downshift": "9.0.10",
|
||||||
"hyperformula": "^3.1.0",
|
"hyperformula": "^3.1.0",
|
||||||
"i18next": "^25.6.0",
|
"i18next": "^25.6.2",
|
||||||
"i18next-parser": "^9.3.0",
|
"i18next-parser": "^9.3.0",
|
||||||
"i18next-resources-to-backend": "^1.2.1",
|
"i18next-resources-to-backend": "^1.2.1",
|
||||||
"inter-ui": "^3.19.3",
|
"inter-ui": "^3.19.3",
|
||||||
"jsdom": "^27.0.0",
|
"jsdom": "^27.2.0",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"loot-core": "workspace:*",
|
"loot-core": "workspace:*",
|
||||||
"mdast-util-newline-to-break": "^2.0.0",
|
"mdast-util-newline-to-break": "^2.0.0",
|
||||||
@@ -63,26 +63,26 @@
|
|||||||
"react-error-boundary": "^6.0.0",
|
"react-error-boundary": "^6.0.0",
|
||||||
"react-grid-layout": "^1.5.2",
|
"react-grid-layout": "^1.5.2",
|
||||||
"react-hotkeys-hook": "^5.2.1",
|
"react-hotkeys-hook": "^5.2.1",
|
||||||
"react-i18next": "^16.0.0",
|
"react-i18next": "^16.3.3",
|
||||||
"react-markdown": "^10.1.0",
|
"react-markdown": "^10.1.0",
|
||||||
"react-modal": "3.16.3",
|
"react-modal": "3.16.3",
|
||||||
"react-redux": "^9.2.0",
|
"react-redux": "^9.2.0",
|
||||||
"react-router": "7.9.4",
|
"react-router": "7.9.6",
|
||||||
"react-simple-pull-to-refresh": "^1.3.3",
|
"react-simple-pull-to-refresh": "^1.3.3",
|
||||||
"react-spring": "10.0.0",
|
"react-spring": "10.0.0",
|
||||||
"react-swipeable": "^7.0.2",
|
"react-swipeable": "^7.0.2",
|
||||||
"react-virtualized-auto-sizer": "^1.0.26",
|
"react-virtualized-auto-sizer": "^1.0.26",
|
||||||
"recharts": "^3.3.0",
|
"recharts": "^3.4.1",
|
||||||
"rehype-external-links": "^3.0.0",
|
"rehype-external-links": "^3.0.0",
|
||||||
"remark-gfm": "^4.0.1",
|
"remark-gfm": "^4.0.1",
|
||||||
"rollup-plugin-visualizer": "^6.0.5",
|
"rollup-plugin-visualizer": "^6.0.5",
|
||||||
"sass": "^1.93.2",
|
"sass": "^1.94.0",
|
||||||
"usehooks-ts": "^3.1.1",
|
"usehooks-ts": "^3.1.1",
|
||||||
"uuid": "^13.0.0",
|
"uuid": "^13.0.0",
|
||||||
"vite": "^7.1.11",
|
"vite": "^7.2.2",
|
||||||
"vite-plugin-pwa": "^1.1.0",
|
"vite-plugin-pwa": "^1.1.0",
|
||||||
"vite-tsconfig-paths": "^5.1.4",
|
"vite-tsconfig-paths": "^5.1.4",
|
||||||
"vitest": "^4.0.6",
|
"vitest": "^4.0.9",
|
||||||
"xml2js": "^0.6.2"
|
"xml2js": "^0.6.2"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
@@ -12,6 +12,7 @@ import {
|
|||||||
YAxis,
|
YAxis,
|
||||||
Tooltip,
|
Tooltip,
|
||||||
LabelList,
|
LabelList,
|
||||||
|
type LabelProps,
|
||||||
} from 'recharts';
|
} from 'recharts';
|
||||||
|
|
||||||
import {
|
import {
|
||||||
@@ -113,21 +114,13 @@ const CustomTooltip = ({
|
|||||||
return <div />;
|
return <div />;
|
||||||
};
|
};
|
||||||
|
|
||||||
type PropsItem = {
|
|
||||||
index?: number;
|
|
||||||
x?: string | number;
|
|
||||||
y?: string | number;
|
|
||||||
value?: string | number;
|
|
||||||
width?: string | number;
|
|
||||||
};
|
|
||||||
|
|
||||||
const customLabel = ({
|
const customLabel = ({
|
||||||
props,
|
props,
|
||||||
width,
|
width,
|
||||||
end,
|
end,
|
||||||
format,
|
format,
|
||||||
}: {
|
}: {
|
||||||
props: PropsItem;
|
props: LabelProps;
|
||||||
width: number;
|
width: number;
|
||||||
end: number;
|
end: number;
|
||||||
format: (value: unknown, type: FormatType) => string;
|
format: (value: unknown, type: FormatType) => string;
|
||||||
@@ -142,8 +135,8 @@ const customLabel = ({
|
|||||||
const textAnchor: SVGAttributes<SVGTextElement>['textAnchor'] =
|
const textAnchor: SVGAttributes<SVGTextElement>['textAnchor'] =
|
||||||
props.index === 0 ? 'start' : 'middle';
|
props.index === 0 ? 'start' : 'middle';
|
||||||
const display =
|
const display =
|
||||||
typeof props.value !== 'string' && props.value !== 0
|
typeof props.value === 'number' && props.value !== 0
|
||||||
? `${format(props.value || 0, 'financial-no-decimals')}`
|
? `${format(props.value, 'financial-no-decimals')}`
|
||||||
: '';
|
: '';
|
||||||
const textSize = adjustTextSize({ sized: width, type: 'area' });
|
const textSize = adjustTextSize({ sized: width, type: 'area' });
|
||||||
|
|
||||||
|
|||||||
@@ -107,7 +107,7 @@
|
|||||||
"promise-retry": "^2.0.1"
|
"promise-retry": "^2.0.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@electron/notarize": "3.1.0",
|
"@electron/notarize": "3.1.1",
|
||||||
"@electron/rebuild": "4.0.1",
|
"@electron/rebuild": "4.0.1",
|
||||||
"@playwright/test": "1.56.1",
|
"@playwright/test": "1.56.1",
|
||||||
"@types/copyfiles": "^2",
|
"@types/copyfiles": "^2",
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@docusaurus/module-type-aliases": "^3.9.2",
|
"@docusaurus/module-type-aliases": "^3.9.2",
|
||||||
"@types/react": "^19.2.2",
|
"@types/react": "^19.2.5",
|
||||||
"prettier": "^3.6.2"
|
"prettier": "^3.6.2"
|
||||||
},
|
},
|
||||||
"browserslist": {
|
"browserslist": {
|
||||||
|
|||||||
@@ -11,14 +11,14 @@
|
|||||||
"requireindex": "^1.2.0"
|
"requireindex": "^1.2.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint": "^9.37.0",
|
"eslint": "^9.39.1",
|
||||||
"eslint-plugin-eslint-plugin": "^7.0.0",
|
"eslint-plugin-eslint-plugin": "^7.2.0",
|
||||||
"eslint-plugin-node": "^11.1.0",
|
"eslint-plugin-node": "^11.1.0",
|
||||||
"eslint-vitest-rule-tester": "^3.0.0",
|
"eslint-vitest-rule-tester": "^3.0.0",
|
||||||
"loupe": "^3.2.1",
|
"loupe": "^3.2.1",
|
||||||
"strip-literal": "^3.1.0",
|
"strip-literal": "^3.1.0",
|
||||||
"tinyspy": "^4.0.4",
|
"tinyspy": "^4.0.4",
|
||||||
"vitest": "^4.0.6"
|
"vitest": "^4.0.9"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"eslint": ">=7"
|
"eslint": ">=7"
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@jlongster/sql.js": "^1.6.7",
|
"@jlongster/sql.js": "^1.6.7",
|
||||||
"@reduxjs/toolkit": "^2.9.1",
|
"@reduxjs/toolkit": "^2.10.1",
|
||||||
"@rschedule/core": "^1.5.0",
|
"@rschedule/core": "^1.5.0",
|
||||||
"@rschedule/json-tools": "^1.5.0",
|
"@rschedule/json-tools": "^1.5.0",
|
||||||
"@rschedule/standard-date-adapter": "^1.5.0",
|
"@rschedule/standard-date-adapter": "^1.5.0",
|
||||||
@@ -42,20 +42,20 @@
|
|||||||
"@actual-app/api": "workspace:^",
|
"@actual-app/api": "workspace:^",
|
||||||
"@actual-app/crdt": "workspace:^",
|
"@actual-app/crdt": "workspace:^",
|
||||||
"@actual-app/web": "workspace:^",
|
"@actual-app/web": "workspace:^",
|
||||||
"@swc/core": "^1.13.5",
|
"@swc/core": "^1.15.2",
|
||||||
"@types/adm-zip": "^0.5.7",
|
"@types/adm-zip": "^0.5.7",
|
||||||
"@types/better-sqlite3": "^7.6.13",
|
"@types/better-sqlite3": "^7.6.13",
|
||||||
"@types/emscripten": "^1.41.4",
|
"@types/emscripten": "^1.41.5",
|
||||||
"@types/jlongster__sql.js": "npm:@types/sql.js@latest",
|
"@types/jlongster__sql.js": "npm:@types/sql.js@latest",
|
||||||
"@types/node": "^22.18.11",
|
"@types/node": "^22.19.1",
|
||||||
"@types/pegjs": "^0.10.6",
|
"@types/pegjs": "^0.10.6",
|
||||||
"assert": "^2.1.0",
|
"assert": "^2.1.0",
|
||||||
"browserify-zlib": "^0.2.0",
|
"browserify-zlib": "^0.2.0",
|
||||||
"buffer": "^6.0.3",
|
"buffer": "^6.0.3",
|
||||||
"cross-env": "^10.1.0",
|
"cross-env": "^10.1.0",
|
||||||
"fake-indexeddb": "^6.2.4",
|
"fake-indexeddb": "^6.2.5",
|
||||||
"fast-check": "4.3.0",
|
"fast-check": "4.3.0",
|
||||||
"i18next": "^25.6.0",
|
"i18next": "^25.6.2",
|
||||||
"jest-diff": "^30.2.0",
|
"jest-diff": "^30.2.0",
|
||||||
"jsverify": "^0.8.4",
|
"jsverify": "^0.8.4",
|
||||||
"mockdate": "^3.0.5",
|
"mockdate": "^3.0.5",
|
||||||
@@ -66,10 +66,10 @@
|
|||||||
"stream-browserify": "^3.0.0",
|
"stream-browserify": "^3.0.0",
|
||||||
"ts-node": "^10.9.2",
|
"ts-node": "^10.9.2",
|
||||||
"typescript": "^5.9.3",
|
"typescript": "^5.9.3",
|
||||||
"vite": "^7.1.11",
|
"vite": "^7.2.2",
|
||||||
"vite-plugin-node-polyfills": "^0.24.0",
|
"vite-plugin-node-polyfills": "^0.24.0",
|
||||||
"vite-plugin-peggy-loader": "^2.0.1",
|
"vite-plugin-peggy-loader": "^2.0.1",
|
||||||
"vitest": "^4.0.6",
|
"vitest": "^4.0.9",
|
||||||
"yargs": "^18.0.0"
|
"yargs": "^18.0.0"
|
||||||
},
|
},
|
||||||
"exports": {
|
"exports": {
|
||||||
|
|||||||
@@ -14,9 +14,9 @@
|
|||||||
"workbox-precaching": "^7.3.0"
|
"workbox-precaching": "^7.3.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^22.18.11",
|
"@types/node": "^22.19.1",
|
||||||
"cross-env": "^10.1.0",
|
"cross-env": "^10.1.0",
|
||||||
"typescript": "^5.9.3",
|
"typescript": "^5.9.3",
|
||||||
"vite": "^7.1.11"
|
"vite": "^7.2.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -36,33 +36,33 @@
|
|||||||
"date-fns": "^4.1.0",
|
"date-fns": "^4.1.0",
|
||||||
"debug": "^4.4.3",
|
"debug": "^4.4.3",
|
||||||
"express": "5.1.0",
|
"express": "5.1.0",
|
||||||
"express-rate-limit": "^8.1.0",
|
"express-rate-limit": "^8.2.1",
|
||||||
"express-winston": "^4.2.0",
|
"express-winston": "^4.2.0",
|
||||||
"ipaddr.js": "^2.2.0",
|
"ipaddr.js": "^2.2.0",
|
||||||
"jws": "^4.0.0",
|
"jws": "^4.0.0",
|
||||||
"migrate": "^2.1.0",
|
"migrate": "^2.1.0",
|
||||||
"nordigen-node": "^1.4.1",
|
"nordigen-node": "^1.4.1",
|
||||||
"openid-client": "^5.7.1",
|
"openid-client": "^5.7.1",
|
||||||
"pluggy-sdk": "^0.77.0",
|
"pluggy-sdk": "^0.79.0",
|
||||||
"uuid": "^13.0.0",
|
"uuid": "^13.0.0",
|
||||||
"winston": "^3.18.3"
|
"winston": "^3.18.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.28.4",
|
"@babel/core": "^7.28.5",
|
||||||
"@babel/preset-typescript": "^7.27.1",
|
"@babel/preset-typescript": "^7.28.5",
|
||||||
"@types/babel__core": "^7",
|
"@types/babel__core": "^7",
|
||||||
"@types/bcrypt": "^6.0.0",
|
"@types/bcrypt": "^6.0.0",
|
||||||
"@types/better-sqlite3": "^7.6.13",
|
"@types/better-sqlite3": "^7.6.13",
|
||||||
"@types/convict": "^6",
|
"@types/convict": "^6",
|
||||||
"@types/cors": "^2.8.19",
|
"@types/cors": "^2.8.19",
|
||||||
"@types/express": "^5.0.3",
|
"@types/express": "^5.0.5",
|
||||||
"@types/express-actuator": "^1.8.3",
|
"@types/express-actuator": "^1.8.3",
|
||||||
"@types/node": "^22.18.11",
|
"@types/node": "^22.19.1",
|
||||||
"@types/supertest": "^6.0.3",
|
"@types/supertest": "^6.0.3",
|
||||||
"http-proxy-middleware": "^3.0.5",
|
"http-proxy-middleware": "^3.0.5",
|
||||||
"nodemon": "^3.1.10",
|
"nodemon": "^3.1.11",
|
||||||
"supertest": "^7.1.4",
|
"supertest": "^7.1.4",
|
||||||
"typescript": "^5.9.3",
|
"typescript": "^5.9.3",
|
||||||
"vitest": "^4.0.6"
|
"vitest": "^4.0.9"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
6
upcoming-release-notes/6159.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
category: Maintenance
|
||||||
|
authors: [matt-fidd]
|
||||||
|
---
|
||||||
|
|
||||||
|
Bump various dependencies
|
||||||