Skip to content

Commit fde7e46

Browse files
authored
Merge pull request #4423 from alanorth/zone.js-dep
Pin zone.js dependency for DSpace 8.x
2 parents 2956f4a + 418bf7d commit fde7e46

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
"reflect-metadata": "^0.2.2",
122122
"rxjs": "^7.8.2",
123123
"uuid": "^8.3.2",
124-
"zone.js": "~0.15.1"
124+
"zone.js": "~0.14.0"
125125
},
126126
"devDependencies": {
127127
"@angular-builders/custom-webpack": "~17.0.2",

yarn.lock

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5288,9 +5288,11 @@ eslint-plugin-deprecation@^1.4.1:
52885288

52895289
"eslint-plugin-dspace-angular-html@link:./lint/dist/src/rules/html":
52905290
version "0.0.0"
5291+
uid ""
52915292

52925293
"eslint-plugin-dspace-angular-ts@link:./lint/dist/src/rules/ts":
52935294
version "0.0.0"
5295+
uid ""
52945296

52955297
eslint-plugin-import-newlines@^1.3.1:
52965298
version "1.4.0"
@@ -11449,7 +11451,7 @@ yocto-queue@^1.0.0:
1144911451
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-1.1.1.tgz#fef65ce3ac9f8a32ceac5a634f74e17e5b232110"
1145011452
integrity sha512-b4JR1PFR10y1mKjhHY9LaGo6tmrgjit7hxVIeAmyMw3jegXR4dhYqLaQF5zMXZxY7tLpMyJeLjr1C4rLmkVe8g==
1145111453

11452-
zone.js@~0.15.1:
11453-
version "0.15.1"
11454-
resolved "https://registry.yarnpkg.com/zone.js/-/zone.js-0.15.1.tgz#1e109adb75f80e9e004ee8e0d4a0a52e0a336481"
11455-
integrity sha512-XE96n56IQpJM7NAoXswY3XRLcWFW83xe0BiAOeMD7K5k5xecOeul3Qcpx6GqEeeHNkW5DWL5zOyTbEfB4eti8w==
11454+
zone.js@~0.14.0:
11455+
version "0.14.10"
11456+
resolved "https://registry.yarnpkg.com/zone.js/-/zone.js-0.14.10.tgz#23b8b29687c6bffece996e5ee5b854050e7775c8"
11457+
integrity sha512-YGAhaO7J5ywOXW6InXNlLmfU194F8lVgu7bRntUF3TiG8Y3nBK0x1UJJuHUP/e8IyihkjCYqhCScpSwnlaSRkQ==

0 commit comments

Comments
 (0)