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 Apr 23, 2020
1 parent 151be65 commit ed6a001
Show file tree
Hide file tree
Showing 11 changed files with 42 additions and 65 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:12.14-alpine3.10
FROM node:12.16-alpine3.10

# NOTE(douglasduteil): add `curl` in the master image
# `curl` is very useful for later health check tests ;)
Expand Down
2 changes: 1 addition & 1 deletion optional/e2e/.runners/puppeteer/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.6.1",
"codeceptjs": "^2.6.2",
"puppeteer": "^3.0.1"
}
}
8 changes: 4 additions & 4 deletions optional/e2e/.runners/puppeteer/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -397,10 +397,10 @@ cliui@^5.0.0:
strip-ansi "^5.2.0"
wrap-ansi "^5.1.0"

codeceptjs@^2.6.1:
version "2.6.1"
resolved "https://registry.yarnpkg.com/codeceptjs/-/codeceptjs-2.6.1.tgz#db972a1cf5e654c6b015433ab82ee112a65bc52a"
integrity sha512-ZaH1cYHDVaVWDc1uUp3xJK/hSdopFh/siCjFiFvtXHSu4JMDJXmXqODJTjQ1H7YrYjFCx5TmxIIXGI7M+ffoYg==
codeceptjs@^2.6.2:
version "2.6.2"
resolved "https://registry.yarnpkg.com/codeceptjs/-/codeceptjs-2.6.2.tgz#aba58c7872ef4de01fe04a3e924694f431cef4b5"
integrity sha512-wVH+NpL2umtsart++rrNuVY8itsNBEnr+naXbFC3Owkc3RJ4Bhd9L7Re9OJHUIaqxZ8P8pFbLexIicD/cuRXDw==
dependencies:
"@codeceptjs/configure" "^0.4.0"
allure-js-commons "^1.3.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/code-du-travail-api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG BASE_IMAGE=${REGISTRY}:${TAG_BASE_IMAGE}
# hadolint ignore=DL3006
FROM ${BASE_IMAGE} as cdtn-base-image

FROM node:12.14-alpine3.10
FROM node:12.16-alpine3.10

COPY ./package.json /app/package.json

Expand Down
2 changes: 1 addition & 1 deletion packages/code-du-travail-data/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ENV NLP_URL=$NLP_URL

RUN yarn workspace @cdt/data dump-dev

