зеркало из https://github.com/mozilla/fxa.git
chore: update node to 18.18.2
Because: * We want to use the latest security release of Node. This commit: * Updates Node.js to 18.18.2
This commit is contained in:
Родитель
f6e347b547
Коммит
6ed76a6caf
2
.nvmrc
2
.nvmrc
|
@ -1 +1 @@
|
|||
18.17.1
|
||||
18.18.2
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# By running a yarn install inside the same base container that we use in our CI, we can
|
||||
# ensure the same checksums are created correctly.
|
||||
#
|
||||
FROM cimg/node:18.17
|
||||
FROM cimg/node:18.18
|
||||
|
||||
COPY . .
|
||||
RUN sudo yarn cache clear --all
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
# Runs tests and common CI operations. Needs minimal install. Assumes
|
||||
# workspace will be restored into the project folder.
|
||||
FROM cimg/node:18.17 as test-runner
|
||||
FROM cimg/node:18.18 as test-runner
|
||||
RUN sudo apt-get update && sudo apt-get install -y \
|
||||
python3-venv
|
||||
WORKDIR /home/circleci
|
||||
|
@ -38,7 +38,7 @@ RUN npx playwright install firefox;
|
|||
|
||||
# Runs functional tests in our CI. Needs minimal install. Assumes
|
||||
# workspace will be restored into the project folder.
|
||||
FROM cimg/node:18.17-browsers as functional-test-runner
|
||||
FROM cimg/node:18.18-browsers as functional-test-runner
|
||||
WORKDIR /home/circleci
|
||||
COPY --chown=circleci:circleci --from=playwright-install /home/circleci/.cache/ms-playwright .cache/ms-playwright/
|
||||
COPY --chown=circleci:circleci project project
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Multi stage docker build for fxa-mono repo. Note that stages should be cached due to docker layer caching being
|
||||
# turned on in CI.
|
||||
|
||||
FROM node:18.17-bullseye-slim AS fxa-base
|
||||
FROM node:18.18.2-bullseye-slim AS fxa-base
|
||||
RUN set -x \
|
||||
&& addgroup --gid 10001 app \
|
||||
&& adduser --disabled-password \
|
||||
|
|
|
@ -80,7 +80,7 @@
|
|||
"uuid": "^9.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^18.17.1"
|
||||
"node": "^18.18.2"
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
|
@ -140,7 +140,7 @@
|
|||
"@testing-library/react": "^14.0.0",
|
||||
"@types/jest": "^29.5.1",
|
||||
"@types/mysql": "^2",
|
||||
"@types/node": "^18.17.1",
|
||||
"@types/node": "^18.18.2",
|
||||
"@types/passport": "^1.0.6",
|
||||
"@types/react": "^18",
|
||||
"@types/react-dom": "^18",
|
||||
|
@ -189,7 +189,7 @@
|
|||
"@grpc/grpc-js": "~1.6.0",
|
||||
"@nestjs/cli/typescript": "^4.5.2",
|
||||
"@svgr/webpack": "^8.0.1",
|
||||
"@types/node": "^18.17.1",
|
||||
"@types/node": "^18.18.2",
|
||||
"@types/react": "^18",
|
||||
"browserid-crypto": "https://github.com/mozilla-fxa/browserid-crypto.git#5979544d13eeb15a02d0b9a6a7a08a698d54d37d",
|
||||
"css-minimizer-webpack-plugin": ">=4 <5",
|
||||
|
|
|
@ -66,7 +66,7 @@
|
|||
"devDependencies": {
|
||||
"@types/chance": "^1.1.2",
|
||||
"@types/convict": "^6.1.1",
|
||||
"@types/node": "^18.17.1",
|
||||
"@types/node": "^18.18.2",
|
||||
"@types/pem-jwk": "^2",
|
||||
"@types/supertest": "^2.0.11",
|
||||
"@types/yargs": "^17.0.0",
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
"@types/assert": "^1.5.4",
|
||||
"@types/fast-text-encoding": "^1",
|
||||
"@types/mocha": "^8",
|
||||
"@types/node": "^18.17.1",
|
||||
"@types/node": "^18.18.2",
|
||||
"@types/node-fetch": "^2.5.7",
|
||||
"@types/prettier": "^2",
|
||||
"asmcrypto.js": "^0.22.0",
|
||||
|
|
|
@ -170,7 +170,7 @@
|
|||
"@types/memcached": "^2.2.6",
|
||||
"@types/mocha": "^8.2.2",
|
||||
"@types/nock": "^11.1.0",
|
||||
"@types/node": "^18.17.1",
|
||||
"@types/node": "^18.18.2",
|
||||
"@types/node-zendesk": "^2.0.2",
|
||||
"@types/nodemailer": "^6.4.2",
|
||||
"@types/request": "2.48.5",
|
||||
|
|
|
@ -69,7 +69,7 @@
|
|||
"@types/convict": "^5.2.2",
|
||||
"@types/express": "^4.17.12",
|
||||
"@types/jest": "^26.0.23",
|
||||
"@types/node": "^18.17.1",
|
||||
"@types/node": "^18.18.2",
|
||||
"@types/passport": "^1.0.6",
|
||||
"@types/passport-jwt": "^3.0.5",
|
||||
"@types/rimraf": "3.0.0",
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
"@types/graphql-upload": "^8.0.5",
|
||||
"@types/ioredis": "^4.26.4",
|
||||
"@types/jest": "^29.2.5",
|
||||
"@types/node": "^18.17.1",
|
||||
"@types/node": "^18.18.2",
|
||||
"@types/passport": "^1.0.6",
|
||||
"@types/passport-http-bearer": "^1.0.36",
|
||||
"@types/superagent": "4.1.11",
|
||||
|
|
|
@ -76,7 +76,7 @@
|
|||
"@types/jest": "^26.0.23",
|
||||
"@types/jsdom": "^16.2.11",
|
||||
"@types/nock": "^11.1.0",
|
||||
"@types/node": "^18.17.1",
|
||||
"@types/node": "^18.18.2",
|
||||
"@types/postcss-import": "^12",
|
||||
"@types/react-redux": "^7.1.18",
|
||||
"@types/react-stripe-elements": "^6.0.6",
|
||||
|
|
|
@ -66,7 +66,7 @@
|
|||
"@types/classnames": "^2.3.1",
|
||||
"@types/file-loader": "^5.0.0",
|
||||
"@types/jest": "^26.0.23",
|
||||
"@types/node": "^18.17.1",
|
||||
"@types/node": "^18.18.2",
|
||||
"@types/postcss-import": "^14",
|
||||
"@types/prettier": "2.3.0",
|
||||
"@types/react-helmet": "^6.1.6",
|
||||
|
|
|
@ -219,7 +219,7 @@
|
|||
"@types/file-saver": "^2.0.5",
|
||||
"@types/jest": "^26.0.23",
|
||||
"@types/lodash.groupby": "^4",
|
||||
"@types/node": "^18.17.1",
|
||||
"@types/node": "^18.18.2",
|
||||
"@types/prop-types": "^15",
|
||||
"@types/reach__router": "^1.3.11",
|
||||
"@types/react-router": "^5.1.19",
|
||||
|
|
|
@ -259,7 +259,7 @@
|
|||
"@types/lodash.pick": "^4",
|
||||
"@types/mocha": "^8.2.2",
|
||||
"@types/mysql": "^2",
|
||||
"@types/node": "^18.17.1",
|
||||
"@types/node": "^18.18.2",
|
||||
"@types/proxyquire": "^1.3.28",
|
||||
"@types/sinon": "10.0.1",
|
||||
"@types/superagent": "^4.1.11",
|
||||
|
|
28
yarn.lock
28
yarn.lock
|
@ -19435,10 +19435,10 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@types/node@npm:^18.17.1":
|
||||
version: 18.17.12
|
||||
resolution: "@types/node@npm:18.17.12"
|
||||
checksum: 79f8bcca3067a3c529f30e172df8d14f25ab9e4cd6a05ed897a924ab1dec774e8ea172ef5c4a67ffec433d423a0c81778f17db22606d574bc83871b60aab298e
|
||||
"@types/node@npm:^18.18.2":
|
||||
version: 18.18.5
|
||||
resolution: "@types/node@npm:18.18.5"
|
||||
checksum: fc8c9b2bf226270cf9085a7dac76ce09dd7c3519ec9b687ee2b50385954ab3709c45ca82d002d1536e24286803cd194d7ab7008acebdcd6681b8b19d4277fa5c
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -33911,7 +33911,7 @@ fsevents@~2.1.1:
|
|||
"@sentry/node": ^7.66.0
|
||||
"@types/chance": ^1.1.2
|
||||
"@types/convict": ^6.1.1
|
||||
"@types/node": ^18.17.1
|
||||
"@types/node": ^18.18.2
|
||||
"@types/pem-jwk": ^2
|
||||
"@types/supertest": ^2.0.11
|
||||
"@types/yargs": ^17.0.0
|
||||
|
@ -33959,7 +33959,7 @@ fsevents@~2.1.1:
|
|||
"@types/assert": ^1.5.4
|
||||
"@types/fast-text-encoding": ^1
|
||||
"@types/mocha": ^8
|
||||
"@types/node": ^18.17.1
|
||||
"@types/node": ^18.18.2
|
||||
"@types/node-fetch": ^2.5.7
|
||||
"@types/prettier": ^2
|
||||
abab: ^2.0.6
|
||||
|
@ -34025,7 +34025,7 @@ fsevents@~2.1.1:
|
|||
"@types/mjml": ^4.7.0
|
||||
"@types/mocha": ^8.2.2
|
||||
"@types/nock": ^11.1.0
|
||||
"@types/node": ^18.17.1
|
||||
"@types/node": ^18.18.2
|
||||
"@types/node-zendesk": ^2.0.2
|
||||
"@types/nodemailer": ^6.4.2
|
||||
"@types/request": 2.48.5
|
||||
|
@ -34396,7 +34396,7 @@ fsevents@~2.1.1:
|
|||
"@types/convict": ^5.2.2
|
||||
"@types/express": ^4.17.12
|
||||
"@types/jest": ^26.0.23
|
||||
"@types/node": ^18.17.1
|
||||
"@types/node": ^18.18.2
|
||||
"@types/passport": ^1.0.6
|
||||
"@types/passport-jwt": ^3.0.5
|
||||
"@types/rimraf": 3.0.0
|
||||
|
@ -34484,7 +34484,7 @@ fsevents@~2.1.1:
|
|||
"@types/graphql-upload": ^8.0.5
|
||||
"@types/ioredis": ^4.26.4
|
||||
"@types/jest": ^29.2.5
|
||||
"@types/node": ^18.17.1
|
||||
"@types/node": ^18.18.2
|
||||
"@types/passport": ^1.0.6
|
||||
"@types/passport-http-bearer": ^1.0.36
|
||||
"@types/superagent": 4.1.11
|
||||
|
@ -34601,7 +34601,7 @@ fsevents@~2.1.1:
|
|||
"@types/jest": ^26.0.23
|
||||
"@types/jsdom": ^16.2.11
|
||||
"@types/nock": ^11.1.0
|
||||
"@types/node": ^18.17.1
|
||||
"@types/node": ^18.18.2
|
||||
"@types/postcss-import": ^12
|
||||
"@types/react-redux": ^7.1.18
|
||||
"@types/react-stripe-elements": ^6.0.6
|
||||
|
@ -34751,7 +34751,7 @@ fsevents@~2.1.1:
|
|||
"@types/classnames": ^2.3.1
|
||||
"@types/file-loader": ^5.0.0
|
||||
"@types/jest": ^26.0.23
|
||||
"@types/node": ^18.17.1
|
||||
"@types/node": ^18.18.2
|
||||
"@types/postcss-import": ^14
|
||||
"@types/prettier": 2.3.0
|
||||
"@types/react-helmet": ^6.1.6
|
||||
|
@ -34829,7 +34829,7 @@ fsevents@~2.1.1:
|
|||
"@types/jest": ^26.0.23
|
||||
"@types/lodash.groupby": ^4
|
||||
"@types/material-ui": ^0.21.8
|
||||
"@types/node": ^18.17.1
|
||||
"@types/node": ^18.18.2
|
||||
"@types/prop-types": ^15
|
||||
"@types/reach__router": ^1.3.11
|
||||
"@types/react-router": ^5.1.19
|
||||
|
@ -34970,7 +34970,7 @@ fsevents@~2.1.1:
|
|||
"@types/lodash.pick": ^4
|
||||
"@types/mocha": ^8.2.2
|
||||
"@types/mysql": ^2
|
||||
"@types/node": ^18.17.1
|
||||
"@types/node": ^18.18.2
|
||||
"@types/proxyquire": ^1.3.28
|
||||
"@types/sinon": 10.0.1
|
||||
"@types/superagent": ^4.1.11
|
||||
|
@ -35079,7 +35079,7 @@ fsevents@~2.1.1:
|
|||
"@testing-library/react": ^14.0.0
|
||||
"@types/jest": ^29.5.1
|
||||
"@types/mysql": ^2
|
||||
"@types/node": ^18.17.1
|
||||
"@types/node": ^18.18.2
|
||||
"@types/passport": ^1.0.6
|
||||
"@types/react": ^18
|
||||
"@types/react-dom": ^18
|
||||
|
|
Загрузка…
Ссылка в новой задаче