Skip to content

Commit 1c18088

Browse files
⬆️ upgrade acorn
1 parent 8079a5c commit 1c18088

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "immersive",
3-
"version": "1.8.0",
3+
"version": "1.8.1",
44
"description": "A framework to build immersive CLIs & great developer tools.",
55
"main": "index.js",
66
"module": "src/main.js",
77
"repository": "https://github.com/MatthieuLemoine/immersive",
88
"author": "MatthieuLemoine",
99
"license": "MIT",
1010
"dependencies": {
11-
"acorn": "^6.0.2",
12-
"acorn-walk": "^6.1.0",
11+
"acorn": "^8.7.1",
12+
"acorn-walk": "^8.2.0",
1313
"chalk": "^2.4.1",
1414
"cli-table3": "^0.5.1",
1515
"conductor": "^1.4.1",

yarn.lock

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,16 @@ acorn-jsx@^4.1.1:
5757
dependencies:
5858
acorn "^5.0.3"
5959

60-
acorn-walk@^6.0.1, acorn-walk@^6.1.0:
60+
acorn-walk@^6.0.1:
6161
version "6.1.0"
6262
resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-6.1.0.tgz#c957f4a1460da46af4a0388ce28b4c99355b0cbc"
6363
integrity sha512-ugTb7Lq7u4GfWSqqpwE0bGyoBZNMTok/zDBXxfEG0QM50jNlGhIWjRC1pPN7bvV1anhF+bs+/gNcRw+o55Evbg==
6464

65+
acorn-walk@^8.2.0:
66+
version "8.2.0"
67+
resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.2.0.tgz#741210f2e2426454508853a2f44d0ab83b7f69c1"
68+
integrity sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==
69+
6570
acorn@^3.0.4:
6671
version "3.3.0"
6772
resolved "https://registry.yarnpkg.com/acorn/-/acorn-3.3.0.tgz#45e37fb39e8da3f25baee3ff5369e2bb5f22017a"
@@ -72,11 +77,16 @@ acorn@^5.0.3, acorn@^5.5.0, acorn@^5.5.3, acorn@^5.6.0:
7277
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.7.3.tgz#67aa231bf8812974b85235a96771eb6bd07ea279"
7378
integrity sha512-T/zvzYRfbVojPWahDsE5evJdHb3oJoQfFbsrKM7w5Zcs++Tr257tia3BmMP8XYVjp1S9RZXQMh7gao96BlqZOw==
7479

75-
acorn@^6.0.1, acorn@^6.0.2:
80+
acorn@^6.0.1:
7681
version "6.0.2"
7782
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.0.2.tgz#6a459041c320ab17592c6317abbfdf4bbaa98ca4"
7883
integrity sha512-GXmKIvbrN3TV7aVqAzVFaMW8F8wzVX7voEBRO3bDA64+EX37YSayggRJP5Xig6HYHBkWKpFg9W5gg6orklubhg==
7984

85+
acorn@^8.7.1:
86+
version "8.7.1"
87+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.1.tgz#0197122c843d1bf6d0a5e83220a788f278f63c30"
88+
integrity sha512-Xx54uLJQZ19lKygFXOWsscKUbsBZW0CPykPhVQdhIeIwrbPmJzqeASDInc8nKBnp/JT6igTs82qPXz069H8I/A==
89+
8090
ajv-keywords@^2.1.0:
8191
version "2.1.1"
8292
resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-2.1.1.tgz#617997fc5f60576894c435f940d819e135b80762"

0 commit comments

Comments
 (0)