Skip to content

Commit 02986af

Browse files
author
MockForge Agent
committed
fix: pin jstreemap to 1.28.2 to avoid 'self is not defined' crash
1 parent aa9d525 commit 02986af

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@
178178
"istanbul/async": "^2.6.4",
179179
"jake/async": "^2.6.4",
180180
"json5": "^2.2.3",
181+
"jstreemap": "1.28.2",
181182
"mysql2": "^3.9.8",
182183
"nth-check": "^2.0.1",
183184
"undici": "^5.28.3",

packages/amplify-category-function/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"graphql-transformer-core": "^8.2.18",
4242
"inquirer": "^7.3.3",
4343
"inquirer-datepicker": "^2.0.0",
44-
"jstreemap": "^1.28.2",
44+
"jstreemap": "1.28.2",
4545
"lodash": "^4.17.21",
4646
"promise-sequential": "^1.1.1",
4747
"uuid": "^8.3.2"

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ __metadata:
276276
inquirer: ^7.3.3
277277
inquirer-datepicker: ^2.0.0
278278
jest: ^29.7.0
279-
jstreemap: ^1.28.2
279+
jstreemap: 1.28.2
280280
lodash: ^4.17.21
281281
promise-sequential: ^1.1.1
282282
uuid: ^8.3.2
@@ -26090,7 +26090,7 @@ __metadata:
2609026090
languageName: node
2609126091
linkType: hard
2609226092

26093-
"jstreemap@npm:^1.28.2":
26093+
"jstreemap@npm:1.28.2":
2609426094
version: 1.28.2
2609526095
resolution: "jstreemap@npm:1.28.2"
2609626096
checksum: d7f55ff23c3bc1f54a7b92675fd785ab4f069052b25137b2d1d47a10722dd8f8442d1a710d0d3144322412e654e3f3f71f4326f7126d7287497d4cdbd94c9f80

0 commit comments

Comments
 (0)