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 Jan 9, 2020
1 parent 2bd4289 commit dcdb0a3
Show file tree
Hide file tree
Showing 16 changed files with 223 additions and 231 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
include:
- project: SocialGouv/gitlab-ci-yml
file: /base_register_stage.yml
ref: v4.3.0
ref: v4.6.0
- project: SocialGouv/gitlab-ci-yml
file: /base_docker_helm_image_stage.yml
ref: v4.3.0
ref: v4.6.0
- project: SocialGouv/gitlab-ci-yml
file: /base_docker_kubectl_image_stage.yml
ref: v4.3.0
ref: v4.6.0
#
- /.gitlab-ci/variables.yml
- /.gitlab-ci/stages/quality.yml
Expand Down
2 changes: 1 addition & 1 deletion optional/e2e/.runners/puppetteer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "codeceptjs run --features"
},
"dependencies": {
"codeceptjs": "^2.2.0",
"codeceptjs": "^2.3.6",
"puppeteer": "^2.0.0"
}
}
102 changes: 33 additions & 69 deletions optional/e2e/.runners/puppetteer/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
# yarn lockfile v1


"@babel/parser@^7.6.4":
version "7.7.7"
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.7.7.tgz#1b886595419cf92d811316d5b715a53ff38b4937"
integrity sha512-WtTZMZAZLbeymhkd/sEaPD8IQyGAhmuTuvTzLiCFM7iXiVdY0gc0IaI+cW0fh1BnSMbJSzXX6/fHllgHKwHhXw==

"@types/mocha@^5.2.7":
version "5.2.7"
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-5.2.7.tgz#315d570ccb56c53452ff8638738df60726d5b6ea"
integrity sha512-NYrtPht0wGzhwe9+/idPaBB+TqkY9AhTvOLMkThm0IoEfLaiVQZwBwyJ5puCkO3AUCWrmcoePjp2mbFocKy4SQ==

abbrev@1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8"
Expand Down Expand Up @@ -70,11 +80,6 @@ argparse@^1.0.7:
dependencies:
sprintf-js "~1.0.2"

[email protected]:
version "1.0.1"
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
integrity sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=

async-limiter@~1.0.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.1.tgz#dd379e94f0db8310b08291f9d64c3209766617fd"
Expand All @@ -88,11 +93,6 @@ axios@^0.19.0:
follow-redirects "1.5.10"
is-buffer "^2.0.2"

[email protected]:
version "7.0.0-beta.47"
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.47.tgz#6d1fa44f0abec41ab7c780481e62fd9aafbdea80"
integrity sha512-+rq2cr4GDhtToEzKFD6KZZMDBXhjFAr9JjPw9pAppZACeEWqNM294j+NdBzkSHYXwzzBmVjZ3nEVJlOhbR2gOQ==

balanced-match@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767"
Expand Down Expand Up @@ -182,17 +182,19 @@ cliui@^5.0.0:
strip-ansi "^5.2.0"
wrap-ansi "^5.1.0"

codeceptjs@^2.2.0:
version "2.3.5"
resolved "https://registry.yarnpkg.com/codeceptjs/-/codeceptjs-2.3.5.tgz#ff52fe8c434bc8c60fb7a4f9decacbf3cb71c38a"
integrity sha512-oIU4sQA+cJkA7PGAF2wiqsj4Ez5ZtaJMdpZv3cLxbOfpIbO3e0L/D7Z1muTtLCOWv7y1J0Kzfb3niOaojJ6SiQ==
codeceptjs@^2.3.6:
version "2.3.6"
resolved "https://registry.yarnpkg.com/codeceptjs/-/codeceptjs-2.3.6.tgz#0eccb9919cccc83afda8f69bef890af574ba8aa0"
integrity sha512-xpZZdrR7/pXAqOaphOvFfwjL0cl38hMqXbUKtFAzjtdcvkHE3ZnyvryTVOmjjUL9FIxlED83l1+BJT6b9HFbJg==
dependencies:
"@types/mocha" "^5.2.7"
allure-js-commons "^1.3.2"
axios "^0.19.0"
chalk "^1.1.3"
commander "^2.20.0"
commander "^2.20.3"
css-to-xpath "^0.1.0"
cucumber-expressions "^6.6.2"
envinfo "^7.3.1"
escape-string-regexp "^1.0.3"
figures "^2.0.0"
fn-args "^4.0.0"
Expand All @@ -204,13 +206,13 @@ codeceptjs@^2.2.0:
lodash.clonedeep "^4.5.0"
lodash.merge "^4.6.2"
mkdirp "^0.5.1"
mocha "^6.2.0"
mocha "^6.2.2"
mocha-junit-reporter "^1.23.1"
ms "^2.1.2"
parse-function "5.2.11"
parse-function "5.4.3"
promise-retry "^1.1.1"
requireg "^0.1.8"
resq "^1.6.0"
resq "^1.7.0"
semver "^6.2.0"
sprintf-js "^1.1.1"

