Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 15, 2021
1 parent 07b80b6 commit c51c8da
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 36 deletions.
42 changes: 21 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@
},
"dependencies": {
"@apollo/client": "^3.4.16",
"@dataesr/react-dsfr": "^0.5.9",
"@dataesr/react-dsfr": "^0.6.6",
"bootstrap": "^4.6.0",
"cross-fetch": "^3.1.4",
"graphql": "^15.5.3",
"next": "^11.1.2",
"next-i18next": "^8.5.5",
"next-i18next": "^8.9.0",
"react": "17.0.2",
"react-bootstrap": "^1.6.4",
"react-bootstrap-icons": "^1.5.0",
"react-dom": "17.0.2",
"react-leaflet": "^3.2.2",
"sass": "^1.32.13",
"sass": "^1.43.2",
"styled-components": "^5.3.1"
},
"devDependencies": {
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -364,10 +364,10 @@
resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz"
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==

"@dataesr/react-dsfr@^0.5.9":
version "0.5.9"
resolved "https://registry.npmjs.org/@dataesr/react-dsfr/-/react-dsfr-0.5.9.tgz"
integrity sha512-vAUe3/9h9GoTAVnKCbH+RbK1C6JPtpb9eLJlYNlmeNbU+cmmnVWIQmqq3Gwt2z7vrevPcL9r6VVZ/rUp5Bqwag==
"@dataesr/react-dsfr@^0.6.6":
version "0.6.6"
resolved "https://registry.npmjs.org/@dataesr/react-dsfr/-/react-dsfr-0.6.6.tgz"
integrity sha512-jEvKGN7hPIO7R9bX1P/ufcYIi5rtWVwY7W1wMUlumRkq82+GdjRwZNXHWi1eWIVs+/BMwiJN7+H2lEQ8iTzOCg==
dependencies:
"@babel/runtime" "^7.15.3"
"@gouvfr/dsfr" "^1.1.0"
Expand Down Expand Up @@ -4010,10 +4010,10 @@ natural-compare@^1.4.0:
resolved "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz"
integrity sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=

next-i18next@^8.5.5:
version "8.5.5"
resolved "https://registry.npmjs.org/next-i18next/-/next-i18next-8.5.5.tgz"
integrity sha512-zYXYToVB5W2qmDbWmuT/7j+PC/CqCysZsvMY2nmIyqpgaIBhMDKHYSi8+0nJ7SG1q7i9D+wQdJNd8KLdpe4/ng==
next-i18next@^8.9.0:
version "8.9.0"
resolved "https://registry.npmjs.org/next-i18next/-/next-i18next-8.9.0.tgz"
integrity sha512-A0j1Tw5/bT7C9rWmnu9oFNRtRHVqssPky7XQy4b/CAVT6Z8cy+eJUZ/az6AjR45Z6elFENk+CwNz7USLffITqg==
dependencies:
"@babel/runtime" "^7.13.17"
"@types/hoist-non-react-statics" "^3.3.1"
Expand Down Expand Up @@ -4901,10 +4901,10 @@ safe-buffer@~5.1.0, safe-buffer@~5.1.1:
resolved "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz"
integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==

sass@^1.32.13:
version "1.37.5"
resolved "https://registry.npmjs.org/sass/-/sass-1.37.5.tgz"
integrity sha512-Cx3ewxz9QB/ErnVIiWg2cH0kiYZ0FPvheDTVC6BsiEGBTZKKZJ1Gq5Kq6jy3PKtL6+EJ8NIoaBW/RSd2R6cZOA==
sass@^1.43.2:
version "1.43.2"
resolved "https://registry.npmjs.org/sass/-/sass-1.43.2.tgz"
integrity sha512-DncYhjl3wBaPMMJR0kIUaH3sF536rVrOcqqVGmTZHQRRzj7LQlyGV7Mb8aCKFyILMr5VsPHwRYtyKpnKYlmQSQ==
dependencies:
chokidar ">=3.0.0 <4.0.0"

Expand Down

0 comments on commit c51c8da

Please sign in to comment.