chore(deps): update all npm dependencies for dev/del-old-packages (#6288)

Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
This commit is contained in:
depfu[bot] 2023-09-13 15:30:29 -05:00 committed by GitHub
parent 9b8969ce0b
commit bcc8587a45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View file

@ -10,7 +10,7 @@
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@octokit/core": "^4.2.4", "@octokit/core": "^4.2.4",
"luxon": "^3.4.2" "luxon": "^3.4.3"
} }
}, },
"node_modules/@octokit/auth-token": { "node_modules/@octokit/auth-token": {
@ -141,9 +141,9 @@
} }
}, },
"node_modules/luxon": { "node_modules/luxon": {
"version": "3.4.2", "version": "3.4.3",
"resolved": "https://registry.npmjs.org/luxon/-/luxon-3.4.2.tgz", "resolved": "https://registry.npmjs.org/luxon/-/luxon-3.4.3.tgz",
"integrity": "sha512-uBoAVCVcajsrqy3pv7eo5jEUz1oeLmCcnMv8n4AJpT5hbpN9lUssAXibNElpbLce3Mhm9dyBzwYLs9zctM/0tA==", "integrity": "sha512-tFWBiv3h7z+T/tDaoxA8rqTxy1CHV6gHS//QdaH4pulbq/JuBSGgQspQQqcgnwdAx6pNI7cmvz5Sv/addzHmUg==",
"engines": { "engines": {
"node": ">=12" "node": ">=12"
} }
@ -315,9 +315,9 @@
"integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==" "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q=="
}, },
"luxon": { "luxon": {
"version": "3.4.2", "version": "3.4.3",
"resolved": "https://registry.npmjs.org/luxon/-/luxon-3.4.2.tgz", "resolved": "https://registry.npmjs.org/luxon/-/luxon-3.4.3.tgz",
"integrity": "sha512-uBoAVCVcajsrqy3pv7eo5jEUz1oeLmCcnMv8n4AJpT5hbpN9lUssAXibNElpbLce3Mhm9dyBzwYLs9zctM/0tA==" "integrity": "sha512-tFWBiv3h7z+T/tDaoxA8rqTxy1CHV6gHS//QdaH4pulbq/JuBSGgQspQQqcgnwdAx6pNI7cmvz5Sv/addzHmUg=="
}, },
"node-fetch": { "node-fetch": {
"version": "2.6.7", "version": "2.6.7",

View file

@ -11,6 +11,6 @@
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@octokit/core": "^4.2.4", "@octokit/core": "^4.2.4",
"luxon": "^3.4.2" "luxon": "^3.4.3"
} }
} }