Skip to content

Commit

Permalink
build(deps): bump npm from 9.9.3 to 10.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fbaldo31 committed Mar 29, 2024
1 parent 41350e0 commit 5b94bc4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion open-lens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@
"moment-timezone": "^0.5.40",
"monaco-editor": "^0.38.0",
"node-pty": "0.10.1",
"npm": "^9.9.3",
"npm": "^10.5.0",
"p-limit": "^3.1.0",
"path-to-regexp": "^6.2.0",
"proper-lockfile": "^4.1.2",
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"scripts": {
"all:reinstall": "npm run clean:node_modules && npm run all:install",
"all:install": "npx --yes --package npm@^9.6.7 npm install",
"all:install": "npx --yes --package npm@^10.5.0 npm install",
"adr:create": "echo \"What is the title?\"; read title; adr new \"$title\"",
"adr:change-status": "echo \"Decision number?:\"; read decision; adr status $decision",
"adr:update-readme": "adr update",
Expand Down
2 changes: 1 addition & 1 deletion packages/release-tool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@types/node": "^16.18.25",
"@types/semver": "^7.3.13",
"install": "^0.13.0",
"npm": "^9.9.3",
"npm": "^10.5.0",
"rimraf": "^4.4.1"
},
"dependencies": {
Expand Down

0 comments on commit 5b94bc4

Please sign in to comment.