update tiny

This commit is contained in:
Peter Maquiran
2023-07-12 10:44:06 +01:00
parent 09cfbb94e4
commit f28e991338
4 changed files with 18 additions and 17 deletions
+2 -1
View File
@@ -92,4 +92,5 @@ src/app/models/beast-orm-pro.ts
src/app/pipes/process.service.spec.ts src/app/pipes/process.service.spec.ts
src/app/pipes/process.service.ts src/app/pipes/process.service.ts
/.angular /.angular
./.angular
+7 -7
View File
@@ -163,7 +163,7 @@
"rxjs-compat": "^6.6.7", "rxjs-compat": "^6.6.7",
"sharp": "^0.30.7", "sharp": "^0.30.7",
"socket.io-client": "^2.3.0", "socket.io-client": "^2.3.0",
"tinymce": "^6.5.1", "tinymce": "^6.6.0",
"ts-jest": "^27.0.3", "ts-jest": "^27.0.3",
"ts-jest-puppeteer": "^0.0.5", "ts-jest-puppeteer": "^0.0.5",
"tslib": "^2.0.0", "tslib": "^2.0.0",
@@ -31883,9 +31883,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/tinymce": { "node_modules/tinymce": {
"version": "6.5.1", "version": "6.6.0",
"resolved": "https://registry.npmjs.org/tinymce/-/tinymce-6.5.1.tgz", "resolved": "https://registry.npmjs.org/tinymce/-/tinymce-6.6.0.tgz",
"integrity": "sha512-J67fxJiX3tjvVqer1dg1+cOxMeE2P55ESGhaakvqGPbAUU45HnCMLSioaOsxV1KfcXustw9WJo0rtn1SNQlVKQ==" "integrity": "sha512-b9Mb7z8ryFOwLm8WCmlpwzdgOt1xD1u5Jjdh68B4QjkIyTLyHRBsfsrbiCUGonnVTymDlkexPkaP8sj24zexKQ=="
}, },
"node_modules/tmp": { "node_modules/tmp": {
"version": "0.2.1", "version": "0.2.1",
@@ -62394,9 +62394,9 @@
"version": "1.0.3" "version": "1.0.3"
}, },
"tinymce": { "tinymce": {
"version": "6.5.1", "version": "6.6.0",
"resolved": "https://registry.npmjs.org/tinymce/-/tinymce-6.5.1.tgz", "resolved": "https://registry.npmjs.org/tinymce/-/tinymce-6.6.0.tgz",
"integrity": "sha512-J67fxJiX3tjvVqer1dg1+cOxMeE2P55ESGhaakvqGPbAUU45HnCMLSioaOsxV1KfcXustw9WJo0rtn1SNQlVKQ==" "integrity": "sha512-b9Mb7z8ryFOwLm8WCmlpwzdgOt1xD1u5Jjdh68B4QjkIyTLyHRBsfsrbiCUGonnVTymDlkexPkaP8sj24zexKQ=="
}, },
"tmp": { "tmp": {
"version": "0.2.1", "version": "0.2.1",
+1 -1
View File
@@ -177,7 +177,7 @@
"rxjs-compat": "^6.6.7", "rxjs-compat": "^6.6.7",
"sharp": "^0.30.7", "sharp": "^0.30.7",
"socket.io-client": "^2.3.0", "socket.io-client": "^2.3.0",
"tinymce": "^6.5.1", "tinymce": "^6.6.0",
"ts-jest": "^27.0.3", "ts-jest": "^27.0.3",
"ts-jest-puppeteer": "^0.0.5", "ts-jest-puppeteer": "^0.0.5",
"tslib": "^2.0.0", "tslib": "^2.0.0",
File diff suppressed because one or more lines are too long