Skip to content

Commit

Permalink
fix(deps): update dependency core-js to ^3.33.1 (#2307)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 24, 2023
1 parent c2722cb commit 07aad3f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/create-plugin/templates/modern/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "eslint src"
},
"dependencies": {
"core-js": "^3.32.2",
"core-js": "^3.33.1",
"@kintone/rest-api-client": "^5.0.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/rest-api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
},
"dependencies": {
"axios": "^1.4.0",
"core-js": "^3.32.2",
"core-js": "^3.33.1",
"form-data": "^4.0.0",
"js-base64": "^3.7.5",
"mime": "^3.0.0",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 07aad3f

Please sign in to comment.