Skip to content

Commit cbdb38a

Browse files
committed
chore(dependencies): 01-23-2025
1 parent b102bd7 commit cbdb38a

File tree

20 files changed

+3534
-4087
lines changed

20 files changed

+3534
-4087
lines changed

clients/extension/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,23 @@
22
"name": "@client/extension",
33
"version": "0.0.1",
44
"dependencies": {
5-
"@storybook/react": "8.4.7",
6-
"@types/node": "22.10.2",
5+
"@storybook/react": "8.5.1",
6+
"@types/node": "22.10.9",
77
"@ui/components": "workspace:*",
88
"jose": "5.9.6",
99
"react": "^19.0.0",
1010
"react-dom": "^19.0.0",
11-
"uuid": "11.0.3"
11+
"uuid": "11.0.5"
1212
},
1313
"devDependencies": {
1414
"@common/mock-data": "workspace:*",
1515
"@common/types": "workspace:*",
1616
"@common/utilities": "workspace:*",
1717
"@config/eslint-config": "workspace:*",
18-
"@types/react": "^19.0.1",
19-
"@types/react-dom": "^19.0.2",
18+
"@types/react": "^19.0.8",
19+
"@types/react-dom": "^19.0.3",
2020
"extension": "2.0.0-beta.9",
21-
"typescript": "^5.7.2"
21+
"typescript": "^5.7.3"
2222
},
2323
"private": true,
2424
"scripts": {

clients/pocket/package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@ui/components": "workspace:*",
1010
"@ui/styles": "workspace:*",
1111
"jose": "5.9.6",
12-
"next": "15.1.0",
12+
"next": "15.1.6",
1313
"next-i18n-router": "5.5.1",
1414
"react": "^19.0.0",
1515
"react-dom": "^19.0.0"
@@ -18,18 +18,18 @@
1818
"@common/types": "workspace:*",
1919
"@config/eslint-config": "workspace:*",
2020
"@config/jest": "workspace:*",
21-
"@eslint/compat": "1.2.4",
22-
"@types/node": "^22.10.2",
23-
"@types/react": "^19.0.1",
24-
"@types/react-dom": "^19.0.2",
25-
"eslint": "^9.17.0",
26-
"eslint-config-next": "15.1.0",
27-
"eslint-config-prettier": "^9.1.0",
21+
"@eslint/compat": "1.2.5",
22+
"@types/node": "^22.10.9",
23+
"@types/react": "^19.0.8",
24+
"@types/react-dom": "^19.0.3",
25+
"eslint": "^9.18.0",
26+
"eslint-config-next": "15.1.6",
27+
"eslint-config-prettier": "^10.0.1",
2828
"postcss-flexbugs-fixes": "^5.0.2",
2929
"postcss-nested": "^7.0.2",
30-
"postcss-preset-env": "^10.1.2",
31-
"typescript": "^5.7.2",
32-
"typescript-eslint": "8.18.1"
30+
"postcss-preset-env": "^10.1.3",
31+
"typescript": "^5.7.3",
32+
"typescript-eslint": "8.21.0"
3333
},
3434
"engines": {
3535
"node": "=20.16.0",

clients/scraper/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"@common/types": "workspace:*",
88
"@common/utilities": "workspace:*",
99
"@types/express": "5.0.0",
10-
"@types/node": "22.10.2",
10+
"@types/node": "22.10.9",
1111
"dotenv": "16.4.7",
1212
"express": "4.21.2",
1313
"nodemon": "3.1.9",
14-
"open-graph-scraper": "6.8.3",
14+
"open-graph-scraper": "6.9.0",
1515
"ts-node": "^10.9.2",
16-
"typescript": "5.7.2"
16+
"typescript": "5.7.3"
1717
},
1818
"keywords": [],
1919
"license": "ISC",

clients/web/package.json

