aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package-lock.json
diff options
context:
space:
mode:
Diffstat (limited to 'editors/code/package-lock.json')
-rw-r--r--editors/code/package-lock.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/editors/code/package-lock.json b/editors/code/package-lock.json
index 02e17d184..4096255ac 100644
--- a/editors/code/package-lock.json
+++ b/editors/code/package-lock.json
@@ -51,13 +51,13 @@
51 } 51 }
52 }, 52 },
53 "@rollup/plugin-typescript": { 53 "@rollup/plugin-typescript": {
54 "version": "2.1.0", 54 "version": "3.0.0",
55 "resolved": "https://registry.npmjs.org/@rollup/plugin-typescript/-/plugin-typescript-2.1.0.tgz", 55 "resolved": "https://registry.npmjs.org/@rollup/plugin-typescript/-/plugin-typescript-3.0.0.tgz",
56 "integrity": "sha512-7lXKGY06aofrceVez/YnN2axttFdHSqlUBpCJ6ebzDfxwLDKMgSV5lD4ykBcdgE7aK3egxuLkD/HKyRB5L8Log==", 56 "integrity": "sha512-O6915Ril3+Q0B4P898PULAcPFZfPuatEB/4nox7bnK48ekGrmamMYhMB5tOqWjihEWrw4oz/NL+c+/kS3Fk95g==",
57 "dev": true, 57 "dev": true,
58 "requires": { 58 "requires": {
59 "@rollup/pluginutils": "^3.0.0", 59 "@rollup/pluginutils": "^3.0.1",
60 "resolve": "^1.13.1" 60 "resolve": "^1.14.1"
61 } 61 }
62 }, 62 },
63 "@rollup/pluginutils": { 63 "@rollup/pluginutils": {