diff --git a/.npmrc b/.npmrc index 5628dcf79..5969b47a8 100644 --- a/.npmrc +++ b/.npmrc @@ -1,2 +1,2 @@ # .npmrc -@labkey:registry=https://artifactory.labkey.com/artifactory/api/npm/libs-client +@labkey:registry=https://labkey.jfrog.io/artifactory/api/npm/libs-client diff --git a/WNPRC_Purchasing/.npmrc b/WNPRC_Purchasing/.npmrc index 78963f84f..472263485 100644 --- a/WNPRC_Purchasing/.npmrc +++ b/WNPRC_Purchasing/.npmrc @@ -1,2 +1,2 @@ # Set registry for @labkey scopes -@labkey:registry=https://artifactory.labkey.com/artifactory/api/npm/libs-client/ \ No newline at end of file +@labkey:registry=https://labkey.jfrog.io/artifactory/api/npm/libs-client/ diff --git a/WNPRC_Purchasing/package-lock.json b/WNPRC_Purchasing/package-lock.json index f405511a1..6b5b81ece 100644 --- a/WNPRC_Purchasing/package-lock.json +++ b/WNPRC_Purchasing/package-lock.json @@ -1271,12 +1271,12 @@ }, "@labkey/api": { "version": "1.1.6", - "resolved": "https://artifactory.labkey.com/artifactory/api/npm/libs-client/@labkey/api/-/@labkey/api-1.1.6.tgz", + "resolved": "https://labkey.jfrog.io/artifactory/api/npm/libs-client/@labkey/api/-/@labkey/api-1.1.6.tgz", "integrity": "sha1-5skX9ER/fxg/esx5VgggmYxWmb0=" }, "@labkey/build": { "version": "1.1.2", - "resolved": "https://artifactory.labkey.com/artifactory/api/npm/libs-client/@labkey/build/-/@labkey/build-1.1.2.tgz", + "resolved": "https://labkey.jfrog.io/artifactory/api/npm/libs-client/@labkey/build/-/@labkey/build-1.1.2.tgz", "integrity": "sha1-elYkohKwWWQ03D/4Dmz3eRdeTr0=", "dev": true, "requires": { @@ -1321,7 +1321,7 @@ }, "@labkey/components": { "version": "1.20.1", - "resolved": "https://artifactory.labkey.com/artifactory/api/npm/libs-client/@labkey/components/-/@labkey/components-1.20.1.tgz", + "resolved": "https://labkey.jfrog.io/artifactory/api/npm/libs-client/@labkey/components/-/@labkey/components-1.20.1.tgz", "integrity": "sha1-iaog10RW4p3WgRqAVXnKtBqEfcU=", "requires": { "@fortawesome/fontawesome-free": "5.14.0", @@ -1364,14 +1364,14 @@ "dependencies": { "@labkey/api": { "version": "1.1.7", - "resolved": "https://artifactory.labkey.com/artifactory/api/npm/libs-client/@labkey/api/-/@labkey/api-1.1.7.tgz", + "resolved": "https://labkey.jfrog.io/artifactory/api/npm/libs-client/@labkey/api/-/@labkey/api-1.1.7.tgz", "integrity": "sha1-8dyBLnQMTx+oBClRqtQVuahr97k=" } } }, "@labkey/eslint-config-base": { "version": "0.0.8", - "resolved": "https://artifactory.labkey.com/artifactory/api/npm/libs-client/@labkey/eslint-config-base/-/@labkey/eslint-config-base-0.0.8.tgz", + "resolved": "https://labkey.jfrog.io/artifactory/api/npm/libs-client/@labkey/eslint-config-base/-/@labkey/eslint-config-base-0.0.8.tgz", "integrity": "sha1-zGBA9a8jgwSAh3TpyWRFaqfFN0s=", "dev": true, "requires": { @@ -1388,7 +1388,7 @@ }, "@labkey/eslint-config-react": { "version": "0.0.8", - "resolved": "https://artifactory.labkey.com/artifactory/api/npm/libs-client/@labkey/eslint-config-react/-/@labkey/eslint-config-react-0.0.8.tgz", + "resolved": "https://labkey.jfrog.io/artifactory/api/npm/libs-client/@labkey/eslint-config-react/-/@labkey/eslint-config-react-0.0.8.tgz", "integrity": "sha1-5326T0G33/fxDhByI4d3BxwBIrE=", "dev": true, "requires": { diff --git a/package-lock.json b/package-lock.json index 920c119cc..4cbf9a05e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2085,7 +2085,7 @@ }, "@labkey/api": { "version": "1.0.0", - "resolved": "https://artifactory.labkey.com/artifactory/api/npm/libs-client/@labkey/api/-/@labkey/api-1.0.0.tgz", + "resolved": "https://labkey.jfrog.io/artifactory/api/npm/libs-client/@labkey/api/-/@labkey/api-1.0.0.tgz", "integrity": "sha1-vieF9kX0ykZaOCebfWS6dj9mVps=" }, "@mrmlnc/readdir-enhanced": {