Expand All @@ -226,7 +228,7 @@ [email protected]:
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=

commander@^2.19.0, commander@^2.20.0:
commander@^2.19.0, commander@^2.20.3:
version "2.20.3"
resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33"
integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==
Expand Down Expand Up @@ -324,14 +326,6 @@ define-properties@^1.1.2, define-properties@^1.1.3:
dependencies:
object-keys "^1.0.12"

[email protected]:
version "2.0.2"
resolved "https://registry.yarnpkg.com/define-property/-/define-property-2.0.2.tgz#d459689e8d654ba77e02a817f8710d702cb16e9d"
integrity sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==
dependencies:
is-descriptor "^1.0.2"
isobject "^3.0.1"

[email protected]:
version "3.5.0"
resolved "https://registry.yarnpkg.com/diff/-/diff-3.5.0.tgz#800c0dd1e0a8bfbc95835c202ad220fe317e5a12"
Expand All @@ -352,6 +346,11 @@ emoji-regex@^7.0.1:
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-7.0.3.tgz#933a04052860c85e83c122479c4748a8e4c72156"
integrity sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==

envinfo@^7.3.1:
version "7.5.0"
resolved "https://registry.yarnpkg.com/envinfo/-/envinfo-7.5.0.tgz#91410bb6db262fb4f1409bd506e9ff57e91023f4"
integrity sha512-jDgnJaF/Btomk+m3PZDTTCb5XIIIX3zYItnCRfF73zVgvinLoRomuhi75Y4su0PtQxWz4v66XnLLckyvyJTOIQ==

err-code@^1.0.0:
version "1.1.2"
resolved "https://registry.yarnpkg.com/err-code/-/err-code-1.1.2.tgz#06e0116d3028f6aef4806849eb0ea6a748ae6960"
Expand Down Expand Up @@ -637,13 +636,6 @@ inquirer@^6.5.2:
strip-ansi "^5.1.0"
through "^2.3.6"

is-accessor-descriptor@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz#169c2f6d3df1f992618072365c9b0ea1f6878656"
integrity sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==
dependencies:
kind-of "^6.0.0"

is-buffer@^2.0.2, is-buffer@~2.0.3:
version "2.0.4"
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-2.0.4.tgz#3e572f23c8411a5cfd9557c849e3665e0b290623"
Expand All @@ -659,27 +651,11 @@ is-callable@^1.1.4:
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
integrity sha512-r5p9sxJjYnArLjObpjA4xu5EKI3CuKHkJXMhT7kwbpUyIFD1n5PMAsoPvWnvtZiNz7LjkYDRZhd7FlI0eMijEA==

is-data-descriptor@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz#d84876321d0e7add03990406abbbbd36ba9268c7"
integrity sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==
dependencies:
kind-of "^6.0.0"

is-date-object@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.1.tgz#9aa20eb6aeebbff77fbd33e74ca01b33581d3a16"
integrity sha1-mqIOtq7rv/d/vTPnTKAbM1gdOhY=

is-descriptor@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-1.0.2.tgz#3b159746a66604b04f8c81524ba365c5f14d86ec"
integrity sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==
dependencies:
is-accessor-descriptor "^1.0.0"
is-data-descriptor "^1.0.0"
kind-of "^6.0.2"

is-fullwidth-code-point@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f"
Expand Down Expand Up @@ -714,11 +690,6 @@ isexe@^2.0.0:
resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
integrity sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=

isobject@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df"
integrity sha1-TkMekrEalzFjaqH5yNHMvP2reN8=

