Skip to content

Commit 5612137

Browse files
chore(deps): Bump lodash from 4.17.21 to 4.17.23
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.21 to 4.17.23. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.21...4.17.23) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.17.23 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3944e38 commit 5612137

13 files changed

Lines changed: 18 additions & 13 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
"jsdom": "21.1.2",
141141
"lerna": "3.22.1",
142142
"lint-staged": "10.2.2",
143-
"lodash": "4.17.21",
143+
"lodash": "4.17.23",
144144
"node-forge": "1.3.1",
145145
"npm-run-all": "4.1.5",
146146
"openapi3-ts": "2.0.2",

packages/api-explorer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"@styled-icons/material-outlined": "^10.47.0",
8686
"@styled-icons/material-rounded": "^10.28.0",
8787
"history": "^4.10.1",
88-
"lodash": "4.17.21",
88+
"lodash": "4.17.23",
8989
"react": "^17.0.2",
9090
"react-diff-viewer": "3.1.1",
9191
"react-dom": "^17.0.2",

packages/extension-api-explorer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@styled-icons/material": "^10.47.0",
2828
"@styled-icons/material-outlined": "^10.47.0",
2929
"@styled-icons/material-rounded": "^10.28.0",
30-
"lodash": "4.17.21",
30+
"lodash": "4.17.23",
3131
"path-browserify": "^1.0.1",
3232
"process": "^0.11.10",
3333
"react": "^17.0.2",

packages/extension-sdk-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@looker/sdk": "25.20.0",
4949
"@looker/sdk-rtl": "21.6.4",
5050
"history": "^4.10.1",
51-
"lodash": "4.17.21"
51+
"lodash": "4.17.23"
5252
},
5353
"peerDependencies": {
5454
"react": "^17.0.2",

packages/extension-tile-playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@styled-icons/material": "^10.47.0",
2323
"@styled-icons/material-outlined": "^10.47.0",
2424
"@styled-icons/material-rounded": "^10.28.0",
25-
"lodash": "4.17.21",
25+
"lodash": "4.17.23",
2626
"react": "^17.0.2",
2727
"react-dom": "^17.0.2",
2828
"react-redux": "^7.2.9",

packages/hackathon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@styled-icons/material-rounded": "^10.28.0",
4949
"date-fns": "^2.25.0",
5050
"date-fns-tz": "^1.1.6",
51-
"lodash": "4.17.21",
51+
"lodash": "4.17.23",
5252
"papaparse": "^5.3.2",
5353
"react": "^17.0.2",
5454
"react-dom": "^17.0.2",

packages/run-it/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@styled-icons/material": "^10.47.0",
6565
"@styled-icons/material-outlined": "^10.47.0",
6666
"@styled-icons/material-rounded": "^10.28.0",
67-
"lodash": "4.17.21",
67+
"lodash": "4.17.23",
6868
"papaparse": "^5.3.2",
6969
"react": "^17.0.2",
7070
"react-dom": "^17.0.2",

packages/sdk-codegen-scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@types/prettier": "2.7.3",
4848
"prettier": "2.8.8",
4949
"swagger2openapi": "7.0.8",
50-
"lodash": "4.17.21"
50+
"lodash": "4.17.23"
5151
},
5252
"gitHead": "d16d6fd98594572f130dd0b7959d49a737de8722"
5353
}

packages/sdk-codegen-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@looker/sdk-node": "25.20.0",
3737
"@manypkg/find-root": "2.2.1",
3838
"@types/js-yaml": "4.0.9",
39-
"lodash": "4.17.21",
39+
"lodash": "4.17.23",
4040
"js-yaml": "4.1.0"
4141
}
4242
}

packages/sdk-codegen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"gitHead": "308cb8c61290837e71345a5ef6fb17be9285990e",
4343
"devDependencies": {
44-
"lodash": "4.17.21",
44+
"lodash": "4.17.23",
4545
"@types/blueimp-md5": "2.18.2",
4646
"@looker/sdk-codegen-utils": "21.0.27"
4747
}

0 commit comments

Comments
 (0)