Compare commits

..

1 Commits

Author SHA1 Message Date
3682d91827 fix(deps): update dependency jest to v29.7.0
All checks were successful
continuous-integration/drone/pr Build is passing
2023-10-02 15:29:13 +00:00
4 changed files with 11 additions and 11 deletions

View File

@ -27,7 +27,7 @@ steps:
restore: true
- name: test
image: 'node:20.8.0-slim'
image: 'node:20.6.0-slim'
commands:
- yarn set version 3.6.3
- yarn install

12
.pnp.cjs generated
View File

@ -28,7 +28,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
[null, {\
"packageLocation": "./",\
"packageDependencies": [\
["@types/jest", "npm:29.5.5"],\
["@types/jest", "npm:29.5.4"],\
["@types/node", "npm:20.6.3"],\
["jest", "virtual:0bdaf34b18f64a61d994ea5745297b16ca55696ece813438927b218d5900be7b3b1afb8777870498f0544991088e71be7d6609a8d92700ec537ab224121fd8a4#npm:29.7.0"],\
["ts-jest", "virtual:0bdaf34b18f64a61d994ea5745297b16ca55696ece813438927b218d5900be7b3b1afb8777870498f0544991088e71be7d6609a8d92700ec537ab224121fd8a4#npm:29.1.1"],\
@ -1381,10 +1381,10 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
}]\
]],\
["@types/jest", [\
["npm:29.5.5", {\
"packageLocation": "./.yarn/cache/@types-jest-npm-29.5.5-cc0df7a171-56e55cde99.zip/node_modules/@types/jest/",\
["npm:29.5.4", {\
"packageLocation": "./.yarn/cache/@types-jest-npm-29.5.4-d0885ca455-38ed5942f4.zip/node_modules/@types/jest/",\
"packageDependencies": [\
["@types/jest", "npm:29.5.5"],\
["@types/jest", "npm:29.5.4"],\
["expect", "npm:29.6.4"],\
["pretty-format", "npm:29.6.3"]\
],\
@ -1935,7 +1935,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
"packageLocation": "./",\
"packageDependencies": [\
["clean-architecture", "workspace:."],\
["@types/jest", "npm:29.5.5"],\
["@types/jest", "npm:29.5.4"],\
["@types/node", "npm:20.6.3"],\
["jest", "virtual:0bdaf34b18f64a61d994ea5745297b16ca55696ece813438927b218d5900be7b3b1afb8777870498f0544991088e71be7d6609a8d92700ec537ab224121fd8a4#npm:29.7.0"],\
["ts-jest", "virtual:0bdaf34b18f64a61d994ea5745297b16ca55696ece813438927b218d5900be7b3b1afb8777870498f0544991088e71be7d6609a8d92700ec537ab224121fd8a4#npm:29.1.1"],\
@ -4572,7 +4572,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
["@types/babel-jest", null],\
["@types/babel__core", null],\
["@types/esbuild", null],\
["@types/jest", "npm:29.5.5"],\
["@types/jest", "npm:29.5.4"],\
["@types/jest__types", null],\
["@types/typescript", null],\
["babel-jest", null],\

View File

@ -1,4 +1,4 @@
FROM node:20.8.0-slim
FROM node:20.6.0-slim
WORKDIR /opt/app

View File

@ -894,12 +894,12 @@ __metadata:
linkType: hard
"@types/jest@npm:^29.5.4":
version: 29.5.5
resolution: "@types/jest@npm:29.5.5"
version: 29.5.4
resolution: "@types/jest@npm:29.5.4"
dependencies:
expect: ^29.0.0
pretty-format: ^29.0.0
checksum: 56e55cde9949bcc0ee2fa34ce5b7c32c2bfb20e53424aa4ff3a210859eeaaa3fdf6f42f81a3f655238039cdaaaf108b054b7a8602f394e6c52b903659338d8c6
checksum: 38ed5942f44336452efd0f071eab60aaa57cd8d46530348d0a3aa5a691dcbf1366c4ca8f6ee8364efb45b4413bfefae443e5d4f469246a472a03b21ac11cd4ed
languageName: node
linkType: hard