Skip to content

Commit 2336245

Browse files
authored
Merge pull request #41300 from appsmithorg/release
13/10 Daily Promotion
2 parents 68a89e9 + de2bcae commit 2336245

File tree

3 files changed

+19
-16
lines changed

3 files changed

+19
-16
lines changed

app/client/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,8 @@
418418
"trim": "0.0.3",
419419
"webpack": "5.98.0",
420420
"on-headers": "1.1.0",
421+
"sha.js": "2.4.12",
422+
"cipher-base": "1.0.6",
421423
"@blueprintjs/core@^3.43.0": "patch:@blueprintjs/core@npm%3A3.47.0#./.yarn/patches/@blueprintjs-core-npm-3.47.0-a5bc1ea927.patch",
422424
"@blueprintjs/core@^3.33.0": "patch:@blueprintjs/core@npm%3A3.47.0#./.yarn/patches/@blueprintjs-core-npm-3.47.0-a5bc1ea927.patch",
423425
"@blueprintjs/core@^3.47.0": "patch:@blueprintjs/core@npm%3A3.47.0#./.yarn/patches/@blueprintjs-core-npm-3.47.0-a5bc1ea927.patch",

app/client/yarn.lock

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15786,13 +15786,13 @@ __metadata:
1578615786
languageName: node
1578715787
linkType: hard
1578815788

15789-
"cipher-base@npm:^1.0.0, cipher-base@npm:^1.0.1, cipher-base@npm:^1.0.3":
15790-
version: 1.0.4
15791-
resolution: "cipher-base@npm:1.0.4"
15789+
"cipher-base@npm:1.0.6":
15790+
version: 1.0.6
15791+
resolution: "cipher-base@npm:1.0.6"
1579215792
dependencies:
15793-
inherits: ^2.0.1
15794-
safe-buffer: ^5.0.1
15795-
checksum: 47d3568dbc17431a339bad1fe7dff83ac0891be8206911ace3d3b818fc695f376df809bea406e759cdea07fff4b454fa25f1013e648851bec790c1d75763032e
15793+
inherits: ^2.0.4
15794+
safe-buffer: ^5.2.1
15795+
checksum: 64a1738a8583163cf096bc85321a69ef3075bb0873f34cf89dc705e62b9eee058dd6b2e5c672f774ede0b6bdbe56fe7b710e0d38c4f08a2f355d8ab828f05c6f
1579615796
languageName: node
1579715797
linkType: hard
1579815798

@@ -31943,15 +31943,16 @@ __metadata:
3194331943
languageName: node
3194431944
linkType: hard
3194531945

31946-
"sha.js@npm:^2.4.0, sha.js@npm:^2.4.11, sha.js@npm:^2.4.8, sha.js@npm:~2.4.4":
31947-
version: 2.4.11
31948-
resolution: "sha.js@npm:2.4.11"
31946+
"sha.js@npm:2.4.12":
31947+
version: 2.4.12
31948+
resolution: "sha.js@npm:2.4.12"
3194931949
dependencies:
31950-
inherits: ^2.0.1
31951-
safe-buffer: ^5.0.1
31950+
inherits: ^2.0.4
31951+
safe-buffer: ^5.2.1
31952+
to-buffer: ^1.2.0
3195231953
bin:
31953-
sha.js: ./bin.js
31954-
checksum: ebd3f59d4b799000699097dadb831c8e3da3eb579144fd7eb7a19484cbcbb7aca3c68ba2bb362242eb09e33217de3b4ea56e4678184c334323eca24a58e3ad07
31954+
sha.js: bin.js
31955+
checksum: 9ec0fe39cc402acb33ffb18d261b52013485a2a9569a1873ff1861510a67b9ea2b3ccc78ab8aa09c34e1e85a5f06e18ab83637715509c6153ba8d537bbd2c29d
3195531956
languageName: node
3195631957
linkType: hard
3195731958

deploy/docker/route-tests/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ SHELL ["bash", "-eux", "-c"]
44

55
RUN <<END
66
version="$(basename "$(curl -sS --write-out '%{redirect_url}' 'https://github.com/Orange-OpenSource/hurl/releases/latest')")"
7-
curl -sS --location "https://github.com/Orange-OpenSource/hurl/releases/download/$version/hurl-$version-$(uname -m)-unknown-linux-gnu.tar.gz" \
8-
| tar xvz -C /tmp --strip-components 1
9-
mv /tmp/hurl /bin
7+
arch="$(uname -m)"
8+
curl -sS --location "https://github.com/Orange-OpenSource/hurl/releases/download/$version/hurl-$version-$arch-unknown-linux-gnu.tar.gz" \
9+
| tar -xvz -C /bin --strip-components 2 "hurl-$version-$arch-unknown-linux-gnu/bin/hurl"
1010
chmod +x /bin/hurl
1111

1212
version="$(basename "$(curl -sS --write-out '%{redirect_url}' 'https://github.com/FiloSottile/mkcert/releases/latest')")"

0 commit comments

Comments
 (0)