Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update all dependencies (patch) #765

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
262 changes: 131 additions & 131 deletions .yarn/releases/yarn-3.6.3.cjs → .yarn/releases/yarn-3.6.4.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-fetch.cjs
spec: "https://raw.githubusercontent.com/devthejo/yarn-plugin-fetch/master/bundles/@yarnpkg/plugin-fetch.js"

yarnPath: .yarn/releases/yarn-3.6.3.cjs
yarnPath: .yarn/releases/yarn-3.6.4.cjs

npmScopes:
tiptap-pro:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
"targets/*"
],
"name": "cdtn-admin",
"packageManager": "[email protected].3"
"packageManager": "[email protected].4"
}
2 changes: 1 addition & 1 deletion shared/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"graphql": "^16.8.1",
"isomorphic-unfetch": "^4.0.2",
"uuid": "^9.0.1",
"winston": "3.3.3",
"winston": "3.3.4",
"xxhashjs": "^0.2.2"
},
"private": true,
Expand Down
16 changes: 8 additions & 8 deletions targets/alert-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"@socialgouv/dila-api-client": "1.2.4",
"axios": "^1.5.0",
"diff": "^5.1.0",
"memoizee": "0.4.15",
"memoizee": "0.4.17",
"node-xlsx": "^0.23.0",
"p-map": "4",
"semver": "7.3.5",
"simple-git": "^3.19.1",
"unist-util-parents": "1.0.3",
"unist-util-select": "4.0.1"
"unist-util-select": "4.0.3"
},
"devDependencies": {
"@shared/eslint-config": "workspace:^",
Expand All @@ -33,16 +33,16 @@
"@socialgouv/legi-data-types": "2.73.1",
"@types/diff": "^5.0.3",
"@types/jest": "^29.5.12",
"@types/memoizee": "0.4.6",
"@types/node": "16.11.11",
"@types/semver": "7.3.8",
"@types/unist": "2.0.6",
"@types/memoizee": "0.4.11",
"@types/node": "16.11.68",
"@types/semver": "7.3.13",
"@types/unist": "2.0.11",
"@vercel/ncc": "0.34.0",
"builtin-modules": "3.2.0",
"jest": "^29.7.0",
"lint-staged": "12.0.0",
"lint-staged": "12.0.3",
"ts-jest": "^29.1.2",
"ts-node": "10.8.0",
"ts-node": "10.8.2",
"typescript": "^5.4.3"
},
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions targets/export-elasticsearch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,16 @@
},
"devDependencies": {
"@shared/eslint-config": "workspace:^",
"@swc/cli": "0.1.55",
"@swc/core": "1.2.150",
"@swc/jest": "0.2.20",
"@swc/cli": "0.1.65",
"@swc/core": "1.2.249",
"@swc/jest": "0.2.37",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.21",
"@types/supertest": "^2.0.11",
"jest": "27.5.1",
"nodemon": "2.0.15",
"nodemon": "2.0.22",
"rimraf": "3.0.2",
"supertest": "^6.2.2",
"timekeeper": "^2.2.0",
Expand Down
12 changes: 6 additions & 6 deletions targets/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"dependencies": {
"@aws-sdk/client-s3": "^3.525.0",
"@codegouvfr/react-dsfr": "^0.76.4",
"@emotion/react": "11.10.6",
"@emotion/styled": "11.10.6",
"@emotion/react": "11.10.8",
"@emotion/styled": "11.10.8",
"@hapi/boom": "^9.1.4",
"@hookform/error-message": "^2.0.0",
"@hookform/resolvers": "^3.3.1",
"@mui/icons-material": "5.11.16",
"@mui/material": "5.14.11",
"@mui/material": "5.14.20",
"@mui/x-date-pickers": "^7.13.0",
"@reach/accordion": "^0.16.1",
"@reach/dialog": "^0.16.0",
Expand Down Expand Up @@ -58,7 +58,7 @@
"react-ace": "^10.1.0",
"react-autosuggest": "^10.1.0",
"react-dom": "18.2.0",
"react-dropzone": "14.2.3",
"react-dropzone": "14.2.10",
"react-hook-form": "^7.43.9",
"react-icons": "^4.2.0",
"react-sortable-hoc": "^2.0.0",
Expand All @@ -79,8 +79,8 @@
"@types/jsonwebtoken": "^9.0.6",
"@types/lodash.get": "^4.4.7",
"@types/nodemailer": "^6.4.14",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.0",
"@types/react": "18.2.79",
"@types/react-dom": "18.2.25",
"eslint": "^8.41.0",
"eslint-config-next": "14.1.4",
"graphql-tag": "^2.12.6",
Expand Down
14 changes: 7 additions & 7 deletions targets/ingester/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@
"@socialgouv/cdtn-sources": "4.52.1",
"@socialgouv/kali-data": "^2.628.0",
"get-uri": "3.0.2",
"got": "11.8.5",
"got": "11.8.6",
"gunzip-maybe": "1.4.2",
"p-map": "4.0.0",
"p-retry": "5.1.1",
"p-retry": "5.1.2",
"query-string": "7.0.1",
"semver": "7.3.5",
"tar-fs": "2.1.1",
"unist-util-filter": "^2.0.3",
"unist-util-find": "1.0.2",
"unist-util-find": "1.0.4",
"unist-util-flat-filter": "1.0.0",
"unist-util-parents": "1.0.3",
"unist-util-select": "4.0.0",
"winston": "3.3.3",
"unist-util-select": "4.0.3",
"winston": "3.3.4",
"yargs": "17.1.1"
},
"devDependencies": {
Expand All @@ -31,7 +31,7 @@
"@socialgouv/kali-data-types": "^2.127.0",
"@socialgouv/legi-data-types": "^2.73.1",
"@types/gunzip-maybe": "^1.4.0",
"@types/jest": "27.4.0",
"@types/jest": "27.4.1",
"@types/node": "^16.11.11",
"@types/semver": "^7.3.8",
"@types/tar-fs": "^2.0.1",
Expand All @@ -40,7 +40,7 @@
"jest": "^27.1.1",
"lint-staged": "^12.0.0",
"ts-jest": "^27.0.5",
"ts-node": "10.8.0",
"ts-node": "10.8.2",
"typescript": "^5.4.3"
},
"license": "MIT",
Expand Down
Loading
Loading