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:32 +08:00
parent a22e2aa0d7
commit 0ebccd5bb4
2 changed files with 10 additions and 9 deletions
+9 -8
View File
@@ -44,7 +44,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",
@@ -9129,8 +9129,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": "*",
@@ -9138,7 +9138,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": "*",
@@ -15116,7 +15116,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": {
@@ -17378,8 +17379,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": "*",
@@ -17387,7 +17388,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
@@ -38,7 +38,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",