Skip to content

Commit 59b8465

Browse files
committed
chore: fix vulnerable dependencies
1 parent a2776cf commit 59b8465

File tree

7 files changed

+8
-9
lines changed

7 files changed

+8
-9
lines changed

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"babel-preset-gatsby": "^0.4.1",
1212
"clsx": "^1.1.1",
1313
"flexboxgrid": "^6.3.1",
14-
"gatsby": "2.22.12",
14+
"gatsby": "^2.24.47",
1515
"gatsby-image": "^2.4.1",
1616
"gatsby-plugin-breadcrumb": "^9.0.2",
1717
"gatsby-plugin-manifest": "^2.4.2",
@@ -29,7 +29,7 @@
2929
"gatsby-source-github-api": "^0.2.1",
3030
"gatsby-transformer-remark": "^2.8.6",
3131
"gatsby-transformer-sharp": "^2.5.1",
32-
"lodash-es": "^4.17.15",
32+
"lodash": "^4.17.20",
3333
"node-sass": "^4.14.1",
3434
"prismjs": "^1.20.0",
3535
"prop-types": "^15.7.2",

docs/src/components/sidebar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from "react";
22
import { Link } from "gatsby";
3-
import { groupBy } from "lodash-es";
3+
import groupBy from "lodash/groupBy";
44
import Brand from "./visuals/brand";
55

66
const MenuLinks = ({ allContent }) => {

packages/misc/pilot-ui/package-lock.json

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/types/command.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
export { LesyCore } from "./core";
1+
export { LesyCore, LesyCoreClass } from "./core";
22
export * from "./model";
33
//# sourceMappingURL=index.d.ts.map

packages/types/index.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/types/loader.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)