Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordiosmosis <diosmosis@users.noreply.github.com>2020-06-26 12:33:41 +0300
committerGitHub <noreply@github.com>2020-06-26 12:33:41 +0300
commitb12946909ff323ea2f7e7af04e4435d2dd503023 (patch)
tree90ae60f7755336e80a7bc6a1d538ae02c24493af /package-lock.json
parent714503751b76436daf6533331f24e3400eb06ad1 (diff)
run npm update and include node_modules (#16079)
* update npm packages to latest * fix javascript path location * update screenshots * Add node_modules for users that do not have npm insalled but use git to deploy. * fix release checklist test * Add old chroma-js + some files missing from node_module. * remove npm install * fix .travis.yml * update expected screenshots * update submodule Co-authored-by: sgiehl <stefan@matomo.org>
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json20
1 files changed, 10 insertions, 10 deletions
diff --git a/package-lock.json b/package-lock.json
index f56dbb4f4c..86efe558ea 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -60,16 +60,16 @@
"integrity": "sha1-nHKmCV/SgUtER26o9xZne3Kmors="
},
"jquery.dotdotdot": {
- "version": "1.8.3",
- "resolved": "https://registry.npmjs.org/jquery.dotdotdot/-/jquery.dotdotdot-1.8.3.tgz",
- "integrity": "sha1-bpFTFXdKhehUDJlnatVK/44oT1U="
+ "version": "3.2.3",
+ "resolved": "https://registry.npmjs.org/jquery.dotdotdot/-/jquery.dotdotdot-3.2.3.tgz",
+ "integrity": "sha512-VjsZftD2iyEErvkXMfkj3elPv1rAwFioUK/mHiur8zZTRr8dMv2eDluQjFmk+qOHVDLaqgeSHQR7ipq74f4MeA=="
},
"jquery.scrollto": {
- "version": "1.4.14",
- "resolved": "https://registry.npmjs.org/jquery.scrollto/-/jquery.scrollto-1.4.14.tgz",
- "integrity": "sha1-9bhO6t2qiCjZozxNIlOo0TUmvSs=",
+ "version": "2.1.2",
+ "resolved": "https://registry.npmjs.org/jquery.scrollto/-/jquery.scrollto-2.1.2.tgz",
+ "integrity": "sha1-51gNnHrEbvW7JTGUg/b0VxP9fGw=",
"requires": {
- "jquery": ">=1.4"
+ "jquery": ">=1.8"
}
},
"materialize-css": {
@@ -98,9 +98,9 @@
"integrity": "sha512-VE0SOVEHCk7Qc8ulkWw3ntAzXuqf7S2lvwQaDLRnUeIEaKNQJzV6BwmLKhOqT61aGhfUMrXeaBk+oDGCzvhcug=="
},
"visibilityjs": {
- "version": "1.2.8",
- "resolved": "https://registry.npmjs.org/visibilityjs/-/visibilityjs-1.2.8.tgz",
- "integrity": "sha512-Y+aL3OUX88b+/VSmkmC2ApuLbf0grzbNLpCfIDSw3BzTU6PqcPsdgIOaw8b+eZoy+DdQqnVN3y/Evow9vQq9Ig=="
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/visibilityjs/-/visibilityjs-2.0.2.tgz",
+ "integrity": "sha512-y5sN5oGvuXXcK6s8WupOymRcqEss7kusojpScRqkT+cTCIFjul+06uSMDPMByN9DIBv/sUUnvV8BplKjqelAfw=="
}
}
}