Skip to content

Commit 4178f04

Browse files
Bump js-slang from 1.0.20 to 1.0.23 (#893)
Bumps [js-slang](https://github.com/source-academy/js-slang) from 1.0.20 to 1.0.23. - [Release notes](https://github.com/source-academy/js-slang/releases) - [Commits](https://github.com/source-academy/js-slang/commits) --- updated-dependencies: - dependency-name: js-slang dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 93f69ba commit 4178f04

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"fs-extra": "^11.1.1",
3232
"http-server": "^14.1.1",
3333
"husky": "^8.0.3",
34-
"js-slang": "^1.0.20",
34+
"js-slang": "^1.0.23",
3535
"lz-string": "^1.5.0",
3636
"prettier": "^2.8.7",
3737
"xmldom": "^0.6.0",

yarn.lock

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2038,10 +2038,15 @@ isstream@~0.1.2:
20382038
resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a"
20392039
integrity sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=
20402040

2041-
js-slang@^1.0.20:
2042-
version "1.0.20"
2043-
resolved "https://registry.yarnpkg.com/js-slang/-/js-slang-1.0.20.tgz#458c8e67234dde8eded2c5e21521efa3a3cea8a8"
2044-
integrity sha512-T/a2OX/xQYDPADhJq5vqD9wScJCz2aVIgroV8rB5vPEyPscfDWoxUhnAcQ4AXJY6eNMbr1hqII/e+kGPKesNlA==
2041+
js-base64@^3.7.5:
2042+
version "3.7.5"
2043+
resolved "https://registry.yarnpkg.com/js-base64/-/js-base64-3.7.5.tgz#21e24cf6b886f76d6f5f165bfcd69cc55b9e3fca"
2044+
integrity sha512-3MEt5DTINKqfScXKfJFrRbxkrnk2AxPWGBL/ycjz4dK8iqiSJ06UxD8jh8xuh6p10TX4t2+7FsBYVxxQbMg+qA==
2045+
2046+
js-slang@^1.0.23:
2047+
version "1.0.23"
2048+
resolved "https://registry.yarnpkg.com/js-slang/-/js-slang-1.0.23.tgz#7ce3e842615103dc926a9053cf864f278eb21142"
2049+
integrity sha512-gB646EktYb/BEL/n4aAsGVFGuZOl8rFNAlHFu7t15TpIrvRYivhNDGURqs9hLxdUeebejHVQ2kJsWJWwdNwT5w==
20452050
dependencies:
20462051
"@babel/parser" "^7.19.4"
20472052
"@joeychenofficial/alt-ergo-modified" "^2.4.0"
@@ -2053,6 +2058,7 @@ js-slang@^1.0.20:
20532058
acorn-walk "^8.0.0"
20542059
astring "^1.4.3"
20552060
gpu.js "^2.10.4"
2061+
js-base64 "^3.7.5"
20562062
lodash "^4.17.20"
20572063
node-getopt "^0.3.2"
20582064
source-map "0.7.3"

0 commit comments

Comments
 (0)