Skip to content

Commit

Permalink
fix(deps): update dependency core-js to ^3.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 24, 2024
1 parent f06f485 commit b2c0bf0
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.36.1",
"core-js": "^3.37.0",
"@kintone/rest-api-client": "^5.5.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 @@ -74,7 +74,7 @@
"cross-env": "^7.0.3"
},
"dependencies": {
"core-js": "^3.36.1",
"core-js": "^3.37.0",
"axios": "^1.6.8",
"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 b2c0bf0

Please sign in to comment.