Skip to content

Commit

Permalink
fix lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Dec 24, 2024
1 parent a3f55a8 commit dcd0bca
Showing 1 changed file with 37 additions and 8 deletions.
45 changes: 37 additions & 8 deletions examples/webpack5/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2248,7 +2248,7 @@ __metadata:
espree: "npm:^9.6.1"
istanbul-lib-instrument: "npm:^6.0.1"
test-exclude: "npm:^6.0.0"
vite-plugin-istanbul: "npm:^3.0.1"
vite-plugin-istanbul: "npm:^6.0.2"
languageName: node
linkType: soft

Expand Down Expand Up @@ -5460,6 +5460,24 @@ __metadata:
languageName: node
linkType: hard

"eslint-visitor-keys@npm:^4.2.0":
version: 4.2.0
resolution: "eslint-visitor-keys@npm:4.2.0"
checksum: 10c0/2ed81c663b147ca6f578312919483eb040295bbab759e5a371953456c636c5b49a559883e2677112453728d66293c0a4c90ab11cab3428cf02a0236d2e738269
languageName: node
linkType: hard

"espree@npm:^10.0.1":
version: 10.3.0
resolution: "espree@npm:10.3.0"
dependencies:
acorn: "npm:^8.14.0"
acorn-jsx: "npm:^5.3.2"
eslint-visitor-keys: "npm:^4.2.0"
checksum: 10c0/272beeaca70d0a1a047d61baff64db04664a33d7cfb5d144f84bc8a5c6194c6c8ebe9cc594093ca53add88baa23e59b01e69e8a0160ab32eac570482e165c462
languageName: node
linkType: hard

"espree@npm:^9.6.1":
version: 9.6.1
resolution: "espree@npm:9.6.1"
Expand Down Expand Up @@ -6800,7 +6818,7 @@ __metadata:
languageName: node
linkType: hard

"istanbul-lib-instrument@npm:^5.0.4, istanbul-lib-instrument@npm:^5.1.0":
"istanbul-lib-instrument@npm:^5.0.4":
version: 5.2.1
resolution: "istanbul-lib-instrument@npm:5.2.1"
dependencies:
Expand All @@ -6813,7 +6831,7 @@ __metadata:
languageName: node
linkType: hard

"istanbul-lib-instrument@npm:^6.0.0, istanbul-lib-instrument@npm:^6.0.1":
"istanbul-lib-instrument@npm:^6.0.0, istanbul-lib-instrument@npm:^6.0.1, istanbul-lib-instrument@npm:^6.0.2":
version: 6.0.3
resolution: "istanbul-lib-instrument@npm:6.0.3"
dependencies:
Expand Down Expand Up @@ -9609,6 +9627,13 @@ __metadata:
languageName: node
linkType: hard

"source-map@npm:^0.7.4":
version: 0.7.4
resolution: "source-map@npm:0.7.4"
checksum: 10c0/dc0cf3768fe23c345ea8760487f8c97ef6fca8a73c83cd7c9bf2fde8bc2c34adb9c0824d6feb14bc4f9e37fb522e18af621543f1289038a66ac7586da29aa7dc
languageName: node
linkType: hard

"spawn-wrap@npm:^2.0.0":
version: 2.0.0
resolution: "spawn-wrap@npm:2.0.0"
Expand Down Expand Up @@ -10314,15 +10339,19 @@ __metadata:
languageName: node
linkType: hard

"vite-plugin-istanbul@npm:^3.0.1":
version: 3.0.4
resolution: "vite-plugin-istanbul@npm:3.0.4"
"vite-plugin-istanbul@npm:^6.0.2":
version: 6.0.2
resolution: "vite-plugin-istanbul@npm:6.0.2"
dependencies:
"@istanbuljs/load-nyc-config": "npm:^1.1.0"
istanbul-lib-instrument: "npm:^5.1.0"
espree: "npm:^10.0.1"
istanbul-lib-instrument: "npm:^6.0.2"
picocolors: "npm:^1.0.0"
source-map: "npm:^0.7.4"
test-exclude: "npm:^6.0.0"
checksum: 10c0/1bf7c51ba10bb68c89cc1abbd7e7c1be985c60ae8af8fa5f1fc8586a76b01fef2b44615934395970d7e9951d2e170141dff094366b9e8f6c28aadda21e39dbea
peerDependencies:
vite: ">=4 <=6"
checksum: 10c0/120d84cd44af99ec7cce298768d8504ad4481439322d3ec724d7e8313e87fc5b214cbeaf827ba94fa145bb2367067b6f1d65c7387e30cced43658df9f7fc5fe8
languageName: node
linkType: hard

Expand Down

0 comments on commit dcd0bca

Please sign in to comment.