Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: refresh lockfile #11857

Merged
merged 2 commits into from Sep 9, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
294 changes: 147 additions & 147 deletions e2e/async-regenerator/yarn.lock

Large diffs are not rendered by default.

488 changes: 244 additions & 244 deletions e2e/babel-plugin-jest-hoist/yarn.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions e2e/browser-resolver/yarn.lock
Expand Up @@ -31,11 +31,11 @@ __metadata:
linkType: hard

"is-core-module@npm:^2.2.0":
version: 2.5.0
resolution: "is-core-module@npm:2.5.0"
version: 2.6.0
resolution: "is-core-module@npm:2.6.0"
dependencies:
has: ^1.0.3
checksum: 25cbd8f2477855f446b339d24c56d7b3e3809c1653c8a748b090384d7728a0b18cf128bff613a8f512f8340dc91c1f43abe5fa774d077925012bbfeb109fe215
checksum: db27d34c917f8c2f4aab7c2c23bcfd2f3e9cb06aa137363f4b3ab54803de15120146cff253e1c70ccdcf5c73f0c2ff2b86eb91cccb6a96427c3662a2d23b3c87
languageName: node
linkType: hard

Expand Down
12 changes: 6 additions & 6 deletions e2e/console-winston/yarn.lock
Expand Up @@ -84,9 +84,9 @@ __metadata:
linkType: hard

"core-util-is@npm:~1.0.0":
version: 1.0.2
resolution: "core-util-is@npm:1.0.2"
checksum: 089015ee3c462dfceba70faa1df83b42a7bb35db26dae6af283247b06fe3216c65fccd9f00eebcaf98300dc31e981d56aae9f90b624f8f6ff1153e235ff88b65
version: 1.0.3
resolution: "core-util-is@npm:1.0.3"
checksum: 19a443100f5ff5a16d286c876826edcec713512fcb823b4d817bf8187e711568393ed0ef771dfcaa95a998450b9c055ae3fd4590ad399a6b6153af8ee9b9330f
languageName: node
linkType: hard

Expand All @@ -98,9 +98,9 @@ __metadata:
linkType: hard

"fast-safe-stringify@npm:^2.0.4":
version: 2.0.8
resolution: "fast-safe-stringify@npm:2.0.8"
checksum: 2198ef6c4917ac6ad7a3cff8b80abc2762c89a0c700548459288fce45598a2488c0ae393cd456b4212a8259fed9d1630303106efe4ae3b1c35dab2fb66526cdd
version: 2.1.1
resolution: "fast-safe-stringify@npm:2.1.1"
checksum: 79c9940151284bcd46d5a46c6e93f3037aca0d151f65fa20dac6d914aeb755393dc1c7ef124f4813921c47b8c629af7638e765c2bfeb0127fad2a9f32c676b64
languageName: node
linkType: hard

Expand Down
6 changes: 3 additions & 3 deletions e2e/coverage-handlebars/yarn.lock
Expand Up @@ -54,11 +54,11 @@ __metadata:
linkType: hard

"uglify-js@npm:^3.1.4":
version: 3.14.1
resolution: "uglify-js@npm:3.14.1"
version: 3.14.2
resolution: "uglify-js@npm:3.14.2"
bin:
uglifyjs: bin/uglifyjs
checksum: 7f8292e9555c7ae9636407c11e76df53232f03783770ec8d920daa20f69f1e820802212685fce4d8a5da1473643a1c0578c34a5c0784c688127fcb83cd592578
checksum: 456e95a4b44921149ca380b8f020c075ade2e4776a099df295f6c085a20f430a0bf875df046ce5272e642bfe524939d22b7dbfe8726ec82790f16abbeab9a0e9
languageName: node
linkType: hard

Expand Down
518 changes: 259 additions & 259 deletions e2e/coverage-transform-instrumented/yarn.lock

Large diffs are not rendered by default.

540 changes: 270 additions & 270 deletions e2e/global-setup/yarn.lock

Large diffs are not rendered by default.

540 changes: 270 additions & 270 deletions e2e/global-teardown/yarn.lock

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion e2e/native-esm/__tests__/native-esm.test.js
Expand Up @@ -17,7 +17,6 @@ import {jest as jestObject} from '@jest/globals';
import staticImportedStatefulFromCjs from '../fromCjs.mjs';
import {double} from '../index';
import defaultFromCjs, {half, namedFunction} from '../namedExport.cjs';
// eslint-disable-next-line import/named
import {bag} from '../namespaceExport.js';
import staticImportedStateful from '../stateful.mjs';
import staticImportedStatefulWithQuery from '../stateful.mjs?query=1';
Expand Down