Skip to content

Commit 6e55b29

Browse files
authored
Merge pull request #2522 from ethereum/bu-ide
Bump remix-ide v0.24.1
2 parents 981bdbe + 7324bc9 commit 6e55b29

File tree

2 files changed

+24
-3
lines changed

2 files changed

+24
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "remix-project",
3-
"version": "0.25.0-dev",
3+
"version": "0.24.1",
44
"license": "MIT",
55
"description": "Ethereum Remix Monorepo",
66
"keywords": [

yarn.lock

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9550,7 +9550,7 @@ ent@~2.2.0:
95509550
resolved "https://registry.yarnpkg.com/ent/-/ent-2.2.0.tgz#e964219325a21d05f44466a2f686ed6ce5f5dd1d"
95519551
integrity sha1-6WQhkyWiHQX0RGai9obtbOX13R0=
95529552

9553-
entities@^2.0.0:
9553+
entities@^2.0.0, entities@^2.0.3:
95549554
version "2.2.0"
95559555
resolved "https://registry.yarnpkg.com/entities/-/entities-2.2.0.tgz#098dc90ebb83d8dffa089d55256b351d34c4da55"
95569556
integrity sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==
@@ -20202,6 +20202,14 @@ [email protected]:
2020220202
"@types/node" "*"
2020320203
acorn "^7.1.0"
2020420204

20205+
rss-parser@^3.12.0:
20206+
version "3.12.0"
20207+
resolved "https://registry.yarnpkg.com/rss-parser/-/rss-parser-3.12.0.tgz#b8888699ea46304a74363fbd8144671b2997984c"
20208+
integrity sha512-aqD3E8iavcCdkhVxNDIdg1nkBI17jgqF+9OqPS1orwNaOgySdpvq6B+DoONLhzjzwV8mWg37sb60e4bmLK117A==
20209+
dependencies:
20210+
entities "^2.0.3"
20211+
xml2js "^0.4.19"
20212+
2020520213
rsvp@^4.8.4:
2020620214
version "4.8.5"
2020720215
resolved "https://registry.yarnpkg.com/rsvp/-/rsvp-4.8.5.tgz#c8f155311d167f68f21e168df71ec5b083113734"
@@ -20332,7 +20340,7 @@ [email protected]:
2033220340
resolved "https://registry.yarnpkg.com/sax/-/sax-0.5.8.tgz#d472db228eb331c2506b0e8c15524adb939d12c1"
2033320341
integrity sha1-1HLbIo6zMcJQaw6MFVJK25OdEsE=
2033420342

20335-
sax@~1.2.4:
20343+
sax@>=0.6.0, sax@~1.2.4:
2033620344
version "1.2.4"
2033720345
resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9"
2033820346
integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==
@@ -24086,6 +24094,19 @@ xml-name-validator@^3.0.0:
2408624094
resolved "https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-3.0.0.tgz#6ae73e06de4d8c6e47f9fb181f78d648ad457c6a"
2408724095
integrity sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw==
2408824096

24097+
xml2js@^0.4.19:
24098+
version "0.4.23"
24099+
resolved "https://registry.yarnpkg.com/xml2js/-/xml2js-0.4.23.tgz#a0c69516752421eb2ac758ee4d4ccf58843eac66"
24100+
integrity sha512-ySPiMjM0+pLDftHgXY4By0uswI3SPKLDw/i3UXbnO8M/p28zqexCUoPmQFrYD+/1BzhGJSs2i1ERWKJAtiLrug==
24101+
dependencies:
24102+
sax ">=0.6.0"
24103+
xmlbuilder "~11.0.0"
24104+
24105+
xmlbuilder@~11.0.0:
24106+
version "11.0.1"
24107+
resolved "https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-11.0.1.tgz#be9bae1c8a046e76b31127726347d0ad7002beb3"
24108+
integrity sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==
24109+
2408924110
xmlchars@^2.2.0:
2409024111
version "2.2.0"
2409124112
resolved "https://registry.yarnpkg.com/xmlchars/-/xmlchars-2.2.0.tgz#060fe1bcb7f9c76fe2a17db86a9bc3ab894210cb"

0 commit comments

Comments
 (0)