Merge branch 'master' of github.com:TheGiddyLimit/homebrew into flee-mortals

This commit is contained in:
TheGiddyLimit
2023-08-13 21:27:59 +01:00
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -9,16 +9,16 @@
"version": "1.0.0",
"license": "MIT",
"devDependencies": {
"5etools-utils": "^0.9.2",
"5etools-utils": "^0.9.5",
"commander": "^9.4.1",
"he": "^1.2.0",
"sanitize-html": "^2.10.0"
}
},
"node_modules/5etools-utils": {
"version": "0.9.2",
"resolved": "https://registry.npmjs.org/5etools-utils/-/5etools-utils-0.9.2.tgz",
"integrity": "sha512-VkvHYx/qRB6EEOu2Pywu17WR8QfIoQ4s6zqnt8Gzj8Buq1h7m16s6RomHBqHXzh2Ff9CfpcRoKAWKKMsUMpYUA==",
"version": "0.9.5",
"resolved": "https://registry.npmjs.org/5etools-utils/-/5etools-utils-0.9.5.tgz",
"integrity": "sha512-8Sv7mTrYGOo7aMd/tbPT3xD2Hf0CterE8NpJN8CXhNcPO0+MbDf6+4rvUKBoJy5XtpvxsYxnm7h8gvSHGp+BfA==",
"dev": true,
"dependencies": {
"ajv": "^8.11.2",
@@ -367,9 +367,9 @@
},
"dependencies": {
"5etools-utils": {
"version": "0.9.2",
"resolved": "https://registry.npmjs.org/5etools-utils/-/5etools-utils-0.9.2.tgz",
"integrity": "sha512-VkvHYx/qRB6EEOu2Pywu17WR8QfIoQ4s6zqnt8Gzj8Buq1h7m16s6RomHBqHXzh2Ff9CfpcRoKAWKKMsUMpYUA==",
"version": "0.9.5",
"resolved": "https://registry.npmjs.org/5etools-utils/-/5etools-utils-0.9.5.tgz",
"integrity": "sha512-8Sv7mTrYGOo7aMd/tbPT3xD2Hf0CterE8NpJN8CXhNcPO0+MbDf6+4rvUKBoJy5XtpvxsYxnm7h8gvSHGp+BfA==",
"dev": true,
"requires": {
"ajv": "^8.11.2",
+1 -1
View File
@@ -27,7 +27,7 @@
},
"homepage": "https://github.com/TheGiddyLimit/homebrew#readme",
"devDependencies": {
"5etools-utils": "^0.9.2",
"5etools-utils": "^0.9.5",
"commander": "^9.4.1",
"he": "^1.2.0",
"sanitize-html": "^2.10.0"