Fix security issues (#102)

* upgrade dependencies of vuejs sample to fix security issues

Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>

* upgrade dependencies of react-express-mongodb sample to fix security issues

Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>

* upgrade dependencies of react-express-mysql sample to fix security issues

Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
pull/113/head
Guillaume Lours 3 years ago committed by GitHub
parent d0769851bc
commit 16854a92ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 22333
      react-express-mongodb/frontend/package-lock.json
  2. 6
      react-express-mongodb/frontend/package.json
  3. 6
      react-express-mysql/backend/package-lock.json
  4. 1309
      vuejs/vuejs/yarn.lock

File diff suppressed because it is too large Load Diff

@ -6,12 +6,12 @@
"@testing-library/jest-dom": "^4.2.4", "@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0", "@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1", "@testing-library/user-event": "^7.2.1",
"axios": "^0.19.0", "axios": "^0.21.1",
"bootstrap": "^4.3.1", "bootstrap": "^4.3.1",
"node-sass": "^4.14.0", "node-sass": "^5.0.0",
"react": "^16.13.1", "react": "^16.13.1",
"react-dom": "^16.13.1", "react-dom": "^16.13.1",
"react-scripts": "3.4.1" "react-scripts": "^4.0.3"
}, },
"optionalDependencies": { "optionalDependencies": {
"fsevents": "^2.1.2" "fsevents": "^2.1.2"

@ -1644,9 +1644,9 @@
"integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4="
}, },
"ini": { "ini": {
"version": "1.3.5", "version": "1.3.8",
"resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz", "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
"integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==" "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew=="
}, },
"interpret": { "interpret": {
"version": "2.0.0", "version": "2.0.0",

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save