[Bug 262106] Aamiinjimcaale

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 21 Feb 2022 20:48:39 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262106

            Bug ID: 262106
           Summary: Aamiinjimcaale
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: aamiinjimcaale6@gmail.com

Created attachment 231996
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=231996&action=edit
Aamiinjimcaale

f28e08db02156f46a205c230d1c9929e960abbeb Mon Sep 17 00:00:00 2001
From: Briana Swift <brianamarie@github.com>
Date: Fri, 1 Nov 2019 09:32:36 +0100
Subject: [PATCH 1/2] add base staging workflow file

---
 .github/CHANGETHIS/deploy-staging.yml | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 .github/CHANGETHIS/deploy-staging.yml

diff --git a/.github/CHANGETHIS/deploy-staging.yml
b/.github/CHANGETHIS/deploy-staging.yml
new file mode 100644
index 0000000..9c8691b
--- /dev/null
+++ b/.github/CHANGETHIS/deploy-staging.yml
@@ -0,0 +1,3 @@
+name: Staging deployment
+
+on: 
\ No newline at end of file

From a310b2218dd774e44b3d14bcb9d12eda13c62143 Mon Sep 17 00:00:00 2001
From: Lia Keston <lmkeston@github.com>
Date: Mon, 21 Sep 2020 15:35:03 -0400
Subject: [PATCH 2/2] bump node-forge

---
 package-lock.json | 15 +++++++++++----
 package.json      |  3 ++-
 2 files changed, 13 insertions(+), 5 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index f6db4a9..a53cb2f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -6077,10 +6077,9 @@
       }
     },
     "node-forge": {
-      "version": "0.9.0",
-      "resolved":
"https://registry.npmjs.org/node-forge/-/node-forge-0.9.0.tgz",
-      "integrity":
"sha512-7ASaDa3pD+lJ3WvXFsxekJQelBKRpne+GOVbLbtHYdd7pFspyeuJHnWfLplGf3SwKGbfs/aYl5V/JCIaHVUKKQ==",
-      "dev": true
+      "version": "0.10.0",
+      "resolved":
"https://registry.npmjs.org/node-forge/-/node-forge-0.10.0.tgz",
+      "integrity":
"sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA=="
     },
     "node-int64": {
       "version": "0.4.0",
@@ -7535,6 +7534,14 @@
       "dev": true,
       "requires": {
         "node-forge": "0.9.0"
+      },
+      "dependencies": {
+        "node-forge": {
+          "version": "0.9.0",
+          "resolved":
"https://registry.npmjs.org/node-forge/-/node-forge-0.9.0.tgz",
+          "integrity":
"sha512-7ASaDa3pD+lJ3WvXFsxekJQelBKRpne+GOVbLbtHYdd7pFspyeuJHnWfLplGf3SwKGbfs/aYl5V/JCIaHVUKKQ==",
+          "dev": true
+        }
       }
     },
     "semver": {
diff --git a/package.json b/package.json
index 1fc1417..1abe7ba 100644
--- a/package.json
+++ b/package.json
@@ -34,6 +34,7 @@
     "webpack-dev-server": "^3.11.0"
   },
   "dependencies": {
-    "kind-of": "^6.0.3"
+    "kind-of": "^6.0.3",
+    "node-forge": "^0.10.0"
   }
 }

-- 
You are receiving this mail because:
You are the assignee for the bug.