Skip to content

Commit 00c18b6

Browse files
authored
Merge pull request #11183 from marmelab/fix-dependabot-alert
Fix security warnings due to outdated dependencies
2 parents ba218f6 + 9de7480 commit 00c18b6

3 files changed

Lines changed: 2700 additions & 2005 deletions

File tree

lerna.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"lerna": "2.5.1",
32
"packages": ["examples/data-generator", "examples/simple", "packages/*"],
43
"version": "5.14.3",
5-
"npmClient": "yarn"
4+
"npmClient": "yarn",
5+
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
66
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@
7272
"globals": "^16.0.0",
7373
"husky": "^2.3.0",
7474
"jest": "^29.5.0",
75-
"jest-circus": "29.5.0",
75+
"jest-circus": "^29.5.0",
7676
"jest-environment-jsdom": "^29.5.0",
77-
"jest-resolve": "29.5.0",
77+
"jest-resolve": "^29.5.0",
7878
"jest-watch-typeahead": "2.2.2",
79-
"lerna": "~7.1.3",
79+
"lerna": "^9.0.5",
8080
"lint-staged": "^13.0.3",
8181
"lodash": "^4.17.21",
8282
"lolex": "~2.3.2",

0 commit comments

Comments
 (0)