diff --git a/indexer-api/package-lock.json b/indexer-api/package-lock.json index da9568b..7b9d2a7 100644 --- a/indexer-api/package-lock.json +++ b/indexer-api/package-lock.json @@ -7,7 +7,7 @@ "": { "name": "openreform-indexer-api", "version": "1.0.0", - "license": "MIT", + "license": "Apache-2.0", "dependencies": { "@pinata/sdk": "^2.1.0", "cors": "^2.8.5", @@ -1737,9 +1737,9 @@ } }, "node_modules/path-to-regexp": { - "version": "0.1.12", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.12.tgz", - "integrity": "sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==", + "version": "0.1.13", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.13.tgz", + "integrity": "sha512-A/AGNMFN3c8bOlvV9RreMdrv7jsmF9XIfDeCd87+I8RNg6s78BhJxMu69NEMHBSJFxKidViTEdruRwEk/WIKqA==", "license": "MIT" }, "node_modules/process": {