new lockfile
All checks were successful
Build and test / build-and-test (18.x) (push) Successful in 13s
Build and test / build-and-test (20.x) (push) Successful in 13s

This commit is contained in:
James Brumond 2023-08-26 13:23:33 -07:00
parent 1905f47148
commit b845279992
Signed by: james
GPG Key ID: E8F2FC44BAA3357A

8
package-lock.json generated
View File

@ -9,6 +9,7 @@
"version": "1.0.0",
"license": "ISC",
"devDependencies": {
"@js/types": "^0.1.0",
"@types/node": "^20.5.1",
"typescript": "^5.1.3"
},
@ -16,6 +17,13 @@
"node": ">=18"
}
},
"node_modules/@js/types": {
"version": "0.1.0",
"resolved": "https://gitea.jbrumond.me/api/packages/js/npm/%40js%2Ftypes/-/0.1.0/types-0.1.0.tgz",
"integrity": "sha512-jxYKZAdGVL5DehVq/11rpPfoVGOnM8/5lzDQhclwPN8QKjZ6ikNmXx1QFGn7r74GT4K1OCPFYknOjKhZtmGJCA==",
"dev": true,
"license": "ISC"
},
"node_modules/@types/node": {
"version": "20.5.1",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.5.1.tgz",