Skip to content

Commit 042663c

Browse files
authored
Merge pull request #670 from ohbarye/dependabot/npm_and_yarn/frontend/types/jest-27.4.0
Bump @types/jest from 27.0.2 to 27.4.0 in /frontend
2 parents 9f3ef65 + ca8f4ce commit 042663c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"typecheck": "tsc -p . --noEmit"
1111
},
1212
"devDependencies": {
13-
"@types/jest": "^27.0.2",
13+
"@types/jest": "^27.4.0",
1414
"@types/react": "^17.0.37",
1515
"@types/react-dom": "^17.0.11",
1616
"css-loader": "^3.5.3",

frontend/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -616,10 +616,10 @@
616616
dependencies:
617617
"@types/istanbul-lib-report" "*"
618618

619-
"@types/jest@^27.0.2":
620-
version "27.0.2"
621-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.0.2.tgz#ac383c4d4aaddd29bbf2b916d8d105c304a5fcd7"
622-
integrity sha512-4dRxkS/AFX0c5XW6IPMNOydLn2tEhNhJV7DnYK+0bjoJZ+QTmfucBlihX7aoEsh/ocYtkLC73UbnBXBXIxsULA==
619+
"@types/jest@^27.4.0":
620+
version "27.4.0"
621+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.4.0.tgz#037ab8b872067cae842a320841693080f9cb84ed"
622+
integrity sha512-gHl8XuC1RZ8H2j5sHv/JqsaxXkDDM9iDOgu0Wp8sjs4u/snb2PVehyWXJPr+ORA0RPpgw231mnutWI1+0hgjIQ==
623623
dependencies:
624624
jest-diff "^27.0.0"
625625
pretty-format "^27.0.0"

0 commit comments

Comments
 (0)