Skip to content

Commit

Permalink
fix: lock all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
matmut7 committed Nov 15, 2023
1 parent 5b87d0f commit e6af5c2
Show file tree
Hide file tree
Showing 2 changed files with 160 additions and 113 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,25 @@
"bugs": "https://github.com/SocialGouv/secretariat/issues",
"license": "Apache-2.0",
"dependencies": {
"@octokit/rest": "^19.0.5",
"@octokit/types": "^8.0.0",
"@sentry/nextjs": "^7.32.1",
"@socialgouv/matomo-next": "^1.5.0",
"@octokit/rest": "19.0.5",
"@octokit/types": "8.0.0",
"@sentry/nextjs": "7.32.1",
"@socialgouv/matomo-next": "1.5.0",
"date-fns": "2.28.0",
"debounce-fn": "4.0.0",
"generate-password": "1.7.0",
"graphql": "16.8.1",
"graphql-request": "3.7.0",
"jsonwebtoken": "9.0.0",
"lodash": "^4.17.21",
"lodash": "4.17.21",
"next": "12.3.4",
"next-auth": "4.20.1",
"ovh": "2.0.3",
"p-debounce": "2.1.0",
"p-map": "4.0.0",
"p-reduce": "2.1.0",
"pino": "^8.8.0",
"pino-http": "^8.3.1",
"pino": "8.8.0",
"pino-http": "8.3.1",
"react": "17.0.2",
"react-dnd": "15.1.2",
"react-dnd-html5-backend": "15.1.3",
Expand Down Expand Up @@ -58,7 +58,7 @@
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "12.1.5",
"@types/jsonwebtoken": "8.5.9",
"@types/lodash": "^4.14.195",
"@types/lodash": "4.14.195",
"@types/node": "17.0.12",
"@types/react": "17.0.53",
"@types/react-modal": "3.13.1",
Expand Down
Loading

0 comments on commit e6af5c2

Please sign in to comment.