1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2024-11-08 22:31:30 +01:00

build(deps-dev): bump babel-jest to 27.0.5 (#85)

This commit is contained in:
dependabot[bot] 2021-06-23 13:27:45 +02:00 committed by GitHub
parent 228e987d8b
commit 95b27abec1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@ -36,7 +36,7 @@
"@types/styled-jsx": "2.2.8",
"@typescript-eslint/eslint-plugin": "4.27.0",
"autoprefixer": "10.2.6",
"babel-jest": "27.0.2",
"babel-jest": "27.0.5",
"dockerfilelint": "1.8.0",
"editorconfig-checker": "4.0.2",
"eslint": "7.29.0",
@ -5299,12 +5299,12 @@
"dev": true
},
"node_modules/babel-jest": {
"version": "27.0.2",
"resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-27.0.2.tgz",
"integrity": "sha512-9OThPl3/IQbo4Yul2vMz4FYwILPQak8XelX4YGowygfHaOl5R5gfjm4iVx4d8aUugkW683t8aq0A74E7b5DU1Q==",
"version": "27.0.5",
"resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-27.0.5.tgz",
"integrity": "sha512-bTMAbpCX7ldtfbca2llYLeSFsDM257aspyAOpsdrdSrBqoLkWCy4HPYTXtXWaSLgFPjrJGACL65rzzr4RFGadw==",
"dev": true,
"dependencies": {
"@jest/transform": "^27.0.2",
"@jest/transform": "^27.0.5",
"@jest/types": "^27.0.2",
"@types/babel__core": "^7.1.14",
"babel-plugin-istanbul": "^6.0.0",
@ -28040,12 +28040,12 @@
"dev": true
},
"babel-jest": {
"version": "27.0.2",
"resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-27.0.2.tgz",
"integrity": "sha512-9OThPl3/IQbo4Yul2vMz4FYwILPQak8XelX4YGowygfHaOl5R5gfjm4iVx4d8aUugkW683t8aq0A74E7b5DU1Q==",
"version": "27.0.5",
"resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-27.0.5.tgz",
"integrity": "sha512-bTMAbpCX7ldtfbca2llYLeSFsDM257aspyAOpsdrdSrBqoLkWCy4HPYTXtXWaSLgFPjrJGACL65rzzr4RFGadw==",
"dev": true,
"requires": {
"@jest/transform": "^27.0.2",
"@jest/transform": "^27.0.5",
"@jest/types": "^27.0.2",
"@types/babel__core": "^7.1.14",
"babel-plugin-istanbul": "^6.0.0",

View File

@ -54,7 +54,7 @@
"@types/styled-jsx": "2.2.8",
"@typescript-eslint/eslint-plugin": "4.27.0",
"autoprefixer": "10.2.6",
"babel-jest": "27.0.2",
"babel-jest": "27.0.5",
"dockerfilelint": "1.8.0",
"editorconfig-checker": "4.0.2",
"eslint": "7.29.0",