Skip to content

Commit 3448c5e

Browse files
authored
Merge branch 'dev' into dependabot/npm_and_yarn/jest-26.6.3
2 parents 2a890b2 + 02cc7bc commit 3448c5e

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"@babel/plugin-transform-modules-commonjs": "^7.12.1",
9797
"@babel/plugin-transform-runtime": "^7.12.1",
9898
"@babel/preset-env": "^7.12.1",
99-
"@babel/standalone": "^7.12.4",
99+
"@babel/standalone": "^7.12.5",
100100
"@nuxt/content": "^1.10.0",
101101
"@nuxtjs/google-analytics": "^2.4.0",
102102
"@nuxtjs/pwa": "^3.2.2",
@@ -107,7 +107,7 @@
107107
"autoprefixer": "^10.0.1",
108108
"babel-core": "^7.0.0-bridge.0",
109109
"babel-eslint": "^10.1.0",
110-
"babel-jest": "^26.6.2",
110+
"babel-jest": "^26.6.3",
111111
"babel-plugin-istanbul": "^6.0.0",
112112
"bootstrap-icons": "^1.1.0",
113113
"bundlewatch": "^0.3.1",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -863,10 +863,10 @@
863863
dependencies:
864864
regenerator-runtime "^0.13.4"
865865

866-
"@babel/standalone@^7.12.4":
867-
version "7.12.4"
868-
resolved "https://registry.yarnpkg.com/@babel/standalone/-/standalone-7.12.4.tgz#1493960e765308cc06e9a75ba1affbe65a11124b"
869-
integrity sha512-9vw7RYK7CWh5MdTfLyC7j6hZmDYmm6DieFP4yetvpVftKQ+yrEY7ovhnhsVHznLqx5luU9Bx4k7xoEc3acrsow==
866+
"@babel/standalone@^7.12.5":
867+
version "7.12.5"
868+
resolved "https://registry.yarnpkg.com/@babel/standalone/-/standalone-7.12.5.tgz#5fec0e786a7c4f32e7d43a1f3844ba25d86f703a"
869+
integrity sha512-5d1bw+HsGdw9OImxzUXEBpgV887np7u4KignO31ecJkduYtyS3s/iQk/+augZlC7pM92Xvq5zTh0z5CCMKbzWQ==
870870

871871
"@babel/template@^7.10.4", "@babel/template@^7.3.3":
872872
version "7.10.4"
@@ -2834,10 +2834,10 @@ babel-eslint@^10.1.0:
28342834
eslint-visitor-keys "^1.0.0"
28352835
resolve "^1.12.0"
28362836

2837-
babel-jest@^26.6.2:
2838-
version "26.6.2"
2839-
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-26.6.2.tgz#ca84659b1683e6e5bf16609bc88f3f2f086fe443"
2840-
integrity sha512-pysyz/mZ7T5sozKnvSa1n7QEf22W9yc+dUmn2zNuQTN0saG51q8A/8k9wbED9X4YNxmwjuhIwf4JRXXQGzui3Q==
2837+
babel-jest@^26.6.2, babel-jest@^26.6.3:
2838+
version "26.6.3"
2839+
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-26.6.3.tgz#d87d25cb0037577a0c89f82e5755c5d293c01056"
2840+
integrity sha512-pl4Q+GAVOHwvjrck6jKjvmGhnO3jHX/xuB9d27f+EJZ/6k+6nMuPjorrYp7s++bKKdANwzElBWnLWaObvTnaZA==
28412841
dependencies:
28422842
"@jest/transform" "^26.6.2"
28432843
"@jest/types" "^26.6.2"

0 commit comments

Comments
 (0)