+23-23
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212
"@n8tb1t/use-scroll-position": "2.0.3",
1313
"@popperjs/core": "2.11.8",
1414
"@sentry/integrations": "7.114.0",
15-
"@sentry/nextjs": "8.46.0",
16-
"@snowplow/browser-plugin-button-click-tracking": "4.1.0",
17-
"@snowplow/browser-plugin-client-hints": "4.1.0",
18-
"@snowplow/browser-plugin-form-tracking": "4.1.0",
19-
"@snowplow/browser-plugin-link-click-tracking": "4.1.0",
20-
"@snowplow/browser-plugin-performance-navigation-timing": "4.1.0",
21-
"@snowplow/browser-plugin-privacy-sandbox": "4.1.0",
22-
"@snowplow/browser-plugin-timezone": "4.1.0",
23-
"@snowplow/browser-tracker": "4.1.0",
24-
"@storybook/react": "8.4.7",
15+
"@sentry/nextjs": "8.51.0",
16+
"@snowplow/browser-plugin-button-click-tracking": "4.3.1",
17+
"@snowplow/browser-plugin-client-hints": "4.3.1",
18+
"@snowplow/browser-plugin-form-tracking": "4.3.1",
19+
"@snowplow/browser-plugin-link-click-tracking": "4.3.1",
20+
"@snowplow/browser-plugin-performance-navigation-timing": "4.3.1",
21+
"@snowplow/browser-plugin-privacy-sandbox": "4.3.1",
22+
"@snowplow/browser-plugin-timezone": "4.3.1",
23+
"@snowplow/browser-tracker": "4.3.1",
24+
"@storybook/react": "8.5.1",
2525
"@types/jest": "^29.5.14",
2626
"@ui/icons": "workspace:*",
2727
"@ui/styles": "workspace:*",
@@ -33,10 +33,10 @@
3333
"he": "1.2.0",
3434
"intersection-observer": "0.12.2",
3535
"jsonwebtoken": "9.0.2",
36-
"marked": "15.0.4",
36+
"marked": "15.0.6",
3737
"match-sorter": "8.0.0",
3838
"mousetrap": "1.6.5",
39-
"next": "15.1.0",
39+
"next": "15.1.6",
4040
"next-i18next": "15.4.1",
4141
"next-redux-saga": "4.1.2",
4242
"next-redux-wrapper": "8.1.0",
@@ -48,20 +48,20 @@
4848
"react-beautiful-dnd": "13.1.1",
4949
"react-dom": "19.0.0",
5050
"react-google-recaptcha": "3.1.0",
51-
"react-intersection-observer": "9.14.0",
51+
"react-intersection-observer": "9.15.1",
5252
"react-joyride": "2.9.3",
53-
"react-markdown": "9.0.1",
53+
"react-markdown": "9.0.3",
5454
"react-modal": "3.16.3",
5555
"react-popper": "2.3.0",
5656
"react-redux": "9.2.0",
5757
"react-swipeable": "7.0.2",
58-
"react-textarea-autosize": "8.5.6",
58+
"react-textarea-autosize": "8.5.7",
5959
"react-visibility-sensor": "5.1.1",
6060
"redux": "5.0.1",
6161
"redux-saga": "1.3.0",
6262
"sharp": "0.33.5",
6363
"storage-factory": "0.2.1",
64-
"uuid": "11.0.3",
64+
"uuid": "11.0.5",
6565
"validator": "13.12.0"
6666
},
6767
"devDependencies": {
@@ -72,12 +72,12 @@
7272
"@config/jest": "workspace:^",
7373
"@config/typescript-config": "workspace:*",
7474
"@graphql-eslint/eslint-plugin": "4.3.0",
75-
"@next/eslint-plugin-next": "15.1.0",
75+
"@next/eslint-plugin-next": "15.1.6",
7676
"@testing-library/jest-dom": "6.6.3",
77-
"@testing-library/react": "16.1.0",
78-
"@testing-library/user-event": "14.5.2",
79-
"@types/node": "22.10.2",
80-
"@types/react": "19.0.1",
77+
"@testing-library/react": "16.2.0",
78+
"@testing-library/user-event": "14.6.1",
79+
"@types/node": "22.10.9",
80+
"@types/react": "19.0.8",
8181
"@types/react-beautiful-dnd": "13.1.8",
8282
"graphql": "16.10.0",
8383
"jest": "29.7.0",
@@ -86,9 +86,9 @@
8686
"next-router-mock": "0.9.13",
8787
"postcss-flexbugs-fixes": "^5.0.2",
8888
"postcss-nested": "^7.0.2",
89-
"postcss-preset-env": "^10.1.2",
89+
"postcss-preset-env": "^10.1.3",
9090
"prettier": "3.4.2",
91-
"typescript": "5.7.2"
91+
"typescript": "5.7.3"
9292
},
9393
"engines": {
9494
"node": "=20.16.0",

common/constants/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "",
66
"devDependencies": {
77
"@config/typescript-config": "workspace:*",
8-
"typescript": "5.7.2"
8+
"typescript": "5.7.3"
99
},
1010
"keywords": [],
1111
"license": "ISC",

common/localization/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,22 @@
55
"author": "",
66
"dependencies": {
77
"@common/constants": "workspace:*",
8-
"i18next": "^24.1.2",
8+
"i18next": "^24.2.1",
99
"i18next-browser-languagedetector": "8.0.2",
1010
"i18next-resources-to-backend": "1.2.1",
1111
"react": "19.0.0",
12-
"react-i18next": "^15.2.0"
12+
"react-i18next": "^15.4.0"
1313
},
1414
"devDependencies": {
1515
"@config/eslint-config": "workspace:*",
1616
"@config/typescript-config": "workspace:*",
17-
"@types/node": "^22.10.2",
18-
"@types/react": "19.0.1",
17+
"@types/node": "^22.10.9",
18+
"@types/react": "19.0.8",
1919
"cli-progress": "^3.12.0",
20-
"fs-extra": "^11.2.0",
20+
"fs-extra": "^11.3.0",
2121
"next-i18n-router": "5.5.1",
2222
"ts-node": "^10.9.2",
23-
"typescript": "5.7.2"
23+
"typescript": "5.7.3"
2424
},
2525
"exports": {
2626
".": {

common/state/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,27 @@
88
"@common/localization": "workspace:*",
99
"@common/utilities": "workspace:*",
1010
"jose": "5.9.6",
11-
"next": "15.1.0",
11+
"next": "15.1.6",
1212
"react": "19.0.0",
13-
"zustand": "5.0.2"
13+
"zustand": "5.0.3"
1414
},
1515
"devDependencies": {
1616
"@common/types": "workspace:*",
1717
"@config/eslint-config": "workspace:*",
1818
"@config/jest": "workspace:*",
1919
"@config/typescript-config": "workspace:*",
2020
"@testing-library/jest-dom": "^6.6.3",
21-
"@testing-library/react": "^16.1.0",
22-
"@testing-library/user-event": "^14.5.2",
21+
"@testing-library/react": "^16.2.0",
22+
"@testing-library/user-event": "^14.6.1",
2323
"@types/eslint": "^9.6.1",
2424
"@types/jest": "^29.5.14",
25-
"@types/node": "^22.10.2",
26-
"@types/react": "19.0.1",
27-
"@types/react-dom": "^19.0.2",
25+
"@types/node": "^22.10.9",
26+
"@types/react": "19.0.8",
27+
"@types/react-dom": "^19.0.3",
2828
"jest": "29.7.0",
2929
"msw": "^2.7.0",
3030
"ts-node": "^10.9.2",
31-
"typescript": "5.7.2"
31+
"typescript": "5.7.3"
3232
},
3333
"keywords": [],
3434
"license": "ISC",

common/types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@graphql-codegen/typescript": "4.1.2",
1111
"@graphql-codegen/typescript-resolvers": "4.4.1",
1212
"graphql": "16.10.0",
13-
"next": "15.1.0",
13+
"next": "15.1.6",
1414
"next-i18next": "15.4.1"
1515
},
1616
"keywords": [],

common/utilities/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"jest": "^29.7.0",
1111
"ts-jest": "^29.2.5",
1212
"ts-node": "^10.9.2",
13-
"typescript": "^5.7.2"
13+
"typescript": "^5.7.3"
1414
},
1515
"keywords": [],
1616
"license": "ISC",