js-beautify@^1.10.2:
version "1.10.2"
resolved "https://registry.yarnpkg.com/js-beautify/-/js-beautify-1.10.2.tgz#88c9099cd6559402b124cfab18754936f8a7b178"
Expand Down Expand Up @@ -752,11 +723,6 @@ jsonfile@^4.0.0:
optionalDependencies:
graceful-fs "^4.1.6"

kind-of@^6.0.0, kind-of@^6.0.2:
version "6.0.2"
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.2.tgz#01146b36a6218e64e58f3a8d66de5d7fc6f6d051"
integrity sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA==

locate-path@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-3.0.0.tgz#dbec3b3ab759758071b58fe59fc41871af21400e"
Expand Down Expand Up @@ -849,7 +815,7 @@ mocha-junit-reporter@^1.23.1:
strip-ansi "^4.0.0"
xml "^1.0.0"

mocha@^6.2.0:
mocha@^6.2.2:
version "6.2.2"
resolved "https://registry.yarnpkg.com/mocha/-/mocha-6.2.2.tgz#5d8987e28940caf8957a7d7664b910dc5b2fea20"
integrity sha512-FgDS9Re79yU1xz5d+C4rv1G7QagNGHZ+iXF81hO8zY35YZZcLEsJVfFolfsqKFWunATEvNzMK0r/CwWd/szO9A==
Expand Down Expand Up @@ -1003,14 +969,12 @@ p-try@^2.0.0:
resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6"
integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==

parse-function@5.2.11:
version "5.2.11"
resolved "https://registry.yarnpkg.com/parse-function/-/parse-function-5.2.11.tgz#89ca2e30b05ecec41e6e12ede647c25839e75036"
integrity sha512-2nQChgTKz80awFjQqs93ZzgQPOykT+BXomHUfwMdIben3PT2uohAPot+h5D+PNa0T+odzjuMZUMOoCyJfnej1Q==
parse-function@5.4.3:
version "5.4.3"
resolved "https://registry.yarnpkg.com/parse-function/-/parse-function-5.4.3.tgz#c732a4ffc23b524d72dc3d21a19da4d9c0c39771"
integrity sha512-E9HOf9vg8tJeSULrw8vvXNLfRrJL6o1Hlh2CTufqiVVjKzSIq9sWk5uIr0skSJfJCOfJ21v/FvwsARfojUrJ2w==
dependencies:
arrify "1.0.1"
babylon "7.0.0-beta.47"
define-property "2.0.2"
"@babel/parser" "^7.6.4"

path-exists@^3.0.0:
version "3.0.0"
Expand Down Expand Up @@ -1128,7 +1092,7 @@ resolve@~1.7.1:
dependencies:
path-parse "^1.0.5"

