remove the kong/protobuf.js fork (#5760)

This commit is contained in:
Jack Kavanagh 2023-02-07 16:58:29 +01:00 committed by GitHub
parent 0648293e2b
commit 50f3f2d2dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 11 deletions

View File

@ -32,7 +32,7 @@
"electron-context-menu": "^3.1.1", "electron-context-menu": "^3.1.1",
"electron-log": "^4.4.3", "electron-log": "^4.4.3",
"fs-extra": "^5.0.0", "fs-extra": "^5.0.0",
"grpc-reflection-js": "github:Kong/grpc-reflection-js#355c24c", "grpc-reflection-js": "github:Kong/grpc-reflection-js#01fcce0",
"hawk": "9.0.1", "hawk": "9.0.1",
"hkdf": "^0.0.2", "hkdf": "^0.0.2",
"html-entities": "^1.2.0", "html-entities": "^1.2.0",
@ -18521,10 +18521,10 @@
} }
}, },
"node_modules/protobufjs": { "node_modules/protobufjs": {
"version": "7.1.2", "version": "7.2.2",
"resolved": "git+ssh://git@github.com/Kong/protobuf.js.git#eca9f0fcfc816460d5fe899c160e1462c2edf49b", "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.2.2.tgz",
"integrity": "sha512-++PrQIjrom+bFDPpfmqXfAGSQs40116JRrqqyf53dymUMvvb5d/LMRyicRoF1AUKoXVS1/IgJXlEgcpr4gTF3Q==",
"hasInstallScript": true, "hasInstallScript": true,
"license": "BSD-3-Clause",
"dependencies": { "dependencies": {
"@protobufjs/aspromise": "^1.1.2", "@protobufjs/aspromise": "^1.1.2",
"@protobufjs/base64": "^1.1.2", "@protobufjs/base64": "^1.1.2",
@ -23364,7 +23364,7 @@
"@types/long": "^4.0.1", "@types/long": "^4.0.1",
"lodash.camelcase": "^4.3.0", "lodash.camelcase": "^4.3.0",
"long": "^4.0.0", "long": "^4.0.0",
"protobufjs": "github:Kong/protobuf.js#eca9f0f", "protobufjs": "7.2.2",
"yargs": "^16.2.0" "yargs": "^16.2.0"
} }
}, },
@ -31077,13 +31077,13 @@
}, },
"grpc-reflection-js": { "grpc-reflection-js": {
"version": "git+ssh://git@github.com/Kong/grpc-reflection-js.git#355c24cd062dcc9531f8dd702f04df4ac9a7180c", "version": "git+ssh://git@github.com/Kong/grpc-reflection-js.git#355c24cd062dcc9531f8dd702f04df4ac9a7180c",
"from": "grpc-reflection-js@github:Kong/grpc-reflection-js#355c24c", "from": "grpc-reflection-js@github:Kong/grpc-reflection-js#01fcce0",
"requires": { "requires": {
"@types/google-protobuf": "^3.7.2", "@types/google-protobuf": "^3.7.2",
"@types/lodash.set": "^4.3.6", "@types/lodash.set": "^4.3.6",
"google-protobuf": "^3.12.2", "google-protobuf": "^3.12.2",
"lodash.set": "^4.3.2", "lodash.set": "^4.3.2",
"protobufjs": "github:Kong/protobuf.js#eca9f0f" "protobufjs": "7.2.2"
} }
}, },
"har-schema": { "har-schema": {
@ -35933,8 +35933,9 @@
} }
}, },
"protobufjs": { "protobufjs": {
"version": "git+ssh://git@github.com/Kong/protobuf.js.git#eca9f0fcfc816460d5fe899c160e1462c2edf49b", "version": "7.2.2",
"from": "protobufjs@github:Kong/protobuf.js#eca9f0f", "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.2.2.tgz",
"integrity": "sha512-++PrQIjrom+bFDPpfmqXfAGSQs40116JRrqqyf53dymUMvvb5d/LMRyicRoF1AUKoXVS1/IgJXlEgcpr4gTF3Q==",
"requires": { "requires": {
"@protobufjs/aspromise": "^1.1.2", "@protobufjs/aspromise": "^1.1.2",
"@protobufjs/base64": "^1.1.2", "@protobufjs/base64": "^1.1.2",

View File

@ -66,7 +66,7 @@
"electron-context-menu": "^3.1.1", "electron-context-menu": "^3.1.1",
"electron-log": "^4.4.3", "electron-log": "^4.4.3",
"fs-extra": "^5.0.0", "fs-extra": "^5.0.0",
"grpc-reflection-js": "github:Kong/grpc-reflection-js#355c24c", "grpc-reflection-js": "github:Kong/grpc-reflection-js#01fcce0",
"hawk": "9.0.1", "hawk": "9.0.1",
"hkdf": "^0.0.2", "hkdf": "^0.0.2",
"html-entities": "^1.2.0", "html-entities": "^1.2.0",
@ -214,6 +214,6 @@
"dev-server-port": 3334 "dev-server-port": 3334
}, },
"overrides": { "overrides": {
"protobufjs": "github:Kong/protobuf.js#eca9f0f" "protobufjs": "7.2.2"
} }
} }