Skip to content

Commit

Permalink
chore(deps): update dependency core-js to ^3.38.1 (#2936)
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 Aug 20, 2024
1 parent 3909cd2 commit 1062aa7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.38.0",
"core-js": "^3.38.1",
"@kintone/rest-api-client": "^5.5.2"
},
"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 @@ -74,7 +74,7 @@
"cross-env": "^7.0.3"
},
"dependencies": {
"core-js": "^3.38.0",
"core-js": "^3.38.1",
"axios": "^1.7.4",
"form-data": "^4.0.0",
"js-base64": "^3.7.7",
Expand Down
8 changes: 4 additions & 4 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 1062aa7

Please sign in to comment.