FROM node:12.14-alpine3.10
FROM node:12.16-alpine3.10
COPY ./package.json /app/package.json
COPY --from=cdtn-base-image /app/packages/code-du-travail-data/dist /app/dist
COPY --from=cdtn-base-image /app/node_modules/@socialgouv/kali-data/data /app/node_modules/@socialgouv/kali-data/data
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"main": "index.js",
"dependencies": {
"@cdt/sources": "^4.18.0-alpha.0",
"@socialgouv/datafiller-data": "^1.11.0",
"@socialgouv/datafiller-data": "^1.12.0",
"mammoth": "^1.4.9"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
},
"dependencies": {
"@cdt/sources": "^4.18.0-alpha.0",
"@socialgouv/contributions-data": "^1.14.0",
"@socialgouv/datafiller-data": "^1.11.0",
"@socialgouv/fiches-vdd": "^1.31.0",
"@socialgouv/kali-data": "^1.21.0",
"@socialgouv/contributions-data": "^1.15.0",
"@socialgouv/datafiller-data": "^1.12.0",
"@socialgouv/fiches-vdd": "^1.32.0",
"@socialgouv/kali-data": "^1.22.0",
"@socialgouv/legi-data": "^1.2.0",
"lodash.uniqby": "^4.7.0",
"query-string": "^6.12.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/code-du-travail-data/dataset/tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
},
"dependencies": {
"@cdt/sources": "^4.18.0-alpha.0",
"@socialgouv/datafiller-data": "^1.11.0"
"@socialgouv/datafiller-data": "^1.12.0"
}
}
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 @@ -29,11 +29,11 @@
"dependencies": {
"@cdt/sources": "^4.18.0-alpha.0",
"@elastic/elasticsearch": "^7.6.1",
"@socialgouv/contributions-data": "^1.14.0",
"@socialgouv/contributions-data": "^1.15.0",
"@socialgouv/datafiller-data": "^1.12.0",
"@socialgouv/fiches-travail-data": "^3.2.2",
"@socialgouv/fiches-vdd": "^1.31.0",
"@socialgouv/kali-data": "^1.21.0",
"@socialgouv/fiches-travail-data": "^3.3.0",
"@socialgouv/fiches-vdd": "^1.32.0",
"@socialgouv/kali-data": "^1.22.0",
"@socialgouv/legi-data": "^1.2.0",
"esm": "^3.2.25",
"lodash.uniqby": "^4.7.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/code-du-travail-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"@reach/tooltip": "0.10.1",
"@sentry/browser": "^5.15.5",
"@sentry/node": "^5.15.5",
"@socialgouv/datafiller-data": "^1.11.0",
"@socialgouv/fiches-travail-data": "^3.2.2",
"@socialgouv/datafiller-data": "^1.12.0",
"@socialgouv/fiches-travail-data": "^3.3.0",
"@socialgouv/react-fiche-service-public": "^4.18.0-alpha.0",
"@socialgouv/react-ui": "^4.18.0-alpha.0",
"@zeit/next-source-maps": "^0.0.3",
Expand Down Expand Up @@ -62,7 +62,7 @@
"react-uid": "^2.2.0",
"rehype-raw": "^4.0.2",
"rehype-react": "^5.0.1",
"remark-parse": "^8.0.1",
"remark-parse": "^8.0.2",
"remark-rehype": "^6.0.0",
"speakingurl": "14.0.1",
"styled-components": "^5.1.0",
Expand Down
65 changes: 21 additions & 44 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2610,26 +2610,16 @@
dependencies:
type-detect "4.0.8"

"@socialgouv/contributions-data@^1.14.0":
version "1.14.0"
resolved "https://registry.yarnpkg.com/@socialgouv/contributions-data/-/contributions-data-1.14.0.tgz#6780fef7c4ba4021d7fa9ac0c9bb8bdd27311890"
integrity sha512-ZJukZhQviTPX0KhZimxTwQE60m6+f1PJNw4MLEo0hqD7Jjiad09OL/jKjE4a/AnnzfWnyv8TmWokukKx6d+1ZQ==
"@socialgouv/contributions-data@^1.15.0":
version "1.15.0"
resolved "https://registry.yarnpkg.com/@socialgouv/contributions-data/-/contributions-data-1.15.0.tgz#aed9698484def7abb50a7de5967e0c974a041d1d"
integrity sha512-kp16z44eBMNBjvTTm/v7hsnVSkR/b3l3WNMl8mI4pxns2m7GPeLayTgRUxBUK0NKMeN1jsWBJGru6qNwn5wo4g==
dependencies:
"@socialgouv/kali-data" "^1.3.36"
node-fetch "^2.6.0"
remark "^12.0.0"
strip-markdown "^3.1.2"

"@socialgouv/datafiller-data@^1.11.0":
version "1.11.0"
resolved "https://registry.yarnpkg.com/@socialgouv/datafiller-data/-/datafiller-data-1.11.0.tgz#b0d37c686441071892a4136a658ba2fdd6fc1825"
integrity sha512-rt3IXf5GBLRb00EfEzZeJvFE6WeLeiJQsf+qbg7/rxvsTO6eEVNF06ClGFwSQ30mTEdJiz/nDptcd/JmYefktg==
dependencies:
node-fetch "^2.6.0"
p-pipe "^3.0.0"
remark "^12.0.0"
remark-html "^11.0.1"

"@socialgouv/datafiller-data@^1.12.0":
version "1.12.0"
resolved "https://registry.yarnpkg.com/@socialgouv/datafiller-data/-/datafiller-data-1.12.0.tgz#8ec49b7e0deb33e5cddaf5f5f62020ee9c9d9abe"
Expand Down Expand Up @@ -2671,12 +2661,12 @@
eslint-plugin-jest "~23.8.2"
eslint-plugin-prettier "~3.1.2"

"@socialgouv/fiches-travail-data@^3.2.2":
version "3.2.2"
resolved "https://registry.yarnpkg.com/@socialgouv/fiches-travail-data/-/fiches-travail-data-3.2.2.tgz#dc68802c39900b3cb8622a996658cfa08c0d6553"
integrity sha512-2CFYSfhI/wbM327SJW+Sck8Fu6Fq93+wQzjKC8h15u4mlc1Gxwf5q37743t0zc+RZWr+EZKRp9iW+RpWU4M+dg==
"@socialgouv/fiches-travail-data@^3.3.0":
version "3.3.0"
resolved "https://registry.yarnpkg.com/@socialgouv/fiches-travail-data/-/fiches-travail-data-3.3.0.tgz#c12dddeeb2f2e524b275e5371d0c497f34a8c27f"
integrity sha512-wJUYnWkI+soXirJsnD6iuGqoZaKlaXCxDQg4pXPWPhJkoM25OfiuwZcjeL7bHUaffCU37w7KXo2+xkwZYM9HWQ==
dependencies:
"@socialgouv/datafiller-data" "^1.11.0"
"@socialgouv/datafiller-data" "^1.12.0"
"@socialgouv/legi-data" "^1.2.0"
esm "^3.2.25"
jsdom "^16.2.2"
Expand All @@ -2686,33 +2676,20 @@
unist-util-find "^1.0.1"
unist-util-visit "^2.0.2"

"@socialgouv/fiches-vdd@^1.31.0":
version "1.31.0"
resolved "https://registry.yarnpkg.com/@socialgouv/fiches-vdd/-/fiches-vdd-1.31.0.tgz#2808bb31fee900d8921bb48f19fb0fb59ae6479c"
integrity sha512-fFVWSTc+c0yxmWlCTY1wOsmr6VCsXu0RBEAcc45zi9nJFufRSznuJ5B8kbLBLUZk1aKs50TAoxELuHYYwZKRFw==
"@socialgouv/fiches-vdd@^1.32.0":
version "1.32.0"
resolved "https://registry.yarnpkg.com/@socialgouv/fiches-vdd/-/fiches-vdd-1.32.0.tgz#e07bfe510a7412eab1f0f2322de221f03c552480"
integrity sha512-1M+Sp0NF5oNwgXPi1dZ9ppsCT+1Q7DZTD23trmlQ8sCe0Lqe8RNGftR2WiBYIzgZYZWDoCwjg5PML5Jg4e23lA==
dependencies:
node-fetch "^2.6.0"
ora "^4.0.3"
unzipper "^0.10.10"
xml-js "^1.6.11"

"@socialgouv/kali-data@^1.21.0":
version "1.21.0"
resolved "https://registry.yarnpkg.com/@socialgouv/kali-data/-/kali-data-1.21.0.tgz#31699fc78d7ab30a1ff9a309b2e6235461a3b2a8"
integrity sha512-hGvDwREMjk/bWHoc5BUDLosB9pw0UHaXQf4A+0S46TdkAjhLm27OcWEKD9tB7UsdQ6Ha/0/0D8ARzQm1s/fRlA==
dependencies:
"@socialgouv/dila-api-client" "^1.1.0"
p-pipe "^3.0.0"
p-queue "^6.3.0"
p-retry "^4.2.0"
unist-util-find-all-after "^3.0.1"
unist-util-map "^2.0.1"
unist-util-remove "^2.0.0"

"@socialgouv/kali-data@^1.3.36":
version "1.19.0"
resolved "https://registry.yarnpkg.com/@socialgouv/kali-data/-/kali-data-1.19.0.tgz#f32559609236bac04c99380570bed19495f47787"
integrity sha512-fRSDcxosId2PurBPebyJgWZveBGUIoXhEKJv9AI2C6A78vBk+Xxf/OmgJrZa3zClsSw2A2RJwMLIMK1Te1Lm7g==
"@socialgouv/kali-data@^1.22.0", "@socialgouv/kali-data@^1.3.36":
version "1.22.0"
resolved "https://registry.yarnpkg.com/@socialgouv/kali-data/-/kali-data-1.22.0.tgz#1b5d2d63324c09958ee97d6873663a3ebca5b9e7"
integrity sha512-d6OINMGUAog8hm1PFyLwX2+bsfATOTQBGY9WKSZV6sGpuLJqFRQIwEuMhaHa+OuRXMp/SlwQ+tPIO7tSDDHEow==
dependencies:
"@socialgouv/dila-api-client" "^1.1.0"
p-pipe "^3.0.0"
Expand Down Expand Up @@ -15985,10 +15962,10 @@ remark-parse@^6.0.0:
vfile-location "^2.0.0"
xtend "^4.0.1"

remark-parse@^8.0.0, remark-parse@^8.0.1:
version "8.0.1"
resolved "https://registry.yarnpkg.com/remark-parse/-/remark-parse-8.0.1.tgz#7fc95d8f2b58fc6791cffb54803c763eb3756743"
integrity sha512-Ye/5W57tdQZWsfkuVyRq9SUWRgECHnDsMuyUMzdSKpTbNPkZeGtoYfsrkeSi4+Xyl0mhcPPddHITXPcCPHrl3w==
remark-parse@^8.0.0, remark-parse@^8.0.2:
version "8.0.2"
resolved "https://registry.yarnpkg.com/remark-parse/-/remark-parse-8.0.2.tgz#5999bc0b9c2e3edc038800a64ff103d0890b318b"
integrity sha512-eMI6kMRjsAGpMXXBAywJwiwAse+KNpmt+BK55Oofy4KvBZEqUDj6mWbGLJZrujoPIPPxDXzn3T9baRlpsm2jnQ==
dependencies:
ccount "^1.0.0"
collapse-white-space "^1.0.2"
Expand Down

0 comments on commit ed6a001

Please sign in to comment.