diff --git a/package-lock.json b/package-lock.json index d5201c8..1d24814 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@popperjs/core": "^2.11.8", "bootstrap": "5.2.0", - "jsnes": "https://github.com/bfirsh/jsnes.git", + "jsnes": "git+ssh://git@github.com/bfirsh/jsnes.git", "prop-types": "^15.8.1", "raven-js": "^3.27.2", "react": "^18.2.0", @@ -12959,7 +12959,8 @@ }, "node_modules/jsnes": { "version": "1.2.1", - "resolved": "git+ssh://git@github.com/bfirsh/jsnes.git#15924fd0cc4bbaaa624cc4bcd736e0a31cd0e808", + "resolved": "git+ssh://git@github.com/bfirsh/jsnes.git#dab5180e10cec1907229df49e0aef0aa485e4f4b", + "integrity": "sha512-jfDVDegKADHXGnvcRI7h57UK52MPWfRk5jU6ufooT0FsEuxoxaeMUTpRuq63XCq+ZU5DW9nzdw1rleBv/5UDsg==", "license": "Apache-2.0" }, "node_modules/json-buffer": {