config/document-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "0.0.0",
55
"author": "",
66
"dependencies": {
7-
"fs-extra": "11.2.0",
7+
"fs-extra": "11.3.0",
88
"globby": "14.0.2",
99
"legal-docs": "github:mozilla/legal-docs#74eccbd6e11b762ca706f31734ab6c5192273de4"
1010
},

config/eslint-config/package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22
"name": "@config/eslint-config",
33
"version": "0.0.0",
44
"devDependencies": {
5-
"@typescript-eslint/eslint-plugin": "^8.18.1",
6-
"@typescript-eslint/parser": "^8.18.1",
5+
"@typescript-eslint/eslint-plugin": "^8.21.0",
6+
"@typescript-eslint/parser": "^8.21.0",
77
"@vercel/style-guide": "^6.0.0",
8-
"eslint": "^9.17.0",
9-
"eslint-config-next": "15.1.0",
10-
"eslint-config-prettier": "^9.1.0",
11-
"eslint-config-turbo": "2.3.3",
8+
"eslint": "^9.18.0",
9+
"eslint-config-next": "15.1.6",
10+
"eslint-config-prettier": "^10.0.1",
11+
"eslint-config-turbo": "2.3.4",
1212
"eslint-plugin-i18next": "^6.1.1",
13-
"eslint-plugin-jest": "^28.9.0",
14-
"eslint-plugin-jsdoc": "^50.6.1",
13+
"eslint-plugin-jest": "^28.11.0",
14+
"eslint-plugin-jsdoc": "^50.6.2",
1515
"eslint-plugin-jsx-a11y": "^6.10.2",
1616
"eslint-plugin-only-warn": "^1.1.0",
17-
"eslint-plugin-perfectionist": "^4.3.0",
17+
"eslint-plugin-perfectionist": "^4.7.0",
1818
"eslint-plugin-unicorn": "^56.0.1",
19-
"typescript": "^5.7.2"
19+
"typescript": "^5.7.3"
2020
},
2121
"private": true
2222
}