resq@^1.6.0:
resq@^1.7.0:
version "1.7.0"
resolved "https://registry.yarnpkg.com/resq/-/resq-1.7.0.tgz#ccb1a8975aa9b5cf7345c45a5e33374f175125f7"
integrity sha512-Ub5NfWXp3lRzaEYDU/f5eSV81dR8V9W3xRA/B7SXUQLsIAQRBsJdEbywNnweE0XteMMxpWf56zDDjnoipmgk9Q==
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"url": "https://github.com/SocialGouv/code-du-travail-numerique/issues"
},
"dependencies": {
"husky": "^4.0.0",
"lerna": "^3.20.1"
"husky": "^4.0.3",
"lerna": "^3.20.2"
},
"resolutions": {
"@babel/core": "^7.7.7",
Expand Down
6 changes: 3 additions & 3 deletions packages/code-du-travail-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@
},
"devDependencies": {
"@cdt/data": "^4.1.0-alpha.0",
"@socialgouv/eslint-config-recommended": "^0.11.1",
"@zeit/ncc": "^0.20.5",
"@socialgouv/eslint-config-recommended": "^0.13.0",
"@zeit/ncc": "^0.21.0",
"eslint": "^6.8.0",
"esm": "^3.2.25",
"jest": "^24.9.0",
"nodemon": "^2.0.2",
"superagent": "^5.1.3",
"superagent": "^5.2.1",
"supertest": "^4.0.2"
},
"jest": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"license": "MIT",
"dependencies": {
"@socialgouv/kali-data": "^1.2.101",
"@socialgouv/kali-data": "^1.2.103",
"node-fetch": "^2.6.0",
"remark": "^11.0.2",
"strip-markdown": "^3.1.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/code-du-travail-data/dataset/datafiller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"license": "MIT",
"dependencies": {
"@cdt/sources": "^4.1.0-alpha.0",
"@socialgouv/kali-data": "^1.2.101",
"@socialgouv/kali-data": "^1.2.103",
"debug": "^4.1.1",
"node-fetch": "^2.6.0",
"p-limit": "^2.2.1",
"p-limit": "^2.2.2",
"remark": "^11.0.2",
"remark-html": "^10.0.0",
"unist-util-find": "^1.0.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"google-spreadsheets": "^2.0.0",
"jsdom": "^15.2.1",
"ora": "^4.0.3",
"p-limit": "^2.2.1",
"superagent": "^5.1.3"
"p-limit": "^2.2.2",
"superagent": "^5.2.1"
},
"scripts": {
"start": "node index",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
},
"dependencies": {
"@cdt/sources": "^4.1.0-alpha.0",
"@socialgouv/fiches-vdd": "^1.0.76",
"@socialgouv/kali-data": "^1.2.101",
"@socialgouv/fiches-vdd": "^1.0.83",
"@socialgouv/kali-data": "^1.2.103",
"@socialgouv/legi-data": "^1.1.11",
"lodash.uniqby": "^4.7.0",
"query-string": "^6.9.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/code-du-travail-data/dataset/stats/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
"date-fns": "^2.8.1",
"date-fns": "^2.9.0",
"node-fetch": "^2.6.0"
},
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions packages/code-du-travail-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"dependencies": {
"@cdt/sources": "^4.1.0-alpha.0",
"@elastic/elasticsearch": "^7.5.0",
"@socialgouv/fiches-vdd": "^1.0.76",
"@socialgouv/kali-data": "^1.2.101",
"@socialgouv/fiches-vdd": "^1.0.83",
"@socialgouv/kali-data": "^1.2.103",
"@socialgouv/legi-data": "^1.1.11",
"esm": "^3.2.25",
"lodash.uniqby": "^4.7.0",
Expand All @@ -41,8 +41,8 @@
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/preset-env": "^7.7.7",
"@socialgouv/eslint-config-recommended": "^0.11.1",
"@zeit/ncc": "^0.20.5",
"@socialgouv/eslint-config-recommended": "^0.13.0",
"@zeit/ncc": "^0.21.0",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"eslint": "^6.8.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/code-du-travail-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
"@cdt/data...prime-precarite": "^4.1.0-alpha.0",
"@cdt/data...tools": "^4.1.0-alpha.0",
"@cdt/sources": "^4.1.0-alpha.0",
"@next/bundle-analyzer": "^9.1.6",
"@next/bundle-analyzer": "^9.1.7",
"@reach/tooltip": "^0.7.0",
"@sentry/browser": "^5.10.2",
"@sentry/browser": "^5.11.0",
"@socialgouv/react-fiche-service-public": "^4.1.0-alpha.0",
"@socialgouv/react-ui": "^4.1.0-alpha.0",
"@zeit/next-source-maps": "^0.0.3",
"date-fns": "^2.8.1",
"date-fns": "^2.9.0",
"debounce-promise": "^3.1.2",
"express": "^4.17.1",
"express-sitemap-xml": "^1.1.0",
Expand All @@ -44,7 +44,7 @@
"js-cookie": "2.2.1",
"mdx-runtime-slim": "^1.4.5",
"memoizee": "^0.4.14",
"next": "^9.1.6",
"next": "^9.1.7",
"next-transpile-modules": "^2.3.1",
"react": "^16.12.0",
"react-autosuggest": "9.4.3",
Expand All @@ -71,7 +71,7 @@
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/preset-env": "^7.7.7",
"@socialgouv/eslint-config-react": "^0.11.1",
"@socialgouv/eslint-config-react": "^0.13.0",
"@testing-library/react": "^9.4.0",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/code-du-travail-nlp/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Flask==1.1.1
flask-cors==3.0.8
gunicorn==20.0.4
tensorflow>=2.0.0
tensorflow>=2.1.0
tensorflow_text>=2.0.1
tensorflow_hub
gevent
Expand Down
Loading

0 comments on commit dcdb0a3

Please sign in to comment.