Skip to content

Commit 4290a41

Browse files
Bump vm2 from 3.9.4 to 3.9.7 in /Examples/CodePushDemoApp (#2217)
Bumps [vm2](https://github.com/patriksimek/vm2) from 3.9.4 to 3.9.7. - [Release notes](https://github.com/patriksimek/vm2/releases) - [Changelog](https://github.com/patriksimek/vm2/blob/master/CHANGELOG.md) - [Commits](patriksimek/vm2@3.9.4...3.9.7) --- updated-dependencies: - dependency-name: vm2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 173d790 commit 4290a41

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

Examples/CodePushDemoApp/yarn.lock

+15-7
Original file line numberDiff line numberDiff line change
@@ -1436,15 +1436,20 @@ acorn-walk@^7.1.1:
14361436
resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-7.2.0.tgz#0de889a601203909b0fbe07b8938dc21d2e967bc"
14371437
integrity sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==
14381438

1439+
acorn-walk@^8.2.0:
1440+
version "8.2.0"
1441+
resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.2.0.tgz#741210f2e2426454508853a2f44d0ab83b7f69c1"
1442+
integrity sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==
1443+
14391444
acorn@^7.1.1:
14401445
version "7.4.1"
14411446
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa"
14421447
integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==
14431448

1444-
acorn@^8.2.4, acorn@^8.5.0:
1445-
version "8.5.0"
1446-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.5.0.tgz#4512ccb99b3698c752591e9bb4472e38ad43cee2"
1447-
integrity sha512-yXbYeFy+jUuYd3/CDcg2NkIYE991XYX/bje7LmjJigUciaeO1JR4XxXgCIV1/Zc/dRuFEyw1L0pbA+qynJkW5Q==
1449+
acorn@^8.2.4, acorn@^8.5.0, acorn@^8.7.0:
1450+
version "8.7.0"
1451+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.0.tgz#90951fde0f8f09df93549481e5fc141445b791cf"
1452+
integrity sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ==
14481453

14491454
agent-base@6, agent-base@^6.0.0, agent-base@^6.0.2:
14501455
version "6.0.2"
@@ -6972,9 +6977,12 @@ vlq@^1.0.0:
69726977
integrity sha512-gQpnTgkubC6hQgdIcRdYGDSDc+SaujOdyesZQMv6JlfQee/9Mp0Qhnys6WxDWvQnL5WZdT7o2Ul187aSt0Rq+w==
69736978

69746979
vm2@^3.9.3:
6975-
version "3.9.4"
6976-
resolved "https://registry.yarnpkg.com/vm2/-/vm2-3.9.4.tgz#2e118290fefe7bd8ea09ebe2f5faf53730dbddaa"
6977-
integrity sha512-sOdharrJ7KEePIpHekiWaY1DwgueuiBeX/ZBJUPgETsVlJsXuEx0K0/naATq2haFvJrvZnRiORQRubR0b7Ye6g==
6980+
version "3.9.7"
6981+
resolved "https://registry.yarnpkg.com/vm2/-/vm2-3.9.7.tgz#bb87aa677c97c61e23a6cb6547e44e990517a6f6"
6982+
integrity sha512-g/GZ7V0Mlmch3eDVOATvAXr1GsJNg6kQ5PjvYy3HbJMCRn5slNbo/u73Uy7r5yUej1cRa3ZjtoVwcWSQuQ/fow==
6983+
dependencies:
6984+
acorn "^8.7.0"
6985+
acorn-walk "^8.2.0"
69786986

69796987
w3c-hr-time@^1.0.2:
69806988
version "1.0.2"

0 commit comments

Comments
 (0)