config/jest-config/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66
"dependencies": {
77
"@config/typescript-config": "workspace:*",
88
"@emotion/react": "11.14.0",
9-
"@testing-library/react": "^16.1.0",
9+
"@testing-library/react": "^16.2.0",
1010
"@types/jest": "^29.5.14",
11-
"@types/node": "^22.10.2",
12-
"@types/react": "^19.0.1",
13-
"i18next": "^24.1.2",
11+
"@types/node": "^22.10.9",
12+
"@types/react": "^19.0.8",
13+
"i18next": "^24.2.1",
1414
"jest": "^29.7.0",
1515
"jest-environment-jsdom": "^29.7.0",
1616
"msw": "^2.7.0",
17-
"next": "^15.1.0",
17+
"next": "^15.1.6",
1818
"react": "^19.0.0",
19-
"react-i18next": "^15.2.0",
19+
"react-i18next": "^15.4.0",
2020
"react-redux": "9.2.0",
2121
"redux": "5.0.1",
2222
"ts-node": "^10.9.2"

config/storybook-config/package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@
55
"author": "",
66
"dependencies": {
77
"@ui/styles": "workspace:*",
8-
"i18next": "^24.1.2",
8+
"i18next": "^24.2.1",
99
"react": "19.0.0",
1010
"react-dom": "19.0.0",
11-
"react-i18next": "^15.2.0"
11+
"react-i18next": "^15.4.0"
1212
},
1313
"devDependencies": {
14-
"@chromatic-com/storybook": "^3.2.2",
15-
"@storybook/addon-essentials": "8.4.7",
16-
"@storybook/addon-interactions": "8.4.7",
17-
"@storybook/addon-links": "8.4.7",
18-
"@storybook/addon-onboarding": "8.4.7",
19-
"@storybook/blocks": "8.4.7",
20-
"@storybook/nextjs": "8.4.7",
21-
"@storybook/react": "8.4.7",
22-
"@storybook/test": "8.4.7",
23-
"@types/node": "22.10.2",
24-
"storybook": "8.4.7"
14+
"@chromatic-com/storybook": "^3.2.4",
15+
"@storybook/addon-essentials": "8.5.1",
16+
"@storybook/addon-interactions": "8.5.1",
17+
"@storybook/addon-links": "8.5.1",
18+
"@storybook/addon-onboarding": "8.5.1",
19+
"@storybook/blocks": "8.5.1",
20+
"@storybook/nextjs": "8.5.1",
21+
"@storybook/react": "8.5.1",
22+
"@storybook/test": "8.5.1",
23+
"@types/node": "22.10.9",
24+
"storybook": "8.5.1"
2525
},
2626
"keywords": [],
2727
"license": "ISC",

infrastructure/pocket/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
"version": "1.0.0",
44
"dependencies": {
55
"@cdktf/provider-archive": "10.3.0",
6-
"@cdktf/provider-aws": "19.47.0",
6+
"@cdktf/provider-aws": "19.50.0",
77
"@cdktf/provider-local": "10.1.1",
88
"@cdktf/provider-null": "10.0.1",
9-
"@cdktf/provider-pagerduty": "13.14.1",
10-
"@pocket-tools/terraform-modules": "5.17.2",
11-
"cdktf": "0.20.10",
12-
"cdktf-cli": "0.20.10",
9+
"@cdktf/provider-pagerduty": "13.15.1",
10+
"@pocket-tools/terraform-modules": "5.19.1",
11+
"cdktf": "0.20.11",
12+
"cdktf-cli": "0.20.11",
1313
"constructs": "10.4.2",
1414
"tslib": "2.8.1"
1515
},
1616
"devDependencies": {
1717
"@config/eslint-config": "workspace:*",
18-
"@types/node": "22.10.2"
18+
"@types/node": "22.10.9"
1919
},
2020
"engines": {
2121
"node": "=20.16.0"

0 commit comments

Comments
 (0)