MDL-75012 js: Bump shifter to new version

This resolves an issue identified in 77083 which identified that GitHub
hashes shouldn't be treated as repeatable.

Whilst GitHub have reverted this change, it's still worth making this
change.
This commit is contained in:
Andrew Nicols
2023-02-28 11:10:34 +08:00
parent e2c7dd3d43
commit 3bf5ec446f
2 changed files with 10 additions and 9 deletions
+9 -8
View File
@@ -39,7 +39,7 @@
"postcss-scss": "^4.0.6",
"rollup-plugin-terser": "^7.0.2",
"semver": "^7.3.8",
"shifter": "https://github.com/andrewnicols/shifter/archive/v1.2.0_moodle-0.tar.gz",
"shifter": "https://github.com/andrewnicols/shifter/releases/download/v1.2.0_moodle-1/shifter-1.2.0_moodle-1.tar.gz",
"stylelint": "^14.16.1",
"stylelint-csstree-validator": "^2.1.0",
"xmldom": "^0.6.0",
@@ -8294,8 +8294,8 @@
},
"node_modules/shifter": {
"version": "1.2.0",
"resolved": "https://github.com/andrewnicols/shifter/archive/v1.2.0_moodle-0.tar.gz",
"integrity": "sha512-zIR5WQqJcNP52vcIqFql2/wXm6nLHW4DsLZyfr6wZ0vfOuqDaYiwB6J7/WYvfjgL2pvvTtSo3pySUYRmrOP3lQ==",
"resolved": "https://github.com/andrewnicols/shifter/releases/download/v1.2.0_moodle-1/shifter-1.2.0_moodle-1.tar.gz",
"integrity": "sha512-giiM2NmovrX3sAKYkvjUDIQ2dEAXGweFEpD0PICVjsWS4yq3OAlx9fFZqcZnph1HpklyzJD0Bz9a9W5ztGBqxg==",
"dev": true,
"dependencies": {
"ansi-color": "*",
@@ -8303,7 +8303,7 @@
"cssproc": "~0.0.1",
"gear": "~0.8.0",
"gear-lib": "^0.9.2",
"istanbul": "https://github.com/andrewnicols/istanbul/archive/v0.4.5_moodle-0.tar.gz",
"istanbul": "^0.4.5",
"jshint": "^2.9.5",
"mkdirp": "*",
"nopt": "*",
@@ -13742,7 +13742,8 @@
"dev": true
},
"istanbul": {
"version": "https://github.com/andrewnicols/istanbul/archive/v0.4.5_moodle-0.tar.gz",
"version": "0.4.5",
"resolved": "https://github.com/andrewnicols/istanbul/archive/v0.4.5_moodle-0.tar.gz",
"integrity": "sha512-/cUwJCicWFnJrjYPFy51m0xauDlTUZNztxjYE5oaLuLvCASTv4gFYsjwoEqMQAe0fYRBIRnwcag7KjPXQnpSsw==",
"dev": true,
"requires": {
@@ -15707,8 +15708,8 @@
"dev": true
},
"shifter": {
"version": "https://github.com/andrewnicols/shifter/archive/v1.2.0_moodle-0.tar.gz",
"integrity": "sha512-zIR5WQqJcNP52vcIqFql2/wXm6nLHW4DsLZyfr6wZ0vfOuqDaYiwB6J7/WYvfjgL2pvvTtSo3pySUYRmrOP3lQ==",
"version": "https://github.com/andrewnicols/shifter/releases/download/v1.2.0_moodle-1/shifter-1.2.0_moodle-1.tar.gz",
"integrity": "sha512-giiM2NmovrX3sAKYkvjUDIQ2dEAXGweFEpD0PICVjsWS4yq3OAlx9fFZqcZnph1HpklyzJD0Bz9a9W5ztGBqxg==",
"dev": true,
"requires": {
"ansi-color": "*",
@@ -15716,7 +15717,7 @@
"cssproc": "~0.0.1",
"gear": "~0.8.0",
"gear-lib": "^0.9.2",
"istanbul": "https://github.com/andrewnicols/istanbul/archive/v0.4.5_moodle-0.tar.gz",
"istanbul": "^0.4.5",
"jshint": "^2.9.5",
"mkdirp": "*",
"nopt": "*",
+1 -1
View File
@@ -33,7 +33,7 @@
"postcss-scss": "^4.0.6",
"rollup-plugin-terser": "^7.0.2",
"semver": "^7.3.8",
"shifter": "https://github.com/andrewnicols/shifter/archive/v1.2.0_moodle-0.tar.gz",
"shifter": "https://github.com/andrewnicols/shifter/releases/download/v1.2.0_moodle-1/shifter-1.2.0_moodle-1.tar.gz",
"stylelint": "^14.16.1",
"stylelint-csstree-validator": "^2.1.0",
"xmldom": "^0